Trace number 4103369

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 2016-05-02? (MO) 361.799 361.863

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-siena1.opb
MD5SUM6b1441ebcfc2678f5078c728b5f20e0c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16269067107200000
Optimality of the best value was proved NO
Number of variables70755
Total number of constraints2219
Number of constraints which are clauses310
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1909
Minimum length of a constraint15
Maximum length of a constraint70755
Number of terms in the objective function 70755
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 28224865138562971148229
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 28224967538562971148229
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T09:41:27+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4103369-1466235686.opb"]
0.00/0.01	c use --random-gen="1419907422 197878437 843400114 1040907511 433765491 2913376948 2346582730 2508405405 3491398986 2599141951 787113604 638011863 3004633410 260779980 3298895039 3017113561 4204762444 721415453 3358436961 3754621963 2774188561 621932845 4264730788 3680755400 1437067696 2926146755 3829829881 3990813128 2993555850 1677432276 2470798895 1396242175 860264027 578226204 127341202 1849709181 4135328128 1453480698 1960322258 3448635189 3255803948 3817912493 424328424 3589883911 3268563109 3431997707 126265779 699465426 115919597 2682964088 2761557484 2254076060 3124812719 3133314559 1772783511 524842590 1945555028 4259611434 1900879542 4065516302 1425989730 3596937017 3423518566 2358209007 2112614269 1091487120 1263469178 804385794 1828677674 88521589 2998627162 4008100676 2624485137 1225758009 3759707874 2478073825 2794227329 3811430034 1331202623 2010110502 1742689055 4037940663 1446257879 1873940283 3543385144 4051003569 1919229117 2116587694 1095441985 963069455 1046107260 2583771594 2756301673 1260879243 1829584166 2997654778 2008043467 438219794 4058571855 67528735 88227766 1948568043 2691875975 1725647205 2603913250 3322516536 1050812207 4286493995 17259155 3069438883 1724035510 2652541196 1746409320 2616590172 1445872672 1276301415 400897484 1303627358 1312212385 1543398464 305257827 3093580054 3524333249 3038077487 3696099834 3071382106 3871285172 1152713330 533026730 41058116 1517320322 208587666 213760298 2417991617 2968801277 3609736567 894993590 2896781980 4094645500 971572364 1953448542 83670353 690017800 4107878574 1469004052 3322788278 565662001 1007493543 354463669 956871485 2776061593 738638642 1065841856 176032690 1516742683 4188023841 1690703918 2235451030 3312884596 2823762581 3454025927 3840858915 2036575231 2276861264 2789649174 1817410113 1151921883 2351341945 3497283017 3757765435 3713039808 1209820393 3306414083 1222485725 2650688835 4090852237 161052041 3551716743 1712508946 2900588536 1713782657 347853385 606968180 740596156 3918065822 3147631523 76208201 2383779151 2034590178 2117772619 1109691402 2599956551 1454370952 2843152275 1115063370 3171701284 3442209362 3380417116 3491760016 3821065194 2793807841 524342264 651658835 3360886536 1154650434 1348481665 3239936401 2158313946 552708482 600652590 1758600407 2808900869 4209617057 3743484173 949432439 174926480 580369599 3236093169 3101806431 1638519465 3822732878 3218132471 1840341039 617191172 573634434 2384641811 1883321768 2253049953 2738668051 2406032697 567298227 3689850393 1246889742 2769126723 1852332847 2959623124 2988705707 3342191406 1592196245 995502297 908802066 729197559 3678321854 166194460 3692040804 2487669731 657065854 2575968534 2537496541 2359298825 2109285211 1250332949 1193109260 2514871905 1655731044 3358491069 255 362436" option to reproduce the execution
0.69/0.86	c #vars 70755
0.69/0.86	c #constraints 2219

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4103369-1466235686/watcher-4103369-1466235686 -o /tmp/evaluation-result-4103369-1466235686/solver-4103369-1466235686 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466206104-11340 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103369-1466235686.opb 

