Trace number 4110510

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? (TO) 1800.71 1801.02

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap71_wcsp.wbo
MD5SUM58e4788c719f1a12516705b51263d664
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark13812213
Best CPU time to get the best result obtained on this benchmark1800.08
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 55743026
Min constraint cost 1
Max constraint cost 55743026
Sum of constraints costs 44948405826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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-19T16:07:01+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","--wbo","--search=bcd2","HOME/instance-4110510-1466345221.wbo"]
0.00/0.01	c use --random-gen="1631547620 1857032378 3499063842 3668132761 3205902905 22923136 1772739156 3782134996 3990267909 3697116804 4223907026 2514658893 993098604 927926001 225039503 774990206 4211131108 2593232125 4229926063 174765954 3436643944 4206094012 1574843670 204380040 2372754724 676790830 219547175 2555107842 2568307230 1530145798 1936668019 2388204290 258713583 2207144555 669950669 2393858514 4182039966 2387173624 1381277290 3676019782 874890575 1946800481 4146698304 856401298 3986291058 3761460714 2350009852 1769775503 504163768 2213031399 3491426298 3742893736 2020134103 2276852759 2836365789 1609447883 2654607347 4003083694 2453971624 4220149460 1719431776 3108916226 2221392911 2754944144 3278207240 2085685621 761957841 3378001554 596104935 3849808479 936806202 3542400854 3844363854 3022553471 1200115056 1210487170 3677180941 2829684346 4084954345 3456372311 4253207403 3499673692 963376476 304543982 2283881408 1579172059 2750242275 878375225 2010868810 21640288 1299478594 1035519052 1792639639 1566435285 3300614459 2023022481 3691028772 1660574767 4145350336 2957944680 1640403878 76047530 937790663 903144036 1700211433 1466782734 1250628836 3822947529 2500744958 2127447888 383957975 1230430137 396039472 4156789872 2649692610 1477053709 3009009952 979185030 3117892243 267537244 441459091 3005219111 1825666017 3442194757 3560890999 3658042896 790840532 1925692032 3238651075 2513163950 3115012017 2490825980 1853526361 3916584769 1661931032 81421793 2865813244 93331188 2509935360 839221673 204257011 3966502167 1118869297 785249151 4239308779 1690406323 727907398 1405855365 1941917348 2908916491 3532660090 601817488 109179339 811677799 1764144151 1438257191 2050333855 415759880 3562658253 1226300995 3532585887 2801596209 2232986788 3978704924 2686021168 358716043 642267031 3386736903 3293108128 548936135 3053932631 2264953116 2225614390 2440931193 3937459246 997860268 253422361 45793948 703722061 1440781217 2535955722 3156601784 1243087043 1012053893 2880912217 3917932566 151441291 3054827084 842931673 1421702964 1710643546 3849403842 1627859943 1223897216 589028398 1750387327 677623895 833900457 1497746212 2222194373 1663469847 941586142 1415605496 374749898 796464296 4152050545 2072285025 1492437201 2477338317 2875899227 1215064975 2177238607 3433632932 3979372851 1138174371 4263025528 1294737542 3556398762 3132038062 148024081 3944536199 2689318367 4064218731 3879220513 3781605013 2277834651 3722999885 1972601251 701631205 2389425210 3794517462 3792580701 1987333154 2571553086 586416746 3987402857 815723873 2670094905 2786678993 1542442953 1130823825 2327667524 2115340938 3756210525 4269560750 1844099312 990769489 1359239653 2292333178 4020967970 2013805251 1472890506 3886769026 3897576362 1230150192 1241685087 255 362436" option to reproduce the execution

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-4110510-1466345221/watcher-4110510-1466345221 -o /tmp/evaluation-result-4110510-1466345221/solver-4110510-1466345221 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466341817-6064 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110510-1466345221.wbo 

pid=8338
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.24 2.29 2.20 4/179 8341
/proc/meminfo: memFree=29478092/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=725572 CPUtime=0 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 2710 0 0 0 0 0 0 0 20 0 4 0 36568719 742985728 3070 33554432000 4194304 16246674 140734665149936 140734665149360 13880264 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 181905 3078 442 2943 0 178799 0
[pid=8341/tid=8342] ppid=8338 vsize=744004 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 761860096 3140 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=748100 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 766054400 3158 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=752196 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36568719 770248704 3173 33554432000 4194304 16246674 140734665149936 139921165638832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100182 s]
/proc/loadavg: 2.24 2.29 2.20 4/179 8341
/proc/meminfo: memFree=29478092/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 23793 0 0 0 6 3 0 0 20 0 4 0 36568719 1250496512 24100 33554432000 4194304 16246674 140734665149936 140734665149248 6132605 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 305297 24100 844 2943 0 302191 0
[pid=8341/tid=8342] ppid=8338 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 1250496512 24100 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 1250496512 24100 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 1250496512 24100 33554432000 4194304 16246674 140734665149936 139921165638832 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) 1221188

