Trace number 4093280

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.88 1801.19

General information on the benchmark

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

Solver Data

0.00/0.00	c 2016-06-16T18:43:36+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4093280-1466095416.wbo"]
0.00/0.01	c use --random-gen="592637077 1990803853 4225568099 3568082390 4127183724 171876309 487095742 3431314210 1581249371 2511838633 4276603393 714894053 1870307803 4267320790 3925545434 3127732110 2151483140 577084140 3607635389 1953870134 2468143208 2805496929 2117247795 2691182352 2990908047 410538267 1675381826 2833152641 3762293364 2809602342 3913323753 2290379845 2317706592 3328622008 2353103442 3088961676 3906151574 383223627 3374410409 3095155524 1285312181 3577831277 3719991567 175821998 2668159709 2695392253 3206013544 1864707431 254320954 3989159792 4164678190 1772571086 16504038 3506669140 484611476 2830708493 1200793260 2825119467 2748263508 1550969732 4285628067 2018551007 1643229614 182151058 1304517754 3991612881 3068575142 2685482474 2098038195 4176020551 2948471927 382938026 4017230343 1104599766 1391963212 2245606012 1366003034 1547911605 1102388424 3086859045 1412413043 1431427103 1702548159 714990254 686858104 2445665686 2712681406 3253470743 3240129502 266548578 4091692450 3316616246 1954185851 1722711364 624716171 357342636 2865176387 3792475790 3186992355 2800812014 476517840 2122101153 125833032 3907249145 2275446319 789292121 2542047269 2001738840 219308023 1572628601 3791165767 1054230893 3581592577 147171683 2078910589 1190005793 4205495410 722245333 201726128 4065977224 1123756706 3777130074 2020676277 1575559509 2983744872 2040968395 468961043 2089179995 4110866851 4180455281 1528726878 3593235287 3548239771 1682228831 3517934777 3883531048 329847970 1668480272 3990628117 167745059 3264612117 656629351 3641150946 2064906313 727033858 1906061868 224626746 3390285181 4155166710 2668574616 1533054040 2727934005 2673159987 2039047763 47375886 1550704728 2493539375 2580206674 545973462 503374639 1702772551 3864528144 3180884523 1326832046 3090341797 1525223461 2132939534 1211600808 3442340481 3644576926 2638563003 502230894 3240769926 4095825814 4248129561 99713567 1365201809 4137416458 403583933 1549101337 672558613 4288014703 1202797307 2109492573 2223789608 2171669346 4003291794 2756223561 883652601 1109425468 1444720650 4105111389 3947042672 340923947 684596236 582665596 3009617254 1241193704 1658379177 2918185036 4174385907 1271886652 3243158058 2628778650 3271879120 2710339256 3726051873 15372862 2655378544 4051733226 2606272614 619581265 2539221552 3282759077 3064965187 1204130954 1942601906 1568685448 3480060252 3218490816 455432469 4146837730 2476544450 4281540868 4244531949 3179928911 2183781297 2242597032 1457699032 1766256064 3203297315 3968105243 1246597988 2923156480 3840965485 3774609293 469693408 2431871262 2665950001 3562300837 338765579 3126580133 2764535367 2156095945 263028507 1566070073 1791194925 2893529361 1814126583 3321187252 813633101 2212120348 2526383306 2923501520 4264566515 2478844135 255 362436" option to reproduce the execution

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4093280-1466095416/watcher-4093280-1466095416 -o /tmp/evaluation-result-4093280-1466095416/solver-4093280-1466095416 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466074317-17183 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093280-1466095416.wbo 

pid=21822
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.01 2.01 2.01 3/177 21825
/proc/meminfo: memFree=30393496/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=686524 CPUtime=0 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 2552 0 0 0 0 0 0 0 20 0 4 0 11591767 703000576 2913 33554432000 4194304 16246674 140735041308592 140735041308016 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21825/statm: 172143 2923 441 2943 0 169037 0
[pid=21825/tid=21826] ppid=21822 vsize=702908 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 719777792 2981 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=708028 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 725020672 2998 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=711100 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11591767 728166400 3013 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 2.01 2.01 2.01 3/177 21825
/proc/meminfo: memFree=30393496/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 23735 0 0 0 6 3 0 0 20 0 4 0 11591767 1250496512 24043 33554432000 4194304 16246674 140735041308592 140735041307904 6132467 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21825/statm: 305297 24043 843 2943 0 302191 0
[pid=21825/tid=21826] ppid=21822 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 1250496512 24043 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 1250496512 24043 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 1250496512 24043 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200497 s]
/proc/loadavg: 2.01 2.01 2.01 3/177 21825
/proc/meminfo: memFree=30393496/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=1277508 CPUtime=0.19 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 24180 0 0 0 16 3 0 0 20 0 4 0 11591767 1308168192 24489 33554432000 4194304 16246674 140735041308592 140735041307904 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21825/statm: 320401 24505 843 2943 0 317295 0
[pid=21825/tid=21826] ppid=21822 vsize=1285700 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 1316556800 24520 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=1288772 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 1319702528 24534 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=1293892 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 1324945408 24551 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1277508

