Trace number 4117978

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? (TO) 1800.11 1800.42

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-60.opb
MD5SUMadc3547ed4b2c4df2b3dd8e3fd5cf1b5
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-83949
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 52575
Biggest coefficient in the objective function 13565
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 6490280
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 13565
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 6490280
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)52515
Sum of products size (including duplicates)172450
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-29T18:03:39+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-4117978-1467216219.opb"]
0.00/0.01	c use --random-gen="592342735 2999316052 3122045972 3549488670 3831725600 3198529467 1889102385 2415498475 3316180494 1716029175 2959714951 3488859604 2326567787 2613427737 2339035804 729488269 3096427460 1150824993 2256144748 589049209 3051199369 1335509382 4027691615 1754085085 3199382635 1553299490 3636319090 3837422243 3966024016 1024165065 1130144801 4048214238 2082262563 911459387 1677262650 2146622927 1135822975 1561263172 458746760 1024318317 3778319845 1736354824 2065151366 1603547446 3831373162 955335220 536143461 3998925667 143218645 3658445502 784954392 478318969 3027053271 778720256 62597112 242882725 3695002135 226637924 435444055 3491953660 3445979092 919747212 2189373631 4180997528 1594799763 3611671473 3283663709 4103288456 243569985 1099791177 2170175463 1586105919 1423601812 533623748 650166106 2264327351 3127523068 1328920749 1986212070 3643359392 1180454614 468648388 715323076 2301822442 3340231684 117624893 468604044 3588997618 3438345092 945963986 1771922389 3991345970 1175098879 2071716033 1133274910 2077721695 3843061251 2736166476 2555326667 1264374036 4291363369 485087884 3993086425 2460020847 1603121021 4045092336 1629102409 3029360023 819013337 3650750406 1731299257 1462992472 3725837321 506360729 3824379436 1648004936 1864210314 4214143446 3831541584 415640270 2104237919 1586204411 2838995206 3219835277 2428904458 2357909931 1717237309 2795083378 840796513 1218412156 1227599152 3770356166 2666455048 2619375107 3360128128 3691463618 285953889 2485743718 4226984330 4140283257 1482472053 895655279 1939561518 2847686834 18223396 1696156361 1054184279 368152910 3574857207 3456643337 765009513 973328319 2415834380 921163800 3006393763 2969660460 3035103155 3706909380 89791135 3365819839 188432325 40954688 2247064732 3300738128 2386525601 3682057083 1289452043 242363300 1330032619 249940966 286885490 30511650 408786551 1948861187 2318560360 1144612478 858800578 2965327361 3917578331 3566009093 157194877 2643385316 3503301416 3597394066 2070457510 225393333 1819407392 3428564253 2449705599 1515085384 526810305 1830403309 4086913159 463297855 754902732 2783587149 770831653 2054592163 497574575 1077269087 1006797867 25107161 609971011 3867633967 1041933769 631901326 338601339 2768195127 549001697 3725814022 2210980349 3916193528 4180653418 3294843433 81083481 1254230601 2196856811 3574197318 3538274028 18367338 2779345104 1608209898 3507283995 2036040877 2990185868 207538625 2139284334 351280244 2607379321 262805384 1924516552 1173505111 2134007667 4220718645 2966226708 3018832447 3857489294 3951716866 799649679 2121650555 2855552315 46654646 564862511 3500160203 363477046 1187316658 1824250495 1233848953 1919834588 1106963748 1985839704 2466786817 1969832832 3107833782 1598564166 3617157378 255 362436" option to reproduce the execution
0.19/0.21	c #vars 60
0.19/0.21	c #constraints 0
1.28/1.33	c BCD2: Hardening is enabled.
1.28/1.33	c BCD2: BiasedSearch is enabled.
1.28/1.33	c Solving starts ...
1.28/1.33	c ============================[ Search Statistics ]============================
1.28/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.33	c =============================================================================
1.39/1.45	c  0.0s |       0 |        0 |        0 |    57743      0 |        0 |        0
1.65/1.67	c  0.2s |       0 |    35798 |        0 |    57743      0 |        0 |        0
1.65/1.67	c #cpu_time = 0.193s
1.65/1.67	c #wall_clock_time = 0.194s
1.65/1.67	c #decision = 35798
1.65/1.67	c #random_decision = 93
1.65/1.67	c #conflict = 0
1.65/1.67	c #restart = 0
1.65/1.68	o 0

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

