Trace number 4103189

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.5 1800.82

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-ran16x16.opb
MD5SUM334ff12347ae763156f4e4389dfec521
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6150263
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5885956
Optimality of the best value was proved NO
Number of variables7936
Total number of constraints288
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint31
Maximum length of a constraint480
Number of terms in the objective function 7936
Biggest coefficient in the objective function 5368709120
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 1558042522197
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 5368709120
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 1558042522197
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T09:06:45+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-4103189-1466233604.opb"]
0.00/0.01	c use --random-gen="1646538047 3462641299 4153662268 1192093319 122910030 2057081114 1925485591 923114467 3172260752 3082542781 1836431520 4205001081 3009016002 3181276546 1775494160 2031006372 3545216283 3222082618 113757027 2501172880 554745638 2508554065 2381008410 802347424 1531561316 1371759726 711105298 1177602993 481350165 3714928066 4212293105 3691142100 441923428 364170214 881309761 3407247980 2558262951 1203012729 3509720977 717226392 3893072694 2793094291 2834132912 3978906094 3269233268 3034116664 3046120622 1026521391 3401350421 747329017 2140520914 1513529369 839131415 3834786371 3673249425 1164560316 1459697241 3314553699 1568669508 2448980909 1839669793 850227553 499077899 1763357651 1315123382 2587990044 2285246590 1164551676 1751476996 70226281 4034986143 177175755 4156464702 2282034786 1320767800 1025763796 3116951670 1002883930 3645604031 3473340987 3504699351 3123316765 3388228539 1696624660 2870130076 1739228212 2483135166 2842438855 574061912 3293878392 1016147828 1096239231 2910692915 4176900493 2914110583 15439809 1909501876 2873044574 1006459626 1136657399 2932725498 2417171069 862803666 7405987 3853640371 3318139106 3400913949 2609383842 3243303575 3474280803 2948795247 258115242 2954888093 2618992070 3685859092 3256977339 4239620332 609223741 2855320148 2412823876 1463210152 1987756204 167222158 2403166075 1792539556 3893883320 3011087711 294677119 3942655681 3050675591 3998941828 2579638658 348796085 3055226956 2117100342 2147045963 3019189457 1229567688 2896266092 2046620809 516375376 4194568417 3358310420 4039932479 2477011037 2901372557 3286121189 556436849 4024660513 1808263211 3622714609 3749726123 3911490923 2752308418 4244186493 3334737749 1487049363 2598869805 3710293904 1302091061 1518589873 2771944821 3305244422 2754607906 2094551331 321859190 2027609702 1308119853 2141864396 2613428095 2819448585 3303236023 1427522752 3784293286 3453018633 2621524599 2346889813 2338937371 514892483 449366607 202420633 126416590 1947779562 373179587 345807118 2025830144 3094921780 360980947 3978929926 3506903159 1409280740 768021883 375137431 3518134394 3059826520 3445326663 3370079096 2667998751 2658996532 913923892 3461733127 215321046 1659765873 1754314884 3841014955 688075263 2725059850 3252605925 3078077857 2573571107 2273346686 2875204083 2377018808 1525752052 2465830903 4077999859 3117189788 4089060189 1341352992 324162044 2662019069 1677518077 1815649108 3214684159 2136764213 343521671 1051090361 1053437238 2304999962 894675014 1647156845 2329636106 412258874 2753204648 3678227862 3642220937 1742814049 3702458673 1083369515 1387010718 445401730 1661657753 2030549748 2678306000 3328848060 3543680366 1560893777 1576362180 2325411241 3715812255 104349293 1948405257 2684477499 2588075359 4004912840 4032486465 255 362436" option to reproduce the execution
0.00/0.08	c #vars 7936
0.00/0.08	c #constraints 288
0.29/0.30	c BCD2: Hardening is enabled.
0.29/0.30	c BCD2: BiasedSearch is enabled.
0.29/0.30	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |     2752      0 |     4214 |        0
0.49/0.58	c  0.0s |       0 |      363 |        0 |     2752      0 |     4214 |        0
0.49/0.58	c #cpu_time = 0.023s
0.49/0.58	c #wall_clock_time = 0.023s
0.49/0.58	c #decision = 363
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 0
0.49/0.58	c #restart = 0
0.49/0.58	o 44787728
504.01/504.12	c BCD2: hardening fixes 1594 literals
504.01/504.12	c BCD2: updating upper bound: 1558042522197 -> 44787727
504.11/504.20	c BCD2: 0 <= obj <= 44787727
504.11/504.20	c BCD2: #cores=0, #unrelaxed=6342, #relaxed=0, #hardened=1594
504.11/504.20	c BCD2: #sat=1 #unsat=1 bias=1/2
504.11/504.20	c Solving starts ...
504.11/504.20	c ============================[ Search Statistics ]============================
504.11/504.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
504.11/504.20	c       |         |          |          |    Limit     GC | Var      | Constra 
504.11/504.20	c =============================================================================
504.11/504.20	c  0.0s |       0 |        0 |        0 |     2752      0 |     4214 |        0
504.11/504.20	c  0.0s |       0 |       18 |        1 |     2752      0 |     4214 |        0
504.11/504.20	c #cpu_time = 0.004s
504.11/504.20	c #wall_clock_time = 0.004s
504.11/504.20	c #decision = 18
504.11/504.20	c #random_decision = 0
504.11/504.20	c #conflict = 1
504.11/504.20	c #restart = 0
504.11/504.20	c BCD2: found a new core of size 13: cost of the new core is >=76800
504.11/504.20	c lower bound updated to 76800
1010.23/1010.45	c BCD2: 76800 <= obj <= 44787727
1010.23/1010.45	c BCD2: #cores=1, #unrelaxed=6329, #relaxed=13, #hardened=1594
1010.23/1010.45	c BCD2: #sat=1 #unsat=2 bias=2/3
1010.23/1010.45	c Solving starts ...
1010.23/1010.45	c ============================[ Search Statistics ]============================
1010.23/1010.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1010.23/1010.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1010.23/1010.45	c =============================================================================
1010.23/1010.45	c  0.0s |       0 |        0 |        0 |     2752      0 |     4214 |        0
1010.23/1010.46	c  0.0s |       0 |       26 |        1 |     2752      0 |     4214 |        0
1010.23/1010.46	c #cpu_time = 0.005s
1010.23/1010.46	c #wall_clock_time = 0.005s
1010.23/1010.46	c #decision = 26
1010.23/1010.46	c #random_decision = 0
1010.23/1010.46	c #conflict = 1
1010.23/1010.46	c #restart = 0
1010.23/1010.46	c BCD2: found a new core of size 15: cost of the new core is >=73728
1010.23/1010.46	c lower bound updated to 150528
1511.63/1511.93	c BCD2: 150528 <= obj <= 44787727
1511.63/1511.93	c BCD2: #cores=2, #unrelaxed=6314, #relaxed=28, #hardened=1594
1511.63/1511.93	c BCD2: #sat=1 #unsat=3 bias=3/4
1511.63/1511.93	c Solving starts ...
1511.63/1511.93	c ============================[ Search Statistics ]============================
1511.63/1511.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1511.63/1511.93	c       |         |          |          |    Limit     GC | Var      | Constra 
1511.63/1511.93	c =============================================================================
1511.63/1511.93	c  0.0s |       0 |        0 |        0 |     2752      0 |     4214 |        0
1511.63/1511.93	c  0.0s |       0 |       30 |        0 |     2752      0 |     4214 |        0
1511.63/1511.93	c #cpu_time = 0.005s
1511.63/1511.93	c #wall_clock_time = 0.005s
1511.63/1511.93	c #decision = 30
1511.63/1511.93	c #random_decision = 0
1511.63/1511.93	c #conflict = 0
1511.63/1511.93	c #restart = 0
1511.63/1511.93	c BCD2: found a new core of size 16: cost of the new core is >=69632
1511.63/1511.93	c lower bound updated to 220160

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

