Trace number 4093235

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.07 1800.37

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-30reduc_wcsp.wbo
MD5SUM83352c08e9e644ee4de360a67fac8960
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2080
Best CPU time to get the best result obtained on this benchmark649.131
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables771
Total number of constraints19461
Number of soft constraints19380
Number of constraints which are clauses19380
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Top cost 2088
Min constraint cost 1
Max constraint cost 2088
Sum of constraints costs 5475303
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
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-16T22:30:13+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-4093235-1466109013.wbo"]
0.00/0.01	c use --random-gen="1991210598 3855630143 696221259 1815490055 3291419847 1915607730 2140894238 1865893276 3223003332 2319477404 4206284812 427851725 25543958 3674623019 1806677784 475898608 2028066221 2172402540 2039521222 2465072299 2962784985 2465327179 1228260337 3548000921 1932232919 1237426975 2657397659 2547532903 2838695783 1636541787 283591938 2847978223 2873459390 2453093437 4158896074 4228446575 2268992751 1531149635 275306305 446862757 3972785306 4002113315 1625517534 2436697809 2231869861 3048460672 860320058 3838671170 1436587251 1181655297 289922055 3836744312 469799226 2140618238 1959755556 3879562495 1117042934 994100984 3416159704 3388817443 913395787 1276025136 912153671 725737978 3794643541 2487089365 2087060065 3393212236 3501924590 791696530 1046626301 86890054 3331953883 1033868485 4283163051 4092675596 1810577807 2165008889 808395025 3858502102 3690050456 2631473532 2146906458 1031535086 2267328786 2133683758 3620355985 3791907091 2393584591 1769583830 457032325 629138122 1295114830 2131389978 311460141 1754594474 2492097049 842247006 3123422552 3371243406 3983959966 2389739768 2637389304 3842600340 894764830 538792186 2183529232 513923288 2362551822 406360299 2248403268 1948385282 1730822911 3321392470 1751445918 3429352161 3201952733 4033378813 1671343123 4092729003 967162100 3378479626 983472121 2800518327 3203389604 2601108326 4108022668 293168387 3619344670 546892300 1884785830 1051685224 802780208 3026132207 2015446156 1228953931 933555159 2760924258 2777126168 1917524947 1862671455 2281943692 1555043965 2366548900 2788507349 2405176821 1050061942 4292919935 2025488944 3574315397 2088257130 3946101799 1365408517 1507586696 1735469449 1424146709 4085864980 1364793834 3199075282 898694748 1992834002 1187021220 3144900601 3872360879 454903757 861607522 3202247717 2727840222 1325834014 1893012250 163277717 3155910729 2867014526 4170898240 988041702 932605218 1416316450 726031584 3430975205 3328204 1600839169 3630278645 2448537807 2257445468 3142821762 2462446270 412643398 3705113049 1315482467 2920056366 2903953238 2033341532 2300630328 1836937961 2940444219 4040048673 2568061682 221903152 470918162 788067643 7784050 3970806515 1513424 906820125 3083556459 3838713820 2741045082 3609294257 3107330024 3833863543 1957004702 2621009548 653651093 4108520720 4187080663 1637349940 943625127 1201447320 1398509819 2198393538 250026616 4039952984 1942293902 1716112629 495011140 1797460385 863649129 2970272199 2954504528 2793939197 1502871304 1680398888 2015981184 4050481116 2194551885 2805982519 3925277278 442700925 1155475771 2476371656 2449561710 601114505 2863659419 3602329296 1312793495 3221606274 166088532 3877181331 1117800878 989816315 710863995 3370274098 954130855 526240752 1395063120 2476888446 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-4093235-1466109013/watcher-4093235-1466109013 -o /tmp/evaluation-result-4093235-1466109013/solver-4093235-1466109013 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466109013-31463 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093235-1466109013.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.77 0.81 1.37 2/180 31496
/proc/meminfo: memFree=31885592/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 2885 0 0 0 0 0 0 0 20 0 4 0 12946106 790032384 3757 33554432000 4194304 16246674 140735139813920 140735139813344 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 193647 3767 441 2943 0 190541 0
[pid=31496/tid=31497] ppid=31492 vsize=789948 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 808906752 3829 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=794044 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12946106 813101056 3845 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=799164 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 818343936 3863 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100124 s]
/proc/loadavg: 1.77 0.81 1.37 2/180 31496
/proc/meminfo: memFree=31885592/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=1221188 CPUtime=0.08 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 26476 0 0 0 5 3 0 0 20 0 4 0 12946106 1250496512 27288 33554432000 4194304 16246674 140735139813920 140735139813232 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 305297 27295 802 2943 0 302191 0
[pid=31496/tid=31497] ppid=31492 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 1250496512 27300 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12946106 1250496512 27305 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 1250496512 27310 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1221188

