Trace number 4107498

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.09 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
10orplus/normalized-python-hippocanvas.cudf.paranoid.opb
MD5SUM753c4f839bebac8f8ddeca299167cdd5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark167684
Best CPU time to get the best result obtained on this benchmark30.1954
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19772
Total number of constraints96428
Number of constraints which are clauses94863
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7255
Biggest coefficient in the objective function 4297
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12723415
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4297
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12723415
Number of bits of the biggest sum of numbers24
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-18T23:32:54+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-4107498-1466285573.opb"]
0.00/0.01	c use --random-gen="2373246352 2237399920 209158039 838028909 1460974370 3427380434 3262723362 1911751313 3609537888 2925988655 621492313 3821084029 1794674440 2611893271 2597830948 2326879 4009068996 1473824623 1530403341 1011050546 4248319909 15093814 701329671 3877801035 142665215 3852893938 3999703070 4138423153 3766217430 1951600293 121512644 2488116129 2552457481 3264631500 1840816225 1655801139 1224486749 3621907665 2910361322 1051937080 346859809 1100772841 664674750 2170647363 321769660 3506786978 1898622037 3829589824 126536799 2063748036 1798688072 515046542 185519977 1329309740 1659332348 2039121206 360635066 3578346994 71381206 1857311780 1236690175 615400583 2136139439 2057271285 3461164687 735579370 1155009926 1410936412 2847804294 237214242 2486847202 1849951030 3386230446 2835017231 2068470020 99390345 3369253402 1460078999 1107501287 640745764 513829953 199160481 1847062138 4058383828 2528162177 1990088881 3785913709 2282039986 1917223278 3499320402 3610938556 4213047173 752008029 3735067744 2127721029 1582304440 509565366 3221237879 2798993411 1513665971 66967909 2202092765 342461093 594911183 2231053640 961287842 2465755713 25440634 987913879 3518513861 3800437150 4282508087 246328525 2227444046 1777546300 2164463708 3495959848 3408592455 2986096322 394482549 3310898961 2680104804 3613149813 1086634993 3252357764 60169502 2231310551 3892543934 4186468926 3389322397 2455596130 4281015429 2342904769 276653047 2626263113 4262766401 3120337351 343512783 1180720045 2081296061 1964872268 2049659041 1179275762 1963939584 2677484385 3896455290 2591741303 2234633845 2102057346 85600129 3297245719 3219779280 86810036 4193951320 1264121809 2692298539 1385547122 3506354508 521313812 3766737223 4011573353 2342467447 2947173266 3116437098 2896074292 1171176928 571187658 2769680548 2015664551 1704518000 346791831 869045016 4162291811 1268750966 1815909419 598679832 2900871739 3177601701 1777539037 820140002 2465948349 3382147794 256970281 1197124256 1358026253 3373140734 1039448202 2752078208 198250008 3837083611 1099702493 3685412905 4118281118 1093160873 3194224803 105528643 980631041 3027987640 3276487361 2927732659 141399932 1019682548 1298207300 1921190884 29320823 1021507411 532582297 580743652 1641006306 1852086585 2464005051 3076261938 3065466450 3451459176 2789231186 3065454830 3461286893 2159781607 302736581 1668801887 127690951 150228972 1625448709 2369039130 3703723135 4059436467 2974743588 1263562136 2567488061 1215647610 49601967 2724504023 1309039746 895158921 2316609164 2590652787 727099880 2451490289 3954636699 3125793383 1089458652 911295185 276041367 4237126517 451555009 905573920 877236061 982443294 1050814704 3548297936 2485792781 66466645 2055535406 179087255 2990042525 3009761897 255 362436" option to reproduce the execution
0.69/0.73	c #vars 19772
0.69/0.73	c #constraints 96428
2.19/2.27	c BCD2: Hardening is enabled.
2.19/2.27	c BCD2: BiasedSearch is enabled.
2.19/2.27	c Solving starts ...
2.19/2.27	c ============================[ Search Statistics ]============================
2.19/2.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.27	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.27	c =============================================================================
2.19/2.27	c  0.0s |       0 |        0 |        0 |    38672      0 |       56 |        0
2.78/2.80	c  0.5s |       1 |    72329 |      100 |    38672      0 |       56 |      143
4.29/4.36	c  2.1s |       2 |   255123 |      250 |    42540      0 |       56 |      143
7.39/7.43	c  5.2s |       2 |   590974 |      436 |    46795      0 |       56 |      143
7.39/7.43	c #cpu_time = 5.150s
7.39/7.43	c #wall_clock_time = 5.151s
7.39/7.43	c #decision = 590974
7.39/7.43	c #random_decision = 1798
7.39/7.43	c #conflict = 436
7.39/7.43	c #restart = 2
7.39/7.43	o 6590679
225.16/225.27	c BCD2: updating upper bound: 12723415 -> 6590678
460.52/460.63	c BCD2: 0 <= obj <= 6590678
460.52/460.63	c BCD2: #cores=0, #unrelaxed=7255, #relaxed=0, #hardened=0
460.52/460.63	c BCD2: #sat=1 #unsat=1 bias=1/2
460.52/460.63	c Solving starts ...
460.52/460.63	c ============================[ Search Statistics ]============================
460.52/460.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
460.52/460.63	c       |         |          |          |    Limit     GC | Var      | Constra 
460.52/460.63	c =============================================================================
460.52/460.63	c  0.0s |       0 |        0 |        0 |    46795      0 |       56 |      143
460.52/460.69	c  0.1s |       0 |      382 |        0 |    46795      0 |       56 |      143
460.52/460.69	c #cpu_time = 0.054s
460.52/460.69	c #wall_clock_time = 0.054s
460.52/460.69	c #decision = 382
460.52/460.69	c #random_decision = 0
460.52/460.69	c #conflict = 0
460.52/460.69	c #restart = 0
460.52/460.69	c BCD2: found a new core of size 2: cost of the new core is >=1
460.52/460.69	c lower bound updated to 1
690.39/690.53	c BCD2: 1 <= obj <= 6590678
690.39/690.53	c BCD2: #cores=1, #unrelaxed=7253, #relaxed=2, #hardened=0
690.39/690.53	c BCD2: #sat=1 #unsat=2 bias=2/3
690.39/690.53	c Solving starts ...
690.39/690.53	c ============================[ Search Statistics ]============================
690.39/690.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
690.39/690.53	c       |         |          |          |    Limit     GC | Var      | Constra 
690.39/690.53	c =============================================================================
690.39/690.54	c  0.0s |       0 |        0 |        0 |    46795      0 |       56 |      143
690.49/690.66	c  0.1s |       0 |      941 |        2 |    46795      0 |      113 |      627
690.49/690.66	c #cpu_time = 0.119s
690.49/690.66	c #wall_clock_time = 0.119s
690.49/690.66	c #decision = 941
690.49/690.66	c #random_decision = 0
690.49/690.66	c #conflict = 2
690.49/690.66	c #restart = 0
690.49/690.66	c BCD2: found a new core of size 2: cost of the new core is >=1
690.49/690.66	c lower bound updated to 2
932.15/932.32	c BCD2: 2 <= obj <= 6590678
932.15/932.32	c BCD2: #cores=2, #unrelaxed=7251, #relaxed=4, #hardened=0
932.15/932.32	c BCD2: #sat=1 #unsat=3 bias=3/4
932.15/932.32	c Solving starts ...
932.15/932.32	c ============================[ Search Statistics ]============================
932.15/932.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
932.15/932.32	c       |         |          |          |    Limit     GC | Var      | Constra 
932.15/932.32	c =============================================================================
932.15/932.32	c  0.0s |       0 |        0 |        0 |    46795      0 |      113 |      627
932.15/932.38	c  0.1s |       0 |      538 |        0 |    46795      0 |      113 |      627
932.15/932.38	c #cpu_time = 0.055s
932.15/932.38	c #wall_clock_time = 0.055s
932.15/932.38	c #decision = 538
932.15/932.38	c #random_decision = 0
932.15/932.38	c #conflict = 0
932.15/932.38	c #restart = 0
932.15/932.38	c BCD2: found a new core of size 1: cost of the new core is >=1
932.15/932.38	c lower bound updated to 3
1170.96/1171.26	c BCD2: 3 <= obj <= 6590678
1170.96/1171.26	c BCD2: #cores=3, #unrelaxed=7250, #relaxed=5, #hardened=0
1170.96/1171.26	c BCD2: #sat=1 #unsat=4 bias=4/5
1170.96/1171.26	c Solving starts ...
1170.96/1171.26	c ============================[ Search Statistics ]============================
1170.96/1171.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1170.96/1171.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1170.96/1171.26	c =============================================================================
1170.96/1171.26	c  0.0s |       0 |        0 |        0 |    46795      0 |      113 |      627
1171.06/1171.32	c  0.1s |       0 |      556 |        0 |    46795      0 |      113 |      627
1171.06/1171.32	c #cpu_time = 0.053s
1171.06/1171.32	c #wall_clock_time = 0.053s
1171.06/1171.32	c #decision = 556
1171.06/1171.32	c #random_decision = 0
1171.06/1171.32	c #conflict = 0
1171.06/1171.32	c #restart = 0
1171.06/1171.32	c BCD2: found a new core of size 1: cost of the new core is >=1
1171.06/1171.32	c lower bound updated to 4
1404.54/1404.92	c BCD2: 4 <= obj <= 6590678
1404.54/1404.92	c BCD2: #cores=4, #unrelaxed=7249, #relaxed=6, #hardened=0
1404.54/1404.92	c BCD2: #sat=1 #unsat=5 bias=5/6
1404.54/1404.92	c Solving starts ...
1404.54/1404.92	c ============================[ Search Statistics ]============================
1404.54/1404.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1404.54/1404.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1404.54/1404.92	c =============================================================================
1404.54/1404.92	c  0.0s |       0 |        0 |        0 |    46795      0 |      113 |      627
1404.54/1404.98	c  0.1s |       0 |      557 |        0 |    46795      0 |      113 |      627
1404.54/1404.98	c #cpu_time = 0.060s
1404.54/1404.98	c #wall_clock_time = 0.060s
1404.54/1404.98	c #decision = 557
1404.54/1404.98	c #random_decision = 0
1404.54/1404.98	c #conflict = 0
1404.54/1404.98	c #restart = 0
1404.54/1404.98	c BCD2: found a new core of size 1: cost of the new core is >=1
1404.54/1404.98	c lower bound updated to 5
1626.30/1626.77	c BCD2: 5 <= obj <= 6590678
1626.30/1626.77	c BCD2: #cores=5, #unrelaxed=7248, #relaxed=7, #hardened=0
1626.30/1626.77	c BCD2: #sat=1 #unsat=6 bias=6/7
1626.30/1626.77	c Solving starts ...
1626.30/1626.77	c ============================[ Search Statistics ]============================
1626.30/1626.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1626.30/1626.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1626.30/1626.77	c =============================================================================
1626.30/1626.77	c  0.0s |       0 |        0 |        0 |    46795      0 |      113 |      627
1626.40/1626.82	c  0.1s |       0 |      566 |        0 |    46795      0 |      113 |      627
1626.40/1626.82	c #cpu_time = 0.049s
1626.40/1626.82	c #wall_clock_time = 0.050s
1626.40/1626.82	c #decision = 566
1626.40/1626.82	c #random_decision = 0
1626.40/1626.82	c #conflict = 0
1626.40/1626.82	c #restart = 0
1626.40/1626.82	c BCD2: found a new core of size 1: cost of the new core is >=1
1626.40/1626.82	c lower bound updated to 6

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

