Trace number 4093180

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13reducmore_wcsp.wbo
MD5SUMea40a0e629962acadf81be421b26ca75
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables13153
Total number of constraints970904
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)454
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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-16T23:02:25+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-4093180-1466110944.wbo"]
0.00/0.01	c use --random-gen="2433930658 1924841606 3472596017 4055989874 3838187195 3064210221 1540089875 3598938722 72629461 1585261935 1138367303 3888943120 1072619241 133865418 627416039 1782493258 544005580 3993285518 1391245305 2116682254 407001508 3655697667 2917542645 650886304 206953711 3418383636 3148351855 2440186696 3460176153 2952474072 3719024017 1718145966 2255380509 259927971 60332914 2138886962 2793595300 4180955866 2160355173 2817144712 277671582 3667009051 3184849378 3065997666 3772483754 1037147369 3673798310 3731485693 3072679202 3235030786 1457555805 161529414 3384170030 2835918649 3007807249 612783733 508432325 3748319235 1558559901 1014760557 1625922039 19518528 1853961433 869450744 3232475816 2836979307 4171831414 4165581041 1220962072 4274905352 1523970616 321226098 1941107070 3779173182 2062296480 2447830720 3766117795 1162886342 1135574218 2103099739 3029898911 1657208698 3949390831 2185628242 1003410380 913533744 3968267468 2217779369 1865767607 3679893055 1679407906 443471580 3805827717 2039951729 614597313 1034966568 424896272 3993133165 143487083 2494976700 2982758897 1322416186 1839984581 4240407163 1404309028 468090375 1705621196 4233850331 977680103 2189865416 893900059 2771461637 1266552692 4061676041 2985199760 3639848128 2555829771 3470155737 1963252196 2645583649 2190739050 2841171203 919538752 3530170093 1564201179 2848748253 2545482440 3320436331 327950372 2679512207 999642401 297030167 3295317531 3173745774 2427377929 3468581176 4090452106 1979850465 2401968955 259029211 2207629053 2803366855 2779778484 633513169 3886595716 176154708 3455138256 2884724140 1462939489 2826246888 2375829671 2913525690 1035013243 1216584978 1244796958 558818980 3280969342 2215161334 4021907360 3126083830 3359285630 3349728820 48553749 2738342335 180289996 3284830646 1392613911 2277715690 3120194826 2402329561 1016281250 3285500000 309788472 2705767392 8106651 1779303160 2805119888 90768429 1612178833 1874239394 2906875278 429535401 86249056 964058820 3444301848 2525057085 736277005 1716905660 207845143 643349994 487799616 2385650669 2212223404 2716153274 1195333569 3304842212 3034821489 3414094479 417278455 1124776172 731666199 3313589006 957703909 1816635153 2532301656 2666042461 4256737892 872284993 3018239093 527316109 4184843496 2991561880 2274464843 1765078516 2371178865 2243198200 3569397656 3684779647 1620509197 10008236 2938428867 2648505458 1663351874 2387568488 2636393492 1995720702 404730172 2552840507 1809359407 3660680749 3183583057 1288689751 4112376699 3624006349 2049133052 1304749607 4280931294 407874809 3586344329 3938866819 2494803635 215709339 480012472 3326931291 553538717 3265809998 2106482392 918223056 3481921527 2661779096 3877908829 3478762950 888871113 4185990182 3554848018 1136142421 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-4093180-1466110944/watcher-4093180-1466110944 -o /tmp/evaluation-result-4093180-1466110944/solver-4093180-1466110944 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466108939-31456 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093180-1466110944.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.20 2.15 3/174 31722
/proc/meminfo: memFree=30347480/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 806 0 0 0 0 0 0 0 20 0 4 0 13140978 246870016 656 33554432000 4194304 16246674 140733454524816 140733454524240 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 60271 659 437 2943 0 57165 0
[pid=31722/tid=31723] ppid=31719 vsize=249276 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 255258624 699 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=254396 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 260501504 717 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=258492 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13140978 264695808 734 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100212 s]
/proc/loadavg: 2.23 2.20 2.15 3/174 31722
/proc/meminfo: memFree=30347480/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 26217 0 0 0 6 3 0 0 20 0 4 0 13140978 1250496512 26007 33554432000 4194304 16246674 140733454524816 140733454524128 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 305297 26010 801 2943 0 302191 0
[pid=31722/tid=31723] ppid=31719 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 1250496512 26013 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 1250496512 26016 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 1250496512 26019 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200512 s]
/proc/loadavg: 2.23 2.20 2.15 3/174 31722
/proc/meminfo: memFree=30347480/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=1311300 CPUtime=0.19 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 48055 0 0 0 13 6 0 0 20 0 4 0 13140978 1342771200 48356 33554432000 4194304 16246674 140733454524816 140733454524128 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 327825 48363 801 2943 0 324719 0
[pid=31722/tid=31723] ppid=31719 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 1342771200 48368 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 1342771200 48373 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 1342771200 48377 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300471 s]
/proc/loadavg: 2.23 2.20 2.15 3/174 31722
/proc/meminfo: memFree=30347480/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=1314372 CPUtime=0.28 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 61413 0 0 0 20 8 0 0 20 0 4 0 13140978 1345916928 61714 33554432000 4194304 16246674 140733454524816 140733454524128 4220543 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 328593 61714 801 2943 0 325487 0
[pid=31722/tid=31723] ppid=31719 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 1345916928 61714 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 1345916928 61714 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 1345916928 61714 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1314372