pid=5465
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.27 2.31 2.27 3/178 5468
/proc/meminfo: memFree=16246400/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=668092 CPUtime=0 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 2483 0 0 0 0 0 0 0 20 0 4 0 25407581 684126208 3354 33554432000 4194304 16246674 140735362765232 140735362764656 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 167791 3363 441 2943 0 164685 0
[pid=5468/tid=5469] ppid=5465 vsize=686524 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 703000576 3424 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=690620 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 707194880 3441 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=694716 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 711389184 3458 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.27 2.31 2.27 3/178 5468
/proc/meminfo: memFree=16246400/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 30243 0 0 0 4 5 0 0 20 0 4 0 25407581 1334382592 31053 33554432000 4194304 16246674 140735362765232 140735362764544 12653060 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 325777 31064 821 2943 0 322671 0
[pid=5468/tid=5469] ppid=5465 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 1334382592 31072 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 1334382592 31080 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 1334382592 31089 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.20051 s]
/proc/loadavg: 2.27 2.31 2.27 3/178 5468
/proc/meminfo: memFree=16246400/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 43003 0 0 0 13 6 0 0 20 0 4 0 25407581 1343819776 43812 33554432000 4194304 16246674 140735362765232 140735362764544 5592916 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 328081 43812 834 2943 0 324975 0
[pid=5468/tid=5469] ppid=5465 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 1343819776 43812 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 1343819776 43812 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 1343819776 43812 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300478 s]
/proc/loadavg: 2.27 2.31 2.27 3/178 5468
/proc/meminfo: memFree=16246400/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 58707 0 0 0 21 8 0 0 20 0 4 0 25407581 1343819776 59516 33554432000 4194304 16246674 140735362765232 140735362764544 6759797 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 328081 59526 836 2943 0 324975 0
[pid=5468/tid=5469] ppid=5465 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 1343819776 59532 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 1343819776 59540 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 1343819776 59548 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700396 s]
/proc/loadavg: 2.27 2.31 2.27 3/178 5468
/proc/meminfo: memFree=16246400/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 114390 0 0 0 54 15 0 0 20 0 4 0 25407581 1343819776 115200 33554432000 4194304 16246674 140735362765232 140735362764544 12654533 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 328081 115214 870 2943 0 324975 0
[pid=5468/tid=5469] ppid=5465 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 1343819776 115222 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 1343819776 115232 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 1343819776 115240 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50039 s]
/proc/loadavg: 2.17 2.29 2.26 3/182 5472
/proc/meminfo: memFree=15381100/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=1353284 CPUtime=1.49 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 279479 0 0 0 112 37 0 0 20 0 4 0 25407581 1385762816 280288 33554432000 4194304 16246674 140735362765232 140735362747136 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 338321 280294 870 2943 0 335215 0
[pid=5468/tid=5469] ppid=5465 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 1385762816 280298 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 1386811392 280304 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 1386811392 280308 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1353284

