Trace number 4110586

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.68 1801.01

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap94_wcsp.wbo
MD5SUMaf4377d2968a0bed7c67bde04ddb5981
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark13980219
Best CPU time to get the best result obtained on this benchmark1800.03
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1300
Total number of constraints2598
Number of soft constraints2523
Number of constraints which are clauses2523
Number of constraints which are cardinality constraints (but not clauses)75
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 63586724
Min constraint cost 1
Max constraint cost 63586724
Sum of constraints costs 80090480126
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
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:36:35+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-4110586-1466346995.wbo"]
0.00/0.01	c use --random-gen="1465890160 3515420547 1392088526 2720899948 2497247951 3478160527 3314373799 3437212010 3238231231 3278552 1193354230 1385698674 387798644 4238482964 3722567182 492650262 1920977841 357202241 1748336724 824580497 2747277143 3885012590 2820834698 957252746 708992127 70649683 800037745 2260347185 4281897573 1458523826 2883102116 2482563102 1370969168 4140931662 2528755363 3449619763 3825812695 3205712070 1425170076 454016303 1894407812 1567336339 1334965052 2209975672 1559506887 2574648044 75128130 3321398309 3871272933 2623381241 3415766266 323057511 75577275 330030442 2968737230 3094086532 2120911737 186919561 2162144773 3461473329 1074963331 2413808974 4049565880 2552136796 1388740499 2534368837 89246435 674054351 1000376688 195425977 2645710505 4093758126 4074405825 3115426667 1605643057 3768624576 4171704427 657323565 2551088551 3989159450 512880744 3685971446 2140765536 1374674568 4227408594 478576886 1191554011 3471669232 1752750382 929633761 3384819942 2111988799 97784885 3137997548 2000341281 911201760 3147498530 4115174836 1721906023 3883873375 1846885950 2333592136 1447528997 1380343471 209993624 4100150480 1764694863 169761364 1426951419 1570754455 1597537569 3192012849 3939000782 3684690394 2705462627 17233157 1341212610 3876632363 3641534542 1460795422 3878570293 3685935807 3965855230 207919442 1227240433 3223970482 1034215780 2553110740 3887067814 3548233008 1242538553 2007192936 3751686324 1663491332 3780931146 690454608 2984774404 541618539 1130074442 2163070842 882060790 3525640347 2412372987 659528314 3884089571 2349235655 331510904 2634146051 3297551572 1307828852 4148051769 336444765 640681488 3939800406 2821083224 254373775 2044284374 3781010005 1416753749 4019063852 3226524084 736016319 3519937121 622652198 1448816447 1465262853 1835038202 1625277749 3863099104 4163075644 618790294 941378455 1041673990 3339486606 1763457540 4071205562 2015237353 3324892080 814507147 3325133549 1583712172 2616559562 3358929907 291855954 692159812 617463658 1076213247 2393302936 850272469 1474968059 2416235552 1177152831 2169580266 4203385199 1068130633 733610677 33938471 1934347660 260041438 2776414715 1515453048 1626638623 2598185468 3585914423 1914966332 106675768 3781570391 2249493109 1592119821 1908763476 2643283265 3712035459 899332376 2007727859 1384628655 2482749331 3787130725 2757258516 1389417679 1852627660 843863942 1961534088 1997476899 196687550 477796237 604617086 4242583129 1501059865 1990595270 692503715 3826584107 913925263 1002226230 2670016958 3902537958 3871354488 2031753190 2995975218 1798550871 278455554 2206273462 2200500074 1112673370 772050804 2213013907 1955921496 280549737 1323572348 574826161 3729053844 2267225880 1614114558 2366983596 3947584233 4282297906 1089066293 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-4110586-1466346995/watcher-4110586-1466346995 -o /tmp/evaluation-result-4110586-1466346995/solver-4110586-1466346995 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466341823-29124 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110586-1466346995.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.06 2.00 3/179 32622
/proc/meminfo: memFree=17397716/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=762300 CPUtime=0 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 2854 0 0 0 0 0 0 0 20 0 4 0 36748471 780595200 2703 33554432000 4194304 16246674 140733831921264 140733831920688 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 191343 2712 441 2943 0 188237 0
[pid=32622/tid=32623] ppid=32619 vsize=780732 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 799469568 2774 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=784828 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 803663872 2791 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=789948 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36748471 808906752 2809 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.04 2.06 2.00 3/179 32622
/proc/meminfo: memFree=17397716/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 27204 0 0 0 5 4 0 0 20 0 4 0 36748471 1247350784 27047 33554432000 4194304 16246674 140733831921264 140733831920688 12481124 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 304529 27056 613 2943 0 301423 0
[pid=32622/tid=32623] ppid=32619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 1247350784 27063 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 1247350784 27069 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36748471 1247350784 27076 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200524 s]
/proc/loadavg: 2.04 2.06 2.00 3/179 32622
/proc/meminfo: memFree=17397716/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 28785 0 0 0 15 4 0 0 20 0 4 0 36748471 1250496512 28581 33554432000 4194304 16246674 140733831921264 140733831920576 13809356 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 305297 28581 841 2943 0 302191 0
[pid=32622/tid=32623] ppid=32619 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 1250496512 28581 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 1250496512 28581 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 1250496512 28581 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300474 s]
/proc/loadavg: 2.04 2.06 2.00 3/179 32622
/proc/meminfo: memFree=17397716/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=1302084 CPUtime=0.29 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 33193 0 0 0 24 5 0 0 20 0 4 0 36748471 1333334016 32989 33554432000 4194304 16246674 140733831921264 140733831920576 6194434 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 325521 32990 841 2943 0 322415 0
[pid=32622/tid=32623] ppid=32619 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 1333334016 32990 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 1333334016 32992 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 1333334016 32992 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1302084

