Trace number 4110530

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.62 1800.93

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap63_wcsp.wbo
MD5SUM6884eb16d9ca5647137a605a0e2a2e0d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark13399398
Best CPU time to get the best result obtained on this benchmark1800.06
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 57243026
Min constraint cost 1
Max constraint cost 57243026
Sum of constraints costs 46149905826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-19T16:09:14+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-4110530-1466345354.wbo"]
0.00/0.01	c use --random-gen="1729356236 2149010328 1365524392 2821458376 1753817057 2496516853 1989861602 3980454075 1730961176 3052221866 3985196542 3359570644 544481863 1343588621 2778627761 1658616228 2467636598 2645159920 4144825430 1704747985 1336419320 580030812 3850866275 1692850222 1815483646 1003554119 3170287051 792876037 1155247479 2201040019 2946861749 2615300813 1958889318 2228081296 3833936664 3024639132 2955206343 828370660 1508441416 3873907997 2031215625 2783176236 3617007514 3144756205 3110970335 2339772069 105729224 2201864383 1550586357 3406902488 1309165255 4260190189 2631118874 2545284552 1910247691 396029209 3172744640 928733345 605752948 2054677022 3503387124 1149404291 3992655667 3434708546 3003714619 1881003508 3709477757 835822687 1485529122 3138880087 2043147934 540031637 1264675015 1953031932 3428057729 811258920 3735860775 509047570 3823041169 2473262620 1827009747 2903376334 3305916734 4186322577 2511823976 1312999892 718031162 1522035558 1485656864 1981092588 408681336 399481301 2725397016 2775874172 2354123292 3923534527 4123628211 3455705886 3764825244 194422466 1707997952 620510621 3582149296 597468999 1693686723 1119676888 3755915855 3350512699 2401022058 863832576 1996724868 4181253391 641662180 1285020477 3075331185 777105876 2988803888 3835513764 861549078 4151723708 3902229795 167845687 2343244114 1981879154 3951329291 2857614786 2025946167 466178845 1877425530 643824113 3777390598 2728691935 3815408248 1200930386 3854305115 435306164 3379634653 1622280672 1684172859 705897720 190621288 3401292423 2779392459 2344538023 2807886236 2666368261 2265845181 2271509853 3054354411 1695252677 4164802892 2064774284 2913611914 1864242791 3517896196 1206884679 279053153 1954105530 2461147351 4151359087 4027522733 4180633647 2469785886 2432843710 2207914436 875745119 3295466707 3635413398 1889663990 1705200327 2723843230 526899683 3824946346 320412230 3037516657 2365886602 2852611476 112158741 2872265226 1560688206 282982249 426587638 4013536405 2842056068 3598900845 913416589 1006044203 3971421156 2702081307 3499835592 2785276960 1167173405 86827774 3825236790 163652980 203549872 3364858797 1192854503 1007224468 3957319705 170013250 1516959793 618920404 4192427839 198484885 4117736903 1485624190 204640279 3189598775 3789911088 2356542269 2874428072 1906480114 15823421 2018784012 2479372899 600833147 1497392789 242582644 2898795694 3578864278 700964507 2846968201 1192616674 1689274237 1190636134 1583851466 2042686858 3761116868 2315636270 1214911487 2361580096 4038699335 137213179 2366528941 1723902675 1207231110 695410814 936546363 2813598862 266649986 3479531573 3961199675 395149108 1145048949 169627862 2434003454 4043834889 799986489 3927403827 1093309102 2980383680 3188799726 3638538680 1363883398 735163614 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-4110530-1466345354/watcher-4110530-1466345354 -o /tmp/evaluation-result-4110530-1466345354/solver-4110530-1466345354 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466341805-2020 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110530-1466345354.wbo 

