Trace number 4103349

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.48 1800.89

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_4.opb
MD5SUM77442b3482c8e96813b174683c20fffc
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404566
Total number of constraints3686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints3682
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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-18T09:39:21+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-4103349-1466235560.opb"]
0.00/0.01	c use --random-gen="2813344326 4235434808 390652806 1461071562 1513615385 3750433444 2436720418 3709625360 1462825789 147283944 2622309475 1553571096 3309375426 3199810242 1330488605 2680018474 3756836544 2970141626 1393571735 167457900 1995542304 2475274321 438106358 1620732920 4123633707 3941663021 2173121553 1479148132 1987738277 2869187094 234502207 2787067653 2636233387 3792996212 1946623489 4151450871 842025821 1122116594 3202496099 3482254808 426542982 1810008994 1680358382 3352872331 179601605 4259267904 1454754789 1956454842 2592201502 2374355190 725828656 3672943309 671893202 381837082 3888809616 1900184072 762133016 1362858208 2186397068 1214138201 807464448 931802016 925870209 2581136536 2756240782 1831266232 1187460593 2129982461 2200225534 1403895997 3244024973 2693792881 2520072530 936395279 322705053 3066803930 340611144 2584160226 2812867793 33676747 3992058896 289871577 2331900157 2236506398 2497767209 1595371993 3432089115 2671072302 2871929596 3121621757 3680583494 581458372 2131882646 3483969699 2361122136 2893261924 2788393003 8031685 2043321082 2863007320 428739744 3018109943 383488896 1289139113 3033220673 1571285893 609299164 2604489705 2561511544 2997521950 1508108893 2315901034 1337552477 1389402692 3745278495 466291597 687764961 1952560912 1704505843 1803383277 3133006836 744250954 172758833 1948607184 2857557556 3246897021 2785643203 4097954167 3968829452 1042629367 4250807422 3853445152 3459812053 3326807367 4061580332 3406678954 2398772414 3667405770 747733122 3856370635 3852048493 1090937724 3708732027 2952870406 1580282723 2484103332 889709139 698308391 3243573679 4287536367 1090984676 1785264983 3195411474 1701042906 4140550878 2353389746 735772950 3222179522 1093268036 2287471935 1419065128 519303182 3843317750 1697896465 1970027293 2569827696 1470703438 992145867 1819229962 280109543 2072339960 4081239042 302377142 3618767966 2983680760 1762288255 849571050 2184441618 64876190 3769168422 1767403192 4176943067 3015599917 804884119 600954787 1597155489 2963247721 4179006007 311772428 1297843786 686228343 1257101989 336147262 2202610019 3471294546 111724039 733403638 3932926410 4132174109 2010331602 2320063808 3135648727 2460467783 982217009 386683612 3356053587 3711243822 377506259 1655782296 642686322 451626730 2565896499 2591286012 740044206 2982773544 915368519 1290721333 3783342663 4198339666 1593417311 358613514 1232064348 2502774596 928967911 322042192 896019640 2328857667 2323019293 34905773 3129621626 2673607303 4200661236 3792006571 1665123460 4003281636 1256252961 1855627350 1721523812 3366037607 3196068313 2756756500 3542247400 1284430992 4040918999 1229407164 3020302874 1077497942 2818716649 1019372635 1402034891 1804038208 1220031354 2497641042 191736515 2483623345 4267022147 255 362436" option to reproduce the execution
4.08/4.19	c #vars 404566
4.08/4.19	c #constraints 3686

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