[startup+3.1004 s]
/proc/loadavg: 2.17 2.29 2.26 4/183 5473
/proc/meminfo: memFree=14959988/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=1519172 CPUtime=3.08 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 320961 0 0 0 266 42 0 0 20 0 4 0 25407581 1555632128 321770 33554432000 4194304 16246674 140735362765232 140735362764544 12449200 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 379793 321770 870 2943 0 376687 0
[pid=5468/tid=5469] ppid=5465 vsize=1519172 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 1555632128 321770 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=1519172 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 1555632128 321770 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=1519172 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 1555632128 321770 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1519172

[startup+6.30041 s]
/proc/loadavg: 2.15 2.29 2.26 4/183 5473
/proc/meminfo: memFree=14864756/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=1614404 CPUtime=6.29 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 344769 0 0 0 582 47 0 0 20 0 4 0 25407581 1653149696 345578 33554432000 4194304 16246674 140735362765232 140735362764328 4222096 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 403601 345578 870 2943 0 400495 0
[pid=5468/tid=5469] ppid=5465 vsize=1614404 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 1653149696 345578 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=1614404 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 1653149696 345578 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=1614404 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 1653149696 345578 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1614404

[startup+12.7004 s]
/proc/loadavg: 2.14 2.28 2.26 3/183 5473
/proc/meminfo: memFree=13631600/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=2845252 CPUtime=12.68 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 652481 0 0 0 1181 87 0 0 20 0 4 0 25407581 2913538048 653290 33554432000 4194304 16246674 140735362765232 140735362764328 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 711313 653290 870 2943 0 708207 0
[pid=5468/tid=5469] ppid=5465 vsize=2845252 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 2913538048 653290 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=2845252 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 2913538048 653290 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=2845252 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 2913538048 653290 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2845252