[startup+0.700407 s]
/proc/loadavg: 2.04 2.06 2.00 3/179 32622
/proc/meminfo: memFree=17397716/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=1308228 CPUtime=0.69 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 47575 0 0 0 61 8 0 0 20 0 4 0 36748471 1339625472 47371 33554432000 4194304 16246674 140733831921264 140733831920576 12500869 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 327057 47371 841 2943 0 323951 0
[pid=32622/tid=32623] ppid=32619 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 1339625472 47372 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 1339625472 47372 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 1339625472 47372 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1308228

[startup+1.50039 s]
/proc/loadavg: 2.04 2.06 2.00 3/183 32626
/proc/meminfo: memFree=17208220/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=1308228 CPUtime=1.49 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 47825 0 0 0 141 8 0 0 20 0 4 0 36748471 1339625472 47621 33554432000 4194304 16246674 140733831921264 140733831919104 13774220 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 327057 47621 841 2943 0 323951 0
[pid=32622/tid=32623] ppid=32619 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 1339625472 47621 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 1339625472 47621 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 1339625472 47621 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1308228

[startup+3.10039 s]
/proc/loadavg: 2.04 2.06 2.00 3/183 32626
/proc/meminfo: memFree=17197044/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=1308228 CPUtime=3.09 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 50577 0 0 0 301 8 0 0 20 0 4 0 36748471 1339625472 50373 33554432000 4194304 16246674 140733831921264 140733831903168 13955810 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 327057 50373 841 2943 0 323951 0
[pid=32622/tid=32623] ppid=32619 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 1339625472 50373 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 1339625472 50373 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 1339625472 50373 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.3004 s]
/proc/loadavg: 2.04 2.06 2.00 3/183 32626
/proc/meminfo: memFree=17181604/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=1310276 CPUtime=6.29 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 72821 0 0 0 618 11 0 0 20 0 4 0 36748471 1341722624 72617 33554432000 4194304 16246674 140733831921264 140733831903168 13807608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 327569 72617 843 2943 0 324463 0
[pid=32622/tid=32623] ppid=32619 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 1341722624 72617 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 1341722624 72617 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 1341722624 72617 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1310276

