Trace number 4093494

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.17 1800.48

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-dsjc125-1-4_wcsp.wbo
MD5SUMb95440184c2619269a303a66296dd7fe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark1800.01
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints3069
Number of soft constraints2944
Number of constraints which are clauses2944
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 737
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 2944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-16T18:38:41+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-4093494-1466095121.wbo"]
0.00/0.01	c use --random-gen="1446886234 1037211775 235153338 2950705635 2259040565 361232811 1001065176 3519444413 3788209425 2785829779 484407065 1658724530 202865899 4224769680 3135519289 1183506234 1601543787 2575591629 1382062277 370193240 698971715 703870997 2579428039 570213970 4050563621 375138851 3911725538 3513694088 2784883356 3943338146 889055919 1747409264 1678321154 1947495103 3854386236 3645535743 4079562687 2653806796 1583926753 1441903337 2986632490 3790471617 2182679589 3815368355 1778053223 608979875 3292714412 3572172269 1333920824 1525202110 4244212324 2968652191 2944076725 4286733314 3371302317 1367065134 2821911990 1937342711 3455387024 2304642806 3851511775 666563364 3349310134 3042406989 3351286994 1744029409 136959834 3557258078 1012738205 310635324 2006477182 2429651653 1713593353 4167957995 2831035731 3025287541 3570350407 938269657 2652329695 1798062401 3928840678 398679427 2003954115 3739241974 27810314 3026172217 1353320987 2535312690 3714904741 1100496951 2053846016 1043305337 2612411506 2694695537 3021552420 1769024573 3668494756 338321079 3231469881 1756470958 12050109 929242872 1861668039 2686488659 716876822 1304000526 884157874 2065150267 3720034836 3700782879 1821972612 2265102296 2966729970 1034944415 1040317688 3088790831 1260914913 3630266254 444318855 4231611994 1868567212 1130192129 1172800105 4105598321 504269052 4078674065 4056419093 417211058 2268202373 3976696950 2479276248 977597260 2790385827 3279808802 2859498405 1932260098 3968326998 1437631966 2464741409 475138413 3598361329 4083609810 2604413286 1845221065 2961891691 3220658028 624064302 2737971249 1257128817 2541910041 1877383490 2787279694 2333884395 2284132227 509060488 3337459412 1936535271 2962680265 2622131735 906728006 3284509128 3663870806 3095764251 3744951876 569436913 1835574958 3373409545 2227565390 3807414517 3985110074 112638279 4281191854 4122848171 2639722869 3932224925 4200304743 1460262416 2616776558 3085040405 2157205732 2784581928 3834778544 3010390645 1638928206 2661255725 3474570380 1196348604 2581811020 645960674 1913436397 805341904 254099054 2245175357 1354942657 3255406982 2307260116 5311307 1954855795 1275425042 1352733442 2465634894 2901580686 3402126028 361744172 3470274061 2540100207 2179213792 3984627455 3444732761 414175258 1398816150 366110270 384616451 2899984006 2917596134 3710002588 2899365658 2293248467 2739688816 4269612454 3594893931 1432175946 3364421301 548445236 767016783 2924412224 3975902447 148690822 622402843 3124207771 1118743466 396210095 3022655805 404793680 3438293043 3398328802 698079083 3436894996 2826402635 1959325652 2497206173 3556182313 1309784602 946475054 3475848036 2241789208 4148141577 875874607 3188819525 3653289341 2030367547 1752613634 2657059166 1020922924 2916648391 2452981127 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-4093494-1466095121/watcher-4093494-1466095121 -o /tmp/evaluation-result-4093494-1466095121/solver-4093494-1466095121 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466093183-25011 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093494-1466095121.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.24 2.22 2.42 3/179 25778
/proc/meminfo: memFree=29497276/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=702020 CPUtime=0 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 2615 0 0 0 0 0 0 0 20 0 4 0 11558880 718868480 2465 33554432000 4194304 16246674 140737100844256 140737100843192 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 176017 2476 442 2943 0 172911 0
[pid=25778/tid=25779] ppid=25775 vsize=719428 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 736694272 2535 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=724548 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 741937152 2553 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=728644 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11558881 746131456 2570 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100124 s]
/proc/loadavg: 2.24 2.22 2.42 3/179 25778
/proc/meminfo: memFree=29497276/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 26950 0 0 0 6 3 0 0 20 0 4 0 11558880 1249447936 26776 33554432000 4194304 16246674 140737100844256 140737100843192 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 305041 26779 643 2943 0 301935 0
[pid=25778/tid=25779] ppid=25775 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 1249447936 26780 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 1249447936 26782 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11558881 1249447936 26784 33554432000 4194304 16246674 140737100844256 140140172266672 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) 1220164

