Trace number 4079207

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.18 1800.5

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-ivu52.opb
MD5SUM125c932e94e2457d1c83522659b39a64
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables157591
Total number of constraints2116
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2111
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint7
Maximum length of a constraint155481
Number of terms in the objective function 157591
Biggest coefficient in the objective function 40000000000000000
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 1955699014025000001657
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 45000000000000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 2472448333291898744553
Number of bits of the biggest sum of numbers72
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-07T08:10:33+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079207-1465279832.opb"]
0.00/0.01	c use --random-gen="1620275274 3581415831 2951087603 3735466304 396461911 827558403 2798455752 1615155738 191748627 3573511985 1582432584 1913427516 2775209860 1592062590 979483437 1341882499 2778104272 864814782 87060700 4013134656 71802629 4005488287 960821289 4012945320 3230075176 36703317 3129147370 626122757 153089672 715110204 1992426405 1432627377 3036568637 591945660 2478696627 3777292141 260300257 1906878444 1098379917 360398735 2106623731 101997101 1646366440 1535611074 3343005164 4170201809 2778578918 3997544706 45820305 701851410 3714462942 2895607619 1973619235 371502019 687134796 763234395 3401094920 1291957558 1957835199 3965515115 1477953169 2997091883 464430212 1556960989 3070197135 3221943325 1953279169 3463656929 55948400 1204339262 2803369554 1195524459 1033268739 1353994658 3929997939 1224356874 528725853 3451680554 2508476425 3154981549 146686606 2192057718 2971230850 1786589595 1383130908 1954760868 4042654125 1285565772 548646985 1002346561 268951366 3667024148 4116900392 2459645362 3724154138 3357106825 2763427226 1198604621 990045171 2263861700 1177453009 1019181962 3464701076 1831547849 2816220562 3215411219 1450085048 2528038532 1917173985 3145539197 3103125471 1826095508 3702727132 4227360768 2124533088 2966501647 1127587683 52669772 3697982717 402466319 3097835584 4111747753 3799084016 2113416542 3034557242 3178412058 2262679600 2956035773 3544571815 3060135550 3343839753 824467117 594792898 1116008829 2804192803 1102594688 4270405557 2648333677 708377400 1050208638 2091507686 201959868 2064903852 2821167869 1891896539 2417862197 513000282 1388129023 2187003658 2659317333 3301603477 4265418857 4060320186 3565343231 2399120632 644342636 1043566313 4278625086 3923957906 308365152 2178698800 3004578588 2351779923 271220326 2642862547 3586129698 3709483581 71143471 1651765145 888056977 413426994 284196021 2283086768 4250717876 1569978105 4946703 3607596258 746369234 145889430 845276614 2924246722 2127091653 1380966689 2793106071 3478218774 1936615481 2312975465 304565434 152050353 4161454584 1812412646 3455797274 4015917075 2307891371 1671682217 4103962357 3639762490 352341403 325688828 214388901 422447257 4188674072 2774311419 2997474726 2293629632 3559279820 1741659194 3816608864 314370912 1214893450 663701493 3346025061 1745265368 2680215933 660912978 100713275 2544663796 4160508971 877134447 1043620002 3067462380 391119870 975142715 2835230579 2483003258 2205697652 1661076775 692127365 2368158051 1047219965 2407269650 2274513381 4047346914 2255533263 2747378972 261245331 644407839 239208748 2399162562 2363355089 599490716 2959730540 759529954 361643038 3145891083 1420791799 3252044900 1022720321 2991669786 2776457013 456805618 3568460056 873331722 3025025832 3310996285 1885892608 255 362436" option to reproduce the execution
4.18/4.23	c #vars 157591
4.18/4.23	c #constraints 2116

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

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

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