[startup+25.5005 s]
/proc/loadavg: 2.18 2.28 2.26 3/183 5473
/proc/meminfo: memFree=11684764/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=4788804 CPUtime=25.49 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 1138371 0 0 0 2399 150 0 0 20 0 4 0 25407581 4903735296 1139180 33554432000 4194304 16246674 140735362765232 140735362764408 4225171 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 1197201 1139180 871 2943 0 1194095 0
[pid=5468/tid=5469] ppid=5465 vsize=4788804 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 4903735296 1139180 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=4788804 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 4903735296 1139180 33554432000 4194304 16246674 140735362765232 139870257257488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=4788804 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 4903735296 1139180 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4788804

[startup+51.1005 s]
/proc/loadavg: 2.32 2.31 2.27 3/183 5473
/proc/meminfo: memFree=7761824/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=8704580 CPUtime=51.08 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 2117317 0 0 0 4828 280 0 0 20 0 4 0 25407581 8913489920 2118126 33554432000 4194304 16246674 140735362765232 140735362764328 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 2176145 2118126 871 2943 0 2173039 0
[pid=5468/tid=5469] ppid=5465 vsize=8704580 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 8913489920 2118126 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=8704580 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 8913489920 2118126 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=8704580 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 8913489920 2118126 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8704580

[startup+102.3 s]
/proc/loadavg: 2.14 2.26 2.25 3/183 5523
/proc/meminfo: memFree=13241040/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=10583620 CPUtime=102.28 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 2754757 0 0 0 9856 372 0 0 20 0 4 0 25407581 10837626880 2587886 33554432000 4194304 16246674 140735362765232 140735362764328 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 2645905 2587886 871 2943 0 2642799 0
[pid=5468/tid=5469] ppid=5465 vsize=10583620 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 10837626880 2587886 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=10583620 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 10837626880 2587886 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=10583620 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 10837626880 2587886 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 10583620


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

/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 12315070464 2948647 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=12026436 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 12315070464 2948647 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=12026436 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 12315070464 2948647 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 12026436

[startup+1362.3 s]
/proc/loadavg: 2.26 2.27 2.21 3/183 5602
/proc/meminfo: memFree=19728416/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=8026692 CPUtime=1362.06 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 22950143 0 0 0 132615 3591 0 0 20 0 4 0 25407581 8219332608 1948711 33554432000 4194304 16246674 140735362765232 140735362763136 4206664 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 2006673 1948711 909 2943 0 2003567 0
[pid=5468/tid=5469] ppid=5465 vsize=8026692 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 8219332608 1948711 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=8026692 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 8219332608 1948711 33554432000 4194304 16246674 140735362765232 139870257257488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=8026692 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 8219332608 1948711 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 8026692

