Trace number 4103961

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) 284.488 284.535

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-arki001.opb
MD5SUM72fff71fe37083f89a4fde6caf0f3578
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.74358
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8268
Total number of constraints1451
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints1430
Minimum length of a constraint3
Maximum length of a constraint8249
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 2386602666496000
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 5223634990318712
Number of bits of the biggest sum of numbers53
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-18T10:48:57+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-4103961-1466239736.opb"]
0.00/0.01	c use --random-gen="3503700893 2870062914 3995970736 4151835352 4268036928 1791428485 4116852176 44977182 430697863 4031122240 632554989 2854435386 3086034926 3702735253 568061381 1256967072 1139503739 1764831588 4221742812 2496485834 3004380808 113032344 4237318705 2976951855 1429473818 3149657747 3620482772 930356032 3100412500 263895249 2765913849 374922443 2654606797 1605951204 3943352558 2404597193 1158934260 2946432233 2017409406 2200977026 2547502921 599271404 913005759 3187559493 351648167 616416081 1408646154 2130372957 1679393917 1825663690 3465159734 4109936165 3932995244 213601070 1771086284 2345366427 465048201 1712532351 1750107090 521912482 1591447711 2118834010 1467535471 3422849814 509340416 3098644148 1508074327 4158308190 453823375 1094917688 2902202290 36343773 172570817 2975782096 1964366545 658139465 1437928418 1937879124 640554729 2238597033 2460592963 3344361301 3632960004 669391035 3492135166 2052324246 51067875 3410871323 4210501693 2412174948 326650092 3317156878 43239079 4185897767 2123122784 2004192621 1535918696 4066534953 406503084 3855286564 423751724 3914144211 3581620197 2822094803 3459656457 938788698 423749283 3431987152 2540490598 629246044 2329694686 1337756395 2727490617 2506858782 1546201511 3533004739 2504638048 3667443279 2622095723 3299080640 2947630973 1799395684 3689675535 2937398296 1130591224 2687814503 1248176085 2412343350 1702802159 1337656137 2040832128 3413566141 2445987189 3105335110 2191001845 3266624410 988594510 981518524 1375614261 666860865 2479057375 4118288125 3360983943 3859851364 132435715 3655931643 1165102951 3072481177 2987928836 4241535278 507142674 1264353682 4200970484 16421637 3855385378 2573474756 2857438623 3368415959 3655825223 3027000165 4106564729 3580780107 704232043 2900481948 2637576638 834360940 4284162603 1271235372 2000726959 3779660180 398005136 3687015516 2725075946 3465800996 2163285811 2199172440 3456002894 2293157936 3742878022 3754661387 1805103261 2920478638 3881127716 3836174137 286873780 2455636548 3044637333 3611026917 3198692914 1394607146 2924058813 799782116 3625678520 3317523841 3592988264 3409145046 1480788030 999127011 2117227702 3832293568 2050288601 2063662884 2638874255 216505161 1358547389 2272436819 2855444167 1369789747 2550286993 98106238 57922328 1675854711 2766697393 1108654418 2824568249 511607931 2186204378 1275334630 1562896839 3012108067 3382194471 104387464 2527656684 3051812492 3033614710 2953762202 3387590660 1421668126 2763559363 3344050134 167498771 1019496169 1154225127 1935620226 3316244212 165451262 588998038 733942748 1909695015 4269838670 601235719 806066056 4259059507 864583371 3890708964 2356982153 2735586891 1102648146 3054315002 1595646495 3318497628 2982172155 2421250442 2663817552 4184300221 1747644693 255 362436" option to reproduce the execution
0.19/0.25	c #vars 8268
0.19/0.25	c #constraints 1451

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

