Trace number 4099777

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.77 1801.09

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-p0291.opb
MD5SUM5dbbb39821171ddf7cf17b36f56beeda
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10447498
Best CPU time to get the best result obtained on this benchmark0.472927
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10447498
Optimality of the best value was proved YES
Number of variables290
Total number of constraints205
Number of constraints which are clauses189
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint2
Maximum length of a constraint53
Number of terms in the objective function 288
Biggest coefficient in the objective function 80000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 686402651
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 80000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 686402651
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-18T01:59:02+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-4099777-1466207942.opb"]
0.00/0.01	c use --random-gen="2162719429 2982396509 2965648864 3730976265 3130092377 2938643387 109146207 4214347393 1101532125 3996192516 1243998898 3928011510 1555356950 1993573247 589034147 1593448346 2676003233 2242815292 2556659776 3956448442 630632414 4066422422 3310085176 2158245868 4117971480 363765255 110864688 4226022275 3221983883 4000672672 4117190693 2289866746 1376116166 3657668776 3230642974 2690257148 3211571464 1371828454 1466014915 3450187249 812469892 4136594332 1673559990 1225021402 2123736542 1615129213 3758716467 1639852045 775051030 4022844910 1936986744 887823356 1771298673 3983907916 741087460 2591300824 1382137020 616530539 2127445111 3106561395 357674915 3785338352 2159097704 3319019027 2976451077 920153225 238011378 3256359339 3797124656 2056266167 1652163602 4168308578 1839338055 2987460026 2312751562 4209536684 677087488 3848676219 3262297174 1159830016 600167144 2399631350 2404556228 2071380904 1807986614 750130250 1319902451 3207340665 3822984393 179181935 3390535522 2594417630 3294665112 471479487 519183383 3688766837 1743373681 3931351571 136790363 1410864237 2828831048 48217372 1925337634 355186478 193900155 616592833 2995308317 2583692130 1930661580 1233016408 2647146399 2291024017 632341538 523430803 3476403473 2856345356 3999218086 3359809708 1065693216 3030093295 310996516 303854197 2606022397 3027584690 1576924514 2303625463 4216894003 1236206637 3337473196 3470655847 4182955898 2723207447 1805047755 2122802278 384491825 681637999 4291660213 4271341708 1563798858 3477313822 949136512 3577563943 1948000762 3208769711 819069613 2179189184 1920010934 2913424980 2001492917 1052639124 2359357321 542802114 1350976312 1548170621 3751304150 4176788423 3327248326 475041311 3693201724 1905968273 517727013 3506075702 1877621158 324198470 1220378438 3702470612 430077873 3842171581 133074135 3598467841 754070391 1816813889 4218818948 1573914365 3001446209 2834946658 3040587045 3956437206 3520415509 1870329350 3865125602 1845996956 106356781 3106428538 3886673085 1039154143 1309798189 1203895673 3326492808 3323907196 183502324 2166046366 939202164 1444591042 3087427216 1316344944 2210380434 2098240765 1543885167 2932070702 1139723323 538229571 4139288549 309732980 634869039 1388849641 3249504503 3245489167 2726004025 2849987508 1252216011 1654234547 912025175 3569375556 2262509819 1307934193 505262476 2032877031 1258882495 3242419643 2094907685 568339269 3080023094 2895420530 3851177818 2689952441 619833572 2201353558 2981620158 2479576332 1304534363 3838154346 2016618527 678510173 1192689321 4056252316 4255429317 2892527722 1048105535 2525558116 1750774866 3802259614 2387949804 2896786140 2696020779 2406721163 2249479597 2229686050 2719727389 2647264095 2872055111 216464724 1647691630 1235248989 3783409772 1457330189 255 362436" option to reproduce the execution
0.00/0.01	c #vars 290
0.00/0.01	c #constraints 205
0.00/0.02	c BCD2: Hardening is enabled.
0.00/0.02	c BCD2: BiasedSearch is enabled.
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      165      0 |        0 |        0
0.00/0.02	c  0.0s |       0 |      232 |        0 |      165      0 |        0 |        0
0.00/0.02	c #cpu_time = 0.001s
0.00/0.02	c #wall_clock_time = 0.001s
0.00/0.02	c #decision = 232
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	o 659383325
1.39/1.44	c BCD2: updating upper bound: 686402651 -> 659473714
2.49/2.59	c BCD2: 0 <= obj <= 659473714
2.49/2.59	c BCD2: #cores=0, #unrelaxed=288, #relaxed=0, #hardened=0
2.49/2.59	c BCD2: #sat=1 #unsat=1 bias=1/2
2.49/2.59	c Solving starts ...
2.49/2.59	c ============================[ Search Statistics ]============================
2.49/2.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.59	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.59	c =============================================================================
2.49/2.59	c  0.0s |       0 |        0 |        0 |      165      0 |        0 |        0
2.49/2.59	c  0.0s |       0 |       30 |        1 |      165      0 |        0 |        0
2.49/2.59	c #cpu_time = 0.000s
2.49/2.59	c #wall_clock_time = 0.000s
2.49/2.59	c #decision = 30
2.49/2.59	c #random_decision = 0
2.49/2.59	c #conflict = 1
2.49/2.59	c #restart = 0
2.49/2.59	c BCD2: found a new core of size 14: cost of the new core is >=20000
2.49/2.59	c lower bound updated to -70390
3.69/3.77	c BCD2: 20000 <= obj <= 659473714
3.69/3.77	c BCD2: #cores=1, #unrelaxed=274, #relaxed=14, #hardened=0
3.69/3.77	c BCD2: #sat=1 #unsat=2 bias=2/3
3.69/3.77	c Solving starts ...
3.69/3.77	c ============================[ Search Statistics ]============================
3.69/3.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.77	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.77	c =============================================================================
3.69/3.77	c  0.0s |       0 |        0 |        0 |      165      0 |        0 |        0
3.69/3.77	c  0.0s |       0 |      179 |        0 |      165      0 |        0 |        0
3.69/3.77	c #cpu_time = 0.000s
3.69/3.77	c #wall_clock_time = 0.000s
3.69/3.77	c #decision = 179
3.69/3.77	c #random_decision = 0
3.69/3.77	c #conflict = 0
3.69/3.77	c #restart = 0
3.69/3.77	c BCD2: found a new core of size 21: cost of the new core is >=63228
3.69/3.77	c lower bound updated to -7162
4.89/4.93	c BCD2: 83228 <= obj <= 659473714
4.89/4.93	c BCD2: #cores=2, #unrelaxed=253, #relaxed=35, #hardened=0
4.89/4.93	c BCD2: #sat=1 #unsat=3 bias=3/4
4.89/4.93	c Solving starts ...
4.89/4.93	c ============================[ Search Statistics ]============================
4.89/4.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.93	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.93	c =============================================================================
4.89/4.93	c  0.0s |       0 |        0 |        0 |      165      0 |        0 |        0
4.89/4.93	c  0.0s |       0 |      221 |        0 |      165      0 |        0 |        0
4.89/4.93	c #cpu_time = 0.000s
4.89/4.93	c #wall_clock_time = 0.000s
4.89/4.93	c #decision = 221
4.89/4.93	c #random_decision = 0
4.89/4.93	c #conflict = 0
4.89/4.93	c #restart = 0
4.89/4.93	c BCD2: found a new core of size 2: cost of the new core is >=90390
4.89/4.93	c lower bound updated to 83228
5.99/6.08	c BCD2: 173618 <= obj <= 659473714
5.99/6.08	c BCD2: #cores=3, #unrelaxed=251, #relaxed=37, #hardened=0
5.99/6.08	c BCD2: #sat=1 #unsat=4 bias=4/5
5.99/6.08	c Solving starts ...
5.99/6.08	c ============================[ Search Statistics ]============================
5.99/6.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.08	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.08	c =============================================================================
5.99/6.08	c  0.0s |       0 |        0 |        0 |      165      0 |        0 |        1
5.99/6.08	c  0.0s |       0 |      246 |        0 |      165      0 |        0 |        1
5.99/6.08	c #cpu_time = 0.001s
5.99/6.08	c #wall_clock_time = 0.001s
5.99/6.08	c #decision = 246
5.99/6.08	c #random_decision = 0
5.99/6.08	c #conflict = 0
5.99/6.08	c #restart = 0
5.99/6.08	o 124305253
126.58/126.67	c BCD2: updating upper bound: 659473714 -> 124395642
256.84/256.96	c BCD2: 173618 <= obj <= 124395642
256.84/256.96	c BCD2: #cores=3, #unrelaxed=251, #relaxed=37, #hardened=0
256.84/256.96	c BCD2: #sat=2 #unsat=4 bias=4/6
256.84/256.98	c Solving starts ...
256.84/256.98	c ============================[ Search Statistics ]============================
256.84/256.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
256.84/256.98	c       |         |          |          |    Limit     GC | Var      | Constra 
256.84/256.98	c =============================================================================
256.84/256.98	c  0.0s |       0 |        0 |        0 |      165      0 |        0 |        1
256.84/256.98	c  0.0s |       0 |      168 |        1 |      165      0 |        0 |        1
256.84/256.98	c #cpu_time = 0.001s
256.84/256.98	c #wall_clock_time = 0.001s
256.84/256.98	c #decision = 168
256.84/256.98	c #random_decision = 0
256.84/256.98	c #conflict = 1
256.84/256.98	c #restart = 0
256.84/256.99	c BCD2: relaxing 12 and merging with 1 cores into a new core of size 33: cost of the new core is >=71480
256.84/256.99	c lower bound updated to 91480
382.32/382.47	c BCD2: 181870 <= obj <= 124395642
382.32/382.47	c BCD2: #cores=3, #unrelaxed=239, #relaxed=49, #hardened=0
382.32/382.47	c BCD2: #sat=2 #unsat=5 bias=5/7
421.72/421.80	c Solving starts ...
421.72/421.80	c ============================[ Search Statistics ]============================
421.72/421.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
421.72/421.80	c       |         |          |          |    Limit     GC | Var      | Constra 
421.72/421.80	c =============================================================================
421.72/421.80	c  0.0s |       0 |        0 |        0 |      165      0 |        3 |        1
421.72/421.80	c  0.0s |       0 |      177 |        3 |      165      0 |        3 |        6
421.72/421.80	c #cpu_time = 0.001s
421.72/421.80	c #wall_clock_time = 0.001s
421.72/421.80	c #decision = 177
421.72/421.80	c #random_decision = 0
421.72/421.80	c #conflict = 3
421.72/421.80	c #restart = 0
421.72/421.80	o 82506216

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