[startup+0.200466 s]
/proc/loadavg: 2.24 2.22 2.42 3/179 25778
/proc/meminfo: memFree=29497276/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=1222212 CPUtime=0.19 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 27625 0 0 0 16 3 0 0 20 0 4 0 11558880 1251545088 27422 33554432000 4194304 16246674 140737100844256 140737100843568 13809356 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 305553 27422 836 2943 0 302447 0
[pid=25778/tid=25779] ppid=25775 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 1251545088 27422 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 1251545088 27422 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 1251545088 27422 33554432000 4194304 16246674 140737100844256 140140172266672 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) 1222212

[startup+0.30044 s]
/proc/loadavg: 2.24 2.22 2.42 3/179 25778
/proc/meminfo: memFree=29497276/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=1222212 CPUtime=0.29 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 27627 0 0 0 26 3 0 0 20 0 4 0 11558880 1251545088 27424 33554432000 4194304 16246674 140737100844256 140737100843568 12486240 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 305553 27424 836 2943 0 302447 0
[pid=25778/tid=25779] ppid=25775 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 1251545088 27424 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 1251545088 27424 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 1251545088 27424 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1222212

[startup+0.700351 s]
/proc/loadavg: 2.24 2.22 2.42 3/179 25778
/proc/meminfo: memFree=29497276/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 33515 0 0 0 65 4 0 0 20 0 4 0 11558880 1251545088 33313 33554432000 4194304 16246674 140737100844256 140737100843568 12457395 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 305553 33314 836 2943 0 302447 0
[pid=25778/tid=25779] ppid=25775 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 1251545088 33314 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 1251545088 33315 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 1251545088 33317 33554432000 4194304 16246674 140737100844256 140140172266672 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) 1222212

[startup+1.50035 s]
/proc/loadavg: 2.24 2.22 2.42 4/183 25782
/proc/meminfo: memFree=29309020/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=1297988 CPUtime=1.48 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 59770 0 0 0 140 8 0 0 20 0 4 0 11558880 1329139712 59567 33554432000 4194304 16246674 140737100844256 140737100843352 13807774 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 324497 59567 836 2943 0 321391 0
[pid=25778/tid=25779] ppid=25775 vsize=1297988 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 1329139712 59567 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=1297988 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 1329139712 59567 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=1297988 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 1329139712 59567 33554432000 4194304 16246674 140737100844256 140140172266672 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) 1297988

[startup+3.10035 s]
/proc/loadavg: 2.24 2.22 2.42 4/183 25782
/proc/meminfo: memFree=29259296/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=1314372 CPUtime=3.09 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 65986 0 0 0 300 9 0 0 20 0 4 0 11558880 1345916928 65783 33554432000 4194304 16246674 140737100844256 140737100826176 13955810 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 328593 65783 838 2943 0 325487 0
[pid=25778/tid=25779] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65783 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65783 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65783 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1314372

[startup+6.30034 s]
/proc/loadavg: 2.30 2.23 2.43 4/183 25782
/proc/meminfo: memFree=29233768/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=1314372 CPUtime=6.29 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 66138 0 0 0 620 9 0 0 20 0 4 0 11558880 1345916928 65935 33554432000 4194304 16246674 140737100844256 140737100826176 13807453 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 328593 65935 838 2943 0 325487 0
[pid=25778/tid=25779] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65935 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65935 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65935 33554432000 4194304 16246674 140737100844256 140140172266672 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) 1314372

[startup+12.7004 s]
/proc/loadavg: 2.28 2.22 2.43 4/183 25782
/proc/meminfo: memFree=29234172/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=1314372 CPUtime=12.69 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 66142 0 0 0 1260 9 0 0 20 0 4 0 11558880 1345916928 65939 33554432000 4194304 16246674 140737100844256 140737100826176 13774216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 328593 65939 838 2943 0 325487 0
[pid=25778/tid=25779] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65939 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65939 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65939 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1314372

