Trace number 4079147

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.03 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
10orplus/normalized-python-cairo.cudf.paranoid.opb
MD5SUM8424b7061409513cf5c3292b053a86a1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark141778
Best CPU time to get the best result obtained on this benchmark25.9161
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19768
Total number of constraints96403
Number of constraints which are clauses94838
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 7253
Biggest coefficient in the objective function 4295
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12717493
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4295
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12717493
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-07T05:20:52+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-4079147-1465269652.opb"]
0.00/0.01	c use --random-gen="147636508 3146501536 1980824200 932160923 1826313648 2481603108 2146913241 2782727373 3143093094 3158492437 2944999409 241126621 2431531599 871700789 447272658 2611538877 1284625506 336896173 2791175559 3665447187 2938711611 3461001422 3440997336 1013251065 2915493773 1993250042 2779304289 1203066877 450006683 3293211242 1269457979 3445375760 1028753537 3291484325 167911388 1471683110 1907548618 3852408109 2775769532 25810571 3660080191 3987681061 2768353788 2509463884 937375256 2458589372 2691472352 2945968209 3051837346 872837163 2252454490 1660921843 2129002806 1721810753 3087448362 3639423704 3240916828 1850596579 3885800027 943047429 2542374069 3506792059 3087937211 4229186081 4259138119 109359793 2979389669 1929195554 1457516355 1395535846 1157669043 3812462578 1994726303 4235393997 900725771 1804220971 2333711349 398295996 2402693053 2763532407 2919545669 2478207840 3114393520 1652361378 2776767302 3488650428 2395666090 338829576 1262380347 1789521642 1410304432 27356200 2447598954 4104701821 3025710294 1566915004 2857422836 1408530629 3581114749 2405496617 3631512912 1446955257 2654114079 702392873 2019844686 4093969343 1234876307 4100858363 836515334 1921266475 3986244983 4016119981 2003170018 1530896513 1216028326 1786530491 927770789 3987033954 170377121 1417461734 3702519991 1330769774 788686204 4098186748 2189825538 1857611866 2228900628 2386167766 3237933532 1017170546 687654114 2136313646 3820879099 481234331 1630924653 2065953601 854312410 3183731401 3741132052 2389352177 134124482 3082633450 1320744497 2798423798 1655473239 1973894778 1906186242 88535160 64026043 2786948042 2078560751 2604093283 3730213372 3420081437 2082303307 2537522846 913849800 3855782988 944669192 2344995024 899337298 1334777652 2431004431 2877927039 2221914134 41896011 2009893433 4177658951 3109953556 3653827059 2258889557 3081820756 2962384118 1428007199 1495264076 1724952257 229645027 4249323534 1324683046 2556011873 3427823142 3608083174 2633072636 1146310201 2982596934 1393348360 2820190964 4084355707 1357721964 87484675 844721856 2000707681 1758637974 1834518068 1327031771 142034197 1643196626 4029757467 3761989016 3887865046 2920853718 4052630847 2729199354 2292049008 1282926245 602001382 2027491022 2407441281 3632725365 2798317544 2597224914 403163463 121475486 2808470346 3612369266 3067892653 2491413903 2946706693 2691908099 3286201330 1350378812 570935958 2486757740 2350470924 3361116776 1585509986 2123017959 1132049578 2799675857 3385971382 3686911516 1139237491 392520013 2866004507 130262609 96806189 3244963124 3561447803 3821714090 4123759756 3523212170 3744825373 394389192 2275185774 3843189345 3817105684 3164756661 2600068722 3706255981 4057628829 1753600784 3676452964 3550366057 2459662923 1419307229 470185310 255 362436" option to reproduce the execution
0.69/0.72	c #vars 19768
0.69/0.72	c #constraints 96403
2.20/2.24	c BCD2: Hardening is enabled.
2.20/2.24	c BCD2: BiasedSearch is enabled.
2.20/2.24	c Solving starts ...
2.20/2.24	c ============================[ Search Statistics ]============================
2.20/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.24	c =============================================================================
2.20/2.24	c  0.0s |       0 |        0 |        0 |    38664      0 |       52 |        0
2.69/2.72	c  0.5s |       1 |    69831 |      100 |    38664      0 |       52 |      141
4.69/4.72	c  2.5s |       2 |   296606 |      250 |    42531      0 |       53 |      144
7.39/7.45	c  5.2s |       2 |   630356 |      428 |    46785      0 |       53 |      144
7.39/7.45	c #cpu_time = 5.192s
7.39/7.45	c #wall_clock_time = 5.193s
7.39/7.45	c #decision = 630356
7.39/7.45	c #random_decision = 1909
7.39/7.45	c #conflict = 428
7.39/7.45	c #restart = 2
7.39/7.45	o 6875433
184.87/184.91	c BCD2: updating upper bound: 12717493 -> 6875432
371.63/371.79	c BCD2: 0 <= obj <= 6875432
371.63/371.79	c BCD2: #cores=0, #unrelaxed=7253, #relaxed=0, #hardened=0
371.63/371.79	c BCD2: #sat=1 #unsat=1 bias=1/2
371.63/371.79	c Solving starts ...
371.63/371.79	c ============================[ Search Statistics ]============================
371.63/371.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
371.63/371.79	c       |         |          |          |    Limit     GC | Var      | Constra 
371.63/371.79	c =============================================================================
371.63/371.79	c  0.0s |       0 |        0 |        0 |    46785      0 |       53 |      144
371.74/371.85	c  0.1s |       0 |      382 |        0 |    46785      0 |       53 |      144
371.74/371.85	c #cpu_time = 0.054s
371.74/371.85	c #wall_clock_time = 0.054s
371.74/371.85	c #decision = 382
371.74/371.85	c #random_decision = 0
371.74/371.85	c #conflict = 0
371.74/371.85	c #restart = 0
371.74/371.85	c BCD2: found a new core of size 2: cost of the new core is >=1
371.74/371.85	c lower bound updated to 1
556.20/556.39	c BCD2: 1 <= obj <= 6875432
556.20/556.39	c BCD2: #cores=1, #unrelaxed=7251, #relaxed=2, #hardened=0
556.20/556.39	c BCD2: #sat=1 #unsat=2 bias=2/3
556.20/556.39	c Solving starts ...
556.20/556.39	c ============================[ Search Statistics ]============================
556.20/556.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
556.20/556.39	c       |         |          |          |    Limit     GC | Var      | Constra 
556.20/556.39	c =============================================================================
556.30/556.40	c  0.0s |       0 |        0 |        0 |    46785      0 |       53 |      144
556.30/556.46	c  0.1s |       0 |      750 |        0 |    46785      0 |       53 |      144
556.30/556.46	c #cpu_time = 0.062s
556.30/556.46	c #wall_clock_time = 0.062s
556.30/556.46	c #decision = 750
556.30/556.46	c #random_decision = 0
556.30/556.46	c #conflict = 0
556.30/556.46	c #restart = 0
556.30/556.46	c BCD2: found a new core of size 2: cost of the new core is >=1
556.30/556.46	c lower bound updated to 2
751.98/752.10	c BCD2: 2 <= obj <= 6875432
751.98/752.10	c BCD2: #cores=2, #unrelaxed=7249, #relaxed=4, #hardened=0
751.98/752.10	c BCD2: #sat=1 #unsat=3 bias=3/4
751.98/752.10	c Solving starts ...
751.98/752.10	c ============================[ Search Statistics ]============================
751.98/752.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
751.98/752.10	c       |         |          |          |    Limit     GC | Var      | Constra 
751.98/752.10	c =============================================================================
751.98/752.10	c  0.0s |       0 |        0 |        0 |    46785      0 |       53 |      144
751.98/752.16	c  0.1s |       0 |      780 |        0 |    46785      0 |       53 |      144
751.98/752.16	c #cpu_time = 0.060s
751.98/752.16	c #wall_clock_time = 0.060s
751.98/752.16	c #decision = 780
751.98/752.16	c #random_decision = 0
751.98/752.16	c #conflict = 0
751.98/752.16	c #restart = 0
751.98/752.16	c BCD2: found a new core of size 2: cost of the new core is >=1
751.98/752.16	c lower bound updated to 3
933.54/933.72	c BCD2: 3 <= obj <= 6875432
933.54/933.72	c BCD2: #cores=3, #unrelaxed=7247, #relaxed=6, #hardened=0
933.54/933.72	c BCD2: #sat=1 #unsat=4 bias=4/5
933.54/933.73	c Solving starts ...
933.54/933.73	c ============================[ Search Statistics ]============================
933.54/933.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
933.54/933.73	c       |         |          |          |    Limit     GC | Var      | Constra 
933.54/933.73	c =============================================================================
933.54/933.73	c  0.0s |       0 |        0 |        0 |    46785      0 |       53 |      144
933.54/933.78	c  0.1s |       0 |      827 |        0 |    46785      0 |       53 |      144
933.54/933.78	c #cpu_time = 0.058s
933.54/933.78	c #wall_clock_time = 0.058s
933.54/933.78	c #decision = 827
933.54/933.78	c #random_decision = 0
933.54/933.78	c #conflict = 0
933.54/933.78	c #restart = 0
933.54/933.78	c BCD2: found a new core of size 2: cost of the new core is >=1
933.54/933.78	c lower bound updated to 4
1118.97/1119.20	c BCD2: 4 <= obj <= 6875432
1118.97/1119.20	c BCD2: #cores=4, #unrelaxed=7245, #relaxed=8, #hardened=0
1118.97/1119.20	c BCD2: #sat=1 #unsat=5 bias=5/6
1118.97/1119.20	c Solving starts ...
1118.97/1119.20	c ============================[ Search Statistics ]============================
1118.97/1119.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1118.97/1119.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1118.97/1119.20	c =============================================================================
1118.97/1119.20	c  0.0s |       0 |        0 |        0 |    46785      0 |       53 |      144
1118.97/1119.26	c  0.1s |       0 |      916 |        0 |    46785      0 |       53 |      144
1118.97/1119.26	c #cpu_time = 0.056s
1118.97/1119.26	c #wall_clock_time = 0.056s
1118.97/1119.26	c #decision = 916
1118.97/1119.26	c #random_decision = 0
1118.97/1119.26	c #conflict = 0
1118.97/1119.26	c #restart = 0
1118.97/1119.26	c BCD2: found a new core of size 1: cost of the new core is >=1
1118.97/1119.26	c lower bound updated to 5
1294.80/1295.17	c BCD2: 5 <= obj <= 6875432
1294.80/1295.17	c BCD2: #cores=5, #unrelaxed=7244, #relaxed=9, #hardened=0
1294.80/1295.17	c BCD2: #sat=1 #unsat=6 bias=6/7
1294.80/1295.17	c Solving starts ...
1294.80/1295.17	c ============================[ Search Statistics ]============================
1294.80/1295.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1294.80/1295.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1294.80/1295.17	c =============================================================================
1294.80/1295.17	c  0.0s |       0 |        0 |        0 |    46785      0 |       53 |      144
1294.90/1295.23	c  0.1s |       0 |     1047 |        0 |    46785      0 |       53 |      144
1294.90/1295.23	c #cpu_time = 0.057s
1294.90/1295.23	c #wall_clock_time = 0.057s
1294.90/1295.23	c #decision = 1047
1294.90/1295.23	c #random_decision = 0
1294.90/1295.23	c #conflict = 0
1294.90/1295.23	c #restart = 0
1294.90/1295.23	c BCD2: found a new core of size 2: cost of the new core is >=1
1294.90/1295.23	c lower bound updated to 6
1466.07/1466.48	c BCD2: 6 <= obj <= 6875432
1466.07/1466.48	c BCD2: #cores=6, #unrelaxed=7242, #relaxed=11, #hardened=0
1466.07/1466.48	c BCD2: #sat=1 #unsat=7 bias=7/8
1466.07/1466.48	c Solving starts ...
1466.07/1466.48	c ============================[ Search Statistics ]============================
1466.07/1466.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1466.07/1466.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1466.07/1466.48	c =============================================================================
1466.07/1466.48	c  0.0s |       0 |        0 |        0 |    46785      0 |       53 |      144
1466.16/1466.55	c  0.1s |       0 |     1201 |        0 |    46785      0 |       53 |      144
1466.16/1466.55	c #cpu_time = 0.064s
1466.16/1466.55	c #wall_clock_time = 0.064s
1466.16/1466.55	c #decision = 1201
1466.16/1466.55	c #random_decision = 0
1466.16/1466.55	c #conflict = 0
1466.16/1466.55	c #restart = 0
1466.16/1466.55	c BCD2: found a new core of size 2: cost of the new core is >=1
1466.16/1466.55	c lower bound updated to 7
1649.84/1650.21	c BCD2: 7 <= obj <= 6875432
1649.84/1650.21	c BCD2: #cores=7, #unrelaxed=7240, #relaxed=13, #hardened=0
1649.84/1650.21	c BCD2: #sat=1 #unsat=8 bias=8/9
1649.84/1650.21	c Solving starts ...
1649.84/1650.21	c ============================[ Search Statistics ]============================
1649.84/1650.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1649.84/1650.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1649.84/1650.21	c =============================================================================
1649.84/1650.21	c  0.0s |       0 |        0 |        0 |    46785      0 |       53 |      144
1649.84/1650.28	c  0.1s |       0 |     2171 |        1 |    46785      0 |       53 |      144
1649.84/1650.28	c #cpu_time = 0.072s
1649.84/1650.28	c #wall_clock_time = 0.072s
1649.84/1650.28	c #decision = 2171
1649.84/1650.28	c #random_decision = 0
1649.84/1650.28	c #conflict = 1
1649.84/1650.28	c #restart = 0
1649.84/1650.28	c BCD2: found a new core of size 2: cost of the new core is >=1
1649.84/1650.28	c lower bound updated to 8

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

