Trace number 4110800

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 911.191 911.342

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f10-DCTotalLoss.seq-B-2-2-irabcde.opb
MD5SUMd3978364f3d2f2e4c8bd71ff25f338a8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark45010633681
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9995
Total number of constraints28151
Number of constraints which are clauses28007
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints144
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 674
Biggest coefficient in the objective function 346719785
Number of bits for the biggest coefficient in the objective function 29
Sum of the numbers in the objective function 170239414434
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 346719785
Number of bits of the biggest number in a constraint 29
Biggest sum of numbers in a constraint 170239414434
Number of bits of the biggest sum of numbers38
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-20T04:22:09+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","--pb","--search=bcd2","HOME/instance-4110800-1466389329.opb"]
0.00/0.01	c use --random-gen="46930915 3825746880 949002445 1127179538 51359699 613267385 513580242 269299994 1482391075 263734186 2163936832 19014113 2050904211 2636554408 3255071698 67116891 1876001622 1349861835 558794677 2794367611 3160440030 754872558 4232239880 4191448685 3217563924 120705839 1024831327 1849101415 1630120182 114681646 3031183992 2545779388 3536942776 2523095292 2369594651 238328712 1300622362 3427445328 138073739 1709375113 2007080683 1622931252 3271686789 1949512846 4222386057 3255879212 141713322 3760218044 1328630735 3921253600 1498152133 3339893464 1531457356 2811939828 2210938777 1054214882 2311429207 2379284896 2239730031 3067109989 1711781533 2437410929 2042767576 1684333123 431548489 2247558347 79757719 1073751417 3957914534 1231670733 1603573772 3319109421 408416813 1831243343 2062306249 3179580438 2155775123 787110504 1751378062 1949080740 3068607300 1354427801 2401372826 3062739688 824339576 1199536329 866930320 2779711780 4024930477 1710700371 3572254139 4075874503 2275208710 2600399636 2645894844 3112427358 2705967760 1819277591 2790497718 1697540112 2801175636 2426385466 1828521340 2351749688 1912659808 1806821639 2578805049 246219498 454250313 2084294924 1770349358 2068914365 2708375283 571413243 3416488967 2558409651 829417206 4014457518 888173436 1184804844 2282692813 3662065153 2116520479 742860632 2275835107 1908104821 1296404582 2500192105 1415154045 684949196 214740883 1502412063 2926601422 1061308547 2322590633 1397521451 3721205002 2694081010 3577693939 395667022 599169849 2239899270 1661428256 2447178726 3301165528 3149228698 2148292098 4055278190 3521209660 182882728 1618011032 2005081578 3349711481 3242268256 2289421745 320452259 1609062159 962323304 1325449467 3499444709 2537074210 1813291786 1904407701 2454668121 3450822595 2045940845 780010210 833942260 367771482 3180414425 448670967 3126542501 2236844344 527846833 3972641999 3562872321 2798183105 92122784 401141936 3358766985 1940718442 3546525230 3767569548 2303243667 2972936874 409619310 39993988 386904450 3234159266 2324250755 1734898051 1180041966 4246976981 425191350 314791326 3556772904 2277406454 2986083839 1520994642 1855636840 1424831273 3987638869 2370342787 3060422838 1903932575 4097975325 640435975 3744419260 3291751914 4004185361 2932092989 4051274371 1641342441 1587614843 1426944830 1978363253 337910156 570598832 2716566577 1197438505 3185084061 1691271354 2897316335 1990824748 1250792842 673366828 3186780136 3711914912 1590771291 48051301 1562898637 3035071703 1007828836 1554244061 2688340346 668100816 1489360714 425746839 2260448618 2687225091 3559290238 3404871236 3940859353 1213686015 154323424 3225177274 752859599 3990787392 2272410919 2216471530 1304031561 3626917795 4185105804 3263046957 732892771 1624717042 255 362436" option to reproduce the execution
0.19/0.21	c #vars 9995
0.19/0.21	c #constraints 28151
0.49/0.52	c BCD2: Hardening is enabled.
0.49/0.52	c BCD2: BiasedSearch is enabled.
0.49/0.52	c Solving starts ...
0.49/0.52	c ============================[ Search Statistics ]============================
0.49/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.52	c =============================================================================
0.49/0.52	c  0.0s |       0 |        0 |        0 |    12459      0 |      402 |        0
0.49/0.59	c  0.1s |       0 |      758 |       19 |    12459      0 |      402 |      413
0.49/0.59	c #cpu_time = 0.062s
0.49/0.59	c #wall_clock_time = 0.062s
0.49/0.59	c #decision = 758
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 19
0.49/0.59	c #restart = 0
0.49/0.59	o 96039506284
0.59/0.62	c BCD2: updating upper bound: 170239414434 -> 96039506283

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-4110800-1466389329/watcher-4110800-1466389329 -o /tmp/evaluation-result-4110800-1466389329/solver-4110800-1466389329 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466385731-1994 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4110800-1466389329.opb 