[startup+0.200498 s]
/proc/loadavg: 1.77 0.81 1.37 2/180 31496
/proc/meminfo: memFree=31885592/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=1307204 CPUtime=0.19 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 47869 0 0 0 13 6 0 0 20 0 4 0 12946106 1338576896 48681 33554432000 4194304 16246674 140735139813920 140735139796912 4221105 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 326801 48688 832 2943 0 323695 0
[pid=31496/tid=31497] ppid=31492 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 1338576896 48695 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12946106 1338576896 48700 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 1338576896 48705 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1307204

[startup+0.300435 s]
/proc/loadavg: 1.77 0.81 1.37 2/180 31496
/proc/meminfo: memFree=31885592/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=1311300 CPUtime=0.29 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 49094 0 0 0 23 6 0 0 20 0 4 0 12946106 1342771200 49906 33554432000 4194304 16246674 140735139813920 140735139813232 12481363 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 327825 49906 837 2943 0 324719 0
[pid=31496/tid=31497] ppid=31492 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 1342771200 49906 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12946106 1342771200 49906 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 1342771200 49906 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1311300

[startup+0.700335 s]
/proc/loadavg: 1.77 0.81 1.37 2/180 31496
/proc/meminfo: memFree=31885592/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=1316420 CPUtime=0.69 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 63961 0 0 0 61 8 0 0 20 0 4 0 12946106 1348014080 64773 33554432000 4194304 16246674 140735139813920 140735139813096 12459064 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 329105 64773 843 2943 0 325999 0
[pid=31496/tid=31497] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64773 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64773 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64773 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1316420

[startup+1.50034 s]
/proc/loadavg: 1.77 0.81 1.37 3/184 31500
/proc/meminfo: memFree=31384440/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=1316420 CPUtime=1.49 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 63961 0 0 0 141 8 0 0 20 0 4 0 12946106 1348014080 64773 33554432000 4194304 16246674 140735139813920 140735139813096 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 329105 64773 843 2943 0 325999 0
[pid=31496/tid=31497] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64773 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64773 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64773 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1316420

[startup+3.10039 s]
/proc/loadavg: 1.77 0.81 1.37 3/184 31500
/proc/meminfo: memFree=31383820/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=1316420 CPUtime=3.09 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 63961 0 0 0 301 8 0 0 20 0 4 0 12946106 1348014080 64773 33554432000 4194304 16246674 140735139813920 140735139795840 13807443 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 329105 64773 843 2943 0 325999 0
[pid=31496/tid=31497] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64773 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64773 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64773 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1316420

[startup+6.30032 s]
/proc/loadavg: 1.79 0.83 1.37 3/184 31500
/proc/meminfo: memFree=31382864/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=1316420 CPUtime=6.29 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 64086 0 0 0 621 8 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140735139795840 6132640 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 329105 64898 843 2943 0 325999 0
[pid=31496/tid=31497] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1316420

[startup+12.7003 s]
/proc/loadavg: 1.80 0.84 1.38 3/184 31500
/proc/meminfo: memFree=31382700/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=1316420 CPUtime=12.69 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 64086 0 0 0 1261 8 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140735139795840 13807598 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 329105 64898 843 2943 0 325999 0
[pid=31496/tid=31497] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1316420

[startup+25.5071 s]
/proc/loadavg: 1.85 0.90 1.39 3/184 31500
/proc/meminfo: memFree=31379712/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=1316420 CPUtime=25.49 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 64086 0 0 0 2541 8 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140735139795840 6132584 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 329105 64898 843 2943 0 325999 0
[pid=31496/tid=31497] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1316420

[startup+51.1003 s]
/proc/loadavg: 1.90 0.99 1.40 3/183 31500
/proc/meminfo: memFree=31347204/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=1316420 CPUtime=51.07 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 64086 0 0 0 5099 8 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140735139795840 13774000 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31496/statm: 329105 64898 843 2943 0 325999 0
[pid=31496/tid=31497] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 64898 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1316420

[startup+102.3 s]
/proc/loadavg: 1.95 1.14 1.43 3/183 31501
/proc/meminfo: memFree=31089072/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=1316420 CPUtime=102.27 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 87493 0 0 0 10215 12 0 0 20 0 4 0 12946106 1348014080 88305 33554432000 4194304 16246674 140735139813920 140735139795840 13807598 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31496/statm: 329105 88305 843 2943 0 325999 0
[pid=31496/tid=31497] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 88305 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 88305 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 1348014080 88305 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1316420


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

