Trace number 4093285

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.07 1800.45

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capmo3_wcsp.wbo
MD5SUMf7000888ed6726edb3e77162c68c4211
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1753838
Best CPU time to get the best result obtained on this benchmark1800.35
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables10200
Total number of constraints20300
Number of soft constraints20100
Number of constraints which are clauses20100
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
Top cost 21147472
Min constraint cost 1
Max constraint cost 21147472
Sum of constraints costs 211613168177
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
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.08	c 2016-06-30T03:01:02+0200
0.00/0.08	c version = 0.5.0
0.00/0.08	c githash = 1a49202
0.00/0.08	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.08	c arch = x86_64
0.00/0.08	c os = linux
0.00/0.08	c compiler = ghc 7.10
0.00/0.08	c packages:
0.00/0.08	c   OptDir-0.0.3
0.00/0.08	c   array-0.5.1.0
0.00/0.08	c   base-4.8.2.0
0.00/0.08	c   bytestring-0.10.6.0
0.00/0.08	c   bytestring-builder-0.10.6.0.0
0.00/0.08	c   clock-0.7.2
0.00/0.08	c   containers-0.5.6.2
0.00/0.08	c   data-default-0.5.3
0.00/0.08	c   data-default-class-0.0.1
0.00/0.08	c   data-interval-1.2.0
0.00/0.08	c   deepseq-1.4.1.1
0.00/0.08	c   directory-1.2.2.0
0.00/0.08	c   exceptions-0.8.2.1
0.00/0.08	c   extended-reals-0.2.1.0
0.00/0.08	c   filepath-1.4.0.0
0.00/0.08	c   finite-field-0.8.0
0.00/0.08	c   hashable-1.2.4.0
0.00/0.08	c   heaps-0.3.3
0.00/0.08	c   intern-0.9.1.4
0.00/0.08	c   loop-0.3.0
0.00/0.08	c   mtl-2.2.1
0.00/0.08	c   multiset-0.3.2
0.00/0.08	c   mwc-random-0.13.3.2
0.00/0.08	c   parse_dimacs-1.3
0.00/0.08	c   parsec-3.1.9
0.00/0.08	c   prettyclass-1.0.0.0
0.00/0.08	c   primes-0.2.1.0
0.00/0.08	c   primitive-0.6.1.0
0.00/0.08	c   process-1.2.3.0
0.00/0.08	c   pseudo-boolean-0.1.3.0
0.00/0.09	c   queue-0.1.2
0.00/0.09	c   semigroups-0.18.1
0.00/0.09	c   sign-0.4.3
0.00/0.09	c   stm-2.4.4.1
0.00/0.09	c   template-haskell-2.10.0.0
0.00/0.09	c   temporary-1.2.0.4
0.00/0.09	c   time-1.5.0.1
0.00/0.09	c   transformers-0.4.2.0
0.00/0.09	c   transformers-compat-0.5.1.4
0.00/0.09	c   type-level-numbers-0.1.1.1
0.00/0.09	c   unbounded-delays-0.1.0.9
0.00/0.09	c   unordered-containers-0.2.6.0
0.00/0.09	c   vector-0.11.0.0
0.00/0.09	c   vector-space-0.10.3
0.00/0.09	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4093285-1467248460.wbo"]
0.00/0.09	c use --random-gen="1193200442 1244509648 1183533118 369494769 767917243 1040891498 1540248783 3404303214 2528146691 1133450346 2983832832 2190012661 3204025527 1134466934 2554692362 1554476778 1231630394 2940453730 2188361807 2446022497 1253207407 113187495 344529708 1150184813 3036274393 1944331011 3043898099 15167817 3893386166 2391256758 3020599686 3446470693 2455903613 115388870 293140390 2569744819 2409520968 4072702248 3656127200 700948369 2767490907 3478806757 3244998208 3556989104 444916869 2384909379 2134289807 3992434190 3882472558 3794718068 2460879166 991030562 823542467 3833678633 1598539643 2149164986 4042281104 3498450469 2278256768 119790055 1198342980 1267036143 1814745556 1537422183 1280661794 1355520465 1615775300 3891415752 1094038939 390547120 3031196677 2539849909 2057030264 2116797472 2486217730 3830619135 2345180219 426892522 1197017667 1917387462 1971736532 2688169408 3332014090 2151042849 3562414989 356987371 3461587050 1825394476 2677405331 2938331193 22796093 1023890596 1156303206 312429315 1576456815 2560969589 2289175619 4149970099 2661833929 208992662 2864189319 61529201 994851536 3944348133 2146046361 2424965579 1236640006 3567383174 937552950 1040638743 2510434610 2306206148 1098782494 875527192 3157425884 3784991518 2100782025 3174128499 307888684 2696151312 3589092538 2718199999 3580482498 1137880309 289348302 692095843 4098325557 335381686 1811684345 2873678481 2544525302 4142293508 2218709343 3807866729 301613605 348441212 1319205841 1051274605 2219084203 581745583 1840831047 3607616006 434750421 4007025322 1306133379 195174036 3541738377 3006881548 428296074 4237808893 2473831091 3786396644 773298819 779347206 1535055011 2995985821 3808874666 2295632739 3070964799 495391151 4120675909 3212560586 3906224943 663952046 1516658503 2128469045 2027796641 1926548992 3279329924 3600567349 170549217 2386478966 3462290601 1080156558 646280043 3528892263 294165759 3050840726 3058987172 4123153936 3702122062 3966002403 3123845007 4077080731 2662304773 2275110600 1710573483 2217951036 2174764894 2641128578 3153145011 3012876210 1277908999 1793441768 2118295094 177341481 3032197986 1554764415 3659200705 3731056347 286973673 4260865785 1544756124 1897540943 2647445730 3302329266 2584367845 2547020416 4148501913 1485765441 2650844217 1202078 2930219821 3510635830 4155273728 73137407 659128449 3535701041 3261592801 522468915 2247757256 4019296227 3423590899 126072503 30999751 3566418475 512129719 1523054898 641698453 2963159620 1840755857 3962719949 3269315544 761261255 2194742302 761789206 2934578176 3951626850 3231792742 3259670805 814806489 2409423868 1026857295 4153892018 3678460963 81704771 4195506714 2246360285 3767896937 396577168 1903616226 956617402 148143614 292655266 1838008774 2053797484 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-4093285-1467248460/watcher-4093285-1467248460 -o /tmp/evaluation-result-4093285-1467248460/solver-4093285-1467248460 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467248459-6860 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093285-1467248460.wbo 