pid=8836
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.33 2.28 2.21 3/180 8839
/proc/meminfo: memFree=28931304/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=725572 CPUtime=0 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 2710 0 0 0 0 0 0 0 20 0 4 0 108898249 742985728 3070 33554432000 4194304 16246674 140734693203536 140734693202960 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 182161 3078 442 2943 0 179055 0
[pid=8839/tid=8840] ppid=8836 vsize=742980 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 760811520 3137 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=747076 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 765005824 3154 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=752196 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108898249 770248704 3171 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.33 2.28 2.21 3/180 8839
/proc/meminfo: memFree=28931304/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 28767 0 0 0 5 4 0 0 20 0 4 0 108898249 1333334016 29065 33554432000 4194304 16246674 140734693203536 140734693202848 7367789 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 325521 29080 801 2943 0 322415 0
[pid=8839/tid=8840] ppid=8836 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1333334016 29092 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1333334016 29103 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1333334016 29114 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200535 s]
/proc/loadavg: 2.33 2.28 2.21 3/180 8839
/proc/meminfo: memFree=28931304/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1313348 CPUtime=0.18 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 48578 0 0 0 12 6 0 0 20 0 4 0 108898249 1344868352 49387 33554432000 4194304 16246674 140734693203536 140734693202848 7391043 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 328337 49387 801 2943 0 325231 0
[pid=8839/tid=8840] ppid=8836 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1344868352 49387 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1344868352 49387 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1344868352 49387 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1313348