[startup+0 s]
/proc/loadavg: 2.24 2.29 2.26 3/180 18348
/proc/meminfo: memFree=29196812/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=175548 CPUtime=0 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) S 18345 18348 13546 0 -1 4202496 413 0 0 0 0 0 0 0 20 0 4 0 109915236 179761152 793 33554432000 4194304 16246674 140735810036560 140735810035984 14069300 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 60271 793 216 2943 0 57165 0
[pid=18348/tid=18349] ppid=18345 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 246870016 846 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109915237 246870016 875 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=241088 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109915237 246874112 889 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.24 2.29 2.26 3/180 18348
/proc/meminfo: memFree=29196812/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=1307204 CPUtime=0.08 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 30873 0 0 0 4 4 0 0 20 0 4 0 109915236 1338576896 31683 33554432000 4194304 16246674 140735810036560 140735810035872 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 326801 31686 799 2943 0 323695 0
[pid=18348/tid=18349] ppid=18345 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 1338576896 31689 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109915237 1338576896 31691 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109915237 1338576896 31693 33554432000 4194304 16246674 140735810036560 140082707164336 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) 1307204

[startup+0.200554 s]
/proc/loadavg: 2.24 2.29 2.26 3/180 18348
/proc/meminfo: memFree=29196812/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=1311300 CPUtime=0.19 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 36440 0 0 0 14 5 0 0 20 0 4 0 109915236 1342771200 37250 33554432000 4194304 16246674 140735810036560 140735810035872 8058249 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 327825 37250 799 2943 0 324719 0
[pid=18348/tid=18349] ppid=18345 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 1342771200 37250 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109915237 1342771200 37250 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109915237 1342771200 37250 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300499 s]
/proc/loadavg: 2.24 2.29 2.26 3/180 18348
/proc/meminfo: memFree=29196812/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=1311300 CPUtime=0.29 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 36679 0 0 0 24 5 0 0 20 0 4 0 109915236 1342771200 37489 33554432000 4194304 16246674 140735810036560 140735810035872 4206615 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 327825 37489 799 2943 0 324719 0
[pid=18348/tid=18349] ppid=18345 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 1342771200 37489 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109915237 1342771200 37489 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109915237 1342771200 37489 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1311300

[startup+0.700418 s]
/proc/loadavg: 2.24 2.29 2.26 3/180 18348
/proc/meminfo: memFree=29196812/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=1314372 CPUtime=0.68 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 76810 0 0 0 59 9 0 0 20 0 4 0 109915236 1345916928 77620 33554432000 4194304 16246674 140735810036560 140735810019552 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18348/statm: 328593 77620 802 2943 0 325487 0
[pid=18348/tid=18349] ppid=18345 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 1345916928 77620 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109915237 1345916928 77620 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109915237 1345916928 77620 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50042 s]
/proc/loadavg: 2.24 2.29 2.26 3/184 18352
/proc/meminfo: memFree=28856900/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=1314372 CPUtime=1.48 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 84406 0 0 0 138 10 0 0 20 0 4 0 109915236 1345916928 85216 33554432000 4194304 16246674 140735810036560 140735810019552 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18348/statm: 328593 85216 802 2943 0 325487 0
[pid=18348/tid=18349] ppid=18345 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 1345916928 85216 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109915237 1345916928 85216 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109915237 1345916928 85216 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1314372

[startup+3.10042 s]
/proc/loadavg: 2.24 2.29 2.26 3/184 18352
/proc/meminfo: memFree=28727676/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=1338948 CPUtime=3.08 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 112554 0 0 0 292 16 0 0 20 0 4 0 109915236 1371082752 118985 33554432000 4194304 16246674 140735810036560 140735810019552 4220552 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18348/statm: 334737 118985 802 2943 0 331631 0
[pid=18348/tid=18349] ppid=18345 vsize=1338948 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 1371082752 118985 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=1338948 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109915237 1371082752 118985 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=1338948 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109915237 1371082752 118985 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1338948

