Trace number 4107638

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.08 1800.35

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/
10orplus/normalized-txt2html.cudf.trendy.opb
MD5SUMa1ccf160ef452c768bb48988f004b88c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3263183881226
Best CPU time to get the best result obtained on this benchmark202.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21111
Total number of constraints100057
Number of constraints which are clauses98492
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8592
Biggest coefficient in the objective function 79396111592
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 235091849479640
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79396111592
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 235091849479640
Number of bits of the biggest sum of numbers48
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-19T00:11:58+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-4107638-1466287918.opb"]
0.00/0.01	c use --random-gen="2519339776 1736238502 3948156479 110131980 830437652 707354415 2866318284 3334796137 2760755786 734472070 1593697551 2461534526 3591242722 672317344 1167981603 427791044 2289654221 917202525 4237593490 3025480744 3640388693 2869927143 1612451370 4201177961 3824742322 1569614889 1264982507 1816328237 3198005530 1488740744 3654710971 4067944892 712354480 407106779 2193166899 1626748435 3185552206 1473702368 1992587188 3613820232 3809171313 4149934869 773468043 85055301 1660017981 3106140532 2882884632 1944772539 2313926815 2150684404 2248532191 4239326603 3218696254 769714953 2653843419 1447389196 1874910510 1442370710 2358082048 2949737145 1705290812 1562721095 679503085 2202942687 1066293467 2354985223 760995820 2169244576 265152353 3499641073 4179337648 1904315645 1502440662 416640789 668087166 530339506 1437774261 567820677 3247625914 41610583 3167364863 1511550827 768817673 927859406 4123237501 625584344 298493604 3717461862 4075599005 950667553 999016251 479787517 178123004 3418021965 2403803635 2855663255 3076959789 2411046431 327921184 1912961740 1161615905 1850829975 2512875540 191047004 816050279 2401210336 146025836 465861643 2346236003 1738997270 1095528205 3671004457 3033650803 1948069691 4210396619 552208255 3393522746 1281964747 1653012095 287691923 3724214592 2995516379 3841749274 708744201 1794938138 510865579 1080500082 2872210279 776210023 203306163 2564896755 491373560 3412316986 3639280262 633759371 1326493030 1320037575 3752361651 1650752855 1994818686 451038864 708261089 3105745376 1861013162 1161387734 1856164096 2658894076 3033011077 4121712047 2171470545 932256765 2730064189 567736075 2141636644 316209065 4012980267 1805974340 1621096025 2330490881 3292796129 255415856 3376587019 1388643168 803870928 538519295 3222701854 3360574368 370213524 223457623 1263694704 3657469196 1689256335 2341207999 949434309 1529578495 3532540493 1037853689 2123752435 2039565854 3656661084 1436274549 686639093 1509626696 4167050648 3177487223 567392913 1421969179 840231447 2901052420 2385255713 3678778953 3392819872 1042126349 3564264557 2369400193 3985069847 3475186960 1090608310 3136614247 873230145 451597803 3432928496 4030703850 3962639424 1417151012 2825138685 3296329515 1381428533 2292053101 1801501294 782774946 2770229384 1122406743 2563405098 3070009816 3390851870 2143536950 15131181 853461321 2753282259 3605403953 2152597992 3302270508 3035775538 2273260175 4118134880 1722373311 3870278873 2518777434 1413409919 2707517468 3288827445 2567889483 2287792324 1636456820 2668399514 614868422 2241348216 2757172581 1164182531 3797846808 2385434714 2042211901 634796494 3393205178 3765199815 3352215861 4132861102 3894547467 210878720 2852054985 3950327939 589251039 1017597213 3963799570 482217500 255 362436" option to reproduce the execution
0.69/0.72	c #vars 21111
0.69/0.72	c #constraints 100057
2.20/2.30	c BCD2: Hardening is enabled.
2.20/2.30	c BCD2: BiasedSearch is enabled.
2.20/2.30	c Solving starts ...
2.20/2.30	c ============================[ Search Statistics ]============================
2.20/2.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.30	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.30	c =============================================================================
2.20/2.30	c  0.0s |       0 |        0 |        0 |    39944      0 |     1208 |        0
2.99/3.01	c  0.7s |       1 |    79817 |      100 |    39944      0 |     1208 |     1293
4.89/4.96	c  2.7s |       2 |   292573 |      250 |    43939      0 |     1208 |     1293
5.69/5.71	c  3.4s |       2 |   390669 |      341 |    48333      0 |     1208 |     1293
5.69/5.71	c #cpu_time = 3.389s
5.69/5.71	c #wall_clock_time = 3.397s
5.69/5.71	c #decision = 390669
5.69/5.71	c #random_decision = 1142
5.69/5.71	c #conflict = 341
5.69/5.71	c #restart = 2
5.69/5.71	o 47680006623138

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.04 2.05 2/179 11407
/proc/meminfo: memFree=24923544/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=715332 CPUtime=0 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 2668 0 0 0 0 0 0 0 20 0 4 0 30841962 732499968 3029 33554432000 4194304 16246674 140733941832240 140733941831664 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11407/statm: 179601 3038 442 2943 0 176495 0
[pid=11407/tid=11408] ppid=11404 vsize=732740 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 750325760 3097 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=736836 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 754520064 3114 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=740932 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 758714368 3130 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.03 2.04 2.05 2/179 11407
/proc/meminfo: memFree=24923544/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 30836 0 0 0 5 4 0 0 20 0 4 0 30841962 1334382592 31136 33554432000 4194304 16246674 140733941832240 140733941815232 7374276 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11407/statm: 325777 31152 800 2943 0 322671 0
[pid=11407/tid=11408] ppid=11404 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1334382592 31162 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1334382592 31173 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1334382592 31185 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200512 s]
/proc/loadavg: 2.03 2.04 2.05 2/179 11407
/proc/meminfo: memFree=24923544/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1313348 CPUtime=0.18 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 51612 0 0 0 12 6 0 0 20 0 4 0 30841962 1344868352 52422 33554432000 4194304 16246674 140733941832240 140733941815232 7370509 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11407/statm: 328337 52422 800 2943 0 325231 0
[pid=11407/tid=11408] ppid=11404 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1344868352 52422 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1344868352 52422 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1344868352 52422 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1313348

