Trace number 4099805

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.11 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-nw04.opb
MD5SUMdd1a158f1c4d558a5b1acea2c0abe5ea
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark17498
Best CPU time to get the best result obtained on this benchmark1800.82
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8431
Optimality of the best value was proved YES
Number of variables87482
Total number of constraints36
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint599
Maximum length of a constraint42032
Number of terms in the objective function 87482
Biggest coefficient in the objective function 5220
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 120189580
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 5220
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 120189580
Number of bits of the biggest sum of numbers27
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-18T01:59:05+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-4099805-1466207945.opb"]
0.00/0.01	c use --random-gen="2872361552 259895800 1677405411 557705095 2308465185 2428955668 1386592242 127323546 1421329789 1924955182 1947693196 2835081676 1950080593 2754379120 844111678 2598216741 2155828232 1026510465 3886084754 3256881382 2482670817 1779383152 4239768818 2338951381 211642712 1678078605 3864348948 1164143127 3156347999 1738240583 3884748213 3452963452 223342452 1452775309 2611162804 3844604392 2396746468 4066760740 3447429640 3185695518 2472550374 629628630 1666995115 1437897890 71843039 1589753004 4146906665 1343544249 1746522120 413912605 1856836705 736502600 2501527844 3526538339 1334187618 3626341916 1996372095 603165569 8261369 1980381637 3219019402 1144046134 2655971140 2924565650 964617042 2214699813 1294377108 2831028262 1172842952 1986172754 2495240022 141061543 362982259 2514440417 2834338744 286995754 1575878966 547319456 3329522588 3377785398 3107616363 3952530781 3903744198 3977588395 1203266004 1335347312 3561826753 4221900676 3433626718 3888216886 152740359 4083535550 3426262761 314669829 2473356366 3490011490 1437518630 2915235305 999825671 1884896315 4199349339 2613750743 3141321293 1090731089 3430496899 2060721712 2425127594 820177045 1021387251 1202201210 3340717853 153081746 1599020719 681478214 660914375 2939034764 3611212819 1233798401 4172442929 479621386 728140434 635628655 1068169533 2191308743 2741180048 1483828770 537052698 1105285359 1521959346 2643704196 3137301703 2641308756 4153416685 2944557143 2061646206 3473592055 3991291869 2894421796 1382670109 2540756475 3951175063 436637777 3160209171 1165384368 2826121901 2341290263 2151060092 3492518886 2563588803 3492310143 1282706482 660666679 1890812723 4293721831 3138210815 3994366802 795062946 3836944964 1623844414 3294891359 3169197947 2819468197 3015743831 1940484141 3800424371 1605062075 3043038290 2340186171 732852490 2675949114 4061659039 1131666679 1847624950 1497073193 1695403136 2755395368 140262935 3957418499 3428491748 2397059048 2738112466 4108347238 1440688840 2583293196 4270216571 2265477725 1723217642 635197222 3129107823 818674904 1769774793 1317196515 394214799 3738244462 1015842516 1716299286 2634756292 3665082038 4077771283 3487244451 441707500 3336637391 4216030566 992908162 4229978894 3050562176 2895476104 3175636170 1012357361 1543168969 447815438 3994029555 3760634510 173696448 398995876 1590827912 215253042 719024410 1863566342 2703982762 973476932 2543053864 2359640319 3784705063 95710232 1785699414 1307466219 1416018628 2516907636 160676917 2674405777 1821957890 4003507358 3124801687 2243142563 4206992804 3816227118 447229168 1181105723 3484290150 2845052272 1114248786 4264181654 404361904 1797180296 778923628 229886696 1450489984 3717209485 3142641227 3389052173 12253916 1747392333 3120189878 3313089832 1806845769 255 362436" option to reproduce the execution
1.19/1.28	c #vars 87482
1.19/1.28	c #constraints 36
8.19/8.25	c BCD2: Hardening is enabled.
8.19/8.25	c BCD2: BiasedSearch is enabled.
8.19/8.25	c Solving starts ...
8.19/8.25	c ============================[ Search Statistics ]============================
8.19/8.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.25	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.25	c =============================================================================
8.19/8.26	c  0.0s |       0 |        0 |        0 |    29184      0 |        0 |        0
14.89/14.93	c  6.7s |       0 |      245 |       40 |    29184      0 |        0 |        0
14.89/14.93	c #cpu_time = 6.597s
14.89/14.93	c #wall_clock_time = 6.614s
14.89/14.93	c #decision = 245
14.89/14.93	c #random_decision = 0
14.89/14.93	c #conflict = 40
14.89/14.93	c #restart = 0
14.89/14.94	o 34986
14.99/15.09	c BCD2: updating upper bound: 120189580 -> 34985
15.99/16.00	c BCD2: 0 <= obj <= 34985
15.99/16.01	c BCD2: #cores=0, #unrelaxed=87482, #relaxed=0, #hardened=0
15.99/16.01	c BCD2: #sat=1 #unsat=1 bias=1/2
15.99/16.02	c Solving starts ...
15.99/16.02	c ============================[ Search Statistics ]============================
15.99/16.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.99/16.02	c       |         |          |          |    Limit     GC | Var      | Constra 
15.99/16.02	c =============================================================================
15.99/16.02	c  0.0s |       0 |        0 |        0 |    29184      0 |        0 |        0
16.59/16.62	c  0.6s |       0 |    74922 |        0 |    29184      0 |        0 |        0
16.59/16.62	c #cpu_time = 0.577s
16.59/16.62	c #wall_clock_time = 0.578s
16.59/16.62	c #decision = 74922
16.59/16.62	c #random_decision = 0
16.59/16.62	c #conflict = 0
16.59/16.62	c #restart = 0
17.70/17.72	c BCD2: found a new core of size 7011: cost of the new core is >=176
17.70/17.72	c lower bound updated to 176
17.70/17.79	c BCD2: 176 <= obj <= 34985
17.70/17.79	c BCD2: #cores=1, #unrelaxed=80471, #relaxed=7011, #hardened=0
17.70/17.79	c BCD2: #sat=1 #unsat=2 bias=2/3
22.89/22.97	c Solving starts ...
22.89/22.97	c ============================[ Search Statistics ]============================
22.89/22.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.89/22.97	c       |         |          |          |    Limit     GC | Var      | Constra 
22.89/22.97	c =============================================================================
22.89/22.97	c  0.0s |       0 |        0 |        0 |    29184      0 |        0 |        1
27.78/27.81	c  4.8s |       0 |   453975 |      100 |    32103      0 |        0 |        1
27.78/27.83	c  4.9s |       1 |   453975 |      100 |    32103      0 |        0 |        1
33.09/33.11	c 10.1s |       1 |   756336 |      181 |    32103      0 |        0 |        1
33.09/33.11	c #cpu_time = 10.097s
33.09/33.11	c #wall_clock_time = 10.123s
33.09/33.11	c #decision = 756336
33.09/33.11	c #random_decision = 0
33.09/33.11	c #conflict = 181
33.09/33.11	c #restart = 1
37.08/37.19	c BCD2: relaxing 14987 and merging with 1 cores into a new core of size 21998: cost of the new core is >=193
37.08/37.19	c BCD2: refineLB: 177 -> 193
37.08/37.19	c lower bound updated to 193
37.28/37.33	c BCD2: 193 <= obj <= 34985
37.28/37.33	c BCD2: #cores=1, #unrelaxed=65484, #relaxed=21998, #hardened=0
37.28/37.33	c BCD2: #sat=1 #unsat=3 bias=3/4
37.78/37.85	c Solving starts ...
37.78/37.85	c ============================[ Search Statistics ]============================
37.78/37.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.78/37.85	c       |         |          |          |    Limit     GC | Var      | Constra 
37.78/37.85	c =============================================================================
37.78/37.86	c  0.0s |       0 |        0 |        0 |    32103      0 |        1 |        1
38.68/38.73	c  0.9s |       0 |    69679 |        1 |    32103      0 |        1 |        2
38.68/38.73	c #cpu_time = 0.834s
38.68/38.73	c #wall_clock_time = 0.837s
38.68/38.73	c #decision = 69679
38.68/38.73	c #random_decision = 0
38.68/38.73	c #conflict = 1
38.68/38.73	c #restart = 0
44.58/44.60	c BCD2: relaxing 7855 and merging with 1 cores into a new core of size 29853: cost of the new core is >=235
44.58/44.60	c lower bound updated to 235
44.68/44.76	c BCD2: 235 <= obj <= 34985
44.68/44.76	c BCD2: #cores=1, #unrelaxed=57629, #relaxed=29853, #hardened=0
44.68/44.76	c BCD2: #sat=1 #unsat=4 bias=4/5
47.68/47.75	c Solving starts ...
47.68/47.75	c ============================[ Search Statistics ]============================
47.68/47.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.68/47.75	c       |         |          |          |    Limit     GC | Var      | Constra 
47.68/47.75	c =============================================================================
47.68/47.77	c  0.0s |       0 |        0 |        0 |    32103      0 |        2 |        2
65.38/65.45	c 17.7s |       0 |   137829 |       22 |    32103      0 |        2 |        3
65.38/65.45	c #cpu_time = 17.596s
65.38/65.45	c #wall_clock_time = 17.641s
65.38/65.45	c #decision = 137829
65.38/65.45	c #random_decision = 69
65.38/65.45	c #conflict = 22
65.38/65.45	c #restart = 0
65.88/65.98	c BCD2: relaxing 19472 and merging with 1 cores into a new core of size 49325: cost of the new core is >=619
65.88/65.98	c lower bound updated to 619
66.47/66.60	c BCD2: 619 <= obj <= 34985
66.57/66.60	c BCD2: #cores=1, #unrelaxed=38157, #relaxed=49325, #hardened=0
66.57/66.60	c BCD2: #sat=1 #unsat=5 bias=5/6
66.97/67.06	c Solving starts ...
66.97/67.06	c ============================[ Search Statistics ]============================
66.97/67.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.97/67.06	c       |         |          |          |    Limit     GC | Var      | Constra 
66.97/67.06	c =============================================================================
66.97/67.06	c  0.0s |       0 |        0 |        0 |    32103      0 |        3 |        3
221.75/221.87	c  154s |       0 |    48881 |      100 |    35314      0 |        3 |        4
221.85/221.95	c  154s |       1 |    48881 |      100 |    35314      0 |        3 |        4
236.06/236.17	c  169s |       1 |   106697 |      200 |    35314      0 |        3 |        4
242.25/242.30	c  175s |       2 |   108684 |      250 |    38846      0 |        3 |        4
331.64/331.77	c  264s |       2 |   159062 |      350 |    38846      0 |        3 |        4
813.64/813.88	c  746s |       2 |   159739 |      450 |    38846      0 |        3 |        4
994.72/994.92	c  927s |       3 |   159777 |      475 |    38846      0 |        3 |        4
1248.17/1248.46	c 1181s |       3 |   199832 |      575 |    42731      0 |        3 |        4
1629.42/1629.71	c 1562s |       3 |   200468 |      675 |    42731      0 |        3 |        4

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

