Trace number 4093234

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-30_wcsp.wbo
MD5SUM6fa6f4309c56d1f5de2d242aa329505b
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2087
Best CPU time to get the best result obtained on this benchmark918.6
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1018
Total number of constraints50646
Number of soft constraints50547
Number of constraints which are clauses50547
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Top cost 245952
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 7842900
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T22:35:18+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-4093234-1466109318.wbo"]
0.00/0.01	c use --random-gen="1033176555 1224342025 290717007 4290840501 1729869159 1300470952 2261678402 2020436313 1960404943 2105175238 1771664061 1689651922 4217328990 605306842 1707835574 586669337 2902465741 2663029879 4039013807 1155010287 1205020074 1676229635 1506727000 1071263295 3094451660 679784237 1099237241 3571051188 3708296317 3368232244 2311950116 2988522177 1724045793 747839373 3059939094 3511904605 1713390276 113283638 398424152 2680111337 254906133 241984831 389443108 512243654 834703314 1885608088 3228703984 1032950091 981191012 2140406938 2049478121 3033011937 1059599266 4255307901 2148500246 1364609826 2549324783 1025187180 2960420487 4091419613 2327290339 4002039602 1369412384 3973239975 683926447 2009233877 3012231453 2001467226 1003616505 2502441075 952475216 560006303 3315887514 2171162694 2212474127 954773027 1657893750 3231974495 3223485336 2441481468 181079849 3573170560 19478454 462315158 594669213 151846412 1347387144 3147629832 3304949505 1967677983 2598768488 1201344442 1503050987 3635602745 3122848864 235627082 3183519184 3915472529 926814096 1183492976 3252100169 2267484311 2818962484 159697071 3863979919 1092909070 2695596416 638865978 567452789 3249305938 2378938791 3924683623 7241895 3152644336 3302518445 421334225 1817207699 689963477 2430093022 3648780181 35485293 1720296074 2269448285 403935988 1902623813 4164607312 1599074224 2468696687 2386808371 1704732235 2513764222 69564676 3249049341 2389580190 209095409 2349197257 3938929359 1559657794 160699881 855340483 3342650018 2482951438 3235607334 1599289025 615578655 3161222034 2522707172 3623460601 2172809372 2911762668 550021367 2585824102 3164096765 1624532698 3202891308 257726339 3809209567 2386687480 1170133983 3494088696 32282173 93662009 3722059571 92000507 2956137699 1086898488 4198783304 3256583612 1491283333 1851070619 2911809671 1374469772 2527923543 3426926995 2163487931 1326550522 7172770 860545636 563013378 3517180297 333037562 684314270 3879043370 2427867422 295485345 1034979692 1326533060 2444390499 1370185739 3778746373 48485461 398948654 1735065142 585373433 864845689 2158585636 2100278923 3408855293 2172203157 2681158978 4076238150 661245928 1030853324 2302925469 3597766138 2934215311 595253108 618309383 2681035294 4023893471 583457916 877164423 382026864 1976009064 2172355831 3339767650 2909609969 3062711593 2484222230 4132685223 2464503642 4036716254 1855298759 2070446903 3894264353 3901846135 129945570 673500450 222729926 3086290895 1064975365 616937201 375263186 258026444 688891659 3204308774 1010872281 4077905090 1880900500 2490230265 2217331761 227206980 1779385401 568537408 2784450835 326692109 1384985069 904827558 1476583771 2728710778 706565980 882236392 4162213500 2272425035 4134456595 3515320840 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-4093234-1466109318/watcher-4093234-1466109318 -o /tmp/evaluation-result-4093234-1466109318/solver-4093234-1466109318 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466109317-19270 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093234-1466109318.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.27 1.27 1.58 3/173 19294
/proc/meminfo: memFree=30979524/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=412092 CPUtime=0 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 1485 0 0 0 0 0 0 0 20 0 4 0 12980697 421982208 1334 33554432000 4194304 16246674 140733649562320 140733649561744 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19294/statm: 103791 1344 441 2943 0 100685 0
[pid=19294/tid=19295] ppid=19291 vsize=429500 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 439808000 1399 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=433596 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 444002304 1417 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=437692 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12980698 448196608 1432 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100124 s]
/proc/loadavg: 1.27 1.27 1.58 3/173 19294
/proc/meminfo: memFree=30979524/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1221188 CPUtime=0.08 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 24098 0 0 0 4 4 0 0 20 0 4 0 12980697 1250496512 23887 33554432000 4194304 16246674 140733649562320 140733649561632 8057278 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19294/statm: 305297 23902 800 2943 0 302191 0
[pid=19294/tid=19295] ppid=19291 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1250496512 23912 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1250496512 23923 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1250496512 23934 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1221188