pid=18273
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: 2.11 2.20 2.17 3/179 18276
/proc/meminfo: memFree=18608684/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=732740 CPUtime=0 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 2735 0 0 0 0 0 0 0 20 0 4 0 26020432 750325760 3096 33554432000 4194304 16246674 140735937671776 140735937671200 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 183697 3107 442 2943 0 180591 0
[pid=18276/tid=18277] ppid=18273 vsize=750148 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 768151552 3165 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=754244 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 772345856 3183 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=758340 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26020432 776540160 3199 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.11 2.20 2.17 3/179 18276
/proc/meminfo: memFree=18608684/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=1304132 CPUtime=0.09 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 30573 0 0 0 4 5 0 0 20 0 4 0 26020432 1335431168 30873 33554432000 4194304 16246674 140735937671776 140735937671088 7374776 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 326033 30888 802 2943 0 322927 0
[pid=18276/tid=18277] ppid=18273 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 1335431168 30899 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 1335431168 30911 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 1335431168 30921 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1304132

[startup+0.200526 s]
/proc/loadavg: 2.11 2.20 2.17 3/179 18276
/proc/meminfo: memFree=18608684/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 39607 0 0 0 13 6 0 0 20 0 4 0 26020432 1343819776 40417 33554432000 4194304 16246674 140735937671776 140735937671088 7918804 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 328081 40417 802 2943 0 324975 0
[pid=18276/tid=18277] ppid=18273 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 1343819776 40417 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 1343819776 40417 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 1343819776 40417 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.30045 s]
/proc/loadavg: 2.11 2.20 2.17 3/179 18276
/proc/meminfo: memFree=18608684/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 39637 0 0 0 23 6 0 0 20 0 4 0 26020432 1343819776 40447 33554432000 4194304 16246674 140735937671776 140735937671088 12654401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 328081 40447 832 2943 0 324975 0
[pid=18276/tid=18277] ppid=18273 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 1343819776 40447 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 1343819776 40447 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 1343819776 40447 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700405 s]
/proc/loadavg: 2.11 2.20 2.17 3/179 18276
/proc/meminfo: memFree=18608684/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=1312324 CPUtime=0.69 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 149657 0 0 0 49 20 0 0 20 0 4 0 26020432 1343819776 150468 33554432000 4194304 16246674 140735937671776 140735937653696 12449130 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 328081 150483 842 2943 0 324975 0
[pid=18276/tid=18277] ppid=18273 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 1343819776 150493 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 1343819776 150502 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 1343819776 150511 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50041 s]
/proc/loadavg: 2.11 2.20 2.17 3/183 18280
/proc/meminfo: memFree=17578332/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=1434180 CPUtime=1.49 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 299008 0 0 0 108 41 0 0 20 0 4 0 26020432 1468600320 299818 33554432000 4194304 16246674 140735937671776 140735937670440 12371160 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 358545 299818 842 2943 0 355439 0
[pid=18276/tid=18277] ppid=18273 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 1468600320 299818 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 1468600320 299818 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 1468600320 299818 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1434180

[startup+3.10042 s]
/proc/loadavg: 2.11 2.20 2.17 3/183 18280
/proc/meminfo: memFree=17409676/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=1434180 CPUtime=3.09 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 299172 0 0 0 268 41 0 0 20 0 4 0 26020432 1468600320 299982 33554432000 4194304 16246674 140735937671776 140735937671088 13892893 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 358545 299982 842 2943 0 355439 0
[pid=18276/tid=18277] ppid=18273 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 1468600320 299982 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 1468600320 299982 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 1468600320 299982 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1434180

[startup+6.30042 s]
/proc/loadavg: 2.10 2.19 2.17 3/183 18280
/proc/meminfo: memFree=17409608/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=1618500 CPUtime=6.29 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 345253 0 0 0 581 48 0 0 20 0 4 0 26020432 1657344000 346063 33554432000 4194304 16246674 140735937671776 140735937671088 4225061 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 404625 346063 842 2943 0 401519 0
[pid=18276/tid=18277] ppid=18273 vsize=1618500 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 1657344000 346063 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1618500 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 1657344000 346063 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1618500 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 1657344000 346063 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1618500

[startup+12.7004 s]
/proc/loadavg: 2.09 2.19 2.17 3/183 18280
/proc/meminfo: memFree=16343520/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=2498116 CPUtime=12.69 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 565157 0 0 0 1194 75 0 0 20 0 4 0 26020432 2558070784 565967 33554432000 4194304 16246674 140735937671776 140735937670872 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 624529 565967 842 2943 0 621423 0
[pid=18276/tid=18277] ppid=18273 vsize=2498116 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 2558070784 565967 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=2498116 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 2558070784 565967 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=2498116 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 2558070784 565967 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2498116