pid=20365
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.28 2.30 2.25 3/179 20368
/proc/meminfo: memFree=28535580/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=548284 CPUtime=0 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 2013 0 0 0 0 0 0 0 20 0 4 0 11650506 561442816 2884 33554432000 4194304 16246674 140734132707744 140734132707168 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 137583 2890 441 2943 0 134477 0
[pid=20368/tid=20369] ppid=20365 vsize=565692 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 579268608 2949 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=568764 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 582414336 2964 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=573884 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11650507 587657216 2982 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100183 s]
/proc/loadavg: 2.28 2.30 2.25 3/179 20368
/proc/meminfo: memFree=28535580/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1300036 CPUtime=0.08 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 28107 0 0 0 5 3 0 0 20 0 4 0 11650506 1331236864 28916 33554432000 4194304 16246674 140734132707744 140734132707056 13780501 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 325009 28932 799 2943 0 321903 0
[pid=20368/tid=20369] ppid=20365 vsize=1300036 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1331236864 28944 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1300036 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1331236864 28956 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1300036 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1331236864 28968 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1300036

[startup+0.200527 s]
/proc/loadavg: 2.28 2.30 2.25 3/179 20368
/proc/meminfo: memFree=28535580/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1315396 CPUtime=0.19 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 50072 0 0 0 13 6 0 0 20 0 4 0 11650506 1346965504 51392 33554432000 4194304 16246674 140734132707744 140734132707056 8058189 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 328849 51392 799 2943 0 325743 0
[pid=20368/tid=20369] ppid=20365 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1346965504 51392 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1346965504 51392 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1346965504 51392 33554432000 4194304 16246674 140734132707744 139995790695600 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) 1315396

[startup+0.300517 s]
/proc/loadavg: 2.28 2.30 2.25 3/179 20368
/proc/meminfo: memFree=28535580/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1315396 CPUtime=0.29 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 50223 0 0 0 23 6 0 0 20 0 4 0 11650506 1346965504 51543 33554432000 4194304 16246674 140734132707744 140734132707056 8224819 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 328849 51543 830 2943 0 325743 0
[pid=20368/tid=20369] ppid=20365 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1346965504 51543 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1346965504 51543 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1346965504 51543 33554432000 4194304 16246674 140734132707744 139995790695600 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) 1315396

[startup+0.700426 s]
/proc/loadavg: 2.28 2.30 2.25 3/179 20368
/proc/meminfo: memFree=28535580/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1315396 CPUtime=0.68 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 74219 0 0 0 59 9 0 0 20 0 4 0 11650506 1346965504 75539 33554432000 4194304 16246674 140734132707744 140734132689664 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 328849 75539 830 2943 0 325743 0
[pid=20368/tid=20369] ppid=20365 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1346965504 75539 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1346965504 75539 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1346965504 75539 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1315396

[startup+1.50057 s]
/proc/loadavg: 2.28 2.30 2.25 3/183 20372
/proc/meminfo: memFree=28109028/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1315396 CPUtime=1.49 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 118086 0 0 0 134 15 0 0 20 0 4 0 11650506 1346965504 119406 33554432000 4194304 16246674 140734132707744 140734132689664 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 328849 119406 864 2943 0 325743 0
[pid=20368/tid=20369] ppid=20365 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1346965504 119406 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1346965504 119406 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1346965504 119406 33554432000 4194304 16246674 140734132707744 139995790695600 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) 1315396

[startup+3.10043 s]
/proc/loadavg: 2.28 2.30 2.25 3/183 20372
/proc/meminfo: memFree=27855324/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1334852 CPUtime=3.09 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 274383 0 0 0 272 37 0 0 20 0 4 0 11650506 1366888448 275703 33554432000 4194304 16246674 140734132707744 140734132689664 12371164 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 333713 275703 884 2943 0 330607 0
[pid=20368/tid=20369] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995790695600 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) 1334852

[startup+6.30041 s]
/proc/loadavg: 2.25 2.30 2.25 3/183 20372
/proc/meminfo: memFree=27433604/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1334852 CPUtime=6.29 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 274383 0 0 0 592 37 0 0 20 0 4 0 11650506 1366888448 275703 33554432000 4194304 16246674 140734132707744 140734132689664 12654104 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 333713 275703 884 2943 0 330607 0
[pid=20368/tid=20369] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995790695600 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) 1334852

[startup+12.7004 s]
/proc/loadavg: 2.23 2.29 2.24 3/183 20372
/proc/meminfo: memFree=27433580/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1334852 CPUtime=12.69 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 274383 0 0 0 1232 37 0 0 20 0 4 0 11650506 1366888448 275703 33554432000 4194304 16246674 140734132707744 140734132689664 12414096 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 333713 275703 884 2943 0 330607 0
[pid=20368/tid=20369] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995790695600 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) 1334852

