Trace number 4078584

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02? (exit code) 750.187 750.317

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww1.opb
MD5SUM52b3cfe13fa99e74b3b63fc245437649
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.153975
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables60
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint60
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 89643482
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 740339225
Number of bits of the biggest sum of numbers30
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-06T20:45:39+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-4078584-1465238739.opb"]
0.00/0.01	c use --random-gen="3107667907 2921414975 3075652251 1358083224 3586610505 2725563377 1751980650 2784723236 2395944218 570296631 3357165703 193870260 3217772159 2532412102 2485362094 2643433750 3798548935 3238199589 1631293731 2978980277 4156505082 1984760223 4237123297 2048405410 3038477984 2228789362 3357805121 3541829959 3430795397 3684707080 4218058910 942872055 1443833436 899593077 3147896339 922127071 2048883889 4099751090 1482224432 3425508395 1031574933 1197103222 3065053019 1779235278 2045853080 3812630481 2066157137 3745909295 3103330363 1931192442 495594922 3726037041 1728367910 1374593351 4062833358 2678527920 1621601317 843202218 3239215597 67400347 1031115098 787144233 49074625 627007304 2836527742 3235845090 3958007077 2771308704 419457764 3767056774 3150183939 1699854497 1482237020 929839092 2337915253 3214760932 117067269 2327024288 535848562 3676415920 2125965326 3675171633 2188590025 154221294 4031147929 435635391 1365488895 2282256779 641597378 53643769 1698476659 242659444 856869746 3104451063 1942731530 922703443 2240827032 2348530983 603576338 3950499973 3102433916 1799279732 890221441 1629559873 2394906680 2928851540 2546463078 560196885 2990576332 2525697394 1054063302 1654271224 1668790589 1678960308 1967292454 564262500 2709151790 1938121361 2946162507 3949961815 3242276253 3665907722 3339672468 1055666412 2268447323 3638268440 1782082766 1465095529 1522264310 2919696147 3698698865 3114949538 3341483991 1394433114 1702127924 3371871443 3341538169 2033384615 1962021692 1511002756 1042391945 2859858789 1686649102 2445003646 4031330958 305393692 3932087288 2111984752 2007261648 579232602 3094361094 764612438 1682777971 2192861831 3574926661 4290696922 2152265998 1114998422 2500676981 728279217 2796451641 172216794 4231375615 3437935397 1048538548 349074372 130392615 1961827027 894025985 3688787152 1685633346 2860382071 2126257696 2126094656 3210544284 3876281533 681666174 1838973010 2659994403 1135671427 1683790319 1937266662 3280994171 3847464238 3906721752 1654568715 719462650 1708345609 541681104 1413670678 3107834983 2323637751 1725222267 80529122 2544285924 1976781561 3662207164 2620035872 1097858008 3570934457 4053686946 3638076520 498937451 2237257622 1984162481 1545174198 2355706453 300164361 1094765120 3919733217 2779978600 1572799525 1808434192 172819222 1092588473 198560902 154356253 1810791403 4213009091 1365018277 3058709194 3897864134 3693236821 4151285623 2738153640 3514376505 2019580181 3786779864 3492272846 982855409 4081546311 3701930109 1453807929 1100018066 418926146 3591772036 3790448415 599470127 3902850346 1560249456 2578748748 649478432 1178937314 1864831140 2623376424 233307828 3400000482 2999510272 1594598526 3898232198 1434668846 863174866 2876753277 1340362897 866961143 330694982 255 362436" option to reproduce the execution
0.00/0.01	c #vars 60
0.00/0.01	c #constraints 2
749.37/749.51	toysat: out of memory (requested 241172480 bytes)

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

