Trace number 4093226

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.04 1800.32

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
scens/normalized-scen06-18_wcsp.wbo
MD5SUM2582e52fbf68981b5c6eeba11c628b49
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2210
Total number of constraints246592
Number of soft constraints246492
Number of constraints which are clauses246492
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint26
Top cost 255184
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 44859114
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T22:30:58+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-4093226-1466109058.wbo"]
0.00/0.01	c use --random-gen="2740812036 3202909311 2143954855 1220784240 519671830 611507659 1096238664 241871174 3995628725 4107551379 3465526394 1387998278 2880129239 449612182 1971735903 1627694632 150851861 1983052247 131298570 636941680 2894402599 1534231093 1502702200 514284760 1049311598 2839308710 4165938296 2338293982 2531020052 3069374477 549911229 1382271892 3840575900 3653463056 2820485750 1429545033 3453123254 248182610 2915970040 1373065935 2931479385 87088308 1484419756 2797816320 3313161282 3706308089 4065917653 3822120141 2682233820 1009945139 252696070 2434243710 4248058566 2625590588 1109166654 313133437 4099152071 3453334905 388819545 1155249661 3996458301 2454397603 3302562845 3929987265 3171370390 1129587174 285207473 827120607 2929987646 3307890383 2735669880 2897313757 1367626838 2281438609 3720204940 3916165345 3987232129 1555014622 62313126 2628006686 3869326555 3061213275 4223181458 199337580 2446533593 3813286469 4157714192 3844988552 3541880670 1527282651 3785241606 1913991434 1934451672 4024307854 3773394516 2493164080 4214452204 3352116234 498843570 438522029 3851592530 889279451 668050160 1831995316 3571055073 711741645 532928262 218080719 2957453143 60341171 356512308 466891087 922462768 4274403591 1626139577 2827508643 650684743 3374415457 1503109886 535398917 874896523 2387331498 3445216010 543564681 2350959049 2555225304 2838879188 5927964 1086487495 2452816697 2814007918 4222472774 3242308381 4155288122 722557703 2311499826 3669186727 3565633119 305695331 2470952115 1835287336 1750825211 2876725389 3413055706 1487709364 3926729357 4021345319 2759906134 3526554171 3858785706 183175920 2093032329 3244693772 282368413 3429390095 400730951 3305802927 2415166819 3281810710 1869050920 964519827 2180479461 1843302143 3593170626 2860530734 2473806977 1464263179 94619439 1369985258 3534160879 2155561276 2684892963 3116739148 1498110161 235502361 2917711895 895089143 4090438682 2047604984 285019600 911742270 3116414550 118282493 2110963778 723763377 2975927433 1572950159 544670827 895857066 3096526780 2041995050 3194836041 3488829251 1331121440 2203124197 3045592367 2790402324 4154698610 3111939265 4275990290 2297645812 1688227069 3322552974 3950417004 107966544 2524128624 2365142448 2713747749 1359404298 4283170292 3179556617 3812778054 1879769906 732927968 2608968004 1102533940 938765232 491009704 394429623 1912257898 1696552700 691227706 2123553323 2475683539 1650032384 1431246991 1725138699 2983831755 2658804370 816920821 4004243550 365913416 1017202424 1241432126 3862744704 2034159331 2028300756 1910093505 3558696761 2653876978 3098962959 1321891325 2238240280 3304444102 2711269623 120008132 3022561192 1663298354 603234162 2790987097 823442686 2728558717 3363611953 1165430134 1968005793 3625103031 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-4093226-1466109058/watcher-4093226-1466109058 -o /tmp/evaluation-result-4093226-1466109058/solver-4093226-1466109058 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466103654-18243 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093226-1466109058.wbo 

pid=18731
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.17 2.15 2.10 3/171 18734
/proc/meminfo: memFree=31212344/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=706116 CPUtime=0 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 2636 0 0 0 0 0 0 0 20 0 4 0 12955060 723062784 2486 33554432000 4194304 16246674 140733579974304 140733579973728 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 177297 2494 442 2943 0 174191 0
[pid=18734/tid=18735] ppid=18731 vsize=723524 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 740888576 2553 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=727620 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 745082880 2570 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=731716 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955060 749277184 2586 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.17 2.15 2.10 3/171 18734
/proc/meminfo: memFree=31212344/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1301060 CPUtime=0.08 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 27257 0 0 0 4 4 0 0 20 0 4 0 12955060 1332285440 27047 33554432000 4194304 16246674 140733579974304 140733579973400 8058796 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 325265 27061 803 2943 0 322159 0
[pid=18734/tid=18735] ppid=18731 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1332285440 27071 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1332285440 27082 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1332285440 27093 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1301060

[startup+0.200502 s]
/proc/loadavg: 2.17 2.15 2.10 3/171 18734
/proc/meminfo: memFree=31212344/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1314372 CPUtime=0.18 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 49108 0 0 0 11 7 0 0 20 0 4 0 12955060 1345916928 49409 33554432000 4194304 16246674 140733579974304 140733579973400 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 328593 49415 803 2943 0 325487 0
[pid=18734/tid=18735] ppid=18731 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1345916928 49415 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1345916928 49415 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1345916928 49415 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1314372