pid=21441
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.12 2.12 2.06 3/179 21444
/proc/meminfo: memFree=29653544/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 801 0 0 0 0 0 0 0 20 0 4 0 25606001 246870016 1161 33554432000 4194304 16246674 140734110890704 140734110890128 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 60271 1163 436 2943 0 57165 0
[pid=21444/tid=21445] ppid=21441 vsize=247228 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 253161472 1196 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=251324 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25606002 257355776 1215 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=255420 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25606002 261550080 1231 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.12 2.12 2.06 3/179 21444
/proc/meminfo: memFree=29653544/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=1303108 CPUtime=0.08 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 29025 0 0 0 5 3 0 0 20 0 4 0 25606001 1334382592 29323 33554432000 4194304 16246674 140734110890704 140734110890016 7440033 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 325777 29337 801 2943 0 322671 0
[pid=21444/tid=21445] ppid=21441 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 1334382592 29348 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25606002 1334382592 29359 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 1334382592 29370 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1303108

[startup+0.200511 s]
/proc/loadavg: 2.12 2.12 2.06 3/179 21444
/proc/meminfo: memFree=29653544/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=1311300 CPUtime=0.19 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 43948 0 0 0 13 6 0 0 20 0 4 0 25606001 1342771200 44757 33554432000 4194304 16246674 140734110890704 140734110890016 4223648 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 327825 44757 801 2943 0 324719 0
[pid=21444/tid=21445] ppid=21441 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 1342771200 44757 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25606002 1342771200 44757 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 1342771200 44757 33554432000 4194304 16246674 140734110890704 140102493789360 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) 1311300

[startup+0.300472 s]
/proc/loadavg: 2.12 2.12 2.06 3/179 21444
/proc/meminfo: memFree=29653544/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=1311300 CPUtime=0.28 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 46619 0 0 0 22 6 0 0 20 0 4 0 25606001 1342771200 47429 33554432000 4194304 16246674 140734110890704 140734110890016 7374276 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 327825 47448 801 2943 0 324719 0
[pid=21444/tid=21445] ppid=21441 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 1342771200 47459 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25606002 1342771200 47471 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 1342771200 47482 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1311300

[startup+0.700442 s]
/proc/loadavg: 2.12 2.12 2.06 3/179 21444
/proc/meminfo: memFree=29653544/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=1311300 CPUtime=0.68 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 52113 0 0 0 61 7 0 0 20 0 4 0 25606001 1342771200 52922 33554432000 4194304 16246674 140734110890704 140734110888512 7377013 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 327825 52922 802 2943 0 324719 0
[pid=21444/tid=21445] ppid=21441 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 1342771200 52922 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25606002 1342771200 52922 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 1342771200 52922 33554432000 4194304 16246674 140734110890704 140102493789360 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) 1311300

[startup+1.50043 s]
/proc/loadavg: 2.12 2.12 2.06 3/183 21448
/proc/meminfo: memFree=29403540/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=1317444 CPUtime=1.49 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 72554 0 0 0 139 10 0 0 20 0 4 0 25606001 1349062656 73363 33554432000 4194304 16246674 140734110890704 140734110888512 8058796 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 329361 73382 802 2943 0 326255 0
[pid=21444/tid=21445] ppid=21441 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 1349062656 73395 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25606002 1349062656 73407 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 1349062656 73418 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1317444

[startup+3.10042 s]
/proc/loadavg: 2.11 2.11 2.06 3/183 21448
/proc/meminfo: memFree=29256968/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=1342020 CPUtime=3.08 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 139741 0 0 0 288 20 0 0 20 0 4 0 25606001 1374228480 146171 33554432000 4194304 16246674 140734110890704 140734110873696 7439429 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 335505 146171 802 2943 0 332399 0
[pid=21444/tid=21445] ppid=21441 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 1374228480 146171 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25606002 1374228480 146171 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 1374228480 146171 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1342020

[startup+6.30042 s]
/proc/loadavg: 2.11 2.11 2.06 3/183 21448
/proc/meminfo: memFree=28646356/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=1499716 CPUtime=6.28 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 253834 0 0 0 593 35 0 0 20 0 4 0 25606001 1535709184 272528 33554432000 4194304 16246674 140734110890704 140734110890016 12414019 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 374929 272528 836 2943 0 371823 0
[pid=21444/tid=21445] ppid=21441 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 1535709184 272528 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 1535709184 272528 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 1535709184 272528 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1499716