[startup+0.300508 s]
/proc/loadavg: 2.33 2.28 2.21 3/180 8839
/proc/meminfo: memFree=28931304/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 63293 0 0 0 21 8 0 0 20 0 4 0 108898249 1344868352 64102 33554432000 4194304 16246674 140734693203536 140734693186528 7361324 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 328337 64102 801 2943 0 325231 0
[pid=8839/tid=8840] ppid=8836 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1344868352 64102 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1344868352 64102 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1344868352 64102 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700429 s]
/proc/loadavg: 2.33 2.28 2.21 3/180 8839
/proc/meminfo: memFree=28931304/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 73136 0 0 0 59 10 0 0 20 0 4 0 108898249 1344868352 73945 33554432000 4194304 16246674 140734693203536 140734693186528 13752840 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 328337 73945 801 2943 0 325231 0
[pid=8839/tid=8840] ppid=8836 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1344868352 73945 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1344868352 73945 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1344868352 73945 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50039 s]
/proc/loadavg: 2.30 2.28 2.21 3/184 8843
/proc/meminfo: memFree=28478768/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 192956 0 0 0 122 27 0 0 20 0 4 0 108898249 1344868352 193766 33554432000 4194304 16246674 140734693203536 140734693185408 6969814 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 328337 193776 841 2943 0 325231 0
[pid=8839/tid=8840] ppid=8836 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1344868352 193781 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1344868352 193787 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1344868352 193793 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10038 s]
/proc/loadavg: 2.30 2.28 2.21 3/184 8843
/proc/meminfo: memFree=27841656/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=3.09 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 275629 0 0 0 270 39 0 0 20 0 4 0 108898249 1389957120 276438 33554432000 4194304 16246674 140734693203536 140734693185408 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 276443 890 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 276449 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 276453 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 276457 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1357380