[startup+0.300484 s]
/proc/loadavg: 2.17 2.15 2.10 3/171 18734
/proc/meminfo: memFree=31212344/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1314372 CPUtime=0.28 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 57479 0 0 0 20 8 0 0 20 0 4 0 12955060 1345916928 57780 33554432000 4194304 16246674 140733579974304 140733579973400 7373041 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 328593 57780 803 2943 0 325487 0
[pid=18734/tid=18735] ppid=18731 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1345916928 57780 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1345916928 57780 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1345916928 57780 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1314372

[startup+0.700404 s]
/proc/loadavg: 2.17 2.15 2.10 3/171 18734
/proc/meminfo: memFree=31212344/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1314372 CPUtime=0.68 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 70876 0 0 0 58 10 0 0 20 0 4 0 12955060 1345916928 71177 33554432000 4194304 16246674 140733579974304 140733579973400 8058596 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 328593 71177 803 2943 0 325487 0
[pid=18734/tid=18735] ppid=18731 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1345916928 71177 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1345916928 71177 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1345916928 71177 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.5004 s]
/proc/loadavg: 2.16 2.15 2.10 3/184 18752
/proc/meminfo: memFree=30533472/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1314372 CPUtime=1.49 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 92786 0 0 0 136 13 0 0 20 0 4 0 12955060 1345916928 93087 33554432000 4194304 16246674 140733579974304 140733579957296 4206666 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 328593 93087 804 2943 0 325487 0
[pid=18734/tid=18735] ppid=18731 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1345916928 93087 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1345916928 93087 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1345916928 93087 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10035 s]
/proc/loadavg: 2.16 2.15 2.10 3/184 18752
/proc/meminfo: memFree=30449028/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1328708 CPUtime=3.09 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 134544 0 0 0 290 19 0 0 20 0 4 0 12955060 1360596992 134845 33554432000 4194304 16246674 140733579974304 140733579956224 12481124 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 332177 134856 839 2943 0 329071 0
[pid=18734/tid=18735] ppid=18731 vsize=1328708 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1360596992 134863 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1328708 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1360596992 134870 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1328708 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1360596992 134876 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1328708

[startup+6.30037 s]
/proc/loadavg: 2.23 2.16 2.10 3/183 18752
/proc/meminfo: memFree=28864068/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1450564 CPUtime=6.29 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 303267 0 0 0 587 42 0 0 20 0 4 0 12955060 1485377536 303568 33554432000 4194304 16246674 140733579974304 140733579972160 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 362641 303568 839 2943 0 359535 0
[pid=18734/tid=18735] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303568 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303568 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303568 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1450564

[startup+12.7004 s]
/proc/loadavg: 2.29 2.18 2.10 3/183 18752
/proc/meminfo: memFree=28765836/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1450564 CPUtime=12.68 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 303273 0 0 0 1226 42 0 0 20 0 4 0 12955060 1485377536 303574 33554432000 4194304 16246674 140733579974304 140733579956224 13807770 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 362641 303574 845 2943 0 359535 0
[pid=18734/tid=18735] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303574 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303574 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303574 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1450564

[startup+25.5004 s]
/proc/loadavg: 2.24 2.17 2.10 3/183 18752
/proc/meminfo: memFree=28766964/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1450564 CPUtime=25.48 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 303273 0 0 0 2506 42 0 0 20 0 4 0 12955060 1485377536 303574 33554432000 4194304 16246674 140733579974304 140733579956224 13817033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 362641 303574 845 2943 0 359535 0
[pid=18734/tid=18735] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303574 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303574 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303574 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1450564

[startup+51.1004 s]
/proc/loadavg: 2.15 2.15 2.10 3/182 18752
/proc/meminfo: memFree=28766196/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1450564 CPUtime=51.08 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 303273 0 0 0 5066 42 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 140733579956224 6132652 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 362641 303830 845 2943 0 359535 0
[pid=18734/tid=18735] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1450564

[startup+102.3 s]
/proc/loadavg: 2.30 2.19 2.11 3/183 18754
/proc/meminfo: memFree=28765324/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1450564 CPUtime=102.28 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 303273 0 0 0 10186 42 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 140733579956224 13955814 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 362641 303830 845 2943 0 359535 0
[pid=18734/tid=18735] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1450564


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

/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1450564

[startup+1362.3 s]
/proc/loadavg: 2.14 2.14 2.09 3/183 18785
/proc/meminfo: memFree=28763204/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1450564 CPUtime=1362.07 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 303289 0 0 0 136164 43 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 140733579956224 13774084 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 362641 303830 845 2943 0 359535 0
[pid=18734/tid=18735] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1450564

[startup+1422.3 s]
/proc/loadavg: 2.11 2.12 2.09 3/183 18786
/proc/meminfo: memFree=28646252/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1450564 CPUtime=1422.07 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 303289 0 0 0 142164 43 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 140733579956224 6132667 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 362641 303830 845 2943 0 359535 0
[pid=18734/tid=18735] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1450564