[startup+6.30045 s]
/proc/loadavg: 2.22 2.29 2.26 3/184 18352
/proc/meminfo: memFree=28408460/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=1388100 CPUtime=6.29 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 191058 0 0 0 602 27 0 0 20 0 4 0 109915236 1421414400 205665 33554432000 4194304 16246674 140735810036560 140735810035736 4207010 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18348/statm: 347025 205665 839 2943 0 343919 0
[pid=18348/tid=18349] ppid=18345 vsize=1388100 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 1421414400 205665 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=1388100 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109915237 1421414400 205665 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=1388100 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109915237 1421414400 205665 33554432000 4194304 16246674 140735810036560 140082707164336 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) 1388100

[startup+12.7004 s]
/proc/loadavg: 2.20 2.28 2.26 4/184 18352
/proc/meminfo: memFree=28078320/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=1520196 CPUtime=12.68 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 302058 0 0 0 1228 40 0 0 20 0 4 0 109915236 1556680704 321264 33554432000 4194304 16246674 140735810036560 140735810034304 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18348/statm: 380049 321271 839 2943 0 376943 0
[pid=18348/tid=18349] ppid=18345 vsize=1520196 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 1556680704 321276 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=1520196 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109915237 1556680704 321279 33554432000 4194304 16246674 140735810036560 140082794175504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=1520196 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 1556680704 321283 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1520196

[startup+25.5004 s]
/proc/loadavg: 2.16 2.27 2.26 4/184 18352
/proc/meminfo: memFree=27769352/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=1663556 CPUtime=25.47 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 338129 0 0 0 2503 44 0 0 20 0 4 0 109915236 1703481344 357335 33554432000 4194304 16246674 140735810036560 140735810018432 6955548 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18348/statm: 415889 357335 848 2943 0 412783 0
[pid=18348/tid=18349] ppid=18345 vsize=1663556 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 1703481344 357335 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=1663556 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109915237 1703481344 357335 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=1663556 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 1703481344 357335 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1663556

[startup+51.1005 s]
/proc/loadavg: 2.23 2.28 2.26 3/183 18352
/proc/meminfo: memFree=27387908/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=2044484 CPUtime=51.07 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 433361 0 0 0 5051 56 0 0 20 0 4 0 109915236 2093551616 452567 33554432000 4194304 16246674 140735810036560 140735810018432 12653098 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18348/statm: 511121 452567 848 2943 0 508015 0
[pid=18348/tid=18349] ppid=18345 vsize=2044484 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 2093551616 452567 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=2044484 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109915237 2093551616 452567 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=2044484 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 2093551616 452567 33554432000 4194304 16246674 140735810036560 140082707164336 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) 2044484

[startup+102.3 s]
/proc/loadavg: 2.19 2.26 2.26 3/183 18354
/proc/meminfo: memFree=27011328/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=2420292 CPUtime=102.27 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 527315 0 0 0 10155 72 0 0 20 0 4 0 109915236 2478379008 546521 33554432000 4194304 16246674 140735810036560 140735810018432 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18348/statm: 605073 546521 849 2943 0 601967 0
[pid=18348/tid=18349] ppid=18345 vsize=2420292 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 2478379008 546521 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=2420292 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109915237 2478379008 546521 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=2420292 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 2478379008 546521 33554432000 4194304 16246674 140735810036560 140082707164336 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) 2420292


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

/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 3325628416 753625 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 3247684

[startup+1302.3 s]
/proc/loadavg: 2.10 2.17 2.18 3/183 18383
/proc/meminfo: memFree=26147104/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=3279428 CPUtime=1302.06 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 742115 0 0 0 129998 208 0 0 20 0 4 0 109915236 3358134272 761561 33554432000 4194304 16246674 140735810036560 140735810035656 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 819857 761561 849 2943 0 816751 0
[pid=18348/tid=18349] ppid=18345 vsize=3279428 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 3358134272 761561 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=3279428 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109915237 3358134272 761561 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=3279428 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 3358134272 761561 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 3279428

[startup+1362.3 s]
/proc/loadavg: 2.20 2.20 2.19 3/183 18385
/proc/meminfo: memFree=26002920/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=3305028 CPUtime=1362.05 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 748517 0 0 0 135989 216 0 0 20 0 4 0 109915236 3384348672 767961 33554432000 4194304 16246674 140735810036560 140735810035656 12652936 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 826257 767961 849 2943 0 823151 0
[pid=18348/tid=18349] ppid=18345 vsize=3305028 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 3384348672 767961 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=3305028 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109915237 3384348672 767961 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=3305028 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 3384348672 767961 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 3305028