pid=11766
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.02 2.03 1.74 3/179 11769
/proc/meminfo: memFree=30368340/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=690620 CPUtime=0 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 2565 0 0 0 0 0 0 0 20 0 4 0 22839793 707194880 3438 33554432000 4194304 16246674 140735170691408 140735170690832 15002730 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 173167 3448 441 2943 0 170061 0
[pid=11769/tid=11770] ppid=11766 vsize=708028 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 725020672 3508 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=712124 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 729214976 3524 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=716220 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22839793 733409280 3541 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.02 2.03 1.74 3/179 11769
/proc/meminfo: memFree=30368340/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 29645 0 0 0 5 4 0 0 20 0 4 0 22839793 1247350784 30504 33554432000 4194304 16246674 140735170691408 140735170690832 12414001 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 304529 30516 738 2943 0 301423 0
[pid=11769/tid=11770] ppid=11766 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 1247350784 30526 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 1247350784 30536 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22839793 1247350784 30547 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200512 s]
/proc/loadavg: 2.02 2.03 1.74 3/179 11769
/proc/meminfo: memFree=30368340/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 55318 0 0 0 11 8 0 0 20 0 4 0 22839793 1247350784 56177 33554432000 4194304 16246674 140735170691408 140735170690832 12449130 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 304529 56190 738 2943 0 301423 0
[pid=11769/tid=11770] ppid=11766 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 1247350784 56199 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 1247350784 56207 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22839793 1247350784 56216 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300448 s]
/proc/loadavg: 2.02 2.03 1.74 3/179 11769
/proc/meminfo: memFree=30368340/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 83886 0 0 0 17 12 0 0 20 0 4 0 22839793 1247350784 84746 33554432000 4194304 16246674 140735170691408 140735170690832 6962121 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 304529 84756 738 2943 0 301423 0
[pid=11769/tid=11770] ppid=11766 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 1247350784 84763 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 1247350784 84771 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22839793 1247350784 84777 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700407 s]
/proc/loadavg: 2.02 2.03 1.74 3/179 11769
/proc/meminfo: memFree=30368340/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 189686 0 0 0 44 25 0 0 20 0 4 0 22839793 1247350784 190546 33554432000 4194304 16246674 140735170691408 140735170673280 12449273 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 304529 190560 738 2943 0 301423 0
[pid=11769/tid=11770] ppid=11766 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 1247350784 190569 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 1247350784 190578 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22839793 1247350784 190586 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.02 2.03 1.74 3/183 11822
/proc/meminfo: memFree=30171568/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=1386052 CPUtime=1.49 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 287498 0 0 0 113 36 0 0 20 0 4 0 22839793 1419317248 288335 33554432000 4194304 16246674 140735170691408 140735170690720 12449200 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 346513 288335 811 2943 0 343407 0
[pid=11769/tid=11770] ppid=11766 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 1419317248 288335 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 1419317248 288335 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 1419317248 288335 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1386052