pid=6882
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.54 2.44 2.16 5/175 6888
/proc/meminfo: memFree=28409840/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/6886/stat : 6886 (runsolver) D 6882 6886 6707 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 3872169 24911872 151 33554432000 4194304 4338465 140733961881664 140733961879304 260190325943 0 0 4096 24578 18446744071579943789 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 6082 151 105 36 0 2655 0

[startup+0.100065 s]
/proc/loadavg: 2.54 2.44 2.16 5/175 6888
/proc/meminfo: memFree=28409840/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 5229 0 0 0 0 0 0 0 20 0 4 0 3872169 1247350784 6094 33554432000 4194304 16246674 140736652755216 140736652738208 8058206 0 0 0 34082818 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/6886/statm: 304529 6094 532 2943 0 301423 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1218116

[startup+0.200249 s]
/proc/loadavg: 2.54 2.44 2.16 5/175 6888
/proc/meminfo: memFree=28409840/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1301060 CPUtime=0.11 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 31760 0 0 0 7 4 0 0 20 0 4 0 3872169 1332285440 32571 33554432000 4194304 16246674 140736652755216 140736652737088 7410953 0 0 0 34082818 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/6886/statm: 325265 32571 800 2943 0 322159 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1301060

[startup+0.300259 s]
/proc/loadavg: 2.54 2.44 2.16 5/175 6888
/proc/meminfo: memFree=28409840/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1302084 CPUtime=0.2 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 48358 0 0 0 14 6 0 0 20 0 4 0 3872169 1333334016 49169 33554432000 4194304 16246674 140736652755216 140736652737088 12458977 0 0 0 34082818 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/6886/statm: 325521 49169 827 2943 0 322415 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1302084