[startup+25.5005 s]
/proc/loadavg: 2.26 2.29 2.25 4/183 20372
/proc/meminfo: memFree=27434056/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1334852 CPUtime=25.49 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 274383 0 0 0 2512 37 0 0 20 0 4 0 11650506 1366888448 275703 33554432000 4194304 16246674 140734132707744 140734132689664 12371164 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 333713 275703 884 2943 0 330607 0
[pid=20368/tid=20369] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995790695600 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) 1334852

[startup+51.1005 s]
/proc/loadavg: 2.23 2.28 2.24 3/183 20372
/proc/meminfo: memFree=27434136/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1334852 CPUtime=51.08 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 274383 0 0 0 5071 37 0 0 20 0 4 0 11650506 1366888448 275703 33554432000 4194304 16246674 140734132707744 140734132689664 12654426 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 333713 275703 884 2943 0 330607 0
[pid=20368/tid=20369] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995790695600 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) 1334852

[startup+102.301 s]
/proc/loadavg: 2.31 2.30 2.25 3/183 20374
/proc/meminfo: memFree=27434436/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1334852 CPUtime=102.28 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 274383 0 0 0 10191 37 0 0 20 0 4 0 11650506 1366888448 275703 33554432000 4194304 16246674 140734132707744 140734132689664 12449269 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 333713 275703 884 2943 0 330607 0
[pid=20368/tid=20369] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1366888448 275703 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1334852


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

/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1336900

[startup+1302.3 s]
/proc/loadavg: 2.21 2.23 2.25 3/183 20451
/proc/meminfo: memFree=27419844/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1336900 CPUtime=1302.07 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 274937 0 0 0 130168 39 0 0 20 0 4 0 11650506 1368985600 276215 33554432000 4194304 16246674 140734132707744 140734132689664 12449252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 334225 276215 884 2943 0 331119 0
[pid=20368/tid=20369] ppid=20365 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1336900

[startup+1362.3 s]
/proc/loadavg: 2.18 2.22 2.24 3/183 20453
/proc/meminfo: memFree=27417896/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1336900 CPUtime=1362.06 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 274937 0 0 0 136167 39 0 0 20 0 4 0 11650506 1368985600 276215 33554432000 4194304 16246674 140734132707744 140734132689664 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 334225 276215 884 2943 0 331119 0
[pid=20368/tid=20369] ppid=20365 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1336900

[startup+1422.3 s]
/proc/loadavg: 2.16 2.21 2.23 3/183 20454
/proc/meminfo: memFree=27417804/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1336900 CPUtime=1422.05 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 274937 0 0 0 142166 39 0 0 20 0 4 0 11650506 1368985600 276215 33554432000 4194304 16246674 140734132707744 140734132706920 12371187 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 334225 276215 884 2943 0 331119 0
[pid=20368/tid=20369] ppid=20365 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 1336900

[startup+1482.3 s]
/proc/loadavg: 2.16 2.20 2.23 3/183 20455
/proc/meminfo: memFree=27417332/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1336900 CPUtime=1482.04 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 274937 0 0 0 148165 39 0 0 20 0 4 0 11650506 1368985600 276215 33554432000 4194304 16246674 140734132707744 140734132689664 4220489 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 334225 276215 884 2943 0 331119 0
[pid=20368/tid=20369] ppid=20365 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1368985600 276215 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 1336900

[startup+1542.31 s]
/proc/loadavg: 2.20 2.20 2.22 3/183 20456
/proc/meminfo: memFree=27404380/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1350212 CPUtime=1542.03 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 278265 0 0 0 154164 39 0 0 20 0 4 0 11650506 1382617088 279543 33554432000 4194304 16246674 140734132707744 140734132689664 4220489 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 337553 279543 884 2943 0 334447 0
[pid=20368/tid=20369] ppid=20365 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1382617088 279543 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1382617088 279543 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1382617088 279543 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 1350212

[startup+1602.3 s]
/proc/loadavg: 2.37 2.25 2.24 3/184 20460
/proc/meminfo: memFree=27392036/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1362500 CPUtime=1602.02 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 281337 0 0 0 160162 40 0 0 20 0 4 0 11650506 1395200000 282615 33554432000 4194304 16246674 140734132707744 140734132707056 4225343 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 340625 282615 884 2943 0 337519 0
[pid=20368/tid=20369] ppid=20365 vsize=1362500 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1395200000 282615 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1362500 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1395200000 282615 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1362500 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1395200000 282615 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 1362500