[startup+25.5004 s]
/proc/loadavg: 2.28 2.23 2.42 3/183 25782
/proc/meminfo: memFree=29234208/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=1314372 CPUtime=25.48 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 66146 0 0 0 2539 9 0 0 20 0 4 0 11558880 1345916928 65943 33554432000 4194304 16246674 140737100844256 140737100826176 6132716 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 328593 65943 838 2943 0 325487 0
[pid=25778/tid=25779] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65943 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65943 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65943 33554432000 4194304 16246674 140737100844256 140140172266672 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) 1314372

[startup+51.1005 s]
/proc/loadavg: 2.26 2.23 2.42 3/183 25782
/proc/meminfo: memFree=29233348/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=1314372 CPUtime=51.08 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 66146 0 0 0 5099 9 0 0 20 0 4 0 11558880 1345916928 65943 33554432000 4194304 16246674 140737100844256 140737100826176 13809400 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 328593 65943 838 2943 0 325487 0
[pid=25778/tid=25779] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65943 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65943 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 65943 33554432000 4194304 16246674 140737100844256 140140172266672 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) 1314372

[startup+102.3 s]
/proc/loadavg: 2.29 2.24 2.41 3/184 25786
/proc/meminfo: memFree=29095236/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=1314372 CPUtime=102.28 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 100448 0 0 0 10214 14 0 0 20 0 4 0 11558880 1345916928 100245 33554432000 4194304 16246674 140737100844256 140737100826176 13807435 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 328593 100245 838 2943 0 325487 0
[pid=25778/tid=25779] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 100245 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 100245 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 1345916928 100245 33554432000 4194304 16246674 140737100844256 140140172266672 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) 1314372


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

/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 2337348

[startup+1302.3 s]
/proc/loadavg: 2.14 2.14 2.20 3/184 25865
/proc/meminfo: memFree=23020524/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=2337348 CPUtime=1302.07 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 525493 0 0 0 130130 77 0 0 20 0 4 0 11558880 2393444352 525510 33554432000 4194304 16246674 140737100844256 140737100826176 13807598 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 584337 525510 838 2943 0 581231 0
[pid=25778/tid=25779] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 2337348

[startup+1362.3 s]
/proc/loadavg: 2.16 2.15 2.20 3/184 25889
/proc/meminfo: memFree=23020168/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=2337348 CPUtime=1362.06 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 525493 0 0 0 136129 77 0 0 20 0 4 0 11558880 2393444352 525510 33554432000 4194304 16246674 140737100844256 140737100826176 13923640 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 584337 525510 838 2943 0 581231 0
[pid=25778/tid=25779] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 2337348

[startup+1422.3 s]
/proc/loadavg: 2.11 2.13 2.18 3/183 25890
/proc/meminfo: memFree=21392184/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=2337348 CPUtime=1422.06 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 525493 0 0 0 142128 78 0 0 20 0 4 0 11558880 2393444352 525510 33554432000 4194304 16246674 140737100844256 140737100843432 13807435 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 584337 525510 838 2943 0 581231 0
[pid=25778/tid=25779] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 2337348

[startup+1482.3 s]
/proc/loadavg: 2.19 2.15 2.18 3/183 25891
/proc/meminfo: memFree=21392316/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=2337348 CPUtime=1482.04 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 525493 0 0 0 148126 78 0 0 20 0 4 0 11558880 2393444352 525510 33554432000 4194304 16246674 140737100844256 140737100826176 6132605 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 584337 525510 838 2943 0 581231 0
[pid=25778/tid=25779] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 2337348

[startup+1542.31 s]
/proc/loadavg: 2.18 2.15 2.18 3/183 25893
/proc/meminfo: memFree=21392440/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=2337348 CPUtime=1542.03 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 525493 0 0 0 154125 78 0 0 20 0 4 0 11558880 2393444352 525510 33554432000 4194304 16246674 140737100844256 140737100826176 13774000 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 584337 525510 838 2943 0 581231 0
[pid=25778/tid=25779] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 2337348

[startup+1602.3 s]
/proc/loadavg: 2.25 2.18 2.19 3/183 25894
/proc/meminfo: memFree=21392604/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=2337348 CPUtime=1602.02 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 525494 0 0 0 160123 79 0 0 20 0 4 0 11558880 2393444352 525510 33554432000 4194304 16246674 140737100844256 140737100826176 6132648 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 584337 525510 838 2943 0 581231 0
[pid=25778/tid=25779] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 2337348