[startup+12.7004 s]
/proc/loadavg: 2.12 2.08 2.01 3/183 32626
/proc/meminfo: memFree=16890216/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=1314372 CPUtime=12.69 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 127594 0 0 0 1249 20 0 0 20 0 4 0 36748471 1345916928 127390 33554432000 4194304 16246674 140733831921264 140733831903168 13807457 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 328593 127390 843 2943 0 325487 0
[pid=32622/tid=32623] ppid=32619 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 1345916928 127390 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 1345916928 127390 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 1345916928 127390 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1314372

[startup+25.5005 s]
/proc/loadavg: 2.09 2.07 2.01 3/183 32626
/proc/meminfo: memFree=16797368/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=1318468 CPUtime=25.49 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 150595 0 0 0 2526 23 0 0 20 0 4 0 36748471 1350111232 150391 33554432000 4194304 16246674 140733831921264 140733831903168 12500878 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 329617 150391 843 2943 0 326511 0
[pid=32622/tid=32623] ppid=32619 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 1350111232 150391 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 1350111232 150391 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 1350111232 150391 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1318468

[startup+51.1005 s]
/proc/loadavg: 2.06 2.06 2.01 4/183 32626
/proc/meminfo: memFree=16318148/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=1318468 CPUtime=51.08 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 270743 0 0 0 5069 39 0 0 20 0 4 0 36748471 1350111232 270539 33554432000 4194304 16246674 140733831921264 140733831903168 12474292 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 329617 270539 843 2943 0 326511 0
[pid=32622/tid=32623] ppid=32619 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 1350111232 270539 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 1350111232 270539 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 1350111232 270539 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1318468

[startup+102.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/183 32628
/proc/meminfo: memFree=16317480/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=1318468 CPUtime=102.29 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 270743 0 0 0 10189 40 0 0 20 0 4 0 36748471 1350111232 270539 33554432000 4194304 16246674 140733831921264 140733831903168 13809288 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 329617 270539 843 2943 0 326511 0
[pid=32622/tid=32623] ppid=32619 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 1350111232 270539 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 1350111232 270539 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 1350111232 270539 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1318468


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

[pid=32622] ppid=32619 vsize=13972036 CPUtime=1362.04 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 3434187 0 0 0 135643 561 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 140733831920440 6132452 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 3493009 3434193 845 2943 0 3489903 0
[pid=32622/tid=32623] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 13972036

[startup+1422.3 s]
/proc/loadavg: 1.15 1.15 1.32 2/174 32694
/proc/meminfo: memFree=16968536/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=13972036 CPUtime=1422.04 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 3434187 0 0 0 141638 566 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 140733831920440 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 3493009 3434193 845 2943 0 3489903 0
[pid=32622/tid=32623] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 13972036

[startup+1482.3 s]
/proc/loadavg: 1.17 1.15 1.31 2/174 32717
/proc/meminfo: memFree=16968136/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=13972036 CPUtime=1482.02 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 3434187 0 0 0 147631 571 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 140733831920440 13807696 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 3493009 3434193 845 2943 0 3489903 0
[pid=32622/tid=32623] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 13972036

[startup+1542.31 s]
/proc/loadavg: 1.10 1.14 1.29 2/173 32718
/proc/meminfo: memFree=16968216/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=13972036 CPUtime=1542.01 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 3434191 0 0 0 153625 576 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 140733831920440 13774216 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 3493009 3434193 845 2943 0 3489903 0
[pid=32622/tid=32623] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 13972036

[startup+1602.3 s]
/proc/loadavg: 1.15 1.14 1.28 2/173 32720
/proc/meminfo: memFree=16968760/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=13972036 CPUtime=1602 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 3434193 0 0 0 159621 579 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 140733831920440 6132584 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 3493009 3434193 845 2943 0 3489903 0
[pid=32622/tid=32623] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 13972036

[startup+1662.3 s]
/proc/loadavg: 1.19 1.16 1.27 2/173 32721
/proc/meminfo: memFree=16968948/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=13972036 CPUtime=1661.98 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 3434199 0 0 0 165615 583 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 140733831903168 13817064 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 3493009 3434193 845 2943 0 3489903 0
[pid=32622/tid=32623] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 13972036

[startup+1722.3 s]
/proc/loadavg: 1.15 1.16 1.26 2/173 32722
/proc/meminfo: memFree=16968508/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=13972036 CPUtime=1721.98 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 3434201 0 0 0 171610 588 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 140733831903168 13807608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 3493009 3434193 845 2943 0 3489903 0
[pid=32622/tid=32623] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 13972036

[startup+1782.3 s]
/proc/loadavg: 1.27 1.19 1.27 2/173 32723
/proc/meminfo: memFree=16968364/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=13972036 CPUtime=1781.96 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 3434203 0 0 0 177605 591 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 140733831920360 6132640 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 3493009 3434193 845 2943 0 3489903 0
[pid=32622/tid=32623] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 13972036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.26 1.19 1.27 2/173 32723
/proc/meminfo: memFree=16968708/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=13972036 CPUtime=1800.07 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) R 32619 32622 29107 0 -1 4202496 3434203 0 0 0 179414 593 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 140733831920440 13774223 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 3493009 3434193 845 2943 0 3489903 0
[pid=32622/tid=32623] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) S 32619 32622 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640712441072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32622/tid=32624] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32624/stat : 32624 (toysat) S 32619 32622 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640701951216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32622/tid=32625] ppid=32619 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/32622/task/32625/stat : 32625 (toysat) S 32619 32622 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748471 14307364864 3434193 33554432000 4194304 16246674 140733831921264 139640691477680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13972036

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