pid=28239
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.32 2.34 2.28 4/178 28242
/proc/meminfo: memFree=29140852/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=725436 CPUtime=0 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 2705 0 0 0 0 0 0 0 20 0 4 0 30603087 742846464 3066 33554432000 4194304 16246674 140733550316016 140733550315440 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 181871 3075 441 2943 0 178765 0
[pid=28242/tid=28243] ppid=28239 vsize=742844 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 760672256 3131 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=746940 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 764866560 3150 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=751036 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30603087 769060864 3163 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100181 s]
/proc/loadavg: 2.32 2.34 2.28 4/178 28242
/proc/meminfo: memFree=29140852/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1221188 CPUtime=0.08 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 26218 0 0 0 5 3 0 0 20 0 4 0 30603087 1250496512 26517 33554432000 4194304 16246674 140733550316016 140733550315328 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 305297 26523 799 2943 0 302191 0
[pid=28242/tid=28243] ppid=28239 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1250496512 26529 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1250496512 26533 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1250496512 26540 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1221188

[startup+0.200534 s]
/proc/loadavg: 2.32 2.34 2.28 4/178 28242
/proc/meminfo: memFree=29140852/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 48579 0 0 0 13 6 0 0 20 0 4 0 30603087 1344868352 49388 33554432000 4194304 16246674 140733550316016 140733550315328 7387630 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 328337 49388 800 2943 0 325231 0
[pid=28242/tid=28243] ppid=28239 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1344868352 49388 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1344868352 49388 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1344868352 49388 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300506 s]
/proc/loadavg: 2.32 2.34 2.28 4/178 28242
/proc/meminfo: memFree=29140852/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 66500 0 0 0 21 8 0 0 20 0 4 0 30603087 1344868352 67309 33554432000 4194304 16246674 140733550316016 140733550315328 4220552 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 328337 67309 800 2943 0 325231 0
[pid=28242/tid=28243] ppid=28239 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1344868352 67309 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1344868352 67309 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1344868352 67309 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700478 s]
/proc/loadavg: 2.32 2.34 2.28 4/178 28242
/proc/meminfo: memFree=29140852/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 71529 0 0 0 60 9 0 0 20 0 4 0 30603087 1344868352 72338 33554432000 4194304 16246674 140733550316016 140733550315328 7392457 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 328337 72338 800 2943 0 325231 0
[pid=28242/tid=28243] ppid=28239 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1344868352 72338 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1344868352 72338 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1344868352 72338 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50047 s]
/proc/loadavg: 2.38 2.35 2.28 4/183 28247
/proc/meminfo: memFree=28695136/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 190112 0 0 0 122 27 0 0 20 0 4 0 30603087 1344868352 190922 33554432000 4194304 16246674 140733550316016 140733550297920 6756338 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 328337 190932 840 2943 0 325231 0
[pid=28242/tid=28243] ppid=28239 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1344868352 190937 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1344868352 190942 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1344868352 190948 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10048 s]
/proc/loadavg: 2.38 2.35 2.28 3/183 28247
/proc/meminfo: memFree=28048228/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=3.08 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 272578 0 0 0 268 40 0 0 20 0 4 0 30603087 1389957120 273387 33554432000 4194304 16246674 140733550316016 140733550297920 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 273387 889 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 273387 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 273387 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 273387 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1357380