[startup+12.7004 s]
/proc/loadavg: 2.17 2.13 2.07 3/183 21448
/proc/meminfo: memFree=28563336/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=1499716 CPUtime=12.68 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 253834 0 0 0 1233 35 0 0 20 0 4 0 25606001 1535709184 272528 33554432000 4194304 16246674 140734110890704 140734110889880 12413997 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 374929 272528 836 2943 0 371823 0
[pid=21444/tid=21445] ppid=21441 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 1535709184 272528 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 1535709184 272528 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 1535709184 272528 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1499716

[startup+25.5005 s]
/proc/loadavg: 2.14 2.12 2.07 3/183 21448
/proc/meminfo: memFree=28563888/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=1499716 CPUtime=25.48 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 253837 0 0 0 2513 35 0 0 20 0 4 0 25606001 1535709184 272531 33554432000 4194304 16246674 140734110890704 140734110872576 12653056 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 374929 272531 837 2943 0 371823 0
[pid=21444/tid=21445] ppid=21441 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 1535709184 272531 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 1535709184 272531 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 1535709184 272531 33554432000 4194304 16246674 140734110890704 140102493789360 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) 1499716

[startup+51.1005 s]
/proc/loadavg: 2.24 2.14 2.08 3/184 21451
/proc/meminfo: memFree=23498480/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=6381124 CPUtime=51.08 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 1518022 0 0 0 4911 197 0 0 20 0 4 0 25606001 6534270976 1536716 33554432000 4194304 16246674 140734110890704 140734110889800 4207010 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 1595281 1536716 838 2943 0 1592175 0
[pid=21444/tid=21445] ppid=21441 vsize=6381124 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 6534270976 1536716 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=6381124 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 6534270976 1536716 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=6381124 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 6534270976 1536716 33554432000 4194304 16246674 140734110890704 140102493789360 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) 6381124

[startup+102.301 s]
/proc/loadavg: 2.14 2.13 2.08 3/183 21453
/proc/meminfo: memFree=14061996/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=13717060 CPUtime=102.27 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 3352010 0 0 0 9776 451 0 0 20 0 4 0 25606001 14046269440 3370704 33554432000 4194304 16246674 140734110890704 140734110888640 4220489 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 3429265 3370704 839 2943 0 3426159 0
[pid=21444/tid=21445] ppid=21441 vsize=13717060 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 14046269440 3370704 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=13717060 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 14046269440 3370704 33554432000 4194304 16246674 140734110890704 140102504262672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=13717060 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 14046269440 3370704 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13717060


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

/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 15310852096 3679719 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=14952004 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 15310852096 3679719 33554432000 4194304 16246674 140734110890704 140102504262672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=14952004 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 15310852096 3679719 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 14952004

[startup+1362.3 s]
/proc/loadavg: 2.08 2.08 2.09 3/183 21556
/proc/meminfo: memFree=12017776/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=8352324 CPUtime=1361.99 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 23331100 0 0 0 132525 3674 0 0 20 0 4 0 25606001 8552779776 2029799 33554432000 4194304 16246674 140734110890704 140734110888576 4206912 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 2088081 2029799 843 2943 0 2084975 0
[pid=21444/tid=21445] ppid=21441 vsize=8352324 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 8552779776 2029799 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=8352324 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 8552779776 2029799 33554432000 4194304 16246674 140734110890704 140102504262672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=8352324 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 8552779776 2029799 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 8352324

[startup+1422.3 s]
/proc/loadavg: 2.06 2.08 2.09 3/183 21557
/proc/meminfo: memFree=6885220/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=13478468 CPUtime=1421.99 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 24612441 0 0 0 138350 3849 0 0 20 0 4 0 25606001 13801951232 3311139 33554432000 4194304 16246674 140734110890704 140734110889800 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 3369617 3311139 843 2943 0 3366511 0
[pid=21444/tid=21445] ppid=21441 vsize=13478468 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 13801951232 3311139 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=13478468 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 13801951232 3311139 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=13478468 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 13801951232 3311139 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 13478468