/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 2184777728 475342 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 2133572

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/183 31531
/proc/meminfo: memFree=28094800/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=2133572 CPUtime=1302.08 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 474529 0 0 0 130142 66 0 0 20 0 4 0 12946106 2184777728 475342 33554432000 4194304 16246674 140735139813920 140735139795840 13807608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 533393 475342 843 2943 0 530287 0
[pid=31496/tid=31497] ppid=31492 vsize=2133572 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 2184777728 475342 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=2133572 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 2184777728 475342 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=2133572 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 2184777728 475342 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2133572

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/183 31532
/proc/meminfo: memFree=28094696/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=2133572 CPUtime=1362.06 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 474531 0 0 0 136140 66 0 0 20 0 4 0 12946106 2184777728 475342 33554432000 4194304 16246674 140735139813920 140735139795840 13807488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 533393 475342 843 2943 0 530287 0
[pid=31496/tid=31497] ppid=31492 vsize=2133572 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 2184777728 475342 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=2133572 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 2184777728 475342 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=2133572 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 2184777728 475342 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 2133572

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/183 31533
/proc/meminfo: memFree=26665740/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=2933316 CPUtime=1422.05 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 674273 0 0 0 142111 94 0 0 20 0 4 0 12946106 3003715584 675080 33554432000 4194304 16246674 140735139813920 140735139813232 13774216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 733329 675080 844 2943 0 730223 0
[pid=31496/tid=31497] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675080 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675080 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675080 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 2933316

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/183 31535
/proc/meminfo: memFree=26493276/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=2933316 CPUtime=1482.04 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 674478 0 0 0 148110 94 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140735139795840 13923665 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 733329 675280 844 2943 0 730223 0
[pid=31496/tid=31497] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 2933316

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/183 31536
/proc/meminfo: memFree=26493516/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=2933316 CPUtime=1542.04 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 674481 0 0 0 154110 94 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140735139795840 6132432 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 733329 675280 844 2943 0 730223 0
[pid=31496/tid=31497] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 2933316

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/183 31537
/proc/meminfo: memFree=26493536/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=2933316 CPUtime=1602.03 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 674481 0 0 0 160108 95 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140735139795840 13807598 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 733329 675280 844 2943 0 730223 0
[pid=31496/tid=31497] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2933316

[startup+1662.31 s]
/proc/loadavg: 2.00 1.97 1.85 3/183 31538
/proc/meminfo: memFree=26493804/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=2933316 CPUtime=1662.03 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 674481 0 0 0 166108 95 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140735139795840 13807770 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 733329 675280 844 2943 0 730223 0
[pid=31496/tid=31497] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2933316

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/183 31539
/proc/meminfo: memFree=26493328/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=2933316 CPUtime=1722 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 674481 0 0 0 172105 95 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140735139795840 13923665 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 733329 675280 844 2943 0 730223 0
[pid=31496/tid=31497] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 2933316

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/183 31541
/proc/meminfo: memFree=26492976/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=2933316 CPUtime=1782 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 674481 0 0 0 178104 96 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140735139795840 13774000 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 733329 675280 844 2943 0 730223 0
[pid=31496/tid=31497] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 2933316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/184 31544
/proc/meminfo: memFree=26493156/32872528 swapFree=7268/7268
[pid=31496] ppid=31492 vsize=2933316 CPUtime=1800 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31492 31496 29295 0 -1 4202496 674481 0 0 0 179904 96 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140735139813016 13807754 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 733329 675280 844 2943 0 730223 0
[pid=31496/tid=31497] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108235779312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31492 31496 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108225289456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31492 vsize=2933316 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31492 31496 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12946106 3003715584 675280 33554432000 4194304 16246674 140735139813920 140108141423792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2933316

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.37
CPU time (s): 1800.07
CPU user time (s): 1799.05
CPU system time (s): 1.02284
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 2933316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.02284
maximum resident set size= 2701120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 674481
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= 43
involuntary context switches= 2127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.51631 second user time and 6.99494 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 22:30:13
IDJOB=4093235
IDBENCH=79571
IDSOLVER=2553
FILE ID=node151/4093235-1466109013
RUNJOBID= node151-1466109013-31463
PBS_JOBID= 19904038
Free space on /tmp= 71748 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-30reduc_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093235-1466109013/watcher-4093235-1466109013 -o /tmp/evaluation-result-4093235-1466109013/solver-4093235-1466109013 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466109013-31463 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093235-1466109013.wbo

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

MD5SUM BENCH= 83352c08e9e644ee4de360a67fac8960
RANDOM SEED=385245107

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

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        31899492 kB
Buffers:           57628 kB
Cached:           141936 kB
SwapCached:        61592 kB
Active:            98312 kB
Inactive:         164288 kB
Active(anon):       4100 kB
Inactive(anon):    61036 kB
Active(file):      94212 kB
Inactive(file):   103252 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038988 kB
Dirty:             33528 kB
Writeback:             0 kB
AnonPages:          9036 kB
Mapped:             6968 kB
Shmem:                 0 kB
Slab:             571584 kB
SReclaimable:      15376 kB
SUnreclaim:       556208 kB
KernelStack:        1384 kB
PageTables:         3652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     105860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node151 at 2016-06-16 23:00:13