[startup+3.10043 s]
/proc/loadavg: 2.02 2.03 1.74 3/183 11822
/proc/meminfo: memFree=30098904/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=1386052 CPUtime=3.09 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 287589 0 0 0 273 36 0 0 20 0 4 0 22839793 1419317248 288426 33554432000 4194304 16246674 140735170691408 140735170673280 12429241 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 346513 288426 836 2943 0 343407 0
[pid=11769/tid=11770] ppid=11766 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 1419317248 288426 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 1419317248 288426 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 1419317248 288426 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1386052

[startup+6.30044 s]
/proc/loadavg: 2.09 2.04 1.75 4/183 11822
/proc/meminfo: memFree=29962812/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=1386052 CPUtime=6.29 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 287594 0 0 0 593 36 0 0 20 0 4 0 22839793 1419317248 288431 33554432000 4194304 16246674 140735170691408 140735170690720 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 346513 288431 841 2943 0 343407 0
[pid=11769/tid=11770] ppid=11766 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 1419317248 288431 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 1419317248 288431 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 1419317248 288431 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1386052

[startup+12.7004 s]
/proc/loadavg: 2.09 2.04 1.75 3/183 11822
/proc/meminfo: memFree=29522816/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=1742404 CPUtime=12.69 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 376682 0 0 0 1222 47 0 0 20 0 4 0 22839793 1784221696 377519 33554432000 4194304 16246674 140735170691408 140735170690720 4225157 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 435601 377519 841 2943 0 432495 0
[pid=11769/tid=11770] ppid=11766 vsize=1742404 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 1784221696 377519 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=1742404 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 1784221696 377519 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=1742404 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 1784221696 377519 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1742404