[startup+6.30042 s]
/proc/loadavg: 2.28 2.27 2.20 4/184 8843
/proc/meminfo: memFree=27808796/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=6.29 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280029 0 0 0 590 39 0 0 20 0 4 0 108898249 1389957120 280838 33554432000 4194304 16246674 140734693203536 140734693185408 5661940 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280838 896 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280838 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280838 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280838 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1357380

[startup+12.7004 s]
/proc/loadavg: 2.26 2.27 2.20 3/183 8843
/proc/meminfo: memFree=27808692/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=12.69 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280038 0 0 0 1230 39 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 140734693185408 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280847 905 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1357380

[startup+25.5005 s]
/proc/loadavg: 2.42 2.30 2.21 3/183 8843
/proc/meminfo: memFree=27808576/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=25.49 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280038 0 0 0 2510 39 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 140734693185408 12654399 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280847 905 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.42 2.31 2.22 3/182 8843
/proc/meminfo: memFree=27808680/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=51.08 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280038 0 0 0 5069 39 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 140734693185408 6955412 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280847 905 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1357380

[startup+102.301 s]
/proc/loadavg: 2.29 2.29 2.21 3/183 8845
/proc/meminfo: memFree=27808016/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=102.28 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280038 0 0 0 10189 39 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 140734693185408 12371280 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280847 905 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280847 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1357380


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