[startup+0.200644 s]
/proc/loadavg: 2.24 2.29 2.20 4/179 8341
/proc/meminfo: memFree=29478092/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 23793 0 0 0 16 3 0 0 20 0 4 0 36568719 1250496512 24100 33554432000 4194304 16246674 140734665149936 140734665149248 13774024 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 305297 24100 844 2943 0 302191 0
[pid=8341/tid=8342] ppid=8338 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 1250496512 24100 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 1250496512 24100 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 1250496512 24100 33554432000 4194304 16246674 140734665149936 139921165638832 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) 1221188

[startup+0.300516 s]
/proc/loadavg: 2.24 2.29 2.20 4/179 8341
/proc/meminfo: memFree=29478092/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=1303108 CPUtime=0.29 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 29300 0 0 0 25 4 0 0 20 0 4 0 36568719 1334382592 29607 33554432000 4194304 16246674 140734665149936 140734665149248 12459048 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 325777 29609 844 2943 0 322671 0
[pid=8341/tid=8342] ppid=8338 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 1334382592 29610 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 1334382592 29612 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 1334382592 29612 33554432000 4194304 16246674 140734665149936 139921165638832 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) 1303108

[startup+0.700385 s]
/proc/loadavg: 2.24 2.29 2.20 4/179 8341
/proc/meminfo: memFree=29478092/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=1307204 CPUtime=0.69 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 39797 0 0 0 62 7 0 0 20 0 4 0 36568719 1338576896 40104 33554432000 4194304 16246674 140734665149936 140734665131840 13774220 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 326801 40104 844 2943 0 323695 0
[pid=8341/tid=8342] ppid=8338 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 1338576896 40104 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 1338576896 40104 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 1338576896 40104 33554432000 4194304 16246674 140734665149936 139921165638832 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) 1307204

[startup+1.50043 s]
/proc/loadavg: 2.22 2.29 2.20 3/183 8345
/proc/meminfo: memFree=29308224/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=1307204 CPUtime=1.49 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 44913 0 0 0 142 7 0 0 20 0 4 0 36568719 1338576896 45220 33554432000 4194304 16246674 140734665149936 140734665131840 13774216 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 326801 45220 844 2943 0 323695 0
[pid=8341/tid=8342] ppid=8338 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 1338576896 45220 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 1338576896 45220 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 1338576896 45220 33554432000 4194304 16246674 140734665149936 139921165638832 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) 1307204

[startup+3.10044 s]
/proc/loadavg: 2.22 2.29 2.20 3/183 8345
/proc/meminfo: memFree=29293972/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=1308228 CPUtime=3.09 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 54409 0 0 0 300 9 0 0 20 0 4 0 36568719 1339625472 54717 33554432000 4194304 16246674 140734665149936 140734665131840 12481124 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 327057 54720 844 2943 0 323951 0
[pid=8341/tid=8342] ppid=8338 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 1339625472 54725 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 1339625472 54728 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 1339625472 54734 33554432000 4194304 16246674 140734665149936 139921165638832 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) 1308228

[startup+6.30044 s]
/proc/loadavg: 2.22 2.29 2.20 4/183 8345
/proc/meminfo: memFree=29244744/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=1312324 CPUtime=6.28 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 112763 0 0 0 612 16 0 0 20 0 4 0 36568719 1343819776 113070 33554432000 4194304 16246674 140734665149936 140734665131840 13817016 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 328081 113070 844 2943 0 324975 0
[pid=8341/tid=8342] ppid=8338 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 1343819776 113070 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 1343819776 113070 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 1343819776 113070 33554432000 4194304 16246674 140734665149936 139921165638832 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) 1312324

[startup+12.7005 s]
/proc/loadavg: 2.27 2.29 2.20 4/183 8345
/proc/meminfo: memFree=29014676/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=1312324 CPUtime=12.68 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 112957 0 0 0 1252 16 0 0 20 0 4 0 36568719 1343819776 113264 33554432000 4194304 16246674 140734665149936 140734665131840 12481404 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 328081 113264 844 2943 0 324975 0
[pid=8341/tid=8342] ppid=8338 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 1343819776 113264 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 1343819776 113264 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 1343819776 113264 33554432000 4194304 16246674 140734665149936 139921165638832 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) 1312324