[startup+1662.3 s]
/proc/loadavg: 2.31 2.21 2.19 3/183 25895
/proc/meminfo: memFree=21392640/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=2337348 CPUtime=1662.01 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 525494 0 0 0 166122 79 0 0 20 0 4 0 11558880 2393444352 525510 33554432000 4194304 16246674 140737100844256 140737100843432 13809356 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 584337 525510 838 2943 0 581231 0
[pid=25778/tid=25779] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 2337348

[startup+1722.3 s]
/proc/loadavg: 2.30 2.21 2.19 3/183 25896
/proc/meminfo: memFree=19247000/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=2337348 CPUtime=1722 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 525494 0 0 0 172120 80 0 0 20 0 4 0 11558880 2393444352 525510 33554432000 4194304 16246674 140737100844256 140737100826176 13807548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 584337 525510 838 2943 0 581231 0
[pid=25778/tid=25779] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=2337348 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 2393444352 525510 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 2337348

[startup+1782.3 s]
/proc/loadavg: 2.26 2.22 2.19 3/183 25897
/proc/meminfo: memFree=18283140/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=3298884 CPUtime=1781.99 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 765878 0 0 0 178089 110 0 0 20 0 4 0 11558880 3378057216 765894 33554432000 4194304 16246674 140737100844256 140737100843432 13807488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 824721 765894 838 2943 0 821615 0
[pid=25778/tid=25779] ppid=25775 vsize=3298884 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 3378057216 765894 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=3298884 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 3378057216 765894 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=3298884 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 3378057216 765894 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 3298884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.35 2.24 2.19 3/183 25897
/proc/meminfo: memFree=18283480/32872528 swapFree=1286144/1433312
[pid=25778] ppid=25775 vsize=3298884 CPUtime=1800.09 cores=0,2,4,6
/proc/25778/stat : 25778 (toysat) R 25775 25778 8056 0 -1 4202496 765878 0 0 0 179899 110 0 0 20 0 4 0 11558880 3378057216 765894 33554432000 4194304 16246674 140737100844256 140737100826176 13807453 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25778/statm: 824721 765894 838 2943 0 821615 0
[pid=25778/tid=25779] ppid=25775 vsize=3298884 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25779/stat : 25779 (toysat) S 25775 25778 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11558881 3378057216 765894 33554432000 4194304 16246674 140737100844256 140140193230064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25778/tid=25780] ppid=25775 vsize=3298884 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25780/stat : 25780 (toysat) S 25775 25778 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11558881 3378057216 765894 33554432000 4194304 16246674 140737100844256 140140182740208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=3298884 CPUtime=0 cores=0,2,4,6
/proc/25778/task/25781/stat : 25781 (toysat) S 25775 25778 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11558881 3378057216 765894 33554432000 4194304 16246674 140737100844256 140140172266672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3298884

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 25778 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.48
CPU time (s): 1800.17
CPU user time (s): 1799
CPU system time (s): 1.17282
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 3298884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.17282
maximum resident set size= 3063576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 765878
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= 72
involuntary context switches= 1995

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.80827 second user time and 6.67598 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-16 18:38:41
IDJOB=4093494
IDBENCH=79441
IDSOLVER=2553
FILE ID=node130/4093494-1466095121
RUNJOBID= node130-1466093183-25011
PBS_JOBID= 19904009
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-dsjc125-1-4_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093494-1466095121/watcher-4093494-1466095121 -o /tmp/evaluation-result-4093494-1466095121/solver-4093494-1466095121 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466093183-25011 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093494-1466095121.wbo

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

MD5SUM BENCH= b95440184c2619269a303a66296dd7fe
RANDOM SEED=606746387

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        29497812 kB
Buffers:           43016 kB
Cached:           114776 kB
SwapCached:          940 kB
Active:          1161028 kB
Inactive:          75708 kB
Active(anon):    1081024 kB
Inactive(anon):      584 kB
Active(file):      80004 kB
Inactive(file):    75124 kB
Unevictable:     1433312 kB
Mlocked:         1286144 kB
SwapTotal:      67108856 kB
SwapFree:       67099640 kB
Dirty:             16736 kB
Writeback:             0 kB
AnonPages:       2511824 kB
Mapped:            10836 kB
Shmem:                 0 kB
Slab:             569968 kB
SReclaimable:      12696 kB
SUnreclaim:       557272 kB
KernelStack:        1448 kB
PageTables:         8948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2656268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 71716 MiB
End job on node130 at 2016-06-16 19:08:42