[startup+1662.3 s]
/proc/loadavg: 2.20 2.23 2.23 3/183 20462
/proc/meminfo: memFree=27317148/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1437252 CPUtime=1662 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 300025 0 0 0 166158 42 0 0 20 0 4 0 11650506 1471746048 301303 33554432000 4194304 16246674 140734132707744 140734132689664 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 359313 301303 884 2943 0 356207 0
[pid=20368/tid=20369] ppid=20365 vsize=1437252 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1471746048 301303 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1437252 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1471746048 301303 33554432000 4194304 16246674 140734132707744 139995801168912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1437252 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1471746048 301303 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 1437252

[startup+1722.3 s]
/proc/loadavg: 2.36 2.26 2.24 3/183 20463
/proc/meminfo: memFree=27317152/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1437252 CPUtime=1721.99 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 300025 0 0 0 172157 42 0 0 20 0 4 0 11650506 1471746048 301303 33554432000 4194304 16246674 140734132707744 140734132707056 4225136 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 359313 301303 884 2943 0 356207 0
[pid=20368/tid=20369] ppid=20365 vsize=1437252 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1471746048 301303 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1437252 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1471746048 301303 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1437252 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1471746048 301303 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 1437252

[startup+1782.3 s]
/proc/loadavg: 2.25 2.26 2.24 3/183 20464
/proc/meminfo: memFree=27305488/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1448516 CPUtime=1781.98 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 302841 0 0 0 178155 43 0 0 20 0 4 0 11650506 1483280384 304119 33554432000 4194304 16246674 140734132707744 140734132689664 12654339 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 362129 304119 884 2943 0 359023 0
[pid=20368/tid=20369] ppid=20365 vsize=1448516 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1483280384 304119 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1448516 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1483280384 304119 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1448516 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1483280384 304119 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 1448516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.38 2.29 2.25 3/183 20465
/proc/meminfo: memFree=27305984/32872528 swapFree=1394328/1580332
[pid=20368] ppid=20365 vsize=1448516 CPUtime=1800.08 cores=1,3,5,7
/proc/20368/stat : 20368 (toysat) R 20365 20368 19119 0 -1 4202496 302841 0 0 0 179965 43 0 0 20 0 4 0 11650506 1483280384 304119 33554432000 4194304 16246674 140734132707744 140734132707056 12429736 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20368/statm: 362129 304119 884 2943 0 359023 0
[pid=20368/tid=20369] ppid=20365 vsize=1448516 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20369/stat : 20369 (toysat) S 20365 20368 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11650506 1483280384 304119 33554432000 4194304 16246674 140734132707744 139995889249520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20368/tid=20370] ppid=20365 vsize=1448516 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20370/stat : 20370 (toysat) S 20365 20368 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11650507 1483280384 304119 33554432000 4194304 16246674 140734132707744 139995801169136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20368/tid=20371] ppid=20365 vsize=1448516 CPUtime=0 cores=1,3,5,7
/proc/20368/task/20371/stat : 20371 (toysat) S 20365 20368 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11650507 1483280384 304119 33554432000 4194304 16246674 140734132707744 139995790695600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1448516

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.42
CPU time (s): 1800.11
CPU user time (s): 1799.66
CPU system time (s): 0.445932
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 1448516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.445932
maximum resident set size= 1216476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302841
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= 391
involuntary context switches= 1972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.80727 second user time and 7.07692 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-29 18:03:39
IDJOB=4117978
IDBENCH=111420
IDSOLVER=2542
FILE ID=node139/4117978-1467216219
RUNJOBID= node139-1467208982-19136
PBS_JOBID= 19997572
Free space on /tmp= 71692 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-60.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117978-1467216219/watcher-4117978-1467216219 -o /tmp/evaluation-result-4117978-1467216219/solver-4117978-1467216219 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467208982-19136 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4117978-1467216219.opb

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

MD5SUM BENCH= adc3547ed4b2c4df2b3dd8e3fd5cf1b5
RANDOM SEED=1484089475

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28536232 kB
Buffers:          102212 kB
Cached:           835472 kB
SwapCached:         3080 kB
Active:          1799004 kB
Inactive:         219616 kB
Active(anon):    1079712 kB
Inactive(anon):     3176 kB
Active(file):     719292 kB
Inactive(file):   216440 kB
Unevictable:     1580332 kB
Mlocked:         1394328 kB
SwapTotal:      67108856 kB
SwapFree:       67097568 kB
Dirty:             17136 kB
Writeback:             0 kB
AnonPages:       2660964 kB
Mapped:            11112 kB
Shmem:                 0 kB
Slab:             600076 kB
SReclaimable:      44124 kB
SUnreclaim:       555952 kB
KernelStack:        1448 kB
PageTables:         9620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2801932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1032192 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= 71676 MiB
End job on node139 at 2016-06-29 18:33:40