pid=5078
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.21 2.26 2.23 3/179 5081
/proc/meminfo: memFree=29756672/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=716220 CPUtime=0 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 2667 0 0 0 0 0 0 0 20 0 4 0 36581140 733409280 3029 33554432000 4194304 16246674 140733241043424 140733241042848 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 179567 3037 441 2943 0 176461 0
[pid=5081/tid=5082] ppid=5078 vsize=733628 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 751235072 3098 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=737724 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 755429376 3116 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=741820 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 759623680 3132 33554432000 4194304 16246674 140733241043424 139852053998768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.21 2.26 2.23 3/179 5081
/proc/meminfo: memFree=29756672/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 24055 0 0 0 6 3 0 0 20 0 4 0 36581140 1250496512 24363 33554432000 4194304 16246674 140733241043424 140733241042736 13807457 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 305297 24363 844 2943 0 302191 0
[pid=5081/tid=5082] ppid=5078 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 1250496512 24363 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 1250496512 24363 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 1250496512 24363 33554432000 4194304 16246674 140733241043424 139852053998768 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.20051 s]
/proc/loadavg: 2.21 2.26 2.23 3/179 5081
/proc/meminfo: memFree=29756672/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 24280 0 0 0 16 3 0 0 20 0 4 0 36581140 1250496512 24588 33554432000 4194304 16246674 140733241043424 140733241042736 4220489 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 305297 24588 844 2943 0 302191 0
[pid=5081/tid=5082] ppid=5078 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 1250496512 24588 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 1250496512 24588 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 1250496512 24588 33554432000 4194304 16246674 140733241043424 139852053998768 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) 1221188

[startup+0.300473 s]
/proc/loadavg: 2.21 2.26 2.23 3/179 5081
/proc/meminfo: memFree=29756672/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=1303108 CPUtime=0.29 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 30681 0 0 0 26 3 0 0 20 0 4 0 36581140 1334382592 30989 33554432000 4194304 16246674 140733241043424 140733241025344 6195017 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 325777 30991 844 2943 0 322671 0
[pid=5081/tid=5082] ppid=5078 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 1334382592 30991 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 1334382592 30992 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 1334382592 30993 33554432000 4194304 16246674 140733241043424 139852053998768 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) 1303108

[startup+0.700408 s]
/proc/loadavg: 2.21 2.26 2.23 3/179 5081
/proc/meminfo: memFree=29756672/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 38267 0 0 0 65 4 0 0 20 0 4 0 36581140 1338576896 38575 33554432000 4194304 16246674 140733241043424 140733241025344 13774000 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 326801 38575 844 2943 0 323695 0
[pid=5081/tid=5082] ppid=5078 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 1338576896 38575 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 1338576896 38575 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 1338576896 38575 33554432000 4194304 16246674 140733241043424 139852053998768 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) 1307204

[startup+1.50041 s]
/proc/loadavg: 2.21 2.26 2.23 3/183 5085
/proc/meminfo: memFree=29573568/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=1307204 CPUtime=1.49 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 45714 0 0 0 144 5 0 0 20 0 4 0 36581140 1338576896 46022 33554432000 4194304 16246674 140733241043424 140733241025344 13962196 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 326801 46022 844 2943 0 323695 0
[pid=5081/tid=5082] ppid=5078 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 1338576896 46022 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 1338576896 46022 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 1338576896 46022 33554432000 4194304 16246674 140733241043424 139852053998768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.1004 s]
/proc/loadavg: 2.20 2.26 2.23 3/183 5085
/proc/meminfo: memFree=29571832/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=1309252 CPUtime=3.09 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 49166 0 0 0 303 6 0 0 20 0 4 0 36581140 1340674048 49474 33554432000 4194304 16246674 140733241043424 140733241041280 13923769 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 327313 49474 844 2943 0 324207 0
[pid=5081/tid=5082] ppid=5078 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 1340674048 49474 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 1340674048 49474 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 1340674048 49474 33554432000 4194304 16246674 140733241043424 139852053998768 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) 1309252

[startup+6.30041 s]
/proc/loadavg: 2.20 2.26 2.23 3/183 5085
/proc/meminfo: memFree=29401340/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=1313348 CPUtime=6.29 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 99222 0 0 0 616 13 0 0 20 0 4 0 36581140 1344868352 99530 33554432000 4194304 16246674 140733241043424 140733241025344 13955810 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 328337 99530 844 2943 0 325231 0
[pid=5081/tid=5082] ppid=5078 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 1344868352 99530 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 1344868352 99530 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 1344868352 99530 33554432000 4194304 16246674 140733241043424 139852053998768 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) 1313348