[startup+0.300494 s]
/proc/loadavg: 2.03 2.04 2.05 2/179 11407
/proc/meminfo: memFree=24923544/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 63865 0 0 0 21 8 0 0 20 0 4 0 30841962 1344868352 64675 33554432000 4194304 16246674 140733941832240 140733941815232 4220936 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11407/statm: 328337 64675 801 2943 0 325231 0
[pid=11407/tid=11408] ppid=11404 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1344868352 64675 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1344868352 64675 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1344868352 64675 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700413 s]
/proc/loadavg: 2.03 2.04 2.05 2/179 11407
/proc/meminfo: memFree=24923544/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1319492 CPUtime=0.69 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 72502 0 0 0 60 9 0 0 20 0 4 0 30841962 1351159808 74334 33554432000 4194304 16246674 140733941832240 140733941815232 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11407/statm: 329873 74334 802 2943 0 326767 0
[pid=11407/tid=11408] ppid=11404 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1351159808 74334 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1351159808 74334 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1351159808 74334 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1319492

[startup+1.50041 s]
/proc/loadavg: 2.03 2.04 2.05 3/183 11411
/proc/meminfo: memFree=24449632/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1319492 CPUtime=1.49 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 192872 0 0 0 123 26 0 0 20 0 4 0 30841962 1351159808 194705 33554432000 4194304 16246674 140733941832240 140733941814144 12457726 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11407/statm: 329873 194714 839 2943 0 326767 0
[pid=11407/tid=11408] ppid=11404 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1351159808 194720 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1351159808 194726 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1351159808 194732 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1319492

[startup+3.1004 s]
/proc/loadavg: 2.03 2.04 2.05 3/183 11411
/proc/meminfo: memFree=23804644/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1337924 CPUtime=3.09 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 273554 0 0 0 271 38 0 0 20 0 4 0 30841962 1370034176 275897 33554432000 4194304 16246674 140733941832240 140733941814144 5827966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11407/statm: 334481 275897 888 2943 0 331375 0
[pid=11407/tid=11408] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275897 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275897 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275897 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1337924

[startup+6.30041 s]
/proc/loadavg: 2.03 2.04 2.05 3/183 11411
/proc/meminfo: memFree=23804192/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1337924 CPUtime=6.29 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 273636 0 0 0 591 38 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140733941814144 12429162 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11407/statm: 334481 275979 902 2943 0 331375 0
[pid=11407/tid=11408] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1337924

[startup+12.7004 s]
/proc/loadavg: 2.02 2.04 2.04 3/183 11411
/proc/meminfo: memFree=23804720/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1337924 CPUtime=12.69 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 273636 0 0 0 1231 38 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140733941814144 12429829 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11407/statm: 334481 275979 902 2943 0 331375 0
[pid=11407/tid=11408] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1337924

[startup+25.5005 s]
/proc/loadavg: 2.02 2.03 2.04 3/183 11411
/proc/meminfo: memFree=22810312/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1337924 CPUtime=25.49 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 273636 0 0 0 2511 38 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140733941814144 12371164 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11407/statm: 334481 275979 902 2943 0 331375 0
[pid=11407/tid=11408] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1337924