pid=3322
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.31 2.24 2.19 3/179 3325
/proc/meminfo: memFree=27405880/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=319932 CPUtime=0 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 1119 0 0 0 0 0 0 0 20 0 4 0 105806969 327610368 1991 33554432000 4194304 16246674 140734632985696 140734632985120 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 80495 2001 441 2943 0 77389 0
[pid=3325/tid=3326] ppid=3322 vsize=336316 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 344387584 2058 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=340412 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 348581888 2075 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=344508 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 352776192 2091 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.31 2.24 2.19 3/179 3325
/proc/meminfo: memFree=27405880/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 26585 0 0 0 5 3 0 0 20 0 4 0 105806969 1247350784 27448 33554432000 4194304 16246674 140734632985696 140734632985120 12652961 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 304529 27457 601 2943 0 301423 0
[pid=3325/tid=3326] ppid=3322 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 1247350784 27462 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 1247350784 27468 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 1247350784 27474 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200577 s]
/proc/loadavg: 2.31 2.24 2.19 3/179 3325
/proc/meminfo: memFree=27405880/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 50071 0 0 0 12 7 0 0 20 0 4 0 105806969 1247350784 50934 33554432000 4194304 16246674 140734632985696 140734632985120 12656293 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 304529 50940 601 2943 0 301423 0
[pid=3325/tid=3326] ppid=3322 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 1247350784 50944 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 1247350784 50948 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 1247350784 50952 33554432000 4194304 16246674 140734632985696 140566763400368 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) 1218116

[startup+0.300527 s]
/proc/loadavg: 2.31 2.24 2.19 3/179 3325
/proc/meminfo: memFree=27405880/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 74424 0 0 0 18 11 0 0 20 0 4 0 105806969 1247350784 75287 33554432000 4194304 16246674 140734632985696 140734632985120 12654121 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 304529 75301 601 2943 0 301423 0
[pid=3325/tid=3326] ppid=3322 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 1247350784 75310 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 1247350784 75320 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 1247350784 75328 33554432000 4194304 16246674 140734632985696 140566763400368 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) 1218116

[startup+0.700416 s]
/proc/loadavg: 2.31 2.24 2.19 3/179 3325
/proc/meminfo: memFree=27405880/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=1218116 CPUtime=0.68 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 173556 0 0 0 46 22 0 0 20 0 4 0 105806969 1247350784 174419 33554432000 4194304 16246674 140734632985696 140734632985120 13950232 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 304529 174435 601 2943 0 301423 0
[pid=3325/tid=3326] ppid=3322 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 1247350784 174445 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 1247350784 174456 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 1247350784 174465 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.31 2.24 2.19 3/183 3329
/proc/meminfo: memFree=26384968/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=1424964 CPUtime=1.49 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 297078 0 0 0 109 40 0 0 20 0 4 0 105806969 1459163136 297912 33554432000 4194304 16246674 140734632985696 140734632967616 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 356241 297916 652 2943 0 353135 0
[pid=3325/tid=3326] ppid=3322 vsize=1424964 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 1459163136 297919 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=1424964 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 1459163136 297921 33554432000 4194304 16246674 140734632985696 140566878723088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=1424964 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 1459163136 297925 33554432000 4194304 16246674 140734632985696 140566763400368 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) 1424964

[startup+3.10042 s]
/proc/loadavg: 2.28 2.23 2.19 4/183 3329
/proc/meminfo: memFree=26170572/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=1467972 CPUtime=3.09 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 308087 0 0 0 268 41 0 0 20 0 4 0 105806969 1503203328 308906 33554432000 4194304 16246674 140734632985696 140734632983488 4206664 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 366993 308906 821 2943 0 363887 0
[pid=3325/tid=3326] ppid=3322 vsize=1467972 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 1503203328 308906 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=1467972 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 1503203328 308906 33554432000 4194304 16246674 140734632985696 140566878723088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=1467972 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 1503203328 308906 33554432000 4194304 16246674 140734632985696 140566763400368 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) 1467972

[startup+6.30043 s]
/proc/loadavg: 2.28 2.23 2.19 3/183 3329
/proc/meminfo: memFree=26081788/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=1557060 CPUtime=6.28 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 330360 0 0 0 585 43 0 0 20 0 4 0 105806969 1594429440 331179 33554432000 4194304 16246674 140734632985696 140734632983488 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 389265 331179 821 2943 0 386159 0
[pid=3325/tid=3326] ppid=3322 vsize=1557060 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 1594429440 331179 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=1557060 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 1594429440 331179 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=1557060 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 1594429440 331179 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1557060