[startup+12.7004 s]
/proc/loadavg: 2.17 2.25 2.23 3/183 5085
/proc/meminfo: memFree=29360748/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=1313348 CPUtime=12.69 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 99222 0 0 0 1256 13 0 0 20 0 4 0 36581140 1344868352 99530 33554432000 4194304 16246674 140733241043424 140733241025344 13817033 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 328337 99530 844 2943 0 325231 0
[pid=5081/tid=5082] ppid=5078 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 1344868352 99530 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 1344868352 99530 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 1344868352 99530 33554432000 4194304 16246674 140733241043424 139852053998768 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) 1313348

[startup+25.5005 s]
/proc/loadavg: 2.21 2.26 2.23 3/182 5085
/proc/meminfo: memFree=29222560/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=1317444 CPUtime=25.48 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 133877 0 0 0 2531 17 0 0 20 0 4 0 36581140 1349062656 134185 33554432000 4194304 16246674 140733241043424 140733241025344 13817033 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 329361 134185 844 2943 0 326255 0
[pid=5081/tid=5082] ppid=5078 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 1349062656 134185 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 1349062656 134185 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 1349062656 134185 33554432000 4194304 16246674 140733241043424 139852053998768 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) 1317444

[startup+51.1005 s]
/proc/loadavg: 2.14 2.24 2.23 3/184 5089
/proc/meminfo: memFree=28853104/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=1324612 CPUtime=51.09 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 217985 0 0 0 5079 30 0 0 20 0 4 0 36581140 1356402688 218293 33554432000 4194304 16246674 140733241043424 140733241025344 13774229 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 331153 218293 844 2943 0 328047 0
[pid=5081/tid=5082] ppid=5078 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 1356402688 218293 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 1356402688 218293 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 1356402688 218293 33554432000 4194304 16246674 140733241043424 139852053998768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1324612

[startup+102.3 s]
/proc/loadavg: 2.20 2.24 2.23 3/184 5090
/proc/meminfo: memFree=28543272/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=1327684 CPUtime=102.28 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 273045 0 0 0 10191 37 0 0 20 0 4 0 36581140 1359548416 273353 33554432000 4194304 16246674 140733241043424 140733241025344 6139196 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 331921 273353 844 2943 0 328815 0
[pid=5081/tid=5082] ppid=5078 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 1359548416 273353 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 1359548416 273353 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 1359548416 273353 33554432000 4194304 16246674 140733241043424 139852053998768 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) 1327684


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


[startup+1422.3 s]
/proc/loadavg: 2.24 2.20 2.18 4/183 5171
/proc/meminfo: memFree=9270212/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=13524548 CPUtime=1422.07 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 3322311 0 0 0 141649 558 0 0 20 0 4 0 36581140 13849137152 3322830 33554432000 4194304 16246674 140733241043424 140733241042600 13817064 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 3381137 3322830 845 2943 0 3378031 0
[pid=5081/tid=5082] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322830 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322830 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322830 33554432000 4194304 16246674 140733241043424 139852053998768 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) 13524548

[startup+1482.3 s]
/proc/loadavg: 2.15 2.18 2.18 3/183 5172
/proc/meminfo: memFree=9270344/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=13524548 CPUtime=1482.05 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 3322315 0 0 0 147644 561 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 140733241042600 13809344 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 3381137 3322834 849 2943 0 3378031 0
[pid=5081/tid=5082] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852053998768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 13524548

[startup+1542.31 s]
/proc/loadavg: 2.15 2.17 2.17 3/183 5173
/proc/meminfo: memFree=9270552/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=13524548 CPUtime=1542.04 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 3322315 0 0 0 153639 565 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 140733241025344 12481264 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 3381137 3322834 849 2943 0 3378031 0
[pid=5081/tid=5082] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852053998768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 13524548

[startup+1602.3 s]
/proc/loadavg: 2.23 2.19 2.18 4/183 5175
/proc/meminfo: memFree=6862428/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=13524548 CPUtime=1602.03 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 3322315 0 0 0 159633 570 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 140733241025344 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 3381137 3322834 849 2943 0 3378031 0
[pid=5081/tid=5082] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852053998768 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) 13524548

[startup+1662.3 s]
/proc/loadavg: 2.41 2.24 2.20 4/183 5176
/proc/meminfo: memFree=6862260/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=13524548 CPUtime=1662.02 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 3322315 0 0 0 165626 576 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 140733241042520 13807758 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 3381137 3322834 849 2943 0 3378031 0
[pid=5081/tid=5082] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852053998768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 13524548