pid=15272
running on 4 cores: 0,2,4,6

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: 2.08 2.08 2.01 3/179 15275
/proc/meminfo: memFree=30482784/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=713148 CPUtime=0 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 2657 0 0 0 0 0 0 0 20 0 4 0 25619073 730263552 3019 33554432000 4194304 16246674 140735951580736 140735951580160 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 178799 3023 441 2943 0 175693 0
[pid=15275/tid=15276] ppid=15272 vsize=729532 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 747040768 3083 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=733628 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 751235072 3099 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=737724 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25619074 755429376 3115 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100216 s]
/proc/loadavg: 2.08 2.08 2.01 3/179 15275
/proc/meminfo: memFree=30482784/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=1304132 CPUtime=0.09 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 32009 0 0 0 5 4 0 0 20 0 4 0 25619073 1335431168 32309 33554432000 4194304 16246674 140735951580736 140735951580048 7371468 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 326033 32322 799 2943 0 322927 0
[pid=15275/tid=15276] ppid=15272 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 1335431168 32333 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 1335431168 32344 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 1335431168 32354 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1304132

[startup+0.200502 s]
/proc/loadavg: 2.08 2.08 2.01 3/179 15275
/proc/meminfo: memFree=30482784/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=1311300 CPUtime=0.19 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 38167 0 0 0 14 5 0 0 20 0 4 0 25619073 1342771200 38977 33554432000 4194304 16246674 140735951580736 140735951580048 4221095 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 327825 38977 801 2943 0 324719 0
[pid=15275/tid=15276] ppid=15272 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 1342771200 38977 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 1342771200 38977 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 1342771200 38977 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300493 s]
/proc/loadavg: 2.08 2.08 2.01 3/179 15275
/proc/meminfo: memFree=30482784/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=1311300 CPUtime=0.29 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 46917 0 0 0 23 6 0 0 20 0 4 0 25619073 1342771200 47727 33554432000 4194304 16246674 140735951580736 140735951580048 7889302 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 327825 47727 801 2943 0 324719 0
[pid=15275/tid=15276] ppid=15272 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 1342771200 47727 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 1342771200 47727 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 1342771200 47727 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1311300

[startup+0.700418 s]
/proc/loadavg: 2.08 2.08 2.01 3/179 15275
/proc/meminfo: memFree=30482784/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 62590 0 0 0 62 7 0 0 20 0 4 0 25619073 1343819776 63400 33554432000 4194304 16246674 140735951580736 140735951580048 4221108 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 328081 63400 802 2943 0 324975 0
[pid=15275/tid=15276] ppid=15272 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 1343819776 63400 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 1343819776 63400 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 1343819776 63400 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50042 s]
/proc/loadavg: 2.15 2.10 2.02 3/183 15279
/proc/meminfo: memFree=30009788/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=1339972 CPUtime=1.49 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 181384 0 0 0 124 25 0 0 20 0 4 0 25619073 1372131328 184238 33554432000 4194304 16246674 140735951580736 140735951579912 6958849 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 334993 184248 834 2943 0 331887 0
[pid=15275/tid=15276] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 184255 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 184261 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 184268 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1339972

[startup+3.1004 s]
/proc/loadavg: 2.15 2.10 2.02 3/183 15279
/proc/meminfo: memFree=29369568/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=1339972 CPUtime=3.09 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 272552 0 0 0 273 36 0 0 20 0 4 0 25619073 1372131328 276428 33554432000 4194304 16246674 140735951580736 140735951562624 12429162 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 334993 276428 844 2943 0 331887 0
[pid=15275/tid=15276] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276428 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276428 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276428 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1339972

[startup+6.30039 s]
/proc/loadavg: 2.14 2.10 2.02 3/183 15279
/proc/meminfo: memFree=29365980/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=1339972 CPUtime=6.29 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 272553 0 0 0 593 36 0 0 20 0 4 0 25619073 1372131328 276429 33554432000 4194304 16246674 140735951580736 140735951562624 12429162 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 334993 276429 844 2943 0 331887 0
[pid=15275/tid=15276] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276429 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276429 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276429 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1339972

[startup+12.7004 s]
/proc/loadavg: 2.13 2.09 2.02 3/183 15279
/proc/meminfo: memFree=29367424/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=1339972 CPUtime=12.69 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 272553 0 0 0 1233 36 0 0 20 0 4 0 25619073 1372131328 276429 33554432000 4194304 16246674 140735951580736 140735951562624 12654159 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 334993 276429 844 2943 0 331887 0
[pid=15275/tid=15276] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276429 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276429 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276429 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1339972