[startup+1422.3 s]
/proc/loadavg: 2.22 2.26 2.21 3/184 5606
/proc/meminfo: memFree=15908124/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=11840068 CPUtime=1422.06 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 23950336 0 0 0 138476 3730 0 0 20 0 4 0 25407581 12124229632 2902056 33554432000 4194304 16246674 140735362765232 140735362764328 13901608 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 2960017 2902056 909 2943 0 2956911 0
[pid=5468/tid=5469] ppid=5465 vsize=11840068 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 12124229632 2902056 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=11840068 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 12124229632 2902056 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=11840068 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 12124229632 2902056 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 11840068

[startup+1482.3 s]
/proc/loadavg: 2.28 2.27 2.21 4/183 5607
/proc/meminfo: memFree=15936304/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=11811396 CPUtime=1482.04 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 23950336 0 0 0 144465 3739 0 0 20 0 4 0 25407581 12094869504 2894888 33554432000 4194304 16246674 140735362765232 140735362764328 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 2952849 2894888 909 2943 0 2949743 0
[pid=5468/tid=5469] ppid=5465 vsize=11811396 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 12094869504 2894888 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=11811396 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 12094869504 2894888 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=11811396 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 12094869504 2894888 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 11811396

[startup+1542.31 s]
/proc/loadavg: 2.26 2.27 2.21 3/183 5609
/proc/meminfo: memFree=21522340/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=6236740 CPUtime=1542.04 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 24620033 0 0 0 150331 3873 0 0 20 0 4 0 25407581 6386421760 1501225 33554432000 4194304 16246674 140735362765232 140735362764328 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 1559185 1501225 909 2943 0 1556079 0
[pid=5468/tid=5469] ppid=5465 vsize=6236740 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 6386421760 1501225 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=6236740 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 6386421760 1501225 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=6236740 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 6386421760 1501225 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 6236740

[startup+1602.3 s]
/proc/loadavg: 2.22 2.26 2.21 3/183 5610
/proc/meminfo: memFree=17062208/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=10688068 CPUtime=1602.01 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 26307587 0 0 0 156089 4112 0 0 20 0 4 0 25407581 10944581632 2614059 33554432000 4194304 16246674 140735362765232 140735362764408 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 2672017 2614059 909 2943 0 2668911 0
[pid=5468/tid=5469] ppid=5465 vsize=10688068 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 10944581632 2614059 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=10688068 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 10944581632 2614059 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=10688068 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 10944581632 2614059 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 10688068

[startup+1662.3 s]
/proc/loadavg: 2.34 2.29 2.22 4/183 5611
/proc/meminfo: memFree=18749072/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=8006212 CPUtime=1662 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 27133955 0 0 0 161946 4254 0 0 20 0 4 0 25407581 8198361088 1943595 33554432000 4194304 16246674 140735362765232 140735362764544 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 2001553 1943595 909 2943 0 1998447 0
[pid=5468/tid=5469] ppid=5465 vsize=8006212 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 8198361088 1943595 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=8006212 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 8198361088 1943595 33554432000 4194304 16246674 140735362765232 139870257257712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=8006212 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 8198361088 1943595 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 8006212

[startup+1722.3 s]
/proc/loadavg: 2.25 2.26 2.21 3/183 5612
/proc/meminfo: memFree=19450216/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=8830532 CPUtime=1721.99 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 28207578 0 0 0 167783 4416 0 0 20 0 4 0 25407581 9042464768 2149634 33554432000 4194304 16246674 140735362765232 140735362763896 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 2207633 2149642 909 2943 0 2204527 0
[pid=5468/tid=5469] ppid=5465 vsize=8830532 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 9042464768 2149647 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=8830532 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 9042464768 2149655 33554432000 4194304 16246674 140735362765232 139870257257488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=8830532 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 9042464768 2149660 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 8830532