[startup+6.30048 s]
/proc/loadavg: 2.35 2.34 2.28 4/183 28247
/proc/meminfo: memFree=28017656/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=6.29 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280026 0 0 0 587 42 0 0 20 0 4 0 30603087 1389957120 280835 33554432000 4194304 16246674 140733550316016 140733550297920 5823678 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280835 895 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280835 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280835 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280835 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1357380

[startup+12.7005 s]
/proc/loadavg: 2.32 2.34 2.28 3/183 28247
/proc/meminfo: memFree=28018076/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=12.69 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280035 0 0 0 1227 42 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140733550297920 12371171 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280844 904 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1357380

[startup+25.5005 s]
/proc/loadavg: 2.35 2.34 2.28 3/183 28247
/proc/meminfo: memFree=28016864/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=25.49 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280035 0 0 0 2507 42 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140733550297920 12429241 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280844 904 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1357380

[startup+51.1005 s]
/proc/loadavg: 2.43 2.36 2.28 3/183 28247
/proc/meminfo: memFree=28016832/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=51.08 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280035 0 0 0 5066 42 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140733550297920 12654233 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280844 904 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1357380

[startup+102.3 s]
/proc/loadavg: 2.31 2.33 2.28 3/183 28248
/proc/meminfo: memFree=28016948/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=102.28 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280035 0 0 0 10186 42 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140733550313920 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280844 904 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280844 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1357380


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