pid=2729
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.23 2.21 2.18 2/179 2732
/proc/meminfo: memFree=29264228/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=744892 CPUtime=0 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 2785 0 0 0 0 0 0 0 20 0 4 0 40979431 762769408 3145 33554432000 4194304 16246674 140735269865616 140735269865040 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 186991 3154 441 2943 0 183885 0
[pid=2732/tid=2733] ppid=2729 vsize=762300 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 780595200 3213 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=767420 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 785838080 3229 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=771516 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 40979431 790032384 3246 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100183 s]
/proc/loadavg: 2.23 2.21 2.18 2/179 2732
/proc/meminfo: memFree=29264228/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=1220164 CPUtime=0.08 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 27915 0 0 0 5 3 0 0 20 0 4 0 40979431 1249447936 28213 33554432000 4194304 16246674 140735269865616 140735269864928 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 305041 28213 800 2943 0 301935 0
[pid=2732/tid=2733] ppid=2729 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 1249447936 28213 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 1249447936 28213 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 1249447936 28213 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1220164

[startup+0.200554 s]
/proc/loadavg: 2.23 2.21 2.18 2/179 2732
/proc/meminfo: memFree=29264228/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 50346 0 0 0 12 7 0 0 20 0 4 0 40979431 1343819776 51155 33554432000 4194304 16246674 140735269865616 140735269864928 4223718 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 328081 51163 800 2943 0 324975 0
[pid=2732/tid=2733] ppid=2729 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 1343819776 51167 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 1343819776 51171 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 1343819776 51175 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300505 s]
/proc/loadavg: 2.23 2.21 2.18 2/179 2732
/proc/meminfo: memFree=29264228/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 50655 0 0 0 22 7 0 0 20 0 4 0 40979431 1344868352 51464 33554432000 4194304 16246674 140735269865616 140735269864928 12457785 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 328337 51464 836 2943 0 325231 0
[pid=2732/tid=2733] ppid=2729 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 1344868352 51464 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 1344868352 51464 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 1344868352 51464 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700429 s]
/proc/loadavg: 2.23 2.21 2.18 2/179 2732
/proc/meminfo: memFree=29264228/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=1324612 CPUtime=0.68 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 110185 0 0 0 52 16 0 0 20 0 4 0 40979431 1356402688 110994 33554432000 4194304 16246674 140735269865616 140735269847488 13950222 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 331153 110994 898 2943 0 328047 0
[pid=2732/tid=2733] ppid=2729 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 1356402688 110994 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 1356402688 110994 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 1356402688 110994 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1324612

[startup+1.50043 s]
/proc/loadavg: 2.23 2.21 2.18 3/183 2736
/proc/meminfo: memFree=28596824/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=1324612 CPUtime=1.48 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 267664 0 0 0 113 35 0 0 20 0 4 0 40979431 1356402688 268473 33554432000 4194304 16246674 140735269865616 140735269847488 12449273 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 331153 268488 898 2943 0 328047 0
[pid=2732/tid=2733] ppid=2729 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 1356402688 268496 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 1356402688 268504 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 1356402688 268513 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1324612