[startup+0.700196 s]
/proc/loadavg: 2.54 2.44 2.16 5/175 6888
/proc/meminfo: memFree=28409840/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1306180 CPUtime=0.6 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 129369 0 0 0 43 17 0 0 20 0 4 0 3872169 1337528320 130180 33554432000 4194304 16246674 140736652755216 140736652753880 4221016 0 2 0 34082818 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/6886/statm: 326545 130180 832 2943 0 323439 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1306180

[startup+1.50045 s]
/proc/loadavg: 2.50 2.43 2.15 3/185 6919
/proc/meminfo: memFree=27340412/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1320516 CPUtime=1.4 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 170562 0 0 0 117 23 0 0 20 0 4 0 3872169 1352208384 171374 33554432000 4194304 16246674 140736652755216 140736652737088 12429797 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 330129 171379 841 2943 0 327023 0
[pid=6886/tid=6916] ppid=6882 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1352208384 171384 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1352208384 171388 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1352208384 171394 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1320516

[startup+3.10041 s]
/proc/loadavg: 2.50 2.43 2.15 4/185 6919
/proc/meminfo: memFree=26198668/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1338948 CPUtime=3 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 275871 0 0 0 264 36 0 0 20 0 4 0 3872169 1371082752 276682 33554432000 4194304 16246674 140736652755216 140736652737088 13943664 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 334737 276682 841 2943 0 331631 0
[pid=6886/tid=6916] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1338948

[startup+6.30047 s]
/proc/loadavg: 2.50 2.43 2.15 4/185 6919
/proc/meminfo: memFree=26197484/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1338948 CPUtime=6.2 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 275871 0 0 0 584 36 0 0 20 0 4 0 3872169 1371082752 276682 33554432000 4194304 16246674 140736652755216 140736652737088 12652957 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 334737 276682 841 2943 0 331631 0
[pid=6886/tid=6916] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 1338948

[startup+12.7005 s]
/proc/loadavg: 2.42 2.41 2.15 4/185 6919
/proc/meminfo: memFree=26198560/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1338948 CPUtime=12.6 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 275871 0 0 0 1224 36 0 0 20 0 4 0 3872169 1371082752 276682 33554432000 4194304 16246674 140736652755216 140736652737088 12429245 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 334737 276682 841 2943 0 331631 0
[pid=6886/tid=6916] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1338948

[startup+25.5005 s]
/proc/loadavg: 2.35 2.40 2.15 5/185 6920
/proc/meminfo: memFree=26199784/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1338948 CPUtime=25.39 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 275871 0 0 0 2503 36 0 0 20 0 4 0 3872169 1371082752 276682 33554432000 4194304 16246674 140736652755216 140736652737088 13774216 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 334737 276682 841 2943 0 331631 0
[pid=6886/tid=6916] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1338948

[startup+51.1004 s]
/proc/loadavg: 2.49 2.43 2.17 3/185 6920
/proc/meminfo: memFree=26200172/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1338948 CPUtime=50.99 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 275871 0 0 0 5063 36 0 0 20 0 4 0 3872169 1371082752 276682 33554432000 4194304 16246674 140736652755216 140736652737088 13807730 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 334737 276682 841 2943 0 331631 0
[pid=6886/tid=6916] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1338948

[startup+102.301 s]
/proc/loadavg: 2.38 2.41 2.18 4/184 6921
/proc/meminfo: memFree=26199932/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1338948 CPUtime=102.19 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 275871 0 0 0 10183 36 0 0 20 0 4 0 3872169 1371082752 276682 33554432000 4194304 16246674 140736652755216 140736652754392 13807770 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 334737 276682 841 2943 0 331631 0
[pid=6886/tid=6916] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 1338948