/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 1357380

[startup+1362.3 s]
/proc/loadavg: 2.29 2.32 2.27 3/183 28290
/proc/meminfo: memFree=28013168/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=1361.95 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280256 0 0 0 136151 44 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140733550297920 12414034 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280864 920 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 1357380

[startup+1422.3 s]
/proc/loadavg: 2.38 2.34 2.28 4/183 28291
/proc/meminfo: memFree=28013460/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=1421.94 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280265 0 0 0 142150 44 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140733550297920 13009029 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280864 920 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1357380

[startup+1482.3 s]
/proc/loadavg: 2.30 2.32 2.27 3/183 28292
/proc/meminfo: memFree=28013208/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=1481.93 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280265 0 0 0 148149 44 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140733550313856 12654386 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280864 920 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 1357380

[startup+1542.31 s]
/proc/loadavg: 2.31 2.32 2.27 3/183 28343
/proc/meminfo: memFree=27966248/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=1541.93 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280265 0 0 0 154149 44 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140733550297920 6955544 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280864 920 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1357380

[startup+1602.3 s]
/proc/loadavg: 2.25 2.30 2.27 3/183 28344
/proc/meminfo: memFree=27018560/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=1601.91 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280265 0 0 0 160147 44 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140733550297920 12656080 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280864 920 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 1357380