[startup+12.7004 s]
/proc/loadavg: 2.39 2.26 2.20 4/183 3329
/proc/meminfo: memFree=25186284/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=2211396 CPUtime=12.68 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 493944 0 0 0 1203 65 0 0 20 0 4 0 105806969 2264469504 494763 33554432000 4194304 16246674 140734632985696 140734632983504 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 552849 494763 821 2943 0 549743 0
[pid=3325/tid=3326] ppid=3322 vsize=2211396 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 2264469504 494763 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=2211396 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 2264469504 494763 33554432000 4194304 16246674 140734632985696 140566878723088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=2211396 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 2264469504 494763 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2211396

[startup+25.5005 s]
/proc/loadavg: 2.41 2.26 2.20 3/183 3329
/proc/meminfo: memFree=22260052/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=3072580 CPUtime=25.48 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 709240 0 0 0 2454 94 0 0 20 0 4 0 105806969 3146321920 710059 33554432000 4194304 16246674 140734632985696 140734632984792 13949845 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 768145 710059 821 2943 0 765039 0
[pid=3325/tid=3326] ppid=3322 vsize=3072580 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 3146321920 710059 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=3072580 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 3146321920 710059 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=3072580 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 3146321920 710059 33554432000 4194304 16246674 140734632985696 140566763400368 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) 3072580

[startup+51.1005 s]
/proc/loadavg: 2.32 2.26 2.20 3/183 3329
/proc/meminfo: memFree=18370128/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=4169284 CPUtime=51.08 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 983418 0 0 0 4974 134 0 0 20 0 4 0 105806969 4269346816 984237 33554432000 4194304 16246674 140734632985696 140734632984872 4206877 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 1042321 984237 822 2943 0 1039215 0
[pid=3325/tid=3326] ppid=3322 vsize=4169284 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 4269346816 984237 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=4169284 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 4269346816 984237 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=4169284 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 4269346816 984237 33554432000 4194304 16246674 140734632985696 140566763400368 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) 4169284

[startup+102.3 s]
/proc/loadavg: 2.34 2.27 2.20 4/183 3330
/proc/meminfo: memFree=9435184/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=9866820 CPUtime=102.27 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 2407804 0 0 0 9899 328 0 0 20 0 4 0 105806969 10103623680 2408623 33554432000 4194304 16246674 140734632985696 140734632984872 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 2466705 2408623 822 2943 0 2463599 0
[pid=3325/tid=3326] ppid=3322 vsize=9866820 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 10103623680 2408623 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=9866820 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 10103623680 2408623 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=9866820 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 10103623680 2408623 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9866820


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

[pid=3325] ppid=3322 vsize=14811716 CPUtime=582.19 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 4541165 0 0 0 57541 678 0 0 20 0 4 0 105806969 15167197184 3644854 33554432000 4194304 16246674 140734632985696 140734632983616 14006617 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 3702929 3644854 827 2943 0 3699823 0
[pid=3325/tid=3326] ppid=3322 vsize=14811716 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 15167197184 3644854 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=14811716 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 15167197184 3644854 33554432000 4194304 16246674 140734632985696 140566878723088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=14811716 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 15167197184 3644854 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 14811716

[startup+642.3 s]
/proc/loadavg: 2.29 2.24 2.19 3/183 3344
/proc/meminfo: memFree=11070816/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=15352388 CPUtime=642.19 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 4619101 0 0 0 63522 697 0 0 20 0 4 0 105806969 15720845312 3780022 33554432000 4194304 16246674 140734632985696 140734632984872 4220965 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 3838097 3780022 827 2943 0 3834991 0
[pid=3325/tid=3326] ppid=3322 vsize=15352388 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 15720845312 3780022 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=15352388 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 15720845312 3780022 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=15352388 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 15720845312 3780022 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 15352388