[startup+3.10044 s]
/proc/loadavg: 2.23 2.21 2.18 3/183 2736
/proc/meminfo: memFree=28141512/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=1358404 CPUtime=3.08 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 280287 0 0 0 271 37 0 0 20 0 4 0 40979431 1391005696 281096 33554432000 4194304 16246674 140735269865616 140735269863424 4225120 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 339601 281096 898 2943 0 336495 0
[pid=2732/tid=2733] ppid=2729 vsize=1358404 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 1391005696 281096 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=1358404 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 1391005696 281096 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=1358404 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 1391005696 281096 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1358404

[startup+6.30044 s]
/proc/loadavg: 2.21 2.21 2.18 4/183 2736
/proc/meminfo: memFree=28141556/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=1358404 CPUtime=6.28 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 280288 0 0 0 591 37 0 0 20 0 4 0 40979431 1391005696 281097 33554432000 4194304 16246674 140735269865616 140735269864928 4225157 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 339601 281097 898 2943 0 336495 0
[pid=2732/tid=2733] ppid=2729 vsize=1358404 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 1391005696 281097 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=1358404 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 1391005696 281097 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=1358404 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 1391005696 281097 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1358404

[startup+12.7004 s]
/proc/loadavg: 2.27 2.22 2.18 3/183 2736
/proc/meminfo: memFree=27776708/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=1702468 CPUtime=12.68 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 366306 0 0 0 1219 49 0 0 20 0 4 0 40979431 1743327232 367115 33554432000 4194304 16246674 140735269865616 140735269847488 12654399 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 425617 367115 899 2943 0 422511 0
[pid=2732/tid=2733] ppid=2729 vsize=1702468 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 1743327232 367115 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=1702468 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 1743327232 367115 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=1702468 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 1743327232 367115 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1702468

[startup+25.5005 s]
/proc/loadavg: 2.21 2.21 2.18 3/183 2736
/proc/meminfo: memFree=27110340/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=2240068 CPUtime=25.48 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 504836 0 0 0 2482 66 0 0 20 0 4 0 40979431 2293829632 501293 33554432000 4194304 16246674 140735269865616 140735269863488 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 560017 501302 899 2943 0 556911 0
[pid=2732/tid=2733] ppid=2729 vsize=2240068 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 2293829632 501307 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=2240068 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 2293829632 501312 33554432000 4194304 16246674 140735269865616 139795674143760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=2240068 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 2293829632 501315 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2240068

[startup+51.1005 s]
/proc/loadavg: 2.14 2.19 2.18 4/183 2736
/proc/meminfo: memFree=26329972/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=3006020 CPUtime=51.08 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 696546 0 0 0 5015 93 0 0 20 0 4 0 40979431 3078164480 693003 33554432000 4194304 16246674 140735269865616 140735269863424 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 751505 693003 899 2943 0 748399 0
[pid=2732/tid=2733] ppid=2729 vsize=3006020 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 3078164480 693003 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=3006020 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 3078164480 693003 33554432000 4194304 16246674 140735269865616 139795674143760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=3006020 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 3078164480 693003 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3006020