[startup+0.700404 s]
/proc/loadavg: 2.23 2.20 2.15 3/174 31722
/proc/meminfo: memFree=30347480/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 71720 0 0 0 59 10 0 0 20 0 4 0 13140978 1345916928 72021 33554432000 4194304 16246674 140733454524816 140733454524128 13928594 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 328593 72021 802 2943 0 325487 0
[pid=31722/tid=31723] ppid=31719 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 1345916928 72021 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 1345916928 72021 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 1345916928 72021 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50042 s]
/proc/loadavg: 2.23 2.20 2.15 3/176 31747
/proc/meminfo: memFree=30075520/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=1314372 CPUtime=1.48 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 83889 0 0 0 137 11 0 0 20 0 4 0 13140978 1345916928 84190 33554432000 4194304 16246674 140733454524816 140733454523912 7924992 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 328593 84190 803 2943 0 325487 0
[pid=31722/tid=31723] ppid=31719 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 1345916928 84190 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 1345916928 84190 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 1345916928 84190 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1314372

[startup+3.10039 s]
/proc/loadavg: 2.21 2.19 2.15 4/183 31761
/proc/meminfo: memFree=29657188/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=1324612 CPUtime=3.08 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 121077 0 0 0 290 18 0 0 20 0 4 0 13140978 1356402688 121378 33554432000 4194304 16246674 140733454524816 140733454507808 4225078 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 331153 121378 803 2943 0 328047 0
[pid=31722/tid=31723] ppid=31719 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 1356402688 121378 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 1356402688 121378 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 1356402688 121378 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1324612

[startup+6.30035 s]
/proc/loadavg: 2.21 2.19 2.15 4/183 31761
/proc/meminfo: memFree=28899492/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=1373764 CPUtime=6.29 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 249672 0 0 0 593 36 0 0 20 0 4 0 13140978 1406734336 257638 33554432000 4194304 16246674 140733454524816 140733454522624 12503308 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 343441 257647 830 2943 0 340335 0
[pid=31722/tid=31723] ppid=31719 vsize=1373764 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 1406734336 257653 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=1373764 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 1406734336 257658 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=1373764 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 1406734336 257666 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1373764