/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 1357380

[startup+1302.3 s]
/proc/loadavg: 2.32 2.27 2.24 3/183 8925
/proc/meminfo: memFree=27778668/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=1302 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280250 0 0 0 130158 42 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 140734693185408 12654392 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280867 921 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 1357380

[startup+1362.3 s]
/proc/loadavg: 2.32 2.28 2.25 3/183 8926
/proc/meminfo: memFree=27778204/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=1361.98 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280279 0 0 0 136156 42 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 140734693185408 12449336 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280867 921 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 1357380

[startup+1422.3 s]
/proc/loadavg: 2.38 2.30 2.26 3/183 8927
/proc/meminfo: memFree=27778740/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=1421.97 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280293 0 0 0 142155 42 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 140734693185408 6955234 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280867 921 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1357380

[startup+1482.3 s]
/proc/loadavg: 2.25 2.27 2.25 3/183 8928
/proc/meminfo: memFree=27777100/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=1481.96 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280293 0 0 0 148153 43 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 140734693185408 12449395 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280867 921 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 1357380

[startup+1542.31 s]
/proc/loadavg: 2.21 2.26 2.25 3/183 8929
/proc/meminfo: memFree=27777016/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=1541.96 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280293 0 0 0 154153 43 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 140734693185408 12655131 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280867 921 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 1357380