pid=2153
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.16 2.14 1.84 4/179 2156
/proc/meminfo: memFree=30154588/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=667068 CPUtime=0 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 2475 0 0 0 0 0 0 0 20 0 4 0 22843751 683077632 3347 33554432000 4194304 16246674 140734530787936 140734530787360 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 167279 3357 441 2943 0 164173 0
[pid=2156/tid=2157] ppid=2153 vsize=684476 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 700903424 3417 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=688572 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 705097728 3433 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=693692 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 710340608 3451 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100125 s]
/proc/loadavg: 2.16 2.14 1.84 4/179 2156
/proc/meminfo: memFree=30154588/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 29251 0 0 0 6 3 0 0 20 0 4 0 22843751 1333334016 30063 33554432000 4194304 16246674 140734530787936 140734530787248 7371468 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 325521 30078 799 2943 0 322415 0
[pid=2156/tid=2157] ppid=2153 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1333334016 30090 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1333334016 30101 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1333334016 30112 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200485 s]
/proc/loadavg: 2.16 2.14 1.84 4/179 2156
/proc/meminfo: memFree=30154588/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 45453 0 0 0 13 6 0 0 20 0 4 0 22843751 1343819776 46774 33554432000 4194304 16246674 140734530787936 140734530770928 7364072 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 328081 46774 800 2943 0 324975 0
[pid=2156/tid=2157] ppid=2153 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1343819776 46774 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1343819776 46774 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1343819776 46774 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300487 s]
/proc/loadavg: 2.16 2.14 1.84 4/179 2156
/proc/meminfo: memFree=30154588/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1312324 CPUtime=0.28 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 52125 0 0 0 22 6 0 0 20 0 4 0 22843751 1343819776 53446 33554432000 4194304 16246674 140734530787936 140734530770928 7928848 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 328081 53446 800 2943 0 324975 0
[pid=2156/tid=2157] ppid=2153 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1343819776 53446 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1343819776 53446 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1343819776 53446 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1312324