[startup+102.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/183 2738
/proc/meminfo: memFree=24370692/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=4960836 CPUtime=102.28 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 1227234 0 0 0 10059 169 0 0 20 0 4 0 40979431 5079896064 1181707 33554432000 4194304 16246674 140735269865616 140735269864792 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 1240209 1181707 899 2943 0 1237103 0
[pid=2732/tid=2733] ppid=2729 vsize=4960836 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 5079896064 1181707 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=4960836 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 5079896064 1181707 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=4960836 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 5079896064 1181707 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4960836


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


[startup+522.3 s]
/proc/loadavg: 2.23 2.23 2.19 3/184 2749
/proc/meminfo: memFree=15462408/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=13750852 CPUtime=522.2 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 4342762 0 0 0 51577 643 0 0 20 0 4 0 40979431 14080872448 3379219 33554432000 4194304 16246674 140735269865616 140735269863552 14013949 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 3437713 3379219 903 2943 0 3434607 0
[pid=2732/tid=2733] ppid=2729 vsize=13750852 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 14080872448 3379219 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=13750852 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 14080872448 3379219 33554432000 4194304 16246674 140735269865616 139795674143760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=13750852 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 14080872448 3379219 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 13750852

[startup+582.3 s]
/proc/loadavg: 2.16 2.22 2.18 3/183 2750
/proc/meminfo: memFree=14774644/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=14099012 CPUtime=582.2 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 4429802 0 0 0 57562 658 0 0 20 0 4 0 40979431 14437388288 3466259 33554432000 4194304 16246674 140735269865616 140735269864712 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 3524753 3466259 903 2943 0 3521647 0
[pid=2732/tid=2733] ppid=2729 vsize=14099012 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 14437388288 3466259 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=14099012 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 14437388288 3466259 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=14099012 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 14437388288 3466259 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 14099012

[startup+642.3 s]
/proc/loadavg: 2.18 2.20 2.18 3/183 2751
/proc/meminfo: memFree=14568344/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=14099012 CPUtime=642.19 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 4429802 0 0 0 63555 664 0 0 20 0 4 0 40979431 14437388288 3466259 33554432000 4194304 16246674 140735269865616 140735269863424 14013836 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 3524753 3466259 903 2943 0 3521647 0
[pid=2732/tid=2733] ppid=2729 vsize=14099012 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 14437388288 3466259 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=14099012 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 14437388288 3466259 33554432000 4194304 16246674 140735269865616 139795674143760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=14099012 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 14437388288 3466259 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 14099012

[startup+702.301 s]
/proc/loadavg: 2.19 2.20 2.18 3/183 2753
/proc/meminfo: memFree=14391500/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=14099012 CPUtime=702.18 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 4429802 0 0 0 69550 668 0 0 20 0 4 0 40979431 14437388288 3466259 33554432000 4194304 16246674 140735269865616 140735269864712 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 3524753 3466259 903 2943 0 3521647 0
[pid=2732/tid=2733] ppid=2729 vsize=14099012 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 14437388288 3466259 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=14099012 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 14437388288 3466259 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=14099012 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 14437388288 3466259 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 14099012

[startup+762.3 s]
/proc/loadavg: 2.24 2.20 2.18 3/183 2754
/proc/meminfo: memFree=13384316/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=14854724 CPUtime=762.17 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 4563543 0 0 0 75522 695 0 0 20 0 4 0 40979431 15211237376 3655188 33554432000 4194304 16246674 140735269865616 140735269863552 14013822 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 3713681 3655188 903 2943 0 3710575 0
[pid=2732/tid=2733] ppid=2729 vsize=14854724 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 15211237376 3655188 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=14854724 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 15211237376 3655188 33554432000 4194304 16246674 140735269865616 139795674143760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=14854724 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 15211237376 3655188 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 14854724

[startup+822.3 s]
/proc/loadavg: 2.24 2.21 2.18 4/183 2755
/proc/meminfo: memFree=13207648/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=14854724 CPUtime=822.16 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 4563543 0 0 0 81518 698 0 0 20 0 4 0 40979431 15211237376 3655188 33554432000 4194304 16246674 140735269865616 140735269864712 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 3713681 3655188 903 2943 0 3710575 0
[pid=2732/tid=2733] ppid=2729 vsize=14854724 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 15211237376 3655188 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=14854724 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 15211237376 3655188 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=14854724 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 15211237376 3655188 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 14854724

[startup+882.308 s]
/proc/loadavg: 2.23 2.21 2.18 3/183 2756
/proc/meminfo: memFree=13046492/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=14854724 CPUtime=882.16 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 4563543 0 0 0 87514 702 0 0 20 0 4 0 40979431 15211237376 3655188 33554432000 4194304 16246674 140735269865616 140735269863552 14006617 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 3713681 3655188 903 2943 0 3710575 0
[pid=2732/tid=2733] ppid=2729 vsize=14854724 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 15211237376 3655188 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=14854724 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 15211237376 3655188 33554432000 4194304 16246674 140735269865616 139795674143760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=14854724 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 15211237376 3655188 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 14854724



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+910.5 s]
/proc/loadavg: 2.22 2.21 2.18 4/183 2757
/proc/meminfo: memFree=13608684/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=15904324 CPUtime=910.35 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) R 2729 2732 1977 0 -1 4202496 4825711 0 0 0 90291 744 0 0 20 0 4 0 40979431 16286027776 3917357 33554432000 4194304 16246674 140735269865616 140735269864712 4225154 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 3976081 3917366 903 2943 0 3972975 0
[pid=2732/tid=2733] ppid=2729 vsize=15904324 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2733/stat : 2733 (toysat) S 2729 2732 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40979431 16286027776 3917371 33554432000 4194304 16246674 140735269865616 139795684633840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=15904324 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) S 2729 2732 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40979431 16286027776 3917376 33554432000 4194304 16246674 140735269865616 139795674143984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2732/tid=2735] ppid=2729 vsize=15904324 CPUtime=0 cores=1,3,5,7
/proc/2732/task/2735/stat : 2735 (toysat) S 2729 2732 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40979431 16286027776 3917381 33554432000 4194304 16246674 140735269865616 139795663670448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 910.35
Current children cumulated vsize (KiB) 15904324

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