[startup+25.5005 s]
/proc/loadavg: 2.14 2.20 2.17 3/183 18280
/proc/meminfo: memFree=16081376/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=2760260 CPUtime=25.48 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 630693 0 0 0 2463 85 0 0 20 0 4 0 26020432 2826506240 631503 33554432000 4194304 16246674 140735937671776 140735937669568 4221129 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 690065 631503 842 2943 0 686959 0
[pid=18276/tid=18277] ppid=18273 vsize=2760260 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 2826506240 631503 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=2760260 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 2826506240 631503 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=2760260 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 2826506240 631503 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2760260

[startup+51.1005 s]
/proc/loadavg: 2.22 2.21 2.18 4/183 18280
/proc/meminfo: memFree=15941524/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=3233348 CPUtime=51.08 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 1264593 0 0 0 4928 180 0 0 20 0 4 0 26020432 3310948352 749563 33554432000 4194304 16246674 140735937671776 140735937670440 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 808337 749573 843 2943 0 805231 0
[pid=18276/tid=18277] ppid=18273 vsize=3233348 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 3310948352 749580 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=3233348 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 3310948352 749585 33554432000 4194304 16246674 140735937671776 140505425882128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=3233348 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 3310948352 749590 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3233348

[startup+102.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/184 18284
/proc/meminfo: memFree=18785956/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=9482820 CPUtime=102.28 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 2827177 0 0 0 9839 389 0 0 20 0 4 0 26020432 9710407680 2312147 33554432000 4194304 16246674 140735937671776 140735937670872 13885029 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 2370705 2312147 843 2943 0 2367599 0
[pid=18276/tid=18277] ppid=18273 vsize=9482820 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 9710407680 2312147 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=9482820 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 9710407680 2312147 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=9482820 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 9710407680 2312147 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 9482820

[startup+162.3 s]
/proc/loadavg: 2.14 2.18 2.17 3/183 18285
/proc/meminfo: memFree=10140572/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=13227588 CPUtime=162.26 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 3763375 0 0 0 15714 512 0 0 20 0 4 0 26020432 13545050112 3248345 33554432000 4194304 16246674 140735937671776 140735937669696 14016599 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 3306897 3248345 848 2943 0 3303791 0
[pid=18276/tid=18277] ppid=18273 vsize=13227588 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 13545050112 3248345 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=13227588 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 13545050112 3248345 33554432000 4194304 16246674 140735937671776 140505425882128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=13227588 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 13545050112 3248345 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 13227588

[startup+222.308 s]
/proc/loadavg: 2.22 2.19 2.18 3/183 18286
/proc/meminfo: memFree=3975052/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=13227588 CPUtime=222.26 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 3763375 0 0 0 21707 519 0 0 20 0 4 0 26020432 13545050112 3248345 33554432000 4194304 16246674 140735937671776 140735937670872 4220520 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 3306897 3248345 848 2943 0 3303791 0
[pid=18276/tid=18277] ppid=18273 vsize=13227588 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 13545050112 3248345 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=13227588 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 13545050112 3248345 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=13227588 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 13545050112 3248345 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 13227588

[startup+282.3 s]
/proc/loadavg: 2.14 2.17 2.17 3/183 18287
/proc/meminfo: memFree=1624540/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=15340100 CPUtime=282.24 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 4236606 0 0 0 27631 593 0 0 20 0 4 0 26020432 15708262400 3776253 33554432000 4194304 16246674 140735937671776 140735937670872 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 3835025 3776261 848 2943 0 3831919 0
[pid=18276/tid=18277] ppid=18273 vsize=15340100 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 15708262400 3776266 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=15340100 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 15708262400 3776271 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=15340100 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 15708262400 3776276 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 15340100



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+283.7 s]
/proc/loadavg: 2.14 2.17 2.17 3/183 18287
/proc/meminfo: memFree=1249440/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=15888964 CPUtime=283.64 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 12983 0 -1 4202496 4373826 0 0 0 27750 614 0 0 20 0 4 0 26020432 16270299136 3913474 33554432000 4194304 16246674 140735937671776 140735937670872 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 3972241 3913481 848 2943 0 3969135 0
[pid=18276/tid=18277] ppid=18273 vsize=15888964 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 26020432 16270299136 3913481 33554432000 4194304 16246674 140735937671776 140505510817008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=15888964 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 12983 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 26020432 16270299136 3913481 33554432000 4194304 16246674 140735937671776 140505425882352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=15888964 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26020432 16270299136 3913481 33554432000 4194304 16246674 140735937671776 140505415408816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 283.64
Current children cumulated vsize (KiB) 15888964

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 18276 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+284 s]
/proc/loadavg: 2.12 2.17 2.17 3/181 18287
/proc/meminfo: memFree=2674948/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=0 CPUtime=283.95 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) Z 18273 18276 12983 0 -1 4203532 4374288 0 0 0 27751 644 0 0 20 0 2 0 26020432 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 0 0 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) R 18273 18276 12983 0 -1 4203588 7 0 0 0 0 28 0 0 20 0 2 0 26020432 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 283.95
Current children cumulated vsize (KiB) 0