[startup+25.5005 s]
/proc/loadavg: 2.13 2.06 1.76 3/183 11822
/proc/meminfo: memFree=28011972/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=3208772 CPUtime=25.48 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 743274 0 0 0 2455 93 0 0 20 0 4 0 22839793 3285782528 744111 33554432000 4194304 16246674 140735170691408 140735170690504 4206604 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 802193 744111 841 2943 0 799087 0
[pid=11769/tid=11770] ppid=11766 vsize=3208772 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 3285782528 744111 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=3208772 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 3285782528 744111 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=3208772 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 3285782528 744111 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3208772

[startup+51.1005 s]
/proc/loadavg: 2.09 2.05 1.76 4/183 11822
/proc/meminfo: memFree=24494220/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=6659652 CPUtime=51.08 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 1605996 0 0 0 4906 202 0 0 20 0 4 0 22839793 6819483648 1606833 33554432000 4194304 16246674 140735170691408 140735170689280 4220480 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 1664913 1606833 842 2943 0 1661807 0
[pid=11769/tid=11770] ppid=11766 vsize=6659652 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 6819483648 1606833 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=6659652 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 6819483648 1606833 33554432000 4194304 16246674 140735170691408 140527907351568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=6659652 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 6819483648 1606833 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6659652

[startup+102.301 s]
/proc/loadavg: 2.04 2.04 1.77 3/184 11826
/proc/meminfo: memFree=18799676/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=12047940 CPUtime=102.28 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 2953071 0 0 0 9843 385 0 0 20 0 4 0 22839793 12337090560 2953908 33554432000 4194304 16246674 140735170691408 140735170689280 4226245 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 3011985 2953908 842 2943 0 3008879 0
[pid=11769/tid=11770] ppid=11766 vsize=12047940 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 12337090560 2953908 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=12047940 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 12337090560 2953908 33554432000 4194304 16246674 140735170691408 140527907351568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=12047940 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 12337090560 2953908 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 12047940


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