[startup+162.3 s]
/proc/loadavg: 2.27 2.38 2.18 5/184 6922
/proc/meminfo: memFree=26200164/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1338948 CPUtime=162.17 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 275871 0 0 0 16181 36 0 0 20 0 4 0 3872169 1371082752 276682 33554432000 4194304 16246674 140736652755216 140736652737088 13774216 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 334737 276682 841 2943 0 331631 0
[pid=6886/tid=6916] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 1338948

[startup+222.308 s]
/proc/loadavg: 2.50 2.42 2.20 5/184 6923
/proc/meminfo: memFree=26200276/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1338948 CPUtime=222.17 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 275871 0 0 0 22181 36 0 0 20 0 4 0 3872169 1371082752 276682 33554432000 4194304 16246674 140736652755216 140736652754392 13807742 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 334737 276682 841 2943 0 331631 0
[pid=6886/tid=6916] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1371082752 276682 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 1338948


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

/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1598623744 332143 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 1561156

[startup+1302.3 s]
/proc/loadavg: 2.29 2.28 2.22 3/183 7156
/proc/meminfo: memFree=25683456/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1561156 CPUtime=1302.01 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 331329 0 0 0 130156 45 0 0 20 0 4 0 3872169 1598623744 332143 33554432000 4194304 16246674 140736652755216 140736652737088 13774072 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 390289 332143 841 2943 0 387183 0
[pid=6886/tid=6916] ppid=6882 vsize=1561156 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1598623744 332143 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1561156 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1598623744 332143 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1561156 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1598623744 332143 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 1561156

[startup+1362.3 s]
/proc/loadavg: 2.23 2.26 2.22 4/183 7157
/proc/meminfo: memFree=25682760/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1561156 CPUtime=1361.99 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 331425 0 0 0 136154 45 0 0 20 0 4 0 3872169 1598623744 332237 33554432000 4194304 16246674 140736652755216 140736652737088 13807598 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 390289 332237 841 2943 0 387183 0
[pid=6886/tid=6916] ppid=6882 vsize=1561156 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1598623744 332237 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1561156 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1598623744 332237 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1561156 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1598623744 332237 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 1561156

[startup+1422.3 s]
/proc/loadavg: 2.12 2.22 2.20 3/183 7158
/proc/meminfo: memFree=25112996/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1845828 CPUtime=1421.99 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 402522 0 0 0 142145 54 0 0 20 0 4 0 3872169 1890127872 403333 33554432000 4194304 16246674 140736652755216 140736652737088 13807730 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 461457 403333 841 2943 0 458351 0
[pid=6886/tid=6916] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403333 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403333 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403333 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 1845828

[startup+1482.3 s]
/proc/loadavg: 2.32 2.26 2.21 4/183 7159
/proc/meminfo: memFree=25112072/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1845828 CPUtime=1481.97 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 402527 0 0 0 148143 54 0 0 20 0 4 0 3872169 1890127872 403333 33554432000 4194304 16246674 140736652755216 140736652737088 13774200 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 461457 403333 841 2943 0 458351 0
[pid=6886/tid=6916] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403333 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403333 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403333 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 1845828

[startup+1542.31 s]
/proc/loadavg: 2.25 2.25 2.21 4/183 7160
/proc/meminfo: memFree=25111864/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1845828 CPUtime=1541.97 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 402601 0 0 0 154143 54 0 0 20 0 4 0 3872169 1890127872 403405 33554432000 4194304 16246674 140736652755216 140736652737088 6132663 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 461457 403405 841 2943 0 458351 0
[pid=6886/tid=6916] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403405 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403405 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403405 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 1845828

[startup+1602.3 s]
/proc/loadavg: 2.27 2.26 2.22 3/183 7162
/proc/meminfo: memFree=25111648/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1845828 CPUtime=1601.95 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 402605 0 0 0 160141 54 0 0 20 0 4 0 3872169 1890127872 403405 33554432000 4194304 16246674 140736652755216 140736652737088 13807598 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 461457 403405 841 2943 0 458351 0
[pid=6886/tid=6916] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403405 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403405 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403405 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 1845828