[startup+1482.3 s]
/proc/loadavg: 2.12 2.09 2.09 3/183 21558
/proc/meminfo: memFree=10384168/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=9980484 CPUtime=1481.97 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 24732549 0 0 0 144306 3891 0 0 20 0 4 0 25606001 10220015616 2436840 33554432000 4194304 16246674 140734110890704 140734110888512 4225188 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 2495121 2436840 843 2943 0 2492015 0
[pid=21444/tid=21445] ppid=21441 vsize=9980484 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 10220015616 2436840 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=9980484 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 10220015616 2436840 33554432000 4194304 16246674 140734110890704 140102504262672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=9980484 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 10220015616 2436840 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 9980484

[startup+1542.31 s]
/proc/loadavg: 2.04 2.07 2.08 3/183 21559
/proc/meminfo: memFree=5389432/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=14965316 CPUtime=1541.96 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 25978759 0 0 0 150127 4069 0 0 20 0 4 0 25606001 15324483584 3683050 33554432000 4194304 16246674 140734110890704 140734110888640 14016751 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 3741329 3683050 843 2943 0 3738223 0
[pid=21444/tid=21445] ppid=21441 vsize=14965316 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 15324483584 3683050 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=14965316 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 15324483584 3683050 33554432000 4194304 16246674 140734110890704 140102504262672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=14965316 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 15324483584 3683050 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 14965316

[startup+1602.3 s]
/proc/loadavg: 2.09 2.09 2.09 3/183 21561
/proc/meminfo: memFree=8621616/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=11738692 CPUtime=1601.93 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 26901640 0 0 0 155965 4228 0 0 20 0 4 0 25606001 12020420608 2876395 33554432000 4194304 16246674 140734110890704 140734110889800 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 2934673 2876395 843 2943 0 2931567 0
[pid=21444/tid=21445] ppid=21441 vsize=11738692 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 12020420608 2876395 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=11738692 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 12020420608 2876395 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=11738692 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 12020420608 2876395 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 11738692

[startup+1662.3 s]
/proc/loadavg: 2.17 2.10 2.09 3/183 21562
/proc/meminfo: memFree=6008404/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=14346820 CPUtime=1661.93 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 27553672 0 0 0 161878 4315 0 0 20 0 4 0 25606001 14691143680 3528427 33554432000 4194304 16246674 140734110890704 140734110889800 13885188 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 3586705 3528427 843 2943 0 3583599 0
[pid=21444/tid=21445] ppid=21441 vsize=14346820 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 14691143680 3528427 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=14346820 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 14691143680 3528427 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=14346820 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 14691143680 3528427 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 14346820

[startup+1722.3 s]
/proc/loadavg: 2.11 2.10 2.09 3/183 21563
/proc/meminfo: memFree=13681264/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=14489156 CPUtime=1721.9 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 29475466 0 0 0 167578 4612 0 0 20 0 4 0 25606001 14836895744 3564013 33554432000 4194304 16246674 140734110890704 140734110889800 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 3622289 3564013 843 2943 0 3619183 0
[pid=21444/tid=21445] ppid=21441 vsize=14489156 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 14836895744 3564013 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=14489156 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 14836895744 3564013 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=14489156 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 14836895744 3564013 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 14489156