[startup+12.7004 s]
/proc/loadavg: 2.25 2.20 2.15 3/183 31761
/proc/meminfo: memFree=28065412/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=1392196 CPUtime=12.68 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 276408 0 0 0 1228 40 0 0 20 0 4 0 13140978 1425608704 288973 33554432000 4194304 16246674 140733454524816 140733454506688 4206674 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 348049 288973 838 2943 0 344943 0
[pid=31722/tid=31723] ppid=31719 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 1425608704 288973 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 1425608704 288973 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 1425608704 288973 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1392196

[startup+25.5005 s]
/proc/loadavg: 2.37 2.23 2.16 3/183 31761
/proc/meminfo: memFree=26453544/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=2514500 CPUtime=25.48 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 556987 0 0 0 2470 78 0 0 20 0 4 0 13140978 2574848000 569552 33554432000 4194304 16246674 140733454524816 140733454524128 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 628625 569552 839 2943 0 625519 0
[pid=31722/tid=31723] ppid=31719 vsize=2514500 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 2574848000 569552 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=2514500 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 2574848000 569552 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=2514500 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 2574848000 569552 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2514500

[startup+51.1004 s]
/proc/loadavg: 2.32 2.22 2.16 4/183 31761
/proc/meminfo: memFree=24430268/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=3201604 CPUtime=51.08 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 728769 0 0 0 5006 102 0 0 20 0 4 0 13140978 3278442496 741334 33554432000 4194304 16246674 140733454524816 140733454506688 6132521 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 800401 741334 845 2943 0 797295 0
[pid=31722/tid=31723] ppid=31719 vsize=3201604 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 3278442496 741334 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=3201604 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 3278442496 741334 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=3201604 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3278442496 741334 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3201604

[startup+102.3 s]
/proc/loadavg: 2.39 2.26 2.18 3/183 31762
/proc/meminfo: memFree=24430148/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=3201604 CPUtime=102.28 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 728769 0 0 0 10126 102 0 0 20 0 4 0 13140978 3278442496 741334 33554432000 4194304 16246674 140733454524816 140733454523992 6132671 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 800401 741334 845 2943 0 797295 0
[pid=31722/tid=31723] ppid=31719 vsize=3201604 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 3278442496 741334 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=3201604 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 3278442496 741334 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=3201604 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3278442496 741334 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3201604


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

/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3419716

[startup+1362.3 s]
/proc/loadavg: 2.26 2.21 2.18 3/184 31796
/proc/meminfo: memFree=23986344/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=3419716 CPUtime=1362.08 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 783302 0 0 0 136093 115 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140733454506688 13774216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 854929 796118 845 2943 0 851823 0
[pid=31722/tid=31723] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3419716