[startup+0.200509 s]
/proc/loadavg: 1.27 1.27 1.58 3/173 19294
/proc/meminfo: memFree=30979524/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1303108 CPUtime=0.19 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 46607 0 0 0 11 8 0 0 20 0 4 0 12980697 1334382592 46396 33554432000 4194304 16246674 140733649562320 140733649561632 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19294/statm: 325777 46400 800 2943 0 322671 0
[pid=19294/tid=19295] ppid=19291 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1334382592 46402 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1335431168 46402 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1335431168 46402 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1303108

[startup+0.300434 s]
/proc/loadavg: 1.27 1.27 1.58 3/173 19294
/proc/meminfo: memFree=30979524/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 58690 0 0 0 19 10 0 0 20 0 4 0 12980697 1345916928 58990 33554432000 4194304 16246674 140733649562320 140733649561632 7404626 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19294/statm: 328593 59009 800 2943 0 325487 0
[pid=19294/tid=19295] ppid=19291 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1345916928 59020 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1345916928 59030 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1345916928 59041 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700421 s]
/proc/loadavg: 1.27 1.27 1.58 3/173 19294
/proc/meminfo: memFree=30979524/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1314372 CPUtime=0.68 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 61281 0 0 0 58 10 0 0 20 0 4 0 12980697 1345916928 61581 33554432000 4194304 16246674 140733649562320 140733649561416 13956091 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 328593 61581 836 2943 0 325487 0
[pid=19294/tid=19295] ppid=19291 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1345916928 61581 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1345916928 61581 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1345916928 61581 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50041 s]
/proc/loadavg: 1.27 1.27 1.58 3/183 19307
/proc/meminfo: memFree=29997060/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1332804 CPUtime=1.49 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 137831 0 0 0 128 21 0 0 20 0 4 0 12980697 1364791296 138131 33554432000 4194304 16246674 140733649562320 140733649544192 12371445 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 333201 138147 842 2943 0 330095 0
[pid=19294/tid=19295] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 138160 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 138171 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 138181 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1332804

[startup+3.10033 s]
/proc/loadavg: 1.27 1.27 1.58 3/183 19307
/proc/meminfo: memFree=28783596/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1332804 CPUtime=3.08 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 273828 0 0 0 269 39 0 0 20 0 4 0 12980697 1364791296 274128 33554432000 4194304 16246674 140733649562320 140733649544192 6132605 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 333201 274128 842 2943 0 330095 0
[pid=19294/tid=19295] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1332804

[startup+6.30034 s]
/proc/loadavg: 1.33 1.28 1.58 3/183 19307
/proc/meminfo: memFree=28782996/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1332804 CPUtime=6.28 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 273828 0 0 0 589 39 0 0 20 0 4 0 12980697 1364791296 274128 33554432000 4194304 16246674 140733649562320 140733649544192 13809242 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 333201 274128 842 2943 0 330095 0
[pid=19294/tid=19295] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1332804