[startup+284.4 s]
/proc/loadavg: 2.12 2.17 2.17 3/181 18287
/proc/meminfo: memFree=2674948/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=0 CPUtime=284.34 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) Z 18273 18276 12983 0 -1 4203532 4374288 0 0 0 27751 683 0 0 20 0 2 0 26020432 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 0 0 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) R 18273 18276 12983 0 -1 4203588 7 0 0 0 0 68 0 0 20 0 2 0 26020432 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 284.34
Current children cumulated vsize (KiB) 0

[startup+284.5 s]
/proc/loadavg: 2.12 2.17 2.17 3/181 18287
/proc/meminfo: memFree=2674948/32872528 swapFree=1286400/1433568
[pid=18276] ppid=18273 vsize=0 CPUtime=284.44 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) Z 18273 18276 12983 0 -1 4203532 4374288 0 0 0 27751 693 0 0 20 0 2 0 26020432 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 0 0 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) R 18273 18276 12983 0 -1 4203588 7 0 0 0 0 78 0 0 20 0 2 0 26020432 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 284.44
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 284.535
CPU time (s): 284.488
CPU user time (s): 277.513
CPU system time (s): 6.97494
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 15888964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 277.513
system time used= 6.97494
maximum resident set size= 15655740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4374288
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= 291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.680896 second user time and 1.14982 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 10:48:57
IDJOB=4103961
IDBENCH=2517
IDSOLVER=2542
FILE ID=node130/4103961-1466239736
RUNJOBID= node130-1466206066-13000
PBS_JOBID= 19918147
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-arki001.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103961-1466239736/watcher-4103961-1466239736 -o /tmp/evaluation-result-4103961-1466239736/solver-4103961-1466239736 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466206066-13000 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103961-1466239736.opb

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

MD5SUM BENCH= 72fff71fe37083f89a4fde6caf0f3578
RANDOM SEED=2120913063

node130.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.365
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.73
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.365
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		: 2666.365
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		: 2666.365
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		: 2666.365
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		: 2666.365
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.53
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.365
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.56
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.365
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:        18609220 kB
Buffers:            2412 kB
Cached:            77632 kB
SwapCached:         1772 kB
Active:         12053200 kB
Inactive:          22028 kB
Active(anon):   11995528 kB
Inactive(anon):     1872 kB
Active(file):      57672 kB
Inactive(file):    20156 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:             18240 kB
Writeback:             0 kB
AnonPages:      13441932 kB
Mapped:             8332 kB
Shmem:                 0 kB
Slab:             597724 kB
SReclaimable:      41324 kB
SUnreclaim:       556400 kB
KernelStack:        1504 kB
PageTables:        30448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   13575972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 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= 71716 MiB
End job on node130 at 2016-06-18 10:53:41