[startup+1782.3 s]
/proc/loadavg: 2.23 2.26 2.21 3/183 5613
/proc/meminfo: memFree=16069152/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=11679300 CPUtime=1781.98 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 29543174 0 0 0 173591 4607 0 0 20 0 4 0 25407581 11959603200 2861870 33554432000 4194304 16246674 140735362765232 140735362763072 4206604 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 2919825 2861870 909 2943 0 2916719 0
[pid=5468/tid=5469] ppid=5465 vsize=11679300 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 11959603200 2861870 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=11679300 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 11959603200 2861870 33554432000 4194304 16246674 140735362765232 139870257257488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=11679300 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 11959603200 2861870 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 11679300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.25 2.26 2.21 3/183 5613
/proc/meminfo: memFree=19726340/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=8026692 CPUtime=1800.08 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) R 5465 5468 579 0 -1 4202496 29576710 0 0 0 175375 4633 0 0 20 0 4 0 25407581 8219332608 1948718 33554432000 4194304 16246674 140735362765232 140735362763136 4207010 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 2006673 1948718 909 2943 0 2003567 0
[pid=5468/tid=5469] ppid=5465 vsize=8026692 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5469/stat : 5469 (toysat) S 5465 5468 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25407581 8219332608 1948718 33554432000 4194304 16246674 140735362765232 139870267747568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=8026692 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) S 5465 5468 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25407581 8219332608 1948718 33554432000 4194304 16246674 140735362765232 139870257257488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5468/tid=5471] ppid=5465 vsize=8026692 CPUtime=0 cores=0,2,4,6
/proc/5468/task/5471/stat : 5471 (toysat) S 5465 5468 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25407581 8219332608 1948718 33554432000 4194304 16246674 140735362765232 139870173392048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 8026692

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

[startup+1800.81 s]
/proc/loadavg: 2.23 2.26 2.21 3/181 5614
/proc/meminfo: memFree=25241248/32872528 swapFree=17888/1798212
[pid=5468] ppid=5465 vsize=0 CPUtime=1800.48 cores=0,2,4,6
/proc/5468/stat : 5468 (toysat) Z 5465 5468 579 0 -1 4203532 29576710 0 0 0 175375 4673 0 0 20 0 2 0 25407581 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5468/statm: 0 0 0 0 0 0 0
[pid=5468/tid=5470] ppid=5465 vsize=0 CPUtime=0.39 cores=0,2,4,6
/proc/5468/task/5470/stat : 5470 (toysat) R 5465 5468 579 0 -1 4203588 8 0 0 0 0 39 0 0 20 0 2 0 25407581 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.82
CPU time (s): 1800.5
CPU user time (s): 1753.75
CPU system time (s): 46.7459
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 12028484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1753.75
system time used= 46.7459
maximum resident set size= 11796644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29576710
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= 612
involuntary context switches= 1801

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6143 second user time and 6.86996 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-18 09:06:44
IDJOB=4103189
IDBENCH=2293
IDSOLVER=2542
FILE ID=node123/4103189-1466233604
RUNJOBID= node123-1466206081-595
PBS_JOBID= 19918154
Free space on /tmp= 71612 MiB

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

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

MD5SUM BENCH= 334ff12347ae763156f4e4389dfec521
RANDOM SEED=148797783

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        16246672 kB
Buffers:          110368 kB
Cached:           169712 kB
SwapCached:         1628 kB
Active:         13841596 kB
Inactive:         220016 kB
Active(anon):   13735248 kB
Inactive(anon):    48536 kB
Active(file):     106348 kB
Inactive(file):   171480 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099316 kB
Dirty:             16676 kB
Writeback:             4 kB
AnonPages:      15578928 kB
Mapped:            10864 kB
Shmem:                 0 kB
Slab:             603864 kB
SReclaimable:      47648 kB
SUnreclaim:       556216 kB
KernelStack:        1424 kB
PageTables:        34420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   15723124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1800192 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= 71604 MiB
End job on node123 at 2016-06-18 09:36:45