[startup+12.7003 s]
/proc/loadavg: 1.39 1.29 1.58 3/183 19307
/proc/meminfo: memFree=28783136/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1332804 CPUtime=12.68 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 273828 0 0 0 1229 39 0 0 20 0 4 0 12980697 1364791296 274128 33554432000 4194304 16246674 140733649562320 140733649544192 6132432 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 333201 274128 842 2943 0 330095 0
[pid=19294/tid=19295] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1332804

[startup+25.5004 s]
/proc/loadavg: 1.52 1.33 1.59 3/183 19307
/proc/meminfo: memFree=28783952/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1332804 CPUtime=25.48 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 273828 0 0 0 2509 39 0 0 20 0 4 0 12980697 1364791296 274128 33554432000 4194304 16246674 140733649562320 140733649544192 13923792 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 333201 274128 842 2943 0 330095 0
[pid=19294/tid=19295] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1332804

[startup+51.1005 s]
/proc/loadavg: 1.75 1.39 1.60 3/183 19307
/proc/meminfo: memFree=28783836/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1332804 CPUtime=51.08 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 273828 0 0 0 5069 39 0 0 20 0 4 0 12980697 1364791296 274128 33554432000 4194304 16246674 140733649562320 140733649544192 13809312 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 333201 274128 842 2943 0 330095 0
[pid=19294/tid=19295] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1332804

[startup+102.3 s]
/proc/loadavg: 2.06 1.53 1.64 3/183 19308
/proc/meminfo: memFree=28783592/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1332804 CPUtime=102.27 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 273828 0 0 0 10188 39 0 0 20 0 4 0 12980697 1364791296 274128 33554432000 4194304 16246674 140733649562320 140733649544192 13774223 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 333201 274128 842 2943 0 330095 0
[pid=19294/tid=19295] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1364791296 274128 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1332804


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

/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1534532

[startup+1362.3 s]
/proc/loadavg: 2.14 2.14 2.00 4/183 19340
/proc/meminfo: memFree=28378588/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1534532 CPUtime=1362.08 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 324141 0 0 0 136160 48 0 0 20 0 4 0 12980697 1571360768 324436 33554432000 4194304 16246674 140733649562320 140733649544192 6132488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 383633 324436 842 2943 0 380527 0
[pid=19294/tid=19295] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1534532

[startup+1422.3 s]
/proc/loadavg: 2.10 2.13 2.00 4/183 19341
/proc/meminfo: memFree=28379304/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1534532 CPUtime=1422.08 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 324141 0 0 0 142160 48 0 0 20 0 4 0 12980697 1571360768 324436 33554432000 4194304 16246674 140733649562320 140733649544192 13774024 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 383633 324436 842 2943 0 380527 0
[pid=19294/tid=19295] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1534532

[startup+1482.3 s]
/proc/loadavg: 2.03 2.10 2.00 3/183 19343
/proc/meminfo: memFree=28379088/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1534532 CPUtime=1482.06 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 324141 0 0 0 148158 48 0 0 20 0 4 0 12980697 1571360768 324436 33554432000 4194304 16246674 140733649562320 140733649544192 13774090 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 383633 324436 842 2943 0 380527 0
[pid=19294/tid=19295] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1534532