[startup+1422.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/183 31797
/proc/meminfo: memFree=23986368/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=3419716 CPUtime=1422.07 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 783302 0 0 0 142092 115 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140733454506688 13807598 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 854929 796118 845 2943 0 851823 0
[pid=31722/tid=31723] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3419716

[startup+1482.3 s]
/proc/loadavg: 2.11 2.17 2.17 3/183 31798
/proc/meminfo: memFree=23986156/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=3419716 CPUtime=1482.06 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 783302 0 0 0 148090 116 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140733454506688 13774229 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 854929 796118 845 2943 0 851823 0
[pid=31722/tid=31723] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3419716

[startup+1542.31 s]
/proc/loadavg: 2.21 2.18 2.18 3/183 31799
/proc/meminfo: memFree=23986560/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=3419716 CPUtime=1542.05 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 783308 0 0 0 154089 116 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140733454506688 13807582 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 854929 796118 845 2943 0 851823 0
[pid=31722/tid=31723] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3419716

[startup+1602.3 s]
/proc/loadavg: 2.14 2.16 2.17 3/183 31800
/proc/meminfo: memFree=23986720/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=3419716 CPUtime=1602.03 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 783309 0 0 0 160087 116 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140733454523992 13807582 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 854929 796118 845 2943 0 851823 0
[pid=31722/tid=31723] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3419716

[startup+1662.3 s]
/proc/loadavg: 2.28 2.19 2.18 3/184 31805
/proc/meminfo: memFree=23986092/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=3419716 CPUtime=1662.03 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 783309 0 0 0 166086 117 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140733454506688 13807608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 854929 796118 845 2943 0 851823 0
[pid=31722/tid=31723] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3419716

[startup+1722.3 s]
/proc/loadavg: 2.35 2.23 2.19 4/183 31806
/proc/meminfo: memFree=23986736/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=3419716 CPUtime=1722.02 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 783309 0 0 0 172085 117 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140733454506688 13774090 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 854929 796118 845 2943 0 851823 0
[pid=31722/tid=31723] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3419716

[startup+1782.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/183 31807
/proc/meminfo: memFree=23985908/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=3419716 CPUtime=1782.01 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 783309 0 0 0 178084 117 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140733454506688 13807598 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 854929 796118 845 2943 0 851823 0
[pid=31722/tid=31723] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3419716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.16 2.20 2.18 4/183 31807
/proc/meminfo: memFree=23986248/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=3419716 CPUtime=1800.01 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 783309 0 0 0 179884 117 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140733454506688 6132663 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 854929 796118 845 2943 0 851823 0
[pid=31722/tid=31723] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3419716

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

[startup+1800.3 s]
/proc/loadavg: 2.16 2.20 2.18 4/183 31807
/proc/meminfo: memFree=23986248/32872528 swapFree=1370072/1517240
[pid=31722] ppid=31719 vsize=3419716 CPUtime=1800.01 cores=0,2,4,6
/proc/31722/stat : 31722 (toysat) R 31719 31722 29649 0 -1 4202496 783309 0 0 0 179884 117 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140733454506688 6132663 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31722/statm: 854929 796118 845 2943 0 851823 0
[pid=31722/tid=31723] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31723/stat : 31723 (toysat) S 31719 31722 29649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520704683248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31722/tid=31724] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31724/stat : 31724 (toysat) S 31719 31722 29649 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520694193392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31722/tid=31725] ppid=31719 vsize=3419716 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31725/stat : 31725 (toysat) S 31719 31722 29649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13140978 3501789184 796118 33554432000 4194304 16246674 140733454524816 140520683719856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3419716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.37
CPU time (s): 1800.08
CPU user time (s): 1798.85
CPU system time (s): 1.23381
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 3419716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.23381
maximum resident set size= 3184472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 783309
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= 46
involuntary context switches= 1857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.12522 second user time and 6.60799 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 23:02:25
IDJOB=4093180
IDBENCH=79646
IDSOLVER=2553
FILE ID=node129/4093180-1466110944
RUNJOBID= node129-1466108939-31456
PBS_JOBID= 19904039
Free space on /tmp= 71644 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph13reducmore_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093180-1466110944/watcher-4093180-1466110944 -o /tmp/evaluation-result-4093180-1466110944/solver-4093180-1466110944 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466108939-31456 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093180-1466110944.wbo

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

MD5SUM BENCH= ea40a0e629962acadf81be421b26ca75
RANDOM SEED=270557838

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30347512 kB
Buffers:           56364 kB
Cached:           240904 kB
SwapCached:          672 kB
Active:           198964 kB
Inactive:         103204 kB
Active(anon):       6252 kB
Inactive(anon):      912 kB
Active(file):     192712 kB
Inactive(file):   102292 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:             46736 kB
Writeback:             0 kB
AnonPages:       1521180 kB
Mapped:             7568 kB
Shmem:                 0 kB
Slab:             573228 kB
SReclaimable:      17288 kB
SUnreclaim:       555940 kB
KernelStack:        1424 kB
PageTables:         6856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1625156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71648 MiB
End job on node129 at 2016-06-16 23:32:25