Trace number 4107514

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

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
9orless/normalized-libmono-relaxng1.0-cil.cudf.paranoid.opb
MD5SUM6d08aa42983e6a2525f865462c74ee16
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark141854
Best CPU time to get the best result obtained on this benchmark32.793
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-18T23:36:35+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-4107514-1466285795.opb"]
0.00/0.01	c use --random-gen="2184097089 511122486 4145501289 3912691889 1448859920 906989539 1365352693 155504914 3958002539 3526365971 1797688105 1692337229 1971059773 1810396067 3807109805 599915306 2358894426 4092084652 1454577081 3312923202 2728763018 1949387143 3736499378 3057568292 3432263047 3123589015 1689522540 2929332794 1903077765 193551260 2536234939 3310179830 2901693800 1093587507 3798823040 2247575823 1312801192 1384194642 3905640515 2452682042 1634015578 3473775032 254398349 1819642293 1575050280 2360205529 1010126199 1184261121 987798212 3796718412 1119830552 2561423212 1511141949 2963391447 2899986892 3349777646 1401825357 1565787149 3206187055 881538991 1416261406 3980194595 1059191535 939418780 3655585303 2725002603 3003515978 426752182 3260647350 2788027319 898266324 319663048 124184198 3265499218 4119219159 2541586868 331125734 1811555179 3376785653 2926178693 2577161586 956080801 864009284 2645222 3381411692 1965820334 658640822 3711553277 290752830 643094241 3348188142 315234463 4239880055 1984846823 1498135978 4016691612 3433501304 1030540901 3126283234 1880659514 3245068806 2791999021 1888374136 1516372098 3851205907 927067460 3946367152 1237808201 2704326337 299934975 2382031083 3255276378 2039265598 2773563863 145615745 4220660220 697785133 2302608644 2610068981 2654664128 1828673010 442654933 1502682695 3695418945 3943176907 2570624589 4113963690 3121310201 1438289189 580919259 2290694076 550850965 3355399539 3261051132 3541793833 1640897234 1374053584 3985234986 2699068977 2984957625 2590227479 3424052075 1204585083 3024142139 3268310091 2234809103 1463159227 3308948145 4294147063 119500959 3152782509 1996611209 244862076 3560700827 3130098071 3834771379 3501187923 3410369020 913387488 1670728587 1497255109 3811466860 4109200703 3014912095 184094541 2086411445 1866177916 3097539829 3218277793 411769744 142624188 4071280122 3433286234 1472504316 1383432264 4166286431 4207323510 1404207600 1880847775 404907637 666899666 1051971411 1869077604 3254717253 2197874986 1705079014 2255519367 3988220073 772902072 1360263137 639641883 1515033204 1250275129 3195427470 4243282766 1801834174 1856243494 1884642780 2920859397 2005605573 3053981636 1776777476 3643907139 383671347 3870707694 43393921 1735465176 2114789318 2162902912 17872192 3194379705 1111897650 834386965 809518445 4237665718 3917894032 4172391430 3117331100 4067646114 1398471991 1195002737 806928195 3340766776 266847372 1867464 1326613869 2095713615 256322144 3233179664 1223233635 2733405092 3878728979 4284511974 693557183 4010462269 3097928100 1721715429 954281623 580547971 1160754512 3870997144 674469243 3263540496 2775591210 2314040837 4256486844 591826100 1921861129 411322269 2869024997 1088781063 1365522112 3350068036 3023027027 1543265086 2312534913 255 362436" option to reproduce the execution
0.69/0.72	c #vars 19768
0.69/0.72	c #constraints 96403
2.19/2.24	c BCD2: Hardening is enabled.
2.19/2.24	c BCD2: BiasedSearch is enabled.
2.19/2.24	c Solving starts ...
2.19/2.24	c ============================[ Search Statistics ]============================
2.19/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.24	c =============================================================================
2.19/2.24	c  0.0s |       0 |        0 |        0 |    38664      0 |       52 |        0
2.69/2.77	c  0.5s |       1 |    79077 |      100 |    38664      0 |       52 |      141
4.39/4.44	c  2.2s |       2 |   287852 |      250 |    42531      0 |       52 |      141
7.28/7.30	c  5.1s |       2 |   625041 |      418 |    46785      0 |       52 |      141
7.28/7.30	c #cpu_time = 5.044s
7.28/7.30	c #wall_clock_time = 5.044s
7.28/7.30	c #decision = 625041
7.28/7.30	c #random_decision = 1887
7.28/7.30	c #conflict = 418
7.28/7.30	c #restart = 2
7.28/7.30	o 6506099
178.76/178.83	c BCD2: updating upper bound: 12717493 -> 6506098
363.92/364.10	c BCD2: 0 <= obj <= 6506098
363.92/364.10	c BCD2: #cores=0, #unrelaxed=7253, #relaxed=0, #hardened=0
363.92/364.10	c BCD2: #sat=1 #unsat=1 bias=1/2
363.92/364.10	c Solving starts ...
363.92/364.10	c ============================[ Search Statistics ]============================
363.92/364.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
363.92/364.10	c       |         |          |          |    Limit     GC | Var      | Constra 
363.92/364.10	c =============================================================================
363.92/364.10	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
364.03/364.16	c  0.1s |       0 |      382 |        0 |    46785      0 |       52 |      141
364.03/364.16	c #cpu_time = 0.056s
364.03/364.16	c #wall_clock_time = 0.056s
364.03/364.16	c #decision = 382
364.03/364.16	c #random_decision = 0
364.03/364.16	c #conflict = 0
364.03/364.16	c #restart = 0
364.03/364.16	c BCD2: found a new core of size 2: cost of the new core is >=1
364.03/364.16	c lower bound updated to 1
575.87/576.03	c BCD2: 1 <= obj <= 6506098
575.87/576.03	c BCD2: #cores=1, #unrelaxed=7251, #relaxed=2, #hardened=0
575.87/576.03	c BCD2: #sat=1 #unsat=2 bias=2/3
575.87/576.03	c Solving starts ...
575.87/576.03	c ============================[ Search Statistics ]============================
575.87/576.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
575.87/576.03	c       |         |          |          |    Limit     GC | Var      | Constra 
575.87/576.03	c =============================================================================
575.87/576.04	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
575.97/576.10	c  0.1s |       0 |      750 |        0 |    46785      0 |       52 |      141
575.97/576.10	c #cpu_time = 0.065s
575.97/576.10	c #wall_clock_time = 0.065s
575.97/576.10	c #decision = 750
575.97/576.10	c #random_decision = 0
575.97/576.10	c #conflict = 0
575.97/576.10	c #restart = 0
575.97/576.10	c BCD2: found a new core of size 2: cost of the new core is >=1
575.97/576.10	c lower bound updated to 2
800.48/800.74	c BCD2: 2 <= obj <= 6506098
800.48/800.74	c BCD2: #cores=2, #unrelaxed=7249, #relaxed=4, #hardened=0
800.48/800.74	c BCD2: #sat=1 #unsat=3 bias=3/4
800.48/800.74	c Solving starts ...
800.48/800.74	c ============================[ Search Statistics ]============================
800.48/800.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
800.48/800.74	c       |         |          |          |    Limit     GC | Var      | Constra 
800.48/800.74	c =============================================================================
800.48/800.74	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
800.59/800.81	c  0.1s |       0 |      780 |        0 |    46785      0 |       52 |      141
800.59/800.81	c #cpu_time = 0.070s
800.59/800.81	c #wall_clock_time = 0.070s
800.59/800.81	c #decision = 780
800.59/800.81	c #random_decision = 0
800.59/800.81	c #conflict = 0
800.59/800.81	c #restart = 0
800.59/800.81	c BCD2: found a new core of size 2: cost of the new core is >=1
800.59/800.81	c lower bound updated to 3
1042.71/1043.03	c BCD2: 3 <= obj <= 6506098
1042.71/1043.03	c BCD2: #cores=3, #unrelaxed=7247, #relaxed=6, #hardened=0
1042.71/1043.03	c BCD2: #sat=1 #unsat=4 bias=4/5
1042.71/1043.03	c Solving starts ...
1042.71/1043.03	c ============================[ Search Statistics ]============================
1042.71/1043.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1042.71/1043.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1042.71/1043.03	c =============================================================================
1042.71/1043.03	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1042.81/1043.10	c  0.1s |       0 |      827 |        0 |    46785      0 |       52 |      141
1042.81/1043.10	c #cpu_time = 0.073s
1042.81/1043.10	c #wall_clock_time = 0.073s
1042.81/1043.10	c #decision = 827
1042.81/1043.10	c #random_decision = 0
1042.81/1043.10	c #conflict = 0
1042.81/1043.10	c #restart = 0
1042.81/1043.10	c BCD2: found a new core of size 2: cost of the new core is >=1
1042.81/1043.10	c lower bound updated to 4
1268.49/1268.81	c BCD2: 4 <= obj <= 6506098
1268.49/1268.81	c BCD2: #cores=4, #unrelaxed=7245, #relaxed=8, #hardened=0
1268.49/1268.81	c BCD2: #sat=1 #unsat=5 bias=5/6
1268.49/1268.81	c Solving starts ...
1268.49/1268.81	c ============================[ Search Statistics ]============================
1268.49/1268.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1268.49/1268.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1268.49/1268.81	c =============================================================================
1268.49/1268.81	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1268.49/1268.89	c  0.1s |       0 |      916 |        0 |    46785      0 |       52 |      141
1268.49/1268.89	c #cpu_time = 0.072s
1268.49/1268.89	c #wall_clock_time = 0.072s
1268.49/1268.89	c #decision = 916
1268.49/1268.89	c #random_decision = 0
1268.49/1268.89	c #conflict = 0
1268.49/1268.89	c #restart = 0
1268.49/1268.89	c BCD2: found a new core of size 1: cost of the new core is >=1
1268.49/1268.89	c lower bound updated to 5
1509.05/1509.42	c BCD2: 5 <= obj <= 6506098
1509.05/1509.42	c BCD2: #cores=5, #unrelaxed=7244, #relaxed=9, #hardened=0
1509.05/1509.42	c BCD2: #sat=1 #unsat=6 bias=6/7
1509.05/1509.42	c Solving starts ...
1509.05/1509.42	c ============================[ Search Statistics ]============================
1509.05/1509.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1509.05/1509.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1509.05/1509.42	c =============================================================================
1509.05/1509.42	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1509.15/1509.50	c  0.1s |       0 |      923 |        1 |    46785      0 |       52 |      141
1509.15/1509.50	c #cpu_time = 0.078s
1509.15/1509.50	c #wall_clock_time = 0.078s
1509.15/1509.50	c #decision = 923
1509.15/1509.50	c #random_decision = 0
1509.15/1509.50	c #conflict = 1
1509.15/1509.50	c #restart = 0
1509.15/1509.50	c BCD2: found a new core of size 2: cost of the new core is >=1
1509.15/1509.50	c lower bound updated to 6
1743.12/1743.59	c BCD2: 6 <= obj <= 6506098
1743.12/1743.59	c BCD2: #cores=6, #unrelaxed=7242, #relaxed=11, #hardened=0
1743.12/1743.59	c BCD2: #sat=1 #unsat=7 bias=7/8
1743.12/1743.59	c Solving starts ...
1743.12/1743.59	c ============================[ Search Statistics ]============================
1743.12/1743.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1743.12/1743.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1743.12/1743.59	c =============================================================================
1743.12/1743.59	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1743.31/1743.75	c  0.2s |       0 |     1847 |        1 |    46785      0 |       68 |      193
1743.31/1743.75	c #cpu_time = 0.155s
1743.31/1743.75	c #wall_clock_time = 0.155s
1743.31/1743.75	c #decision = 1847
1743.31/1743.75	c #random_decision = 0
1743.31/1743.75	c #conflict = 1
1743.31/1743.75	c #restart = 0
1743.31/1743.75	c BCD2: found a new core of size 1: cost of the new core is >=1
1743.31/1743.75	c lower bound updated to 7

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