[startup+0.300473 s]
/proc/loadavg: 2.01 2.01 2.01 3/177 21825
/proc/meminfo: memFree=30393496/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=1303108 CPUtime=0.29 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 30405 0 0 0 25 4 0 0 20 0 4 0 11591767 1334382592 30713 33554432000 4194304 16246674 140735041308592 140735041307904 6144966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21825/statm: 325777 30714 843 2943 0 322671 0
[pid=21825/tid=21826] ppid=21822 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 1334382592 30714 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 1334382592 30715 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 1334382592 30715 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

[startup+0.700389 s]
/proc/loadavg: 2.01 2.01 2.01 3/177 21825
/proc/meminfo: memFree=30393496/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=1307204 CPUtime=0.68 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 37951 0 0 0 63 5 0 0 20 0 4 0 11591767 1338576896 38259 33554432000 4194304 16246674 140735041308592 140735041307904 13950718 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21825/statm: 326801 38259 843 2943 0 323695 0
[pid=21825/tid=21826] ppid=21822 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 1338576896 38259 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 1338576896 38259 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 1338576896 38259 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1307204

[startup+1.50039 s]
/proc/loadavg: 2.01 2.01 2.01 3/181 21829
/proc/meminfo: memFree=30211468/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=1307204 CPUtime=1.48 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 45396 0 0 0 142 6 0 0 20 0 4 0 11591767 1338576896 45704 33554432000 4194304 16246674 140735041308592 140735041290496 13962768 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 326801 45704 843 2943 0 323695 0
[pid=21825/tid=21826] ppid=21822 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 1338576896 45704 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 1338576896 45704 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 1338576896 45704 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1307204

[startup+3.10034 s]
/proc/loadavg: 2.01 2.01 2.01 3/181 21829
/proc/meminfo: memFree=30211036/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=1309252 CPUtime=3.09 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 49168 0 0 0 302 7 0 0 20 0 4 0 11591767 1340674048 49476 33554432000 4194304 16246674 140735041308592 140735041307768 13817033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 327313 49476 843 2943 0 324207 0
[pid=21825/tid=21826] ppid=21822 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 1340674048 49476 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 1340674048 49476 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 1340674048 49476 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1309252

[startup+6.30039 s]
/proc/loadavg: 2.01 2.01 2.01 3/181 21829
/proc/meminfo: memFree=30036368/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=1313348 CPUtime=6.29 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 99222 0 0 0 615 14 0 0 20 0 4 0 11591767 1344868352 99530 33554432000 4194304 16246674 140735041308592 140735041290496 13807774 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 328337 99530 843 2943 0 325231 0
[pid=21825/tid=21826] ppid=21822 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 1344868352 99530 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 1344868352 99530 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 1344868352 99530 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313348

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 21829
/proc/meminfo: memFree=29997852/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=1313348 CPUtime=12.69 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 99222 0 0 0 1255 14 0 0 20 0 4 0 11591767 1344868352 99530 33554432000 4194304 16246674 140735041308592 140735041290496 13809224 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 328337 99530 843 2943 0 325231 0
[pid=21825/tid=21826] ppid=21822 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 1344868352 99530 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 1344868352 99530 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 1344868352 99530 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1313348

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 21829
/proc/meminfo: memFree=29859768/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=1317444 CPUtime=25.48 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 133877 0 0 0 2531 17 0 0 20 0 4 0 11591767 1349062656 134185 33554432000 4194304 16246674 140735041308592 140735041290496 12486196 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 329361 134185 843 2943 0 326255 0
[pid=21825/tid=21826] ppid=21822 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 1349062656 134185 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 1349062656 134185 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 1349062656 134185 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1317444