[startup+1782.3 s]
/proc/loadavg: 2.14 2.10 2.09 3/183 21564
/proc/meminfo: memFree=13267992/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=7113284 CPUtime=1781.89 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 29475466 0 0 0 173533 4656 0 0 20 0 4 0 25606001 7284002816 1720045 33554432000 4194304 16246674 140734110890704 140734110889800 4225073 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 1778321 1720045 843 2943 0 1775215 0
[pid=21444/tid=21445] ppid=21441 vsize=7113284 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 7284002816 1720045 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=7113284 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 7284002816 1720045 33554432000 4194304 16246674 140734110890704 140102504262896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=7113284 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 7284002816 1720045 33554432000 4194304 16246674 140734110890704 140102493789360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 7113284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.11 2.10 2.09 3/183 21564
/proc/meminfo: memFree=12930356/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=7445060 CPUtime=1800.09 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) R 21441 21444 20760 0 -1 4202496 29558410 0 0 0 175339 4670 0 0 20 0 4 0 25606001 7623741440 1802989 33554432000 4194304 16246674 140734110890704 140734110888512 4220871 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 1861265 1802989 843 2943 0 1858159 0
[pid=21444/tid=21445] ppid=21441 vsize=7445060 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21445/stat : 21445 (toysat) S 21441 21444 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25606002 7623741440 1802989 33554432000 4194304 16246674 140734110890704 140102587100400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=7445060 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) S 21441 21444 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25606002 7623741440 1802989 33554432000 4194304 16246674 140734110890704 140102504262672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21444/tid=21447] ppid=21441 vsize=7445060 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21447/stat : 21447 (toysat) S 21441 21444 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25606002 7623741440 1802989 33554432000 4194304 16246674 140734110890704 140102493789360 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) 7445060

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

[startup+1800.81 s]
/proc/loadavg: 2.11 2.10 2.09 3/181 21564
/proc/meminfo: memFree=16609000/32872528 swapFree=163656/177964
[pid=21444] ppid=21441 vsize=0 CPUtime=1800.38 cores=0,2,4,6
/proc/21444/stat : 21444 (toysat) Z 21441 21444 20760 0 -1 4203532 29558410 0 0 0 175339 4699 0 0 20 0 2 0 25606001 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21444/statm: 0 0 0 0 0 0 0
[pid=21444/tid=21446] ppid=21441 vsize=0 CPUtime=0.29 cores=0,2,4,6
/proc/21444/task/21446/stat : 21446 (toysat) R 21441 21444 20760 0 -1 4203588 8 0 0 0 0 29 0 0 20 0 2 0 25606002 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.89
CPU time (s): 1800.48
CPU user time (s): 1753.4
CPU system time (s): 47.0798
CPU usage (%): 99.9769
Max. virtual memory (cumulated for all children) (KiB): 15041092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1753.4
system time used= 47.0798
maximum resident set size= 14807952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29558410
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= 512
involuntary context switches= 1965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0063 second user time and 16.1136 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 09:39:21
IDJOB=4103349
IDBENCH=2336
IDSOLVER=2542
FILE ID=node105/4103349-1466235560
RUNJOBID= node105-1466229502-20776
PBS_JOBID= 19918174
Free space on /tmp= 71628 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-dano3_4.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103349-1466235560/watcher-4103349-1466235560 -o /tmp/evaluation-result-4103349-1466235560/solver-4103349-1466235560 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20776 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103349-1466235560.opb

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

MD5SUM BENCH= 77442b3482c8e96813b174683c20fffc
RANDOM SEED=432561985

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

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29654072 kB
Buffers:          106952 kB
Cached:           295376 kB
SwapCached:         1764 kB
Active:          2112956 kB
Inactive:         185836 kB
Active(anon):    1897164 kB
Inactive(anon):     1440 kB
Active(file):     215792 kB
Inactive(file):   184396 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             48604 kB
Writeback:             8 kB
AnonPages:       2075560 kB
Mapped:            10592 kB
Shmem:                 0 kB
Slab:             607640 kB
SReclaimable:      51052 kB
SUnreclaim:       556588 kB
KernelStack:        1464 kB
PageTables:         8148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2214692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1075200 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= 71608 MiB
End job on node105 at 2016-06-18 10:09:22