pid=25999
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.17 2.22 2.18 3/179 26002
/proc/meminfo: memFree=29266884/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=809404 CPUtime=0 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 3037 0 0 0 0 0 0 0 20 0 4 0 30625971 828829696 2887 33554432000 4194304 16246674 140734487425344 140734487424768 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 203119 2895 441 2943 0 200013 0
[pid=26002/tid=26003] ppid=25999 vsize=827836 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 847704064 2956 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=831932 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 851898368 2975 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=836028 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30625971 856092672 2991 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.17 2.22 2.18 3/179 26002
/proc/meminfo: memFree=29266884/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 29153 0 0 0 5 4 0 0 20 0 4 0 30625971 1333334016 28942 33554432000 4194304 16246674 140734487425344 140734487424656 13780501 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 325521 28956 800 2943 0 322415 0
[pid=26002/tid=26003] ppid=25999 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1333334016 28967 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1333334016 28978 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1333334016 28989 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200505 s]
/proc/loadavg: 2.17 2.22 2.18 3/179 26002
/proc/meminfo: memFree=29266884/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 48629 0 0 0 13 6 0 0 20 0 4 0 30625971 1344868352 48928 33554432000 4194304 16246674 140734487425344 140734487424656 7361381 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 328337 48928 800 2943 0 325231 0
[pid=26002/tid=26003] ppid=25999 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1344868352 48928 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1344868352 48928 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1344868352 48928 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300484 s]
/proc/loadavg: 2.17 2.22 2.18 3/179 26002
/proc/meminfo: memFree=29266884/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1313348 CPUtime=0.28 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 63292 0 0 0 21 7 0 0 20 0 4 0 30625971 1344868352 63591 33554432000 4194304 16246674 140734487425344 140734487424656 7373331 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 328337 63591 800 2943 0 325231 0
[pid=26002/tid=26003] ppid=25999 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1344868352 63591 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1344868352 63591 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1344868352 63591 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.7004 s]
/proc/loadavg: 2.17 2.22 2.18 3/179 26002
/proc/meminfo: memFree=29266884/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 73135 0 0 0 60 9 0 0 20 0 4 0 30625971 1344868352 73434 33554432000 4194304 16246674 140734487425344 140734487424656 13784984 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 328337 73434 800 2943 0 325231 0
[pid=26002/tid=26003] ppid=25999 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1344868352 73434 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1344868352 73434 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1344868352 73434 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50038 s]
/proc/loadavg: 2.17 2.22 2.18 3/183 26006
/proc/meminfo: memFree=28817900/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 192575 0 0 0 121 28 0 0 20 0 4 0 30625971 1344868352 192874 33554432000 4194304 16246674 140734487425344 140734487407232 7204227 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 328337 192884 840 2943 0 325231 0
[pid=26002/tid=26003] ppid=25999 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1344868352 192891 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1344868352 192897 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1344868352 192903 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.15 2.22 2.18 3/183 26006
/proc/meminfo: memFree=28179928/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=3.08 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 273368 0 0 0 270 38 0 0 20 0 4 0 30625971 1389957120 273667 33554432000 4194304 16246674 140734487425344 140734487407232 5674637 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 273672 889 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 273676 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 273680 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 273686 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1357380