[startup+1662.3 s]
/proc/loadavg: 2.14 2.26 2.26 4/184 28348
/proc/meminfo: memFree=26395940/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=1661.9 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280265 0 0 0 166146 44 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140733550297920 12429162 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280864 920 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1357380

[startup+1722.3 s]
/proc/loadavg: 2.25 2.27 2.26 3/184 28372
/proc/meminfo: memFree=25818112/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=1721.89 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280265 0 0 0 172145 44 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140733550313856 12654399 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280864 920 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 1357380

[startup+1782.3 s]
/proc/loadavg: 2.21 2.25 2.25 3/183 28373
/proc/meminfo: memFree=25471144/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=1781.89 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280265 0 0 0 178144 45 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140733550313920 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280864 920 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 1357380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.30 2.27 2.26 3/183 28373
/proc/meminfo: memFree=25229100/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=1800.08 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280265 0 0 0 179963 45 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140733550297920 4206568 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280864 920 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1357380

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

[startup+1800.5 s]
/proc/loadavg: 2.30 2.27 2.26 3/183 28373
/proc/meminfo: memFree=25229100/32872528 swapFree=1499884/1696108
[pid=28242] ppid=28239 vsize=1357380 CPUtime=1800.08 cores=1,3,5,7
/proc/28242/stat : 28242 (toysat) R 28239 28242 24910 0 -1 4202496 280265 0 0 0 179963 45 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140733550297920 4206568 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28242/statm: 339345 280864 920 2943 0 336239 0
[pid=28242/tid=28243] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28243/stat : 28243 (toysat) S 28239 28242 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563252751600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28242/tid=28244] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28244/stat : 28244 (toysat) S 28239 28242 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563242261744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=28242/tid=28245] ppid=28239 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/28242/task/28245/stat : 28245 (toysat) S 28239 28242 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30603087 1389957120 280864 33554432000 4194304 16246674 140733550316016 140563231788208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1357380

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1799.64
CPU system time (s): 0.451931
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.451931
maximum resident set size= 1123456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280265
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= 239
involuntary context switches= 1980

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.09307 second user time and 7.17291 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 23:32:53
IDJOB=4107498
IDBENCH=72225
IDSOLVER=2542
FILE ID=node137/4107498-1466285573
RUNJOBID= node137-1466264772-24927
PBS_JOBID= 19918225
Free space on /tmp= 71684 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/10orplus/normalized-python-hippocanvas.cudf.paranoid.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107498-1466285573/watcher-4107498-1466285573 -o /tmp/evaluation-result-4107498-1466285573/solver-4107498-1466285573 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466264772-24927 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107498-1466285573.opb

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

MD5SUM BENCH= 753c4f839bebac8f8ddeca299167cdd5
RANDOM SEED=1680990315

node137.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.486
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.97
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.486
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.486
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.486
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.486
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.486
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.38
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.486
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.486
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:        29140752 kB
Buffers:           42148 kB
Cached:           164560 kB
SwapCached:         1216 kB
Active:          1188484 kB
Inactive:         107612 kB
Active(anon):    1087948 kB
Inactive(anon):     3980 kB
Active(file):     100536 kB
Inactive(file):   103632 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100060 kB
Dirty:             19828 kB
Writeback:             0 kB
AnonPages:       2785140 kB
Mapped:            10840 kB
Shmem:                 0 kB
Slab:             604100 kB
SReclaimable:      47900 kB
SUnreclaim:       556200 kB
KernelStack:        1456 kB
PageTables:         9716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2929592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node137 at 2016-06-19 00:02:54