[startup+1542.31 s]
/proc/loadavg: 2.01 2.08 2.00 3/184 19347
/proc/meminfo: memFree=28378984/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1534532 CPUtime=1542.06 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 324141 0 0 0 154158 48 0 0 20 0 4 0 12980697 1571360768 324436 33554432000 4194304 16246674 140733649562320 140733649544192 6132712 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 383633 324436 842 2943 0 380527 0
[pid=19294/tid=19295] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 1534532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.06 2.00 3/184 19371
/proc/meminfo: memFree=28378564/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1534532 CPUtime=1602.04 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 324141 0 0 0 160156 48 0 0 20 0 4 0 12980697 1571360768 324436 33554432000 4194304 16246674 140733649562320 140733649544192 6132659 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 383633 324436 842 2943 0 380527 0
[pid=19294/tid=19295] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1534532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/183 19372
/proc/meminfo: memFree=28378820/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1534532 CPUtime=1662.04 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 324141 0 0 0 166156 48 0 0 20 0 4 0 12980697 1571360768 324436 33554432000 4194304 16246674 140733649562320 140733649544192 13807508 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 383633 324436 842 2943 0 380527 0
[pid=19294/tid=19295] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 1534532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 19373
/proc/meminfo: memFree=28378948/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1534532 CPUtime=1722.03 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 324141 0 0 0 172155 48 0 0 20 0 4 0 12980697 1571360768 324436 33554432000 4194304 16246674 140733649562320 140733649544192 13809400 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 383633 324436 842 2943 0 380527 0
[pid=19294/tid=19295] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 1534532

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 19375
/proc/meminfo: memFree=28378532/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1534532 CPUtime=1782.02 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 324141 0 0 0 178154 48 0 0 20 0 4 0 12980697 1571360768 324436 33554432000 4194304 16246674 140733649562320 140733649544192 13923665 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 383633 324436 842 2943 0 380527 0
[pid=19294/tid=19295] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1534532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 19375
/proc/meminfo: memFree=28378532/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1534532 CPUtime=1800.01 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 324141 0 0 0 179953 48 0 0 20 0 4 0 12980697 1571360768 324436 33554432000 4194304 16246674 140733649562320 140733649544192 13807754 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 383633 324436 842 2943 0 380527 0
[pid=19294/tid=19295] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1534532

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

[startup+1800.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 19375
/proc/meminfo: memFree=28378532/32872528 swapFree=876280/941688
[pid=19294] ppid=19291 vsize=1534532 CPUtime=1800.01 cores=0,2,4,6
/proc/19294/stat : 19294 (toysat) R 19291 19294 17444 0 -1 4202496 324141 0 0 0 179953 48 0 0 20 0 4 0 12980697 1571360768 324436 33554432000 4194304 16246674 140733649562320 140733649544192 13807754 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19294/statm: 383633 324436 842 2943 0 380527 0
[pid=19294/tid=19295] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19295/stat : 19295 (toysat) S 19291 19294 17444 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381483150576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19294/tid=19297] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19297/stat : 19297 (toysat) S 19291 19294 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381472660720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19294/tid=19298] ppid=19291 vsize=1534532 CPUtime=0 cores=0,2,4,6
/proc/19294/task/19298/stat : 19298 (toysat) S 19291 19294 17444 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12980698 1571360768 324436 33554432000 4194304 16246674 140733649562320 140381462187184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1534532

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.32
CPU time (s): 1800.04
CPU user time (s): 1799.54
CPU system time (s): 0.491925
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1534532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.491925
maximum resident set size= 1297744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324141
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= 26
involuntary context switches= 1949

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.05908 second user time and 8.29074 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-16 22:35:18
IDJOB=4093234
IDBENCH=79580
IDSOLVER=2553
FILE ID=node113/4093234-1466109318
RUNJOBID= node113-1466109317-19270
PBS_JOBID= 19904068
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 6fa6f4309c56d1f5de2d242aa329505b
RANDOM SEED=1343059067

node113.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.799
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.59
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.799
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.799
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.799
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.799
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.799
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.54
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.799
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.54
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30981020 kB
Buffers:           62108 kB
Cached:           182040 kB
SwapCached:         2160 kB
Active:           135136 kB
Inactive:         111796 kB
Active(anon):       3340 kB
Inactive(anon):     1612 kB
Active(file):     131796 kB
Inactive(file):   110184 kB
Unevictable:      941688 kB
Mlocked:          876280 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:             35716 kB
Writeback:             4 kB
AnonPages:        943188 kB
Mapped:             6916 kB
Shmem:                 0 kB
Slab:             571244 kB
SReclaimable:      15408 kB
SUnreclaim:       555836 kB
KernelStack:        1384 kB
PageTables:         5468 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1038072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71672 MiB
End job on node113 at 2016-06-16 23:05:18