[startup+6.3003 s]
/proc/loadavg: 2.15 2.22 2.18 3/183 26006
/proc/meminfo: memFree=28146292/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=6.28 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280029 0 0 0 589 39 0 0 20 0 4 0 30625971 1389957120 280328 33554432000 4194304 16246674 140734487425344 140734487407232 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280328 895 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280328 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280328 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280328 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1357380

[startup+12.7004 s]
/proc/loadavg: 2.13 2.21 2.18 3/183 26006
/proc/meminfo: memFree=28147184/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=12.68 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280038 0 0 0 1229 39 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140734487424520 13008980 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280337 904 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1357380

[startup+25.5005 s]
/proc/loadavg: 2.18 2.22 2.18 3/183 26006
/proc/meminfo: memFree=28148284/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=25.48 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280038 0 0 0 2509 39 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140734487407232 12429241 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280337 904 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1357380

[startup+51.1004 s]
/proc/loadavg: 2.26 2.23 2.18 3/183 26006
/proc/meminfo: memFree=28148532/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=51.08 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280038 0 0 0 5069 39 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140734487407232 12371234 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280337 904 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.14 2.21 2.18 3/183 26007
/proc/meminfo: memFree=28148100/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=102.28 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280038 0 0 0 10188 40 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140734487407232 12429162 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280337 904 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280337 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1357380


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