[startup+25.5005 s]
/proc/loadavg: 2.23 2.28 2.20 3/182 8345
/proc/meminfo: memFree=28871104/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=1317444 CPUtime=25.48 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 135058 0 0 0 2529 19 0 0 20 0 4 0 36568719 1349062656 135365 33554432000 4194304 16246674 140734665149936 140734665131840 12481117 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 329361 135365 844 2943 0 326255 0
[pid=8341/tid=8342] ppid=8338 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 1349062656 135365 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 1349062656 135365 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 1349062656 135365 33554432000 4194304 16246674 140734665149936 139921165638832 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) 1317444

[startup+51.1005 s]
/proc/loadavg: 2.15 2.26 2.19 3/183 8346
/proc/meminfo: memFree=28507292/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=1323588 CPUtime=51.08 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 217497 0 0 0 5078 30 0 0 20 0 4 0 36568719 1355354112 217804 33554432000 4194304 16246674 140734665149936 140734665131840 13954672 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 330897 217804 844 2943 0 327791 0
[pid=8341/tid=8342] ppid=8338 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 1355354112 217804 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 1355354112 217804 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 1355354112 217804 33554432000 4194304 16246674 140734665149936 139921165638832 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) 1323588

[startup+102.301 s]
/proc/loadavg: 2.22 2.26 2.19 4/183 8347
/proc/meminfo: memFree=28147560/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=1326660 CPUtime=102.28 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 272791 0 0 0 10190 38 0 0 20 0 4 0 36568719 1358499840 273098 33554432000 4194304 16246674 140734665149936 140734665131840 6132539 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 331665 273098 844 2943 0 328559 0
[pid=8341/tid=8342] ppid=8338 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 1358499840 273098 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 1358499840 273098 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 1358499840 273098 33554432000 4194304 16246674 140734665149936 139921165638832 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) 1326660


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

[pid=8341] ppid=8338 vsize=13448772 CPUtime=1362.06 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 3303369 0 0 0 135661 545 0 0 20 0 4 0 36568719 13771542528 3303887 33554432000 4194304 16246674 140734665149936 140734665149112 6132521 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 3362193 3303887 845 2943 0 3359087 0
[pid=8341/tid=8342] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303887 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303887 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303887 33554432000 4194304 16246674 140734665149936 139921165638832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 13448772

[startup+1422.3 s]
/proc/loadavg: 2.25 2.21 2.18 3/184 8432
/proc/meminfo: memFree=15463444/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=13448772 CPUtime=1422.05 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 3303373 0 0 0 141655 550 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 140734665147840 14013895 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 3362193 3303891 849 2943 0 3359087 0
[pid=8341/tid=8342] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921176112144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921165638832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 13448772

[startup+1482.3 s]
/proc/loadavg: 2.18 2.20 2.18 3/183 8433
/proc/meminfo: memFree=15463952/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=13448772 CPUtime=1482.04 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 3303373 0 0 0 147649 555 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 140734665131840 13809364 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 3362193 3303891 849 2943 0 3359087 0
[pid=8341/tid=8342] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921165638832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 13448772

[startup+1542.31 s]
/proc/loadavg: 2.10 2.18 2.17 3/183 8434
/proc/meminfo: memFree=15463800/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=13448772 CPUtime=1542.03 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 3303373 0 0 0 153644 559 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 140734665149112 13809312 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 3362193 3303891 849 2943 0 3359087 0
[pid=8341/tid=8342] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921165638832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 13448772

[startup+1602.3 s]
/proc/loadavg: 2.21 2.19 2.18 3/183 8436
/proc/meminfo: memFree=15464188/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=13448772 CPUtime=1602.02 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 3303373 0 0 0 159637 565 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 140734665149112 12481085 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 3362193 3303891 849 2943 0 3359087 0
[pid=8341/tid=8342] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921165638832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 13448772

[startup+1662.3 s]
/proc/loadavg: 2.16 2.18 2.18 3/183 8437
/proc/meminfo: memFree=15463836/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=13448772 CPUtime=1662.01 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 3303373 0 0 0 165631 570 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 140734665149112 13963968 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 3362193 3303891 849 2943 0 3359087 0
[pid=8341/tid=8342] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921165638832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 13448772