[startup+25.5075 s]
/proc/loadavg: 2.11 2.09 2.02 4/183 15279
/proc/meminfo: memFree=29368040/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=1339972 CPUtime=25.49 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 272553 0 0 0 2513 36 0 0 20 0 4 0 25619073 1372131328 276429 33554432000 4194304 16246674 140735951580736 140735951562624 12653056 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 334993 276429 844 2943 0 331887 0
[pid=15275/tid=15276] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276429 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276429 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276429 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1339972

[startup+51.1004 s]
/proc/loadavg: 2.12 2.09 2.02 3/183 15279
/proc/meminfo: memFree=29368172/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=1339972 CPUtime=51.08 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 272553 0 0 0 5072 36 0 0 20 0 4 0 25619073 1372131328 276429 33554432000 4194304 16246674 140735951580736 140735951562624 6955808 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 334993 276429 844 2943 0 331887 0
[pid=15275/tid=15276] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276429 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276429 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 1372131328 276429 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1339972

[startup+102.3 s]
/proc/loadavg: 2.12 2.09 2.02 3/183 15280
/proc/meminfo: memFree=29329572/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=1378884 CPUtime=102.27 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 282287 0 0 0 10189 38 0 0 20 0 4 0 25619073 1411977216 286163 33554432000 4194304 16246674 140735951580736 140735951580048 4220940 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 344721 286163 846 2943 0 341615 0
[pid=15275/tid=15276] ppid=15272 vsize=1378884 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 1411977216 286163 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=1378884 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 1411977216 286163 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=1378884 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 1411977216 286163 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1378884

[startup+162.3 s]
/proc/loadavg: 2.21 2.12 2.03 3/183 15281
/proc/meminfo: memFree=27703364/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=3000900 CPUtime=162.26 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 1122993 0 0 0 16068 158 0 0 20 0 4 0 25619073 3072921600 691669 33554432000 4194304 16246674 140735951580736 140735951579832 4220491 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 750225 691669 847 2943 0 747119 0
[pid=15275/tid=15276] ppid=15272 vsize=3000900 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 3072921600 691669 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=3000900 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 3072921600 691669 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=3000900 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 3072921600 691669 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3000900

[startup+222.3 s]
/proc/loadavg: 2.12 2.11 2.03 3/182 15331
/proc/meminfo: memFree=19938276/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=11646532 CPUtime=222.26 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 3284405 0 0 0 21776 450 0 0 20 0 4 0 25619073 11926048768 2853081 33554432000 4194304 16246674 140735951580736 140735951579832 12449200 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 2911633 2853081 848 2943 0 2908527 0
[pid=15275/tid=15276] ppid=15272 vsize=11646532 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 11926048768 2853081 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=11646532 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 11926048768 2853081 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=11646532 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 11926048768 2853081 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 11646532

[startup+282.3 s]
/proc/loadavg: 2.14 2.12 2.04 3/183 15333
/proc/meminfo: memFree=18305784/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=12436036 CPUtime=282.25 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 3435795 0 0 0 27749 476 0 0 20 0 4 0 25619073 12734500864 3050717 33554432000 4194304 16246674 140735951580736 140735951579832 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 3109009 3050717 852 2943 0 3105903 0
[pid=15275/tid=15276] ppid=15272 vsize=12436036 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 12734500864 3050717 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=12436036 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 12734500864 3050717 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=12436036 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 12734500864 3050717 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 12436036