[pid=11769] ppid=11766 vsize=15406660 CPUtime=1362.05 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 10781669 0 0 0 134546 1659 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140735170689344 4220807 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 3851665 3793602 849 2943 0 3848559 0
[pid=11769/tid=11770] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527907351568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 15406660

[startup+1422.3 s]
/proc/loadavg: 2.02 2.06 1.98 3/183 11882
/proc/meminfo: memFree=15158696/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=15406660 CPUtime=1422.05 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 10781669 0 0 0 140542 1663 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140735170689216 14013920 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 3851665 3793602 849 2943 0 3848559 0
[pid=11769/tid=11770] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527907351568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 15406660

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 1.98 3/183 11883
/proc/meminfo: memFree=15158380/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=15406660 CPUtime=1482.03 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 10781669 0 0 0 146536 1667 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140735170690504 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 3851665 3793602 849 2943 0 3848559 0
[pid=11769/tid=11770] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 15406660

[startup+1542.31 s]
/proc/loadavg: 2.14 2.07 1.99 3/182 11884
/proc/meminfo: memFree=15160288/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=15406660 CPUtime=1542.02 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 10781669 0 0 0 152532 1670 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140735170689280 4220543 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 3851665 3793602 849 2943 0 3848559 0
[pid=11769/tid=11770] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527907351568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 15406660

[startup+1602.3 s]
/proc/loadavg: 2.11 2.07 2.00 3/183 11886
/proc/meminfo: memFree=15158948/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=15406660 CPUtime=1602.01 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 10781669 0 0 0 158528 1673 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140735170689344 14016589 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 3851665 3793602 849 2943 0 3848559 0
[pid=11769/tid=11770] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527907351568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 15406660

[startup+1662.3 s]
/proc/loadavg: 2.08 2.07 2.00 3/183 11888
/proc/meminfo: memFree=15159296/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=15406660 CPUtime=1662 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 10781669 0 0 0 164521 1679 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140735170689344 4220495 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 3851665 3793602 849 2943 0 3848559 0
[pid=11769/tid=11770] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527907351568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=15406660 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 15776419840 3793602 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 15406660

[startup+1722.3 s]
/proc/loadavg: 2.08 2.07 2.00 3/183 11889
/proc/meminfo: memFree=15518864/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=15047236 CPUtime=1721.99 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 10781669 0 0 0 170516 1683 0 0 20 0 4 0 22839793 15408369664 3703746 33554432000 4194304 16246674 140735170691408 140735170690504 13901608 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 3761809 3703746 849 2943 0 3758703 0
[pid=11769/tid=11770] ppid=11766 vsize=15047236 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 15408369664 3703746 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=15047236 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 15408369664 3703746 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=15047236 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 15408369664 3703746 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 15047236