[startup+0.700366 s]
/proc/loadavg: 2.16 2.14 1.84 4/179 2156
/proc/meminfo: memFree=30154588/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1318468 CPUtime=0.69 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 68856 0 0 0 60 9 0 0 20 0 4 0 22843751 1350111232 71199 33554432000 4194304 16246674 140734530787936 140734530770928 4220536 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 329617 71199 801 2943 0 326511 0
[pid=2156/tid=2157] ppid=2153 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1350111232 71199 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1350111232 71199 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1350111232 71199 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1318468

[startup+1.50037 s]
/proc/loadavg: 2.16 2.14 1.84 3/183 2160
/proc/meminfo: memFree=29790352/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1348164 CPUtime=1.49 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 94410 0 0 0 137 12 0 0 20 0 4 0 22843751 1380519936 99308 33554432000 4194304 16246674 140734530787936 140734530785728 5893980 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 337041 99308 834 2943 0 333935 0
[pid=2156/tid=2157] ppid=2153 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1380519936 99308 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1380519936 99308 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1380519936 99308 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1348164

[startup+3.10037 s]
/proc/loadavg: 2.16 2.14 1.84 3/183 2160
/proc/meminfo: memFree=29754200/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1348164 CPUtime=3.09 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 122936 0 0 0 292 17 0 0 20 0 4 0 22843751 1380519936 128345 33554432000 4194304 16246674 140734530787936 140734530787112 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 337041 128345 836 2943 0 333935 0
[pid=2156/tid=2157] ppid=2153 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1380519936 128345 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1380519936 128345 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1380519936 128345 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1348164