[startup+1602.3 s]
/proc/loadavg: 2.23 2.26 2.25 3/183 8931
/proc/meminfo: memFree=27777532/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=1601.94 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280293 0 0 0 160151 43 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 140734693185408 12654520 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280867 921 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 1357380

[startup+1662.3 s]
/proc/loadavg: 2.19 2.24 2.24 3/183 8932
/proc/meminfo: memFree=27777556/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=1661.93 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280293 0 0 0 166150 43 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 140734693185408 12371164 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280867 921 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 1357380

[startup+1722.3 s]
/proc/loadavg: 2.18 2.24 2.24 3/183 8933
/proc/meminfo: memFree=27777716/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=1721.92 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280293 0 0 0 172149 43 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 140734693185408 12414100 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280867 921 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 1357380

[startup+1782.3 s]
/proc/loadavg: 2.20 2.23 2.24 3/184 8937
/proc/meminfo: memFree=27777380/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=1781.91 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280293 0 0 0 178148 43 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 140734693185408 12449329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280867 921 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 1357380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.23 2.24 2.24 3/184 8937
/proc/meminfo: memFree=27777720/32872528 swapFree=16384/1696552
[pid=8839] ppid=8836 vsize=1357380 CPUtime=1800.01 cores=1,3,5,7
/proc/8839/stat : 8839 (toysat) R 8836 8839 5723 0 -1 4202496 280293 0 0 0 179958 43 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 140734693201344 12429091 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8839/statm: 339345 280867 921 2943 0 336239 0
[pid=8839/tid=8840] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8840/stat : 8840 (toysat) S 8836 8839 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916866465008 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8839/tid=8841] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8841/stat : 8841 (toysat) S 8836 8839 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916855975152 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8839/tid=8842] ppid=8836 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8839/task/8842/stat : 8842 (toysat) S 8836 8839 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108898249 1389957120 280867 33554432000 4194304 16246674 140734693203536 139916845501616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 8839 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.03
CPU user time (s): 1799.59
CPU system time (s): 0.434933
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.434933
maximum resident set size= 1123468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280293
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= 262
involuntary context switches= 1971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.78927 second user time and 7.09692 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-07 05:20:52
IDJOB=4079147
IDBENCH=72235
IDSOLVER=2542
FILE ID=node125/4079147-1465269652
RUNJOBID= node125-1465259688-5740
PBS_JOBID= 19843289
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/10orplus/normalized-python-cairo.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-4079147-1465269652/watcher-4079147-1465269652 -o /tmp/evaluation-result-4079147-1465269652/solver-4079147-1465269652 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465259688-5740 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079147-1465269652.opb

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

MD5SUM BENCH= 8424b7061409513cf5c3292b053a86a1
RANDOM SEED=1671410036

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        28931312 kB
Buffers:          128792 kB
Cached:           268640 kB
SwapCached:         1984 kB
Active:          1231120 kB
Inactive:         263264 kB
Active(anon):    1098380 kB
Inactive(anon):     1436 kB
Active(file):     132740 kB
Inactive(file):   261828 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098580 kB
Dirty:             19912 kB
Writeback:             0 kB
AnonPages:       2794880 kB
Mapped:            10784 kB
Shmem:                 0 kB
Slab:             613216 kB
SReclaimable:      57040 kB
SUnreclaim:       556176 kB
KernelStack:        1528 kB
PageTables:         9076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2935124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1691648 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= 71708 MiB
End job on node125 at 2016-06-07 05:50:52