[startup+1422.3 s]
/proc/loadavg: 2.25 2.22 2.19 4/183 18386
/proc/meminfo: memFree=25860360/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=3330628 CPUtime=1422.04 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 754917 0 0 0 141981 223 0 0 20 0 4 0 109915236 3410563072 774361 33554432000 4194304 16246674 140735810036560 140735810035656 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 832657 774361 849 2943 0 829551 0
[pid=18348/tid=18349] ppid=18345 vsize=3330628 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 3410563072 774361 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=3330628 CPUtime=0.01 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 4 0 109915237 3410563072 774361 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=3330628 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 3410563072 774361 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 3330628

[startup+1482.3 s]
/proc/loadavg: 2.25 2.22 2.19 3/183 18387
/proc/meminfo: memFree=25713808/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=3355204 CPUtime=1482.02 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 761069 0 0 0 147971 231 0 0 20 0 4 0 109915236 3435728896 780505 33554432000 4194304 16246674 140735810036560 140735810035872 12414096 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 838801 780505 849 2943 0 835695 0
[pid=18348/tid=18349] ppid=18345 vsize=3355204 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 3435728896 780505 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=3355204 CPUtime=0.01 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 4 0 109915237 3435728896 780505 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=3355204 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 3435728896 780505 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 3355204

[startup+1542.31 s]
/proc/loadavg: 2.30 2.24 2.19 4/183 18388
/proc/meminfo: memFree=25537940/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=3376708 CPUtime=1542.02 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 766445 0 0 0 153964 238 0 0 20 0 4 0 109915236 3457748992 785881 33554432000 4194304 16246674 140735810036560 140735810035656 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 844177 785881 849 2943 0 841071 0
[pid=18348/tid=18349] ppid=18345 vsize=3376708 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 3457748992 785881 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=3376708 CPUtime=0.01 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 4 0 109915237 3457748992 785881 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=3376708 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 3457748992 785881 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 3376708

[startup+1602.3 s]
/proc/loadavg: 2.25 2.24 2.19 4/183 18389
/proc/meminfo: memFree=25444156/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=3392068 CPUtime=1602 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 770287 0 0 0 159955 245 0 0 20 0 4 0 109915236 3473477632 789721 33554432000 4194304 16246674 140735810036560 140735810034432 4206604 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 848017 789721 849 2943 0 844911 0
[pid=18348/tid=18349] ppid=18345 vsize=3392068 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 3473477632 789721 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=3392068 CPUtime=0.01 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 4 0 109915237 3473477632 789721 33554432000 4194304 16246674 140735810036560 140082794175504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=3392068 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 3473477632 789721 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 3392068

[startup+1662.3 s]
/proc/loadavg: 2.39 2.28 2.21 3/183 18439
/proc/meminfo: memFree=24936872/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=3425860 CPUtime=1661.99 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 778736 0 0 0 165945 254 0 0 20 0 4 0 109915236 3508080640 798169 33554432000 4194304 16246674 140735810036560 140735810035656 13885029 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 856465 798169 849 2943 0 853359 0
[pid=18348/tid=18349] ppid=18345 vsize=3425860 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 3508080640 798169 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=3425860 CPUtime=0.01 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 4 0 109915237 3508080640 798169 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=3425860 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 3508080640 798169 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 3425860

[startup+1722.3 s]
/proc/loadavg: 2.19 2.24 2.20 3/183 18440
/proc/meminfo: memFree=24917848/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=3444292 CPUtime=1721.98 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 783344 0 0 0 171938 260 0 0 20 0 4 0 109915236 3526955008 802777 33554432000 4194304 16246674 140735810036560 140735810035656 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 861073 802777 849 2943 0 857967 0
[pid=18348/tid=18349] ppid=18345 vsize=3444292 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 3526955008 802777 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=3444292 CPUtime=0.01 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 4 0 109915237 3526955008 802777 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=3444292 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 3526955008 802777 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 3444292