[startup+1800.81 s]
/proc/loadavg: 1.26 1.19 1.27 2/171 32723
/proc/meminfo: memFree=24949436/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=0 CPUtime=1800.47 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) Z 32619 32622 29107 0 -1 4203532 3434203 0 0 0 179414 633 0 0 20 0 2 0 36748471 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 0 0 0 0 0 0 0
[pid=32622/tid=32623] ppid=32619 vsize=0 CPUtime=0.39 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) R 32619 32622 29107 0 -1 4203588 10 0 0 0 0 39 0 0 20 0 2 0 36748471 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 1.26 1.19 1.27 2/171 32723
/proc/meminfo: memFree=24949436/32872528 swapFree=877056/942464
[pid=32622] ppid=32619 vsize=0 CPUtime=1800.66 cores=1,3,5,7
/proc/32622/stat : 32622 (toysat) Z 32619 32622 29107 0 -1 4203532 3434203 0 0 0 179414 652 0 0 20 0 2 0 36748471 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32622/statm: 0 0 0 0 0 0 0
[pid=32622/tid=32623] ppid=32619 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/32622/task/32623/stat : 32623 (toysat) R 32619 32622 29107 0 -1 4203588 10 0 0 0 0 58 0 0 20 0 2 0 36748471 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.01
CPU time (s): 1800.68
CPU user time (s): 1794.15
CPU system time (s): 6.53001
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 13972036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 6.53001
maximum resident set size= 13736772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3434203
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= 121
involuntary context switches= 1941

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5783 second user time and 6.99694 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-19 16:36:35
IDJOB=4110586
IDBENCH=79537
IDSOLVER=2553
FILE ID=node113/4110586-1466346995
RUNJOBID= node113-1466341823-29124
PBS_JOBID= 19922039
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= af4377d2968a0bed7c67bde04ddb5981
RANDOM SEED=797389614

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        17398236 kB
Buffers:          132292 kB
Cached:           337868 kB
SwapCached:         1928 kB
Active:         13322348 kB
Inactive:         438316 kB
Active(anon):   13173284 kB
Inactive(anon):   119160 kB
Active(file):     149064 kB
Inactive(file):   319156 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67099096 kB
Dirty:             16324 kB
Writeback:            12 kB
AnonPages:      14231996 kB
Mapped:            10672 kB
Shmem:                 0 kB
Slab:             609216 kB
SReclaimable:      53044 kB
SUnreclaim:       556172 kB
KernelStack:        1448 kB
PageTables:        31732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   14377388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node113 at 2016-06-19 17:06:37