Trace number 3725613

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2012-06-01? (TO) 1800.06 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_1.opb
MD5SUM6856221d5d444d2079d321f11fb11f0b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-70
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -74
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)151172
Sum of products size (including duplicates)302344
Number of different products75586
Sum of products size151172

Solver Data

2.39/2.40	c 2012-06-02T14:35:20+0200
2.39/2.40	c arch = x86_64
2.39/2.40	c os = linux
2.39/2.40	c compiler = ghc 7.4
2.39/2.40	c packages:
2.39/2.40	c   OptDir-0.0.1
2.39/2.40	c   array-0.4.0.0
2.39/2.40	c   base-4.5.0.0
2.39/2.40	c   bytestring-0.9.2.1
2.39/2.40	c   containers-0.4.2.1
2.39/2.40	c   deepseq-1.3.0.0
2.39/2.40	c   mtl-2.1.1
2.39/2.40	c   old_locale-1.0.0.4
2.39/2.40	c   parse_dimacs-1.2
2.39/2.40	c   parsec-3.1.2
2.39/2.40	c   queue-0.1.2
2.39/2.40	c   stm-2.3
2.39/2.40	c   time-1.4
2.39/2.40	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725613-1338640520.opb"]
2.39/2.40	c #vars 2000
2.39/2.40	c #constraints 3001
2.39/2.40	c Solving starts ...
1256.13/1256.46	c solving time = 1253.718s
1256.13/1256.46	c #decision = 314620
1256.13/1256.46	c #conflict = 27831
1256.13/1256.46	c #restart = 12
1256.13/1256.46	o -45
1256.13/1256.47	c Solving starts ...

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3725613-1338640520/watcher-3725613-1338640520 -o /tmp/evaluation-result-3725613-1338640520/solver-3725613-1338640520 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725613-1338640520.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 4676
/proc/meminfo: memFree=27641912/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=7248 CPUtime=0 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 844 0 0 0 0 0 0 0 20 0 1 0 330176104 7421952 763 33554432000 4194304 8989770 140734335827936 140737458289064 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 1812 763 427 1171 0 589 0