[startup+1662.3 s]
/proc/loadavg: 2.20 2.24 2.21 3/183 7163
/proc/meminfo: memFree=25111684/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1845828 CPUtime=1661.94 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 402613 0 0 0 166140 54 0 0 20 0 4 0 3872169 1890127872 403405 33554432000 4194304 16246674 140736652755216 140736652737088 13809312 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 461457 403405 841 2943 0 458351 0
[pid=6886/tid=6916] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403405 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403405 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403405 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1845828

[startup+1722.3 s]
/proc/loadavg: 2.12 2.21 2.20 4/183 7164
/proc/meminfo: memFree=25111724/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=1845828 CPUtime=1721.93 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 402618 0 0 0 172138 55 0 0 20 0 4 0 3872169 1890127872 403405 33554432000 4194304 16246674 140736652755216 140736652737088 13807544 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 461457 403405 841 2943 0 458351 0
[pid=6886/tid=6916] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403405 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403405 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=1845828 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 1890127872 403405 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 1845828

[startup+1782.3 s]
/proc/loadavg: 2.08 2.18 2.18 3/184 7168
/proc/meminfo: memFree=24423684/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=2189892 CPUtime=1781.92 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 488467 0 0 0 178125 67 0 0 20 0 4 0 3872169 2242449408 489253 33554432000 4194304 16246674 140736652755216 140736652737088 13807544 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 547473 489253 841 2943 0 544367 0
[pid=6886/tid=6916] ppid=6882 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 2242449408 489253 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 2242449408 489253 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 2242449408 489253 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 2189892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.13 2.19 2.19 3/183 7168
/proc/meminfo: memFree=24424152/32872528 swapFree=1633136/1796656
[pid=6886] ppid=6882 vsize=2189892 CPUtime=1800.01 cores=1,3,5,7
/proc/6886/stat : 6886 (toysat) R 6882 6886 6707 0 -1 4202496 488467 0 0 0 179934 67 0 0 20 0 4 0 3872169 2242449408 489253 33554432000 4194304 16246674 140736652755216 140736652737088 13807594 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/6886/statm: 547473 489253 841 2943 0 544367 0
[pid=6886/tid=6916] ppid=6882 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6916/stat : 6916 (toysat) S 6882 6886 6707 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3872178 2242449408 489253 33554432000 4194304 16246674 140736652755216 140072298982640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6886/tid=6917] ppid=6882 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6917/stat : 6917 (toysat) S 6882 6886 6707 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3872178 2242449408 489253 33554432000 4194304 16246674 140736652755216 140072288492784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6886/tid=6919] ppid=6882 vsize=2189892 CPUtime=0 cores=1,3,5,7
/proc/6886/task/6919/stat : 6919 (toysat) S 6882 6886 6707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3872178 2242449408 489253 33554432000 4194304 16246674 140736652755216 140072171072688 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2189892

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.45
CPU time (s): 1800.07
CPU user time (s): 1799.35
CPU system time (s): 0.714891
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 2189892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 0.714891
maximum resident set size= 1957012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488467
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= 61
involuntary context switches= 1996

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5953 second user time and 7.00693 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-30 03:01:00
IDJOB=4093285
IDBENCH=79532
IDSOLVER=2553
FILE ID=node123/4093285-1467248460
RUNJOBID= node123-1467248459-6860
PBS_JOBID= 20004468
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= f7000888ed6726edb3e77162c68c4211
RANDOM SEED=9420807

node123.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.387
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	: 5332.77
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.387
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.387
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28411144 kB
Buffers:          116492 kB
Cached:          1820592 kB
SwapCached:            0 kB
Active:           198472 kB
Inactive:        1752204 kB
Active(anon):      16540 kB
Inactive(anon):        0 kB
Active(file):     181932 kB
Inactive(file):  1752204 kB
Unevictable:     1796656 kB
Mlocked:         1633136 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             34184 kB
Writeback:            68 kB
AnonPages:       1810272 kB
Mapped:            13688 kB
Shmem:               204 kB
Slab:             581388 kB
SReclaimable:      25516 kB
SUnreclaim:       555872 kB
KernelStack:        1400 kB
PageTables:         7280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1895904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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= 71696 MiB
End job on node123 at 2016-06-30 03:31:02