[startup+702.301 s]
/proc/loadavg: 2.36 2.27 2.20 3/183 3345
/proc/meminfo: memFree=10686844/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=15735364 CPUtime=702.18 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 4655987 0 0 0 69507 711 0 0 20 0 4 0 105806969 16113012736 3875673 33554432000 4194304 16246674 140734632985696 140734632983616 13899629 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 3933841 3875673 827 2943 0 3930735 0
[pid=3325/tid=3326] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875673 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875673 33554432000 4194304 16246674 140734632985696 140566878723088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875673 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 15735364

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

[startup+716.8 s]
/proc/loadavg: 2.35 2.27 2.20 4/183 3345
/proc/meminfo: memFree=10686664/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=15735364 CPUtime=716.68 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 4655987 0 0 0 70957 711 0 0 20 0 4 0 105806969 16113012736 3875673 33554432000 4194304 16246674 140734632985696 140734632983616 14013895 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 3933841 3875673 827 2943 0 3930735 0
[pid=3325/tid=3326] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875673 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875673 33554432000 4194304 16246674 140734632985696 140566878723088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875673 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 716.68
Current children cumulated vsize (KiB) 15735364

[startup+729.6 s]
/proc/loadavg: 2.42 2.29 2.20 3/183 3346
/proc/meminfo: memFree=10686280/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=15735364 CPUtime=729.47 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 4655987 0 0 0 72236 711 0 0 20 0 4 0 105806969 16113012736 3875673 33554432000 4194304 16246674 140734632985696 140734632983616 14013564 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 3933841 3875673 827 2943 0 3930735 0
[pid=3325/tid=3326] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875673 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875673 33554432000 4194304 16246674 140734632985696 140566878723088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875673 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 729.47
Current children cumulated vsize (KiB) 15735364

[startup+742.4 s]
/proc/loadavg: 2.43 2.30 2.21 3/183 3346
/proc/meminfo: memFree=10686376/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=15735364 CPUtime=742.27 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 4656080 0 0 0 73515 712 0 0 20 0 4 0 105806969 16113012736 3875766 33554432000 4194304 16246674 140734632985696 140734632984872 4206912 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 3933841 3875766 827 2943 0 3930735 0
[pid=3325/tid=3326] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875766 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875766 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875766 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 742.27
Current children cumulated vsize (KiB) 15735364

[startup+745.6 s]
/proc/loadavg: 2.40 2.29 2.21 3/183 3346
/proc/meminfo: memFree=10686112/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=15735364 CPUtime=745.47 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 4656080 0 0 0 73835 712 0 0 20 0 4 0 105806969 16113012736 3875766 33554432000 4194304 16246674 140734632985696 140734632984792 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 3933841 3875766 827 2943 0 3930735 0
[pid=3325/tid=3326] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875766 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875766 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875766 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 745.47
Current children cumulated vsize (KiB) 15735364

[startup+748.8 s]
/proc/loadavg: 2.37 2.29 2.20 4/183 3346
/proc/meminfo: memFree=10686116/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=15735364 CPUtime=748.67 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) R 3322 3325 1166 0 -1 4202496 4656080 0 0 0 74154 713 0 0 20 0 4 0 105806969 16113012736 3875766 33554432000 4194304 16246674 140734632985696 140734632984792 4206912 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 3933841 3875766 827 2943 0 3930735 0
[pid=3325/tid=3326] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) S 3322 3325 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875766 33554432000 4194304 16246674 140734632985696 140566889213168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3325/tid=3327] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3327/stat : 3327 (toysat) S 3322 3325 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875766 33554432000 4194304 16246674 140734632985696 140566878723312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3325/tid=3328] ppid=3322 vsize=15735364 CPUtime=0 cores=1,3,5,7
/proc/3325/task/3328/stat : 3328 (toysat) S 3322 3325 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105806970 16113012736 3875766 33554432000 4194304 16246674 140734632985696 140566763400368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 748.67
Current children cumulated vsize (KiB) 15735364

[startup+749.6 s]
/proc/loadavg: 2.37 2.29 2.20 3/183 3346
/proc/meminfo: memFree=10686364/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=0 CPUtime=749.47 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) Z 3322 3325 1166 0 -1 4202508 4656080 0 0 0 74226 721 0 0 20 0 2 0 105806969 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 0 0 0 0 0 0 0
[pid=3325/tid=3326] ppid=3322 vsize=0 CPUtime=0.07 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) R 3322 3325 1166 0 -1 4203588 9 0 0 0 0 7 0 0 20 0 2 0 105806970 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 749.47
Current children cumulated vsize (KiB) 0