/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 1357380

[startup+1302.3 s]
/proc/loadavg: 2.32 2.32 2.24 3/183 26098
/proc/meminfo: memFree=28184892/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=1301.98 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280229 0 0 0 130156 42 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140734487407232 12413997 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280610 920 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 1357380

[startup+1362.3 s]
/proc/loadavg: 2.25 2.31 2.24 3/183 26099
/proc/meminfo: memFree=28185052/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=1361.97 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280229 0 0 0 136155 42 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140734487423168 12449326 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280610 920 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1357380

[startup+1422.3 s]
/proc/loadavg: 2.32 2.32 2.25 3/184 26103
/proc/meminfo: memFree=28184884/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=1421.97 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280229 0 0 0 142155 42 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140734487407232 12414114 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280610 920 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.26 2.29 2.24 3/184 26128
/proc/meminfo: memFree=28184116/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=1481.95 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280229 0 0 0 148153 42 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140734487407232 4220495 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280610 920 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 1357380

[startup+1542.31 s]
/proc/loadavg: 2.35 2.31 2.25 3/183 26129
/proc/meminfo: memFree=28184556/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=1541.95 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280229 0 0 0 154153 42 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140734487423168 12429806 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280610 920 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 1357380

[startup+1602.3 s]
/proc/loadavg: 2.35 2.31 2.26 3/183 26130
/proc/meminfo: memFree=28183960/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=1601.93 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280229 0 0 0 160151 42 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140734487407232 13009008 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280610 920 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 1357380