[startup+1482.3 s]
/proc/loadavg: 2.20 2.14 2.10 3/183 18787
/proc/meminfo: memFree=28646548/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1450564 CPUtime=1482.05 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 303289 0 0 0 148162 43 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 140733579956224 13807598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 362641 303830 845 2943 0 359535 0
[pid=18734/tid=18735] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1450564 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1485377536 303830 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1450564

[startup+1542.31 s]
/proc/loadavg: 2.24 2.16 2.10 4/183 18788
/proc/meminfo: memFree=28528632/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1568324 CPUtime=1542.05 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 332710 0 0 0 154158 47 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 140733579956224 13807435 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 392081 333251 845 2943 0 388975 0
[pid=18734/tid=18735] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1568324

[startup+1602.3 s]
/proc/loadavg: 2.09 2.13 2.09 3/183 18790
/proc/meminfo: memFree=28528308/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1568324 CPUtime=1602.04 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 332710 0 0 0 160157 47 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 140733579956224 13774216 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 392081 333251 845 2943 0 388975 0
[pid=18734/tid=18735] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1568324

[startup+1662.3 s]
/proc/loadavg: 2.08 2.12 2.09 3/183 18791
/proc/meminfo: memFree=28529724/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1568324 CPUtime=1662.03 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 332710 0 0 0 166156 47 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 140733579956224 13807598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 392081 333251 845 2943 0 388975 0
[pid=18734/tid=18735] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1568324

[startup+1722.3 s]
/proc/loadavg: 2.22 2.14 2.10 3/183 18792
/proc/meminfo: memFree=28529560/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1568324 CPUtime=1722.02 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 332710 0 0 0 172155 47 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 140733579956224 13807488 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 392081 333251 845 2943 0 388975 0
[pid=18734/tid=18735] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1568324

[startup+1782.3 s]
/proc/loadavg: 2.18 2.14 2.10 3/184 18796
/proc/meminfo: memFree=28529700/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1568324 CPUtime=1782.01 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 332710 0 0 0 178154 47 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 140733579956224 13807582 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 392081 333251 845 2943 0 388975 0
[pid=18734/tid=18735] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1568324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.14 2.14 2.09 3/184 18796
/proc/meminfo: memFree=28529824/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1568324 CPUtime=1800.01 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 332710 0 0 0 179954 47 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 140733579956224 6132467 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 392081 333251 845 2943 0 388975 0
[pid=18734/tid=18735] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1568324

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

[startup+1800.3 s]
/proc/loadavg: 2.14 2.14 2.09 3/184 18796
/proc/meminfo: memFree=28529824/32872528 swapFree=681192/736380
[pid=18734] ppid=18731 vsize=1568324 CPUtime=1800.01 cores=0,2,4,6
/proc/18734/stat : 18734 (toysat) R 18731 18734 17793 0 -1 4202496 332710 0 0 0 179954 47 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 140733579956224 6132467 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18734/statm: 392081 333251 845 2943 0 388975 0
[pid=18734/tid=18735] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18735/stat : 18735 (toysat) S 18731 18734 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925516168432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18734/tid=18736] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18736/stat : 18736 (toysat) S 18731 18734 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925505678576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18734/tid=18737] ppid=18731 vsize=1568324 CPUtime=0 cores=0,2,4,6
/proc/18734/task/18737/stat : 18737 (toysat) S 18731 18734 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12955060 1605963776 333251 33554432000 4194304 16246674 140733579974304 139925495205040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1568324

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.32
CPU time (s): 1800.04
CPU user time (s): 1799.56
CPU system time (s): 0.482926
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 1568324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.482926
maximum resident set size= 1333004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332710
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= 47
involuntary context switches= 1866

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6003 second user time and 6.87595 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-16 22:30:58
IDJOB=4093226
IDBENCH=79576
IDSOLVER=2553
FILE ID=node112/4093226-1466109058
RUNJOBID= node112-1466103654-18243
PBS_JOBID= 19904069
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 2582e52fbf68981b5c6eeba11c628b49
RANDOM SEED=23592975

node112.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.734
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.46
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.734
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.734
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	: 5321.48
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.734
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.734
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.734
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.734
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.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31210668 kB
Buffers:           59168 kB
Cached:           156132 kB
SwapCached:          696 kB
Active:           124036 kB
Inactive:          98544 kB
Active(anon):       8684 kB
Inactive(anon):      740 kB
Active(file):     115352 kB
Inactive(file):    97804 kB
Unevictable:      736380 kB
Mlocked:          681192 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             29892 kB
Writeback:             0 kB
AnonPages:        772928 kB
Mapped:             6852 kB
Shmem:                 0 kB
Slab:             570884 kB
SReclaimable:      14952 kB
SUnreclaim:       555932 kB
KernelStack:        1528 kB
PageTables:         5404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     837508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 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= 71668 MiB
End job on node112 at 2016-06-16 23:00:59