[startup+51.1005 s]
/proc/loadavg: 2.15 2.06 2.05 3/183 11411
/proc/meminfo: memFree=22689404/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1337924 CPUtime=51.08 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 273636 0 0 0 5070 38 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140733941814144 4220912 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11407/statm: 334481 275979 902 2943 0 331375 0
[pid=11407/tid=11408] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275979 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1337924

[startup+102.3 s]
/proc/loadavg: 2.17 2.09 2.06 3/183 11413
/proc/meminfo: memFree=21054944/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1337924 CPUtime=102.28 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 273637 0 0 0 10190 38 0 0 20 0 4 0 30841962 1370034176 275980 33554432000 4194304 16246674 140733941832240 140733941814144 12371164 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11407/statm: 334481 275980 902 2943 0 331375 0
[pid=11407/tid=11408] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275980 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275980 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1370034176 275980 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1337924


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

/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1443434496 293900 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1409604

[startup+1362.3 s]
/proc/loadavg: 2.06 2.07 2.06 3/183 11444
/proc/meminfo: memFree=14727584/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1495620 CPUtime=1362.08 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 313061 0 0 0 136163 45 0 0 20 0 4 0 30841962 1531514880 315404 33554432000 4194304 16246674 140733941832240 140733941830080 4206600 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11407/statm: 373905 315404 902 2943 0 370799 0
[pid=11407/tid=11408] ppid=11404 vsize=1495620 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1531514880 315404 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1495620 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1531514880 315404 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1495620 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1531514880 315404 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1495620

[startup+1422.3 s]
/proc/loadavg: 2.05 2.07 2.06 3/183 11543
/proc/meminfo: memFree=28832100/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1529412 CPUtime=1422.07 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 321509 0 0 0 142161 46 0 0 20 0 4 0 30841962 1566117888 324108 33554432000 4194304 16246674 140733941832240 140733941830080 4221019 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11407/statm: 382353 324108 902 2943 0 379247 0
[pid=11407/tid=11408] ppid=11404 vsize=1529412 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1566117888 324108 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1529412 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1566117888 324108 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1529412 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1566117888 324108 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1529412