[startup+750 s]
/proc/loadavg: 2.37 2.29 2.20 3/183 3346
/proc/meminfo: memFree=10686364/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=0 CPUtime=749.87 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) Z 3322 3325 1166 0 -1 4202508 4656080 0 0 0 74226 761 0 0 20 0 2 0 105806969 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 0 0 0 0 0 0 0
[pid=3325/tid=3326] ppid=3322 vsize=0 CPUtime=0.47 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) R 3322 3325 1166 0 -1 4203588 9 0 0 0 0 47 0 0 20 0 2 0 105806970 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 749.87
Current children cumulated vsize (KiB) 0

[startup+750.2 s]
/proc/loadavg: 2.37 2.29 2.20 3/181 3346
/proc/meminfo: memFree=23454664/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=0 CPUtime=750.08 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) Z 3322 3325 1166 0 -1 4202508 4656080 0 0 0 74226 782 0 0 20 0 2 0 105806969 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 0 0 0 0 0 0 0
[pid=3325/tid=3326] ppid=3322 vsize=0 CPUtime=0.67 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) R 3322 3325 1166 0 -1 4203588 9 0 0 0 0 67 0 0 20 0 2 0 105806970 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 750.08
Current children cumulated vsize (KiB) 0

[startup+750.307 s]
/proc/loadavg: 2.37 2.29 2.20 3/181 3346
/proc/meminfo: memFree=23454664/32872528 swapFree=16384/1696552
[pid=3325] ppid=3322 vsize=0 CPUtime=750.18 cores=1,3,5,7
/proc/3325/stat : 3325 (toysat) Z 3322 3325 1166 0 -1 4202508 4656080 0 0 0 74226 792 0 0 20 0 2 0 105806969 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3325/statm: 0 0 0 0 0 0 0
[pid=3325/tid=3326] ppid=3322 vsize=0 CPUtime=0.77 cores=1,3,5,7
/proc/3325/task/3326/stat : 3326 (toysat) R 3322 3325 1166 0 -1 4203588 9 0 0 0 0 77 0 0 20 0 2 0 105806970 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 750.18
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 750.317
CPU time (s): 750.187
CPU user time (s): 742.264
CPU system time (s): 7.92279
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 15735364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 742.264
system time used= 7.92279
maximum resident set size= 15503064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4656080
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= 243
involuntary context switches= 1055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.59015 second user time and 6.49301 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-06 20:45:39
IDJOB=4078584
IDBENCH=2563
IDSOLVER=2542
FILE ID=node125/4078584-1465238739
RUNJOBID= node125-1465224138-1183
PBS_JOBID= 19843237
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-cuww1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078584-1465238739/watcher-4078584-1465238739 -o /tmp/evaluation-result-4078584-1465238739/solver-4078584-1465238739 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465224138-1183 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078584-1465238739.opb

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

MD5SUM BENCH= 52b3cfe13fa99e74b3b63fc245437649
RANDOM SEED=2040323739

node125.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.456
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.91
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.456
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.56
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.456
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.456
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.456
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.456
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		: 2666.456
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		: 2666.456
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:        27406556 kB
Buffers:           36724 kB
Cached:           122616 kB
SwapCached:         2016 kB
Active:          2997364 kB
Inactive:          62848 kB
Active(anon):    2902036 kB
Inactive(anon):     1380 kB
Active(file):      95328 kB
Inactive(file):    61468 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098492 kB
Dirty:             16336 kB
Writeback:             0 kB
AnonPages:       4711328 kB
Mapped:            10548 kB
Shmem:                 0 kB
Slab:             568068 kB
SReclaimable:      12132 kB
SUnreclaim:       555936 kB
KernelStack:        1520 kB
PageTables:        13148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4740516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1937408 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= 71712 MiB
End job on node125 at 2016-06-06 20:58:10