[startup+51.1005 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 21830
/proc/meminfo: memFree=29531840/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=1324612 CPUtime=51.08 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 217985 0 0 0 5080 28 0 0 20 0 4 0 11591767 1356402688 218293 33554432000 4194304 16246674 140735041308592 140735041290496 6171120 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 331153 218293 843 2943 0 328047 0
[pid=21825/tid=21826] ppid=21822 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 1356402688 218293 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 1356402688 218293 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 1356402688 218293 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1324612

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21831
/proc/meminfo: memFree=29302228/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=1327684 CPUtime=102.28 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 273045 0 0 0 10192 36 0 0 20 0 4 0 11591767 1359548416 273353 33554432000 4194304 16246674 140735041308592 140735041307768 13817016 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 331921 273353 843 2943 0 328815 0
[pid=21825/tid=21826] ppid=21822 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 1359548416 273353 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 1359548416 273353 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 1359548416 273353 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1327684


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


[startup+1422.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/181 21934
/proc/meminfo: memFree=12081852/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=13524548 CPUtime=1422.06 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 3322312 0 0 0 141681 525 0 0 20 0 4 0 11591767 13849137152 3322578 33554432000 4194304 16246674 140735041308592 140735041306496 4220880 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 3381137 3322578 845 2943 0 3378031 0
[pid=21825/tid=21826] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322578 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322578 33554432000 4194304 16246674 140735041308592 140293428976656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322578 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 13524548

[startup+1482.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/181 21935
/proc/meminfo: memFree=10340088/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=13524548 CPUtime=1482.03 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 3322316 0 0 0 147677 526 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140735041307768 13874680 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 3381137 3322582 849 2943 0 3378031 0
[pid=21825/tid=21826] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 13524548

[startup+1542.31 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 21936
/proc/meminfo: memFree=10339768/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=13524548 CPUtime=1542.04 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 3322316 0 0 0 153675 529 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140735041307768 6132539 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 3381137 3322582 849 2943 0 3378031 0
[pid=21825/tid=21826] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 13524548

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 21941
/proc/meminfo: memFree=10339524/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=13524548 CPUtime=1602.01 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 3322316 0 0 0 159670 531 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140735041307768 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 3381137 3322582 849 2943 0 3378031 0
[pid=21825/tid=21826] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 13524548

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 21942
/proc/meminfo: memFree=10339856/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=13524548 CPUtime=1662.01 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 3322316 0 0 0 165666 535 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140735041307768 13774200 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 3381137 3322582 849 2943 0 3378031 0
[pid=21825/tid=21826] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 13524548

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 21943
/proc/meminfo: memFree=7981764/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=13524548 CPUtime=1722 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 3322316 0 0 0 171661 539 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140735041307768 13807457 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 3381137 3322582 849 2943 0 3378031 0
[pid=21825/tid=21826] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 13524548

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 21944
/proc/meminfo: memFree=7980668/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=13524548 CPUtime=1781.99 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 3322316 0 0 0 177657 542 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140735041307768 13809400 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 3381137 3322582 849 2943 0 3378031 0
[pid=21825/tid=21826] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 13524548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 21944
/proc/meminfo: memFree=7980268/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=13524548 CPUtime=1800.09 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) R 21822 21825 15681 0 -1 4202496 3322316 0 0 0 179466 543 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140735041307768 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 3381137 3322582 849 2943 0 3378031 0
[pid=21825/tid=21826] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21826/stat : 21826 (toysat) S 21822 21825 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293439466736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) S 21822 21825 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293428976880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21825/tid=21828] ppid=21822 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/21825/task/21828/stat : 21828 (toysat) S 21822 21825 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11591767 13849137152 3322582 33554432000 4194304 16246674 140735041308592 140293418503344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13524548

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 21825 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.81 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 21944
/proc/meminfo: memFree=14219924/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=0 CPUtime=1800.5 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) Z 21822 21825 15681 0 -1 4203532 3322316 0 0 0 179467 583 0 0 20 0 2 0 11591767 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 0 0 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=0 CPUtime=0.39 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) R 21822 21825 15681 0 -1 4203588 8 0 0 0 0 39 0 0 20 0 2 0 11591767 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.5
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 21944
/proc/meminfo: memFree=14219924/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=0 CPUtime=1800.69 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) Z 21822 21825 15681 0 -1 4203532 3322316 0 0 0 179467 602 0 0 20 0 2 0 11591767 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 0 0 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) R 21822 21825 15681 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 11591767 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (KiB) 0

[startup+1801.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 21944
/proc/meminfo: memFree=14219924/32872528 swapFree=446836/479540
[pid=21825] ppid=21822 vsize=0 CPUtime=1800.79 cores=0,2,4,6
/proc/21825/stat : 21825 (toysat) Z 21822 21825 15681 0 -1 4203532 3322316 0 0 0 179467 612 0 0 20 0 2 0 11591767 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21825/statm: 0 0 0 0 0 0 0
[pid=21825/tid=21827] ppid=21822 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/21825/task/21827/stat : 21827 (toysat) R 21822 21825 15681 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 11591767 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.19
CPU time (s): 1800.88
CPU user time (s): 1794.67
CPU system time (s): 6.21106
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 13524548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.67
system time used= 6.21105
maximum resident set size= 13290328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3322316
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= 101
involuntary context switches= 1843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.89825 second user time and 7.02493 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 18:43:36
IDJOB=4093280
IDBENCH=79502
IDSOLVER=2553
FILE ID=node104/4093280-1466095416
RUNJOBID= node104-1466074317-17183
PBS_JOBID= 19904028
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= eea9483bb210b3ae31db150f2467fbf7
RANDOM SEED=1568251923

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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:        30393388 kB
Buffers:           52312 kB
Cached:           115224 kB
SwapCached:          516 kB
Active:          1206664 kB
Inactive:          88216 kB
Active(anon):    1128676 kB
Inactive(anon):     1168 kB
Active(file):      77988 kB
Inactive(file):    87048 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:             16316 kB
Writeback:             0 kB
AnonPages:       1587924 kB
Mapped:            10556 kB
Shmem:                 0 kB
Slab:             569084 kB
SReclaimable:      13304 kB
SUnreclaim:       555780 kB
KernelStack:        1504 kB
PageTables:         7164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1737580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71708 MiB
End job on node104 at 2016-06-16 19:13:38