[startup+1722.3 s]
/proc/loadavg: 2.20 2.19 2.18 4/183 8438
/proc/meminfo: memFree=15463936/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=13448772 CPUtime=1722 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 3303373 0 0 0 171625 575 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 140734665149032 13774216 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 3362193 3303891 849 2943 0 3359087 0
[pid=8341/tid=8342] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921165638832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 13448772

[startup+1782.3 s]
/proc/loadavg: 2.25 2.20 2.18 4/183 8439
/proc/meminfo: memFree=15463552/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=13448772 CPUtime=1782 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 3303373 0 0 0 177620 580 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 140734665149112 13809344 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 3362193 3303891 849 2943 0 3359087 0
[pid=8341/tid=8342] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921165638832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 13448772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.26 2.20 2.18 3/183 8439
/proc/meminfo: memFree=15464100/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=13448772 CPUtime=1800.09 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) R 8338 8341 6047 0 -1 4202496 3303373 0 0 0 179427 582 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 140734665149032 14628944 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 3362193 3303891 849 2943 0 3359087 0
[pid=8341/tid=8342] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) S 8338 8341 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921263144176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8341/tid=8343] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8343/stat : 8343 (toysat) S 8338 8341 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921176112368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8341/tid=8344] ppid=8338 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/8341/task/8344/stat : 8344 (toysat) S 8338 8341 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36568719 13771542528 3303891 33554432000 4194304 16246674 140734665149936 139921165638832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13448772

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

[startup+1800.81 s]
/proc/loadavg: 2.26 2.20 2.18 3/181 8439
/proc/meminfo: memFree=22770896/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=0 CPUtime=1800.5 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) Z 8338 8341 6047 0 -1 4203532 3303373 0 0 0 179428 622 0 0 20 0 2 0 36568719 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 0 0 0 0 0 0 0
[pid=8341/tid=8342] ppid=8338 vsize=0 CPUtime=0.39 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) R 8338 8341 6047 0 -1 4203588 9 0 0 0 0 39 0 0 20 0 2 0 36568719 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) 1800.5
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 2.26 2.20 2.18 3/181 8439
/proc/meminfo: memFree=22770896/32872528 swapFree=1542984/1696284
[pid=8341] ppid=8338 vsize=0 CPUtime=1800.69 cores=1,3,5,7
/proc/8341/stat : 8341 (toysat) Z 8338 8341 6047 0 -1 4203532 3303373 0 0 0 179428 641 0 0 20 0 2 0 36568719 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8341/statm: 0 0 0 0 0 0 0
[pid=8341/tid=8342] ppid=8338 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/8341/task/8342/stat : 8342 (toysat) R 8338 8341 6047 0 -1 4203588 9 0 0 0 0 58 0 0 20 0 2 0 36568719 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) 1800.69
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.02
CPU time (s): 1800.71
CPU user time (s): 1794.28
CPU system time (s): 6.43402
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 13448772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.28
system time used= 6.43402
maximum resident set size= 13215564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3303373
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= 104
involuntary context switches= 2478

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.64053 second user time and 13.4909 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 16:07:01
IDJOB=4110510
IDBENCH=79500
IDSOLVER=2553
FILE ID=node125/4110510-1466345221
RUNJOBID= node125-1466341817-6064
PBS_JOBID= 19922028
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap71_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110510-1466345221/watcher-4110510-1466345221 -o /tmp/evaluation-result-4110510-1466345221/solver-4110510-1466345221 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466341817-6064 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110510-1466345221.wbo

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

MD5SUM BENCH= 58e4788c719f1a12516705b51263d664
RANDOM SEED=485805545

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.683
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	: 5333.36
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.683
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.683
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.683
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.54
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.683
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.683
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.683
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.683
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:        29478744 kB
Buffers:          182684 kB
Cached:           352784 kB
SwapCached:          764 kB
Active:           579836 kB
Inactive:         372636 kB
Active(anon):     418048 kB
Inactive(anon):     1188 kB
Active(file):     161788 kB
Inactive(file):   371448 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098312 kB
Dirty:             16332 kB
Writeback:             0 kB
AnonPages:       2204556 kB
Mapped:            11008 kB
Shmem:                 0 kB
Slab:             611488 kB
SReclaimable:      55204 kB
SUnreclaim:       556284 kB
KernelStack:        1520 kB
PageTables:         9516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2921160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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= 71708 MiB
End job on node125 at 2016-06-19 16:37:02