[startup+6.30038 s]
/proc/loadavg: 2.15 2.14 1.84 4/183 2160
/proc/meminfo: memFree=29417060/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1348164 CPUtime=6.28 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 185333 0 0 0 604 24 0 0 20 0 4 0 22843751 1380519936 190742 33554432000 4194304 16246674 140734530787936 140734530787112 4206674 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 337041 190742 838 2943 0 333935 0
[pid=2156/tid=2157] ppid=2153 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1380519936 190742 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1380519936 190742 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1380519936 190742 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1348164

[startup+12.7004 s]
/proc/loadavg: 2.14 2.14 1.84 3/183 2160
/proc/meminfo: memFree=29220916/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1348164 CPUtime=12.69 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 228011 0 0 0 1238 31 0 0 20 0 4 0 22843751 1380519936 233420 33554432000 4194304 16246674 140734530787936 140734530787112 4224672 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 337041 233420 893 2943 0 333935 0
[pid=2156/tid=2157] ppid=2153 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1380519936 233420 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1380519936 233420 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1380519936 233420 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1348164

[startup+25.5005 s]
/proc/loadavg: 2.11 2.13 1.84 3/183 2160
/proc/meminfo: memFree=29032808/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1354308 CPUtime=25.49 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275194 0 0 0 2512 37 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530769856 13907028 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1354308

[startup+51.1005 s]
/proc/loadavg: 2.13 2.14 1.85 3/183 2160
/proc/meminfo: memFree=29032692/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1354308 CPUtime=51.08 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275194 0 0 0 5071 37 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530769856 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1354308

[startup+102.3 s]
/proc/loadavg: 2.11 2.13 1.86 3/184 2164
/proc/meminfo: memFree=29031924/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1354308 CPUtime=102.28 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275194 0 0 0 10185 43 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530787112 5546098 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1354308


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

/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1354308

[startup+1302.3 s]
/proc/loadavg: 2.06 2.09 2.00 3/184 2265
/proc/meminfo: memFree=29005588/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1354308 CPUtime=1302.07 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275241 0 0 0 129965 242 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530787112 13950184 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1354308

[startup+1362.3 s]
/proc/loadavg: 2.02 2.07 2.00 3/183 2266
/proc/meminfo: memFree=29004628/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1354308 CPUtime=1362.06 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275241 0 0 0 135953 253 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530787032 5546214 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1354308