[startup+1782.3 s]
/proc/loadavg: 2.14 2.08 2.01 3/183 11890
/proc/meminfo: memFree=15517900/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=15047236 CPUtime=1781.98 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 10781669 0 0 0 176510 1688 0 0 20 0 4 0 22839793 15408369664 3703746 33554432000 4194304 16246674 140735170691408 140735170690504 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 3761809 3703746 849 2943 0 3758703 0
[pid=11769/tid=11770] ppid=11766 vsize=15047236 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 15408369664 3703746 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=15047236 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 15408369664 3703746 33554432000 4194304 16246674 140735170691408 140527907351792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=15047236 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 15408369664 3703746 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 15047236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.10 2.08 2.01 3/183 11890
/proc/meminfo: memFree=15518116/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=15047236 CPUtime=1800.08 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) R 11766 11769 10353 0 -1 4202496 10781669 0 0 0 178318 1690 0 0 20 0 4 0 22839793 15408369664 3703746 33554432000 4194304 16246674 140735170691408 140735170689344 4226200 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 3761809 3703746 849 2943 0 3758703 0
[pid=11769/tid=11770] ppid=11766 vsize=15047236 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11770/stat : 11770 (toysat) S 11766 11769 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22839793 15408369664 3703746 33554432000 4194304 16246674 140735170691408 140527987043568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=15047236 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) S 11766 11769 10353 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22839793 15408369664 3703746 33554432000 4194304 16246674 140735170691408 140527907351568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11769/tid=11772] ppid=11766 vsize=15047236 CPUtime=0 cores=1,3,5,7
/proc/11769/task/11772/stat : 11772 (toysat) S 11766 11769 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22839793 15408369664 3703746 33554432000 4194304 16246674 140735170691408 140527896878256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 15047236

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

[startup+1800.81 s]
/proc/loadavg: 2.10 2.08 2.01 3/181 11890
/proc/meminfo: memFree=22901372/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=0 CPUtime=1800.49 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) Z 11766 11769 10353 0 -1 4203532 10781669 0 0 0 178319 1730 0 0 20 0 2 0 22839793 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 0 0 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=0 CPUtime=0.39 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) R 11766 11769 10353 0 -1 4203588 7 0 0 0 0 39 0 0 20 0 2 0 22839793 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 2.10 2.08 2.01 3/181 11890
/proc/meminfo: memFree=22901372/32872528 swapFree=534252/566956
[pid=11769] ppid=11766 vsize=0 CPUtime=1800.68 cores=1,3,5,7
/proc/11769/stat : 11769 (toysat) Z 11766 11769 10353 0 -1 4203532 10781669 0 0 0 178319 1749 0 0 20 0 2 0 22839793 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11769/statm: 0 0 0 0 0 0 0
[pid=11769/tid=11771] ppid=11766 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/11769/task/11771/stat : 11771 (toysat) R 11766 11769 10353 0 -1 4203588 7 0 0 0 0 58 0 0 20 0 2 0 22839793 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.09
CPU time (s): 1800.77
CPU user time (s): 1783.19
CPU system time (s): 17.5773
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 15406660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.19
system time used= 17.5773
maximum resident set size= 15174408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10781669
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= 385
involuntary context switches= 1952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.87926 second user time and 6.65899 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 01:59:02
IDJOB=4099777
IDBENCH=1519
IDSOLVER=2542
FILE ID=node138/4099777-1466207942
RUNJOBID= node138-1466206053-10370
PBS_JOBID= 19918139
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 5dbbb39821171ddf7cf17b36f56beeda
RANDOM SEED=190420839

node138.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.395
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	: 5332.79
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.395
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.395
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.395
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.395
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.395
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.395
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.54
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.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30369256 kB
Buffers:           41464 kB
Cached:            99636 kB
SwapCached:         1056 kB
Active:          1169904 kB
Inactive:          59980 kB
Active(anon):    1089816 kB
Inactive(anon):     1192 kB
Active(file):      80088 kB
Inactive(file):    58788 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099604 kB
Dirty:             16348 kB
Writeback:             0 kB
AnonPages:       1655524 kB
Mapped:            10248 kB
Shmem:                 0 kB
Slab:             572680 kB
SReclaimable:      16484 kB
SUnreclaim:       556196 kB
KernelStack:        1480 kB
PageTables:         7156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1796976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1114112 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= 71700 MiB
End job on node138 at 2016-06-18 02:29:03