[startup+1782.3 s]
/proc/loadavg: 2.11 2.21 2.18 4/184 18444
/proc/meminfo: memFree=24891500/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=3469892 CPUtime=1781.97 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 789748 0 0 0 177929 268 0 0 20 0 4 0 109915236 3553169408 809177 33554432000 4194304 16246674 140735810036560 140735810035656 4220495 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 867473 809177 849 2943 0 864367 0
[pid=18348/tid=18349] ppid=18345 vsize=3469892 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 3553169408 809177 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=3469892 CPUtime=0.01 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 4 0 109915237 3553169408 809177 33554432000 4194304 16246674 140735810036560 140082794175728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=3469892 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 3553169408 809177 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 3469892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.14 2.21 2.18 3/184 18445
/proc/meminfo: memFree=24891620/32872528 swapFree=17452/1581112
[pid=18348] ppid=18345 vsize=3469892 CPUtime=1800.06 cores=0,2,4,6
/proc/18348/stat : 18348 (toysat) R 18345 18348 13546 0 -1 4202496 789748 0 0 0 179737 269 0 0 20 0 4 0 109915236 3553169408 809177 33554432000 4194304 16246674 140735810036560 140735810034368 4220936 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18348/statm: 867473 809177 849 2943 0 864367 0
[pid=18348/tid=18349] ppid=18345 vsize=3469892 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18349/stat : 18349 (toysat) S 18345 18348 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109915237 3553169408 809177 33554432000 4194304 16246674 140735810036560 140082804665584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18348/tid=18350] ppid=18345 vsize=3469892 CPUtime=0.01 cores=0,2,4,6
/proc/18348/task/18350/stat : 18350 (toysat) S 18345 18348 13546 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 4 0 109915237 3553169408 809177 33554432000 4194304 16246674 140735810036560 140082794175504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18348/tid=18351] ppid=18345 vsize=3469892 CPUtime=0 cores=0,2,4,6
/proc/18348/task/18351/stat : 18351 (toysat) S 18345 18348 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109915237 3553169408 809177 33554432000 4194304 16246674 140735810036560 140082707164336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 3469892

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 18348 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.5
CPU time (s): 1800.18
CPU user time (s): 1797.39
CPU system time (s): 2.78858
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 3469892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.39
system time used= 2.78858
maximum resident set size= 3236708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 789748
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= 1835
involuntary context switches= 2009

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0402 second user time and 16.4415 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-07 08:10:33
IDJOB=4079207
IDBENCH=89887
IDSOLVER=2542
FILE ID=node139/4079207-1465279832
RUNJOBID= node139-1465254943-13562
PBS_JOBID= 19843273
Free space on /tmp= 71684 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ivu52.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079207-1465279832/watcher-4079207-1465279832 -o /tmp/evaluation-result-4079207-1465279832/solver-4079207-1465279832 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465254943-13562 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079207-1465279832.opb

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

MD5SUM BENCH= 125c932e94e2457d1c83522659b39a64
RANDOM SEED=1223338609

node139.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.868
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.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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.868
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.868
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.868
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:        29197464 kB
Buffers:           69464 kB
Cached:           172072 kB
SwapCached:         1412 kB
Active:          1226688 kB
Inactive:         129712 kB
Active(anon):    1113720 kB
Inactive(anon):     3552 kB
Active(file):     112968 kB
Inactive(file):   126160 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099812 kB
Dirty:             46960 kB
Writeback:             0 kB
AnonPages:       2695312 kB
Mapped:            10852 kB
Shmem:                 0 kB
Slab:             601260 kB
SReclaimable:      44944 kB
SUnreclaim:       556316 kB
KernelStack:        1472 kB
PageTables:         9424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2838036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1570816 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= 71624 MiB
End job on node139 at 2016-06-07 08:40:33