[startup+1422.3 s]
/proc/loadavg: 2.06 2.07 2.00 3/183 2267
/proc/meminfo: memFree=29004368/32872528 swapFree=681968/737156
[pid=2156] ppid=2153 vsize=1354308 CPUtime=1422.06 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275241 0 0 0 141944 262 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530787112 5545872 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1354308

[startup+1482.3 s]
/proc/loadavg: 2.02 2.06 2.00 4/183 2268
/proc/meminfo: memFree=29004640/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1354308 CPUtime=1482.04 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275241 0 0 0 147933 271 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530787112 5546160 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 1354308

[startup+1542.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 2270
/proc/meminfo: memFree=29003116/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1354308 CPUtime=1542.03 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275241 0 0 0 153924 279 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530787112 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 1354308

[startup+1602.3 s]
/proc/loadavg: 2.15 2.08 2.01 3/183 2271
/proc/meminfo: memFree=29003376/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1354308 CPUtime=1602.02 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275241 0 0 0 159912 290 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530787112 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 1354308

[startup+1662.3 s]
/proc/loadavg: 2.14 2.09 2.02 3/183 2272
/proc/meminfo: memFree=29003240/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1354308 CPUtime=1662.01 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275241 0 0 0 165902 299 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530787112 5546214 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 1354308

[startup+1722.3 s]
/proc/loadavg: 2.16 2.10 2.02 3/183 2273
/proc/meminfo: memFree=29003224/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1354308 CPUtime=1722.01 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275241 0 0 0 171892 309 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530787112 5546160 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1354308

[startup+1782.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/183 2274
/proc/meminfo: memFree=29002732/32872528 swapFree=681968/737156
[pid=2156] ppid=2153 vsize=1354308 CPUtime=1781.99 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275241 0 0 0 177882 317 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530787112 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 1354308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.12 2.09 2.02 4/183 2274
/proc/meminfo: memFree=29003108/32872528 swapFree=681964/737152
[pid=2156] ppid=2153 vsize=1354308 CPUtime=1800.09 cores=0,2,4,6
/proc/2156/stat : 2156 (toysat) R 2153 2156 1377 0 -1 4202496 275241 0 0 0 179690 319 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 140734530787032 13898695 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2156/statm: 338577 280603 921 2943 0 335471 0
[pid=2156/tid=2157] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2157/stat : 2157 (toysat) S 2153 2156 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939593301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2156/tid=2158] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2158/stat : 2158 (toysat) S 2153 2156 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939582811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2156/tid=2159] ppid=2153 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/2156/task/2159/stat : 2159 (toysat) S 2153 2156 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22843751 1386811392 280603 33554432000 4194304 16246674 140734530787936 139939496848560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1354308

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1796.91
CPU system time (s): 3.19951
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 1354308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.91
system time used= 3.19951
maximum resident set size= 1122412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275241
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= 740
involuntary context switches= 2641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5663 second user time and 6.89495 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 01:59:05
IDJOB=4099805
IDBENCH=1526
IDSOLVER=2542
FILE ID=node112/4099805-1466207945
RUNJOBID= node112-1466206100-1394
PBS_JOBID= 19918164
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-nw04.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099805-1466207945/watcher-4099805-1466207945 -o /tmp/evaluation-result-4099805-1466207945/solver-4099805-1466207945 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466206100-1394 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4099805-1466207945.opb

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

MD5SUM BENCH= dd1a158f1c4d558a5b1acea2c0abe5ea
RANDOM SEED=1419712875

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30154488 kB
Buffers:           39268 kB
Cached:           109924 kB
SwapCached:         1940 kB
Active:          1215972 kB
Inactive:          60792 kB
Active(anon):    1128908 kB
Inactive(anon):     1528 kB
Active(file):      87064 kB
Inactive(file):    59264 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096920 kB
Dirty:             23712 kB
Writeback:             0 kB
AnonPages:       1864396 kB
Mapped:            10668 kB
Shmem:                 0 kB
Slab:             570812 kB
SReclaimable:      14864 kB
SUnreclaim:       555948 kB
KernelStack:        1520 kB
PageTables:         7632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2007396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1175552 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= 71668 MiB
End job on node112 at 2016-06-18 02:29:06