[startup+342.307 s]
/proc/loadavg: 2.10 2.11 2.03 3/183 15334
/proc/meminfo: memFree=17688044/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=13042244 CPUtime=342.25 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 3538612 0 0 0 33731 494 0 0 20 0 4 0 25619073 13355257856 3202079 33554432000 4194304 16246674 140735951580736 140735951578624 14013818 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 3260561 3202079 852 2943 0 3257455 0
[pid=15275/tid=15276] ppid=15272 vsize=13042244 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 13355257856 3202079 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=13042244 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 13355257856 3202079 33554432000 4194304 16246674 140735951580736 140507372039184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=13042244 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 13355257856 3202079 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 13042244



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+361.007 s]
/proc/loadavg: 2.15 2.12 2.04 4/183 15334
/proc/meminfo: memFree=14897648/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=15874628 CPUtime=360.94 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) R 15272 15275 11324 0 -1 4202496 4246772 0 0 0 35491 603 0 0 20 0 4 0 25619073 16255619072 3910239 33554432000 4194304 16246674 140735951580736 140735951579832 4221105 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 3968657 3910248 852 2943 0 3965551 0
[pid=15275/tid=15276] ppid=15272 vsize=15874628 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15276/stat : 15276 (toysat) S 15272 15275 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25619074 16255619072 3910254 33554432000 4194304 16246674 140735951580736 140507459071216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=15874628 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) S 15272 15275 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25619074 16255619072 3910261 33554432000 4194304 16246674 140735951580736 140507372039408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15275/tid=15278] ppid=15272 vsize=15874628 CPUtime=0 cores=0,2,4,6
/proc/15275/task/15278/stat : 15278 (toysat) S 15272 15275 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25619074 16255619072 3910267 33554432000 4194304 16246674 140735951580736 140507361565872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 360.94
Current children cumulated vsize (KiB) 15874628

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15275 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+361.3 s]
/proc/loadavg: 2.15 2.12 2.04 4/183 15334
/proc/meminfo: memFree=14897648/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=0 CPUtime=361.23 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) Z 15272 15275 11324 0 -1 4203532 4247310 0 0 0 35491 632 0 0 20 0 2 0 25619073 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 0 0 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=0 CPUtime=0.27 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) R 15272 15275 11324 0 -1 4203588 7 0 0 0 0 27 0 0 20 0 2 0 25619074 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 361.23
Current children cumulated vsize (KiB) 0

[startup+361.7 s]
/proc/loadavg: 2.15 2.12 2.04 4/183 15334
/proc/meminfo: memFree=14897648/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=0 CPUtime=361.62 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) Z 15272 15275 11324 0 -1 4203532 4247310 0 0 0 35491 671 0 0 20 0 2 0 25619073 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 0 0 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=0 CPUtime=0.67 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) R 15272 15275 11324 0 -1 4203588 7 0 0 0 0 67 0 0 20 0 2 0 25619074 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 361.62
Current children cumulated vsize (KiB) 0

[startup+361.8 s]
/proc/loadavg: 2.15 2.12 2.04 4/183 15334
/proc/meminfo: memFree=14897648/32872528 swapFree=249320/249320
[pid=15275] ppid=15272 vsize=0 CPUtime=361.72 cores=0,2,4,6
/proc/15275/stat : 15275 (toysat) Z 15272 15275 11324 0 -1 4203532 4247310 0 0 0 35491 681 0 0 20 0 2 0 25619073 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15275/statm: 0 0 0 0 0 0 0
[pid=15275/tid=15277] ppid=15272 vsize=0 CPUtime=0.77 cores=0,2,4,6
/proc/15275/task/15277/stat : 15277 (toysat) R 15272 15275 11324 0 -1 4203588 7 0 0 0 0 77 0 0 20 0 2 0 25619074 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 361.72
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 361.863
CPU time (s): 361.799
CPU user time (s): 354.918
CPU system time (s): 6.88095
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 15874628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 354.918
system time used= 6.88095
maximum resident set size= 15643108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4247310
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= 135
involuntary context switches= 367

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.91686 second user time and 1.38779 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-18 09:41:27
IDJOB=4103369
IDBENCH=2341
IDSOLVER=2542
FILE ID=node103/4103369-1466235686
RUNJOBID= node103-1466206104-11340
PBS_JOBID= 19918169
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-siena1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103369-1466235686/watcher-4103369-1466235686 -o /tmp/evaluation-result-4103369-1466235686/solver-4103369-1466235686 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466206104-11340 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103369-1466235686.opb

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

MD5SUM BENCH= 6b1441ebcfc2678f5078c728b5f20e0c
RANDOM SEED=61941161

node103.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		: 2667.278
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	: 5334.55
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30482684 kB
Buffers:          124348 kB
Cached:           137072 kB
SwapCached:         1916 kB
Active:          1237672 kB
Inactive:         165552 kB
Active(anon):    1140756 kB
Inactive(anon):     3400 kB
Active(file):      96916 kB
Inactive(file):   162152 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099436 kB
Dirty:             23036 kB
Writeback:             0 kB
AnonPages:       1390388 kB
Mapped:            10816 kB
Shmem:                 0 kB
Slab:             603068 kB
SReclaimable:      46840 kB
SUnreclaim:       556228 kB
KernelStack:        1448 kB
PageTables:         6992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1531516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1132544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node103 at 2016-06-18 09:47:29