[startup+910.8 s]
/proc/loadavg: 2.22 2.21 2.18 4/181 2757
/proc/meminfo: memFree=18728840/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=0 CPUtime=910.65 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) Z 2729 2732 1977 0 -1 4203532 4826176 0 0 0 90291 774 0 0 20 0 2 0 40979431 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 0 0 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=0 CPUtime=0.29 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) R 2729 2732 1977 0 -1 4203588 8 0 0 0 0 29 0 0 20 0 2 0 40979431 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 910.65
Current children cumulated vsize (KiB) 0

[startup+911.2 s]
/proc/loadavg: 2.22 2.21 2.18 4/181 2757
/proc/meminfo: memFree=18728840/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=0 CPUtime=911.04 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) Z 2729 2732 1977 0 -1 4203532 4826176 0 0 0 90291 813 0 0 20 0 2 0 40979431 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 0 0 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) R 2729 2732 1977 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 40979431 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 911.04
Current children cumulated vsize (KiB) 0

[startup+911.3 s]
/proc/loadavg: 2.22 2.21 2.18 4/181 2757
/proc/meminfo: memFree=18728840/32872528 swapFree=1370848/1518016
[pid=2732] ppid=2729 vsize=0 CPUtime=911.14 cores=1,3,5,7
/proc/2732/stat : 2732 (toysat) Z 2729 2732 1977 0 -1 4203532 4826176 0 0 0 90291 823 0 0 20 0 2 0 40979431 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2732/statm: 0 0 0 0 0 0 0
[pid=2732/tid=2734] ppid=2729 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/2732/task/2734/stat : 2734 (toysat) R 2729 2732 1977 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 40979431 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 911.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 911.342
CPU time (s): 911.191
CPU user time (s): 902.919
CPU system time (s): 8.27174
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 15904324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 902.919
system time used= 8.27174
maximum resident set size= 15671284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4826176
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= 266
involuntary context switches= 926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.40663 second user time and 3.65144 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-20 04:22:09
IDJOB=4110800
IDBENCH=108410
IDSOLVER=2542
FILE ID=node129/4110800-1466389329
RUNJOBID= node129-1466385731-1994
PBS_JOBID= 19923266
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f10-DCTotalLoss.seq-B-2-2-irabcde.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110800-1466389329/watcher-4110800-1466389329 -o /tmp/evaluation-result-4110800-1466389329/solver-4110800-1466389329 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466385731-1994 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4110800-1466389329.opb

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

MD5SUM BENCH= d3978364f3d2f2e4c8bd71ff25f338a8
RANDOM SEED=1255226347

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29264648 kB
Buffers:           53876 kB
Cached:            82632 kB
SwapCached:         7808 kB
Active:          1286820 kB
Inactive:          68860 kB
Active(anon):    1213728 kB
Inactive(anon):     7976 kB
Active(file):      73092 kB
Inactive(file):    60884 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67092812 kB
Dirty:             17100 kB
Writeback:             0 kB
AnonPages:       2768368 kB
Mapped:            10772 kB
Shmem:                 0 kB
Slab:             596372 kB
SReclaimable:      40460 kB
SUnreclaim:       555912 kB
KernelStack:        1504 kB
PageTables:        10100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2875576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 71704 MiB
End job on node129 at 2016-06-20 04:37:21