[startup+1722.3 s]
/proc/loadavg: 2.25 2.23 2.19 3/183 5177
/proc/meminfo: memFree=6862492/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=13524548 CPUtime=1722.01 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 3322315 0 0 0 171620 581 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 140733241025344 13807730 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 3381137 3322834 849 2943 0 3378031 0
[pid=5081/tid=5082] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852053998768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 13524548

[startup+1782.3 s]
/proc/loadavg: 2.43 2.27 2.20 3/183 5178
/proc/meminfo: memFree=6862324/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=13524548 CPUtime=1782 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 3322315 0 0 0 177614 586 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 140733241025344 13809344 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 3381137 3322834 849 2943 0 3378031 0
[pid=5081/tid=5082] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852053998768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 13524548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.38 2.27 2.20 3/183 5178
/proc/meminfo: memFree=6863176/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=13524548 CPUtime=1800 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) R 5078 5081 2004 0 -1 4202496 3322315 0 0 0 179413 587 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 140733241025344 13774216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 3381137 3322834 849 2943 0 3378031 0
[pid=5081/tid=5082] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5082/stat : 5082 (toysat) S 5078 5081 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852176665840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5081/tid=5083] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5083/stat : 5083 (toysat) S 5078 5081 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852166175984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) S 5078 5081 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36581140 13849137152 3322834 33554432000 4194304 16246674 140733241043424 139852053998768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 13524548

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

[startup+1800.4 s]
/proc/loadavg: 2.38 2.27 2.20 3/183 5178
/proc/meminfo: memFree=6863176/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=0 CPUtime=1800.11 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) Z 5078 5081 2004 0 -1 4203532 3322315 0 0 0 179414 597 0 0 20 0 2 0 36581140 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 0 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) R 5078 5081 2004 0 -1 4203588 1 0 0 0 0 8 0 0 20 0 2 0 36581140 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

[startup+1800.81 s]
/proc/loadavg: 2.38 2.27 2.20 3/181 5178
/proc/meminfo: memFree=15961628/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=0 CPUtime=1800.51 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) Z 5078 5081 2004 0 -1 4203532 3322315 0 0 0 179414 637 0 0 20 0 2 0 36581140 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 0 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=0 CPUtime=0.49 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) R 5078 5081 2004 0 -1 4203588 1 0 0 0 0 49 0 0 20 0 2 0 36581140 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.38 2.27 2.20 3/181 5178
/proc/meminfo: memFree=15961628/32872528 swapFree=1499884/1696108
[pid=5081] ppid=5078 vsize=0 CPUtime=1800.6 cores=0,2,4,6
/proc/5081/stat : 5081 (toysat) Z 5078 5081 2004 0 -1 4203532 3322315 0 0 0 179414 646 0 0 20 0 2 0 36581140 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5081/statm: 0 0 0 0 0 0 0
[pid=5081/tid=5084] ppid=5078 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/5081/task/5084/stat : 5084 (toysat) R 5078 5081 2004 0 -1 4203588 1 0 0 0 0 58 0 0 20 0 2 0 36581140 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.93
CPU time (s): 1800.62
CPU user time (s): 1794.14
CPU system time (s): 6.48101
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 13524548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.14
system time used= 6.48101
maximum resident set size= 13291336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3322315
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= 92
involuntary context switches= 1871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6412 second user time and 14.8937 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-19 16:09:14
IDJOB=4110530
IDBENCH=79509
IDSOLVER=2553
FILE ID=node137/4110530-1466345354
RUNJOBID= node137-1466341805-2020
PBS_JOBID= 19922016
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= 6884eb16d9ca5647137a605a0e2a2e0d
RANDOM SEED=658525423

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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.486
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.486
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.38
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.486
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.486
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:        29757464 kB
Buffers:           73756 kB
Cached:           192412 kB
SwapCached:         1260 kB
Active:           533792 kB
Inactive:         142152 kB
Active(anon):     409916 kB
Inactive(anon):     2080 kB
Active(file):     123876 kB
Inactive(file):   140072 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:             16312 kB
Writeback:             0 kB
AnonPages:       2174656 kB
Mapped:            10844 kB
Shmem:                 0 kB
Slab:             606456 kB
SReclaimable:      50592 kB
SUnreclaim:       555864 kB
KernelStack:        1520 kB
PageTables:         9496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2920392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node137 at 2016-06-19 16:39:15