[startup+0.034642 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 4676
/proc/meminfo: memFree=27641912/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=8272 CPUtime=0.03 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 1269 0 0 0 3 0 0 0 20 0 1 0 330176104 8470528 1188 33554432000 4194304 8989770 140734335827936 140737458289064 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 2068 1188 430 1171 0 845 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8272

[startup+0.10028 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 4676
/proc/meminfo: memFree=27641912/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=13392 CPUtime=0.09 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 2622 0 0 0 9 0 0 0 20 0 1 0 330176104 13713408 2541 33554432000 4194304 8989770 140734335827936 140737458289064 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 3348 2541 430 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.300277 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 4676
/proc/meminfo: memFree=27641912/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=23632 CPUtime=0.29 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 5185 0 0 0 29 0 0 0 20 0 1 0 330176104 24199168 5104 33554432000 4194304 8989770 140734335827936 140737458289064 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 5908 5104 430 1171 0 4685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23632

[startup+0.700272 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 4676
/proc/meminfo: memFree=27641912/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=48208 CPUtime=0.69 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 11330 0 0 0 67 2 0 0 20 0 1 0 330176104 49364992 11249 33554432000 4194304 8989770 140734335827936 140734335827200 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 12052 11249 431 1171 0 10829 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48208

[startup+1.50029 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 4677
/proc/meminfo: memFree=27573936/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=125008 CPUtime=1.49 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 30547 0 0 0 144 5 0 0 20 0 1 0 330176104 128008192 30466 33554432000 4194304 8989770 140734335827936 140734335827200 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 31252 30466 442 1171 0 30029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125008

[startup+3.10029 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 4677
/proc/meminfo: memFree=27437536/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=289872 CPUtime=3.09 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 71537 0 0 0 299 10 0 0 20 0 1 0 330176104 296828928 71456 33554432000 4194304 8989770 140734335827936 140734335827432 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 72468 71456 460 1171 0 71245 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 289872

[startup+6.30029 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 4677
/proc/meminfo: memFree=27328112/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=317520 CPUtime=6.29 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 78693 0 0 0 618 11 0 0 20 0 1 0 330176104 325140480 78612 33554432000 4194304 8989770 140734335827936 140734335827432 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 79380 78612 460 1171 0 78157 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 317520

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 4677
/proc/meminfo: memFree=27326836/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=318544 CPUtime=12.69 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 78950 0 0 0 1257 12 0 0 20 0 1 0 330176104 326189056 78868 33554432000 4194304 8989770 140734335827936 140734335827200 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 79636 78868 460 1171 0 78413 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 318544

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 4677
/proc/meminfo: memFree=27325052/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=318544 CPUtime=25.49 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 78954 0 0 0 2535 14 0 0 20 0 1 0 330176104 326189056 78868 33554432000 4194304 8989770 140734335827936 140734335827432 4452641 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 79636 78868 460 1171 0 78413 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 318544

[startup+51.1003 s]
/proc/loadavg: 1.90 1.97 1.98 3/177 4716
/proc/meminfo: memFree=27250432/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=326736 CPUtime=51.07 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 81019 0 0 0 5090 17 0 0 20 0 1 0 330176104 334577664 80916 33554432000 4194304 8989770 140734335827936 140734335827200 4204592 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 81684 80916 460 1171 0 80461 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 326736

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.99 3/177 4716
/proc/meminfo: memFree=27164528/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=330832 CPUtime=102.25 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 82071 0 0 0 10201 24 0 0 20 0 1 0 330176104 338771968 81940 33554432000 4194304 8989770 140734335827936 140734335827432 4208870 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 82708 81940 460 1171 0 81485 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 330832

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/177 4717
/proc/meminfo: memFree=27128720/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=332880 CPUtime=162.23 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 82595 0 0 0 16189 34 0 0 20 0 1 0 330176104 340869120 82452 33554432000 4194304 8989770 140734335827936 140734335827432 4453199 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 83220 82452 460 1171 0 81997 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 332880

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/177 4717
/proc/meminfo: memFree=27181836/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=336976 CPUtime=222.21 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 83629 0 0 0 22182 39 0 0 20 0 1 0 330176104 345063424 83476 33554432000 4194304 8989770 140734335827936 140734335827432 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 84244 83476 460 1171 0 83021 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 336976

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/178 4720
/proc/meminfo: memFree=27190772/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=340048 CPUtime=282.2 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 84397 0 0 0 28176 44 0 0 20 0 1 0 330176104 348209152 84244 33554432000 4194304 8989770 140734335827936 140734335827432 4208909 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 85012 84244 460 1171 0 83789 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 340048

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/177 4720
/proc/meminfo: memFree=27113448/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=347216 CPUtime=342.2 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 86189 0 0 0 34171 49 0 0 20 0 1 0 330176104 355549184 86036 33554432000 4194304 8989770 140734335827936 140734335827432 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 86804 86036 460 1171 0 85581 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 347216

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/177 4720
/proc/meminfo: memFree=27116408/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=354384 CPUtime=402.18 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 87981 0 0 0 40164 54 0 0 20 0 1 0 330176104 362889216 87828 33554432000 4194304 8989770 140734335827936 140734335827432 4438244 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 88596 87828 460 1171 0 87373 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 354384

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/177 4721
/proc/meminfo: memFree=27095584/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=362576 CPUtime=462.17 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 90029 0 0 0 46159 58 0 0 20 0 1 0 330176104 371277824 89876 33554432000 4194304 8989770 140734335827936 140734335827432 4451817 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 90644 89876 460 1171 0 89421 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 362576

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/177 4721
/proc/meminfo: memFree=27086284/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=371792 CPUtime=522.16 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 92333 0 0 0 52154 62 0 0 20 0 1 0 330176104 380715008 92180 33554432000 4194304 8989770 140734335827936 140734335827432 4209439 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 92948 92180 460 1171 0 91725 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 371792

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/177 4721
/proc/meminfo: memFree=27121328/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=382032 CPUtime=582.15 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 94893 0 0 0 58147 68 0 0 20 0 1 0 330176104 391200768 94740 33554432000 4194304 8989770 140734335827936 140734335809920 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 95508 94740 460 1171 0 94285 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 382032

[startup+642.3 s]

################
# More data... #
################

[startup+822.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/177 4722
/proc/meminfo: memFree=27035916/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=426064 CPUtime=822.11 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 105914 0 0 0 82124 87 0 0 20 0 1 0 330176104 436289536 105748 33554432000 4194304 8989770 140734335827936 140734335827432 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 106516 105748 460 1171 0 105293 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 426064

[startup+882.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 4725
/proc/meminfo: memFree=27011084/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=438352 CPUtime=882.1 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 108986 0 0 0 88118 92 0 0 20 0 1 0 330176104 448872448 108820 33554432000 4194304 8989770 140734335827936 140734335827200 4354729 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 109588 108820 460 1171 0 108365 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 438352

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4725
/proc/meminfo: memFree=27018132/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=452688 CPUtime=942.09 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 112570 0 0 0 94111 98 0 0 20 0 1 0 330176104 463552512 112404 33554432000 4194304 8989770 140734335827936 140734335827432 4208846 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 113172 112404 460 1171 0 111949 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 452688

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4725
/proc/meminfo: memFree=27080876/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=468048 CPUtime=1002.08 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 116169 0 0 0 100104 104 0 0 20 0 1 0 330176104 479281152 116002 33554432000 4194304 8989770 140734335827936 140734335827432 4209198 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 117012 116002 460 1171 0 115789 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 468048

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4726
/proc/meminfo: memFree=27044784/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=483408 CPUtime=1062.06 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 120258 0 0 0 106095 111 0 0 20 0 1 0 330176104 495009792 120084 33554432000 4194304 8989770 140734335827936 140734335827432 4437455 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 120852 120084 460 1171 0 119629 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 483408

[startup+1122.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 5372
/proc/meminfo: memFree=26990572/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=499792 CPUtime=1122.05 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 124354 0 0 0 112087 118 0 0 20 0 1 0 330176104 511787008 124180 33554432000 4194304 8989770 140734335827936 140734335827432 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 124948 124180 460 1171 0 123725 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 499792

[startup+1182.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 5372
/proc/meminfo: memFree=26964656/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=517200 CPUtime=1182.04 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 128706 0 0 0 118081 123 0 0 20 0 1 0 330176104 529612800 128532 33554432000 4194304 8989770 140734335827936 140734335827432 4437612 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 129300 128532 460 1171 0 128077 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 517200

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5372
/proc/meminfo: memFree=26933036/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=530512 CPUtime=1242.03 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 131816 0 0 0 124075 128 0 0 20 0 1 0 330176104 543244288 131642 33554432000 4194304 8989770 140734335827936 140734335827432 4469708 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 132628 131642 460 1171 0 131405 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 530512

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5372
/proc/meminfo: memFree=26865952/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=580688 CPUtime=1302.03 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 144589 0 0 0 130065 138 0 0 20 0 1 0 330176104 594624512 144415 33554432000 4194304 8989770 140734335827936 140734335825856 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 145172 144415 471 1171 0 143949 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 580688

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5373
/proc/meminfo: memFree=26845492/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=584784 CPUtime=1362.02 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 145613 0 0 0 136056 146 0 0 20 0 1 0 330176104 598818816 145439 33554432000 4194304 8989770 140734335827936 140734335827200 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 146196 145439 471 1171 0 144973 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 584784

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 5373
/proc/meminfo: memFree=26817276/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=594000 CPUtime=1422.01 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 147930 0 0 0 142047 154 0 0 20 0 1 0 330176104 608256000 147743 33554432000 4194304 8989770 140734335827936 140734335825856 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 148500 147743 471 1171 0 147277 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 594000

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 5376
/proc/meminfo: memFree=26804076/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=594000 CPUtime=1481.99 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 147930 0 0 0 148038 161 0 0 20 0 1 0 330176104 608256000 147743 33554432000 4194304 8989770 140734335827936 140734335827432 4209272 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 148500 147743 471 1171 0 147277 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 594000

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 5399
/proc/meminfo: memFree=26784436/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=594000 CPUtime=1541.99 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 147930 0 0 0 154031 168 0 0 20 0 1 0 330176104 608256000 147743 33554432000 4194304 8989770 140734335827936 140734335825856 4204289 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 148500 147743 471 1171 0 147277 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 594000

[startup+1602.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/177 5399
/proc/meminfo: memFree=26769800/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=594000 CPUtime=1601.97 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 147930 0 0 0 160021 176 0 0 20 0 1 0 330176104 608256000 147743 33554432000 4194304 8989770 140734335827936 140734335827200 4209198 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 148500 147743 471 1171 0 147277 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 594000

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 5400
/proc/meminfo: memFree=26755664/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=594000 CPUtime=1661.97 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 147930 0 0 0 166013 184 0 0 20 0 1 0 330176104 608256000 147743 33554432000 4194304 8989770 140734335827936 140734335825856 4214513 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 148500 147743 471 1171 0 147277 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 594000

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5400
/proc/meminfo: memFree=26739420/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=594000 CPUtime=1721.96 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 147930 0 0 0 172004 192 0 0 20 0 1 0 330176104 608256000 147743 33554432000 4194304 8989770 140734335827936 140734335827200 4437508 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 148500 147743 471 1171 0 147277 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 594000

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5400
/proc/meminfo: memFree=26724292/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=594000 CPUtime=1781.95 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 147930 0 0 0 177995 200 0 0 20 0 1 0 330176104 608256000 147743 33554432000 4194304 8989770 140734335827936 140734335827200 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 148500 147743 471 1171 0 147277 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 594000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5400
/proc/meminfo: memFree=26720448/32873648 swapFree=7368/7368
[pid=4676] ppid=4674 vsize=594000 CPUtime=1800.05 cores=1,3,5,7
/proc/4676/stat : 4676 (toysat) R 4674 4676 3777 0 -1 4202496 147930 0 0 0 179803 202 0 0 20 0 1 0 330176104 608256000 147743 33554432000 4194304 8989770 140734335827936 140734335825856 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/4676/statm: 148500 147743 471 1171 0 147277 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 594000

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1798.04
CPU system time (s): 2.02469
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 594000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.04
system time used= 2.02469
maximum resident set size= 590972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147930
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113
involuntary context switches= 1848

runsolver used 3.42448 second user time and 9.59054 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-02 14:35:20
IDJOB=3725613
IDBENCH=48276
IDSOLVER=2308
FILE ID=node149/3725613-1338640520
RUNJOBID= node149-1338631488-3794
PBS_JOBID= 14636431
Free space on /tmp= 71320 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_1.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725613-1338640520/watcher-3725613-1338640520 -o /tmp/evaluation-result-3725613-1338640520/solver-3725613-1338640520 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725613-1338640520.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6856221d5d444d2079d321f11fb11f0b
RANDOM SEED=2130736213

node149.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27642548 kB
Buffers:          687684 kB
Cached:          3615536 kB
SwapCached:         2468 kB
Active:          1611956 kB
Inactive:        2746884 kB
Active(anon):      38364 kB
Inactive(anon):     9368 kB
Active(file):    1573592 kB
Inactive(file):  2737516 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:              9340 kB
Writeback:             0 kB
AnonPages:         50188 kB
Mapped:            16128 kB
Shmem:                96 kB
Slab:             730796 kB
SReclaimable:     174972 kB
SUnreclaim:       555824 kB
KernelStack:        1456 kB
PageTables:         3616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     160420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71308 MiB
End job on node149 at 2012-06-02 15:05:23