[startup+1482.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/183 11544
/proc/meminfo: memFree=28828408/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1532484 CPUtime=1482.06 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 322277 0 0 0 148159 47 0 0 20 0 4 0 30841962 1569263616 324876 33554432000 4194304 16246674 140733941832240 140733941814144 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11407/statm: 383121 324876 902 2943 0 380015 0
[pid=11407/tid=11408] ppid=11404 vsize=1532484 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1569263616 324876 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1532484 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1569263616 324876 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1532484 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1569263616 324876 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1532484

[startup+1542.31 s]
/proc/loadavg: 2.05 2.06 2.05 3/183 11545
/proc/meminfo: memFree=28817396/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1543748 CPUtime=1542.06 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 325094 0 0 0 154158 48 0 0 20 0 4 0 30841962 1580797952 327692 33554432000 4194304 16246674 140733941832240 140733941830080 4225157 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11407/statm: 385937 327692 902 2943 0 382831 0
[pid=11407/tid=11408] ppid=11404 vsize=1543748 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1580797952 327692 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1543748 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1580797952 327692 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1543748 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1580797952 327692 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 1543748

[startup+1602.3 s]
/proc/loadavg: 2.07 2.06 2.05 4/183 11546
/proc/meminfo: memFree=28809980/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1550916 CPUtime=1602.05 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 326888 0 0 0 160156 49 0 0 20 0 4 0 30841962 1588137984 329484 33554432000 4194304 16246674 140733941832240 140733941830080 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11407/statm: 387729 329484 902 2943 0 384623 0
[pid=11407/tid=11408] ppid=11404 vsize=1550916 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1588137984 329484 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1550916 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1588137984 329484 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1550916 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1588137984 329484 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 1550916

[startup+1662.3 s]
/proc/loadavg: 2.07 2.06 2.05 3/183 11548
/proc/meminfo: memFree=28810008/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1550916 CPUtime=1662.04 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 326888 0 0 0 166155 49 0 0 20 0 4 0 30841962 1588137984 329484 33554432000 4194304 16246674 140733941832240 140733941831456 4206649 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11407/statm: 387729 329484 902 2943 0 384623 0
[pid=11407/tid=11408] ppid=11404 vsize=1550916 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1588137984 329484 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1550916 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1588137984 329484 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1550916 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1588137984 329484 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 1550916

[startup+1722.3 s]
/proc/loadavg: 2.06 2.06 2.05 3/184 11552
/proc/meminfo: memFree=28788628/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1571396 CPUtime=1722.02 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 332008 0 0 0 172152 50 0 0 20 0 4 0 30841962 1609109504 334604 33554432000 4194304 16246674 140733941832240 140733941830080 4221122 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11407/statm: 392849 334604 902 2943 0 389743 0
[pid=11407/tid=11408] ppid=11404 vsize=1571396 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1609109504 334604 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1571396 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1609109504 334604 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1571396 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1609109504 334604 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1571396

[startup+1782.3 s]
/proc/loadavg: 2.20 2.09 2.06 3/183 11553
/proc/meminfo: memFree=28785948/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1574468 CPUtime=1782.01 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 332776 0 0 0 178151 50 0 0 20 0 4 0 30841962 1612255232 335372 33554432000 4194304 16246674 140733941832240 140733941814144 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11407/statm: 393617 335372 902 2943 0 390511 0
[pid=11407/tid=11408] ppid=11404 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1612255232 335372 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1612255232 335372 33554432000 4194304 16246674 140733941832240 140341926665456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1612255232 335372 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1574468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.14 2.09 2.06 3/183 11553
/proc/meminfo: memFree=28786180/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1574468 CPUtime=1800.01 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 332776 0 0 0 179951 50 0 0 20 0 4 0 30841962 1612255232 335372 33554432000 4194304 16246674 140733941832240 140733941830032 4206979 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11407/statm: 393617 335372 902 2943 0 390511 0
[pid=11407/tid=11408] ppid=11404 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1612255232 335372 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1612255232 335372 33554432000 4194304 16246674 140733941832240 140341926665232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1612255232 335372 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1574468

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

[startup+1800.3 s]
/proc/loadavg: 2.14 2.09 2.06 3/183 11553
/proc/meminfo: memFree=28786180/32872528 swapFree=526336/559040
[pid=11407] ppid=11404 vsize=1574468 CPUtime=1800.01 cores=0,2,4,6
/proc/11407/stat : 11407 (toysat) R 11404 11407 10280 0 -1 4202496 332776 0 0 0 179951 50 0 0 20 0 4 0 30841962 1612255232 335372 33554432000 4194304 16246674 140733941832240 140733941830032 4206979 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11407/statm: 393617 335372 902 2943 0 390511 0
[pid=11407/tid=11408] ppid=11404 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11408/stat : 11408 (toysat) S 11404 11407 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30841962 1612255232 335372 33554432000 4194304 16246674 140733941832240 140341937155312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=11407/tid=11409] ppid=11404 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11409/stat : 11409 (toysat) S 11404 11407 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30841962 1612255232 335372 33554432000 4194304 16246674 140733941832240 140341926665232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11407/tid=11410] ppid=11404 vsize=1574468 CPUtime=0 cores=0,2,4,6
/proc/11407/task/11410/stat : 11410 (toysat) S 11404 11407 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30841962 1612255232 335372 33554432000 4194304 16246674 140733941832240 140341814488240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1574468

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.35
CPU time (s): 1800.08
CPU user time (s): 1799.52
CPU system time (s): 0.555915
CPU usage (%): 99.9851
Max. virtual memory (cumulated for all children) (KiB): 1574468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.555915
maximum resident set size= 1341488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332776
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= 2174
involuntary context switches= 4121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.20306 second user time and 9.92349 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 00:11:58
IDJOB=4107638
IDBENCH=72387
IDSOLVER=2542
FILE ID=node106/4107638-1466287918
RUNJOBID= node106-1466277111-10296
PBS_JOBID= 19918270
Free space on /tmp= 71680 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/10orplus/normalized-txt2html.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107638-1466287918/watcher-4107638-1466287918 -o /tmp/evaluation-result-4107638-1466287918/solver-4107638-1466287918 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466277111-10296 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107638-1466287918.opb

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

MD5SUM BENCH= a1ccf160ef452c768bb48988f004b88c
RANDOM SEED=287959047

node106.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.073
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.14
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.073
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.073
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.073
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.56
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.073
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		: 2667.073
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.56
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.073
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.38
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.073
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:        24935976 kB
Buffers:          111860 kB
Cached:           227864 kB
SwapCached:         1736 kB
Active:          6388416 kB
Inactive:         231496 kB
Active(anon):    6278820 kB
Inactive(anon):     3048 kB
Active(file):     109596 kB
Inactive(file):   228448 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             19804 kB
Writeback:             0 kB
AnonPages:       6854656 kB
Mapped:            10848 kB
Shmem:                 0 kB
Slab:             613260 kB
SReclaimable:      57148 kB
SUnreclaim:       556112 kB
KernelStack:        1520 kB
PageTables:        16972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6982536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 71660 MiB
End job on node106 at 2016-06-19 00:41:59