[startup+1662.3 s]
/proc/loadavg: 2.32 2.30 2.25 3/183 26131
/proc/meminfo: memFree=28184140/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=1661.92 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280229 0 0 0 166150 42 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140734487407232 12449269 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280610 920 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 1357380

[startup+1722.3 s]
/proc/loadavg: 2.34 2.31 2.26 3/183 26132
/proc/meminfo: memFree=28184068/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=1721.91 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280229 0 0 0 172149 42 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140734487407232 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280610 920 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 1357380

[startup+1782.3 s]
/proc/loadavg: 2.33 2.30 2.26 3/183 26134
/proc/meminfo: memFree=28184396/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=1781.91 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280229 0 0 0 178149 42 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140734487407232 12371164 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280610 920 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.34 2.31 2.26 3/183 26134
/proc/meminfo: memFree=28184572/32872528 swapFree=1370848/1518016
[pid=26002] ppid=25999 vsize=1357380 CPUtime=1800 cores=0,2,4,6
/proc/26002/stat : 26002 (toysat) R 25999 26002 24737 0 -1 4202496 280229 0 0 0 179958 42 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140734487407232 6955599 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26002/statm: 339345 280610 920 2943 0 336239 0
[pid=26002/tid=26003] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26003/stat : 26003 (toysat) S 25999 26002 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257065413872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26002/tid=26004] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (toysat) S 25999 26002 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257054924016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26002/tid=26005] ppid=25999 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (toysat) S 25999 26002 24737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30625971 1389957120 280610 33554432000 4194304 16246674 140734487425344 140257044450480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 26002 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.02
CPU user time (s): 1799.59
CPU system time (s): 0.425935
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.425935
maximum resident set size= 1122440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280229
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= 195
involuntary context switches= 1873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5793 second user time and 6.91595 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 23:36:35
IDJOB=4107514
IDBENCH=72254
IDSOLVER=2542
FILE ID=node129/4107514-1466285795
RUNJOBID= node129-1466274985-24753
PBS_JOBID= 19918243
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/9orless/normalized-libmono-relaxng1.0-cil.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-4107514-1466285795/watcher-4107514-1466285795 -o /tmp/evaluation-result-4107514-1466285795/solver-4107514-1466285795 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466274985-24753 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107514-1466285795.opb

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

MD5SUM BENCH= 6d08aa42983e6a2525f865462c74ee16
RANDOM SEED=1210003751

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29267676 kB
Buffers:           55136 kB
Cached:           125284 kB
SwapCached:         1832 kB
Active:          1250408 kB
Inactive:          99076 kB
Active(anon):    1167772 kB
Inactive(anon):     3464 kB
Active(file):      82636 kB
Inactive(file):    95612 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:             19796 kB
Writeback:             0 kB
AnonPages:       2686444 kB
Mapped:            10848 kB
Shmem:                 0 kB
Slab:             600328 kB
SReclaimable:      44212 kB
SUnreclaim:       556116 kB
KernelStack:        1448 kB
PageTables:         9256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2827344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node129 at 2016-06-19 00:06:35