Trace number 4110317

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPTIMUM 37.1084 42.3658

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218955--soft-0-100-0.wbo
MD5SUMb990c74120468e1d0b7525d3b3f74b05
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark7.8688
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1202
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110317-1467322121.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.065s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.18	c 101 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 101 literals
1.06/0.40	c And the winner is solver0
1.37/0.68	c SATISFIABLE
1.37/0.68	c OPTIMIZING...
1.37/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.37/0.68	o 987
1.37/0.68	c And the winner is solver0
1.37/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
1.37/1.18	o 878
1.37/1.19	c And the winner is solver0
1.37/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.37/1.68	o 452
1.40/1.71	c And the winner is solver0
1.65/2.18	c Got one! Elapsed wall clock time (in seconds):2.075
1.65/2.18	o 450
2.39/2.43	c And the winner is solver1
2.39/2.49	c cleaning 2872 clauses out of 5743 with flag 17488/5743
2.93/2.69	c Got one! Elapsed wall clock time (in seconds):2.576
2.93/2.69	o 448
3.10/2.72	c And the winner is solver0
3.27/3.19	c Got one! Elapsed wall clock time (in seconds):3.078
3.27/3.19	o 446
3.27/3.19	c And the winner is solver0
3.27/3.69	c Got one! Elapsed wall clock time (in seconds):3.579
3.27/3.69	o 444
3.27/3.69	c And the winner is solver0
3.28/4.19	c Got one! Elapsed wall clock time (in seconds):4.08
3.28/4.19	o 428
3.29/4.20	c And the winner is solver0
3.32/4.69	c Got one! Elapsed wall clock time (in seconds):4.582
3.32/4.69	o 422
3.32/4.70	c And the winner is solver0
3.33/5.19	c Got one! Elapsed wall clock time (in seconds):5.083
3.33/5.19	o 411
3.33/5.20	c And the winner is solver0
3.33/5.69	c Got one! Elapsed wall clock time (in seconds):5.584
3.33/5.69	o 406
3.36/5.71	c And the winner is solver0
3.37/6.19	c Got one! Elapsed wall clock time (in seconds):6.085
3.37/6.19	o 380
3.37/6.20	c And the winner is solver0
3.37/6.70	c Got one! Elapsed wall clock time (in seconds):6.586
3.37/6.70	o 315
3.38/6.71	c And the winner is solver0
3.41/7.20	c Got one! Elapsed wall clock time (in seconds):7.087
3.41/7.20	o 307
3.41/7.20	c And the winner is solver0
3.41/7.70	c Got one! Elapsed wall clock time (in seconds):7.588
3.41/7.70	o 282
3.41/7.72	c And the winner is solver0
3.45/8.20	c Got one! Elapsed wall clock time (in seconds):8.089
3.45/8.20	o 275
3.45/8.21	c And the winner is solver0
3.48/8.70	c Got one! Elapsed wall clock time (in seconds):8.591
3.48/8.70	o 270
3.48/8.71	c And the winner is solver0
3.52/9.20	c Got one! Elapsed wall clock time (in seconds):9.092
3.52/9.20	o 267
3.52/9.21	c And the winner is solver0
4.45/10.07	c Got one! Elapsed wall clock time (in seconds):9.961
4.45/10.07	o 238
4.56/10.10	c And the winner is solver0
4.59/10.57	c Got one! Elapsed wall clock time (in seconds):10.463
4.59/10.57	o 235
4.59/10.59	c And the winner is solver0
4.61/11.07	c Got one! Elapsed wall clock time (in seconds):10.964
4.61/11.07	o 234
4.61/11.10	c And the winner is solver0
4.67/11.57	c Got one! Elapsed wall clock time (in seconds):11.465
4.67/11.57	o 227
4.70/11.60	c And the winner is solver0
4.73/12.08	c Got one! Elapsed wall clock time (in seconds):11.966
4.73/12.08	o 224
4.73/12.10	c And the winner is solver0
4.78/12.58	c Got one! Elapsed wall clock time (in seconds):12.467
4.78/12.58	o 206
4.78/12.59	c And the winner is solver0
4.83/13.08	c Got one! Elapsed wall clock time (in seconds):12.968
4.83/13.08	o 202
4.83/13.09	c And the winner is solver0
4.87/13.58	c Got one! Elapsed wall clock time (in seconds):13.47
4.87/13.58	o 195
4.90/13.60	c And the winner is solver0
4.92/14.08	c Got one! Elapsed wall clock time (in seconds):13.971
4.92/14.08	o 185
4.95/14.11	c And the winner is solver0
4.99/14.58	c Got one! Elapsed wall clock time (in seconds):14.472
4.99/14.58	o 183
5.01/14.60	c And the winner is solver0
5.03/15.08	c Got one! Elapsed wall clock time (in seconds):14.973
5.03/15.08	o 165
5.03/15.09	c And the winner is solver0
5.05/15.58	c Got one! Elapsed wall clock time (in seconds):15.474
5.05/15.58	o 163
5.05/15.59	c And the winner is solver0
5.07/16.08	c Got one! Elapsed wall clock time (in seconds):15.975
5.07/16.08	o 158
5.09/16.10	c And the winner is solver0
5.13/16.59	c Got one! Elapsed wall clock time (in seconds):16.477
5.13/16.59	o 151
5.13/16.59	c And the winner is solver0
5.13/17.09	c Got one! Elapsed wall clock time (in seconds):16.978
5.13/17.09	o 146
5.13/17.10	c And the winner is solver0
5.15/17.59	c Got one! Elapsed wall clock time (in seconds):17.479
5.15/17.59	o 135
5.15/17.59	c And the winner is solver0
5.27/18.09	c Got one! Elapsed wall clock time (in seconds):17.98
5.27/18.09	o 120
5.28/18.11	c And the winner is solver0
5.32/18.59	c Got one! Elapsed wall clock time (in seconds):18.481
5.32/18.59	o 114
5.33/18.60	c And the winner is solver0
5.41/19.09	c Got one! Elapsed wall clock time (in seconds):18.982
5.41/19.09	o 113
5.42/19.10	c And the winner is solver0
5.43/19.59	c Got one! Elapsed wall clock time (in seconds):19.483
5.43/19.59	o 106
5.44/19.63	c And the winner is solver0
5.57/20.09	c Got one! Elapsed wall clock time (in seconds):19.984
5.57/20.09	o 101
5.58/20.12	c And the winner is solver0
5.62/20.59	c Got one! Elapsed wall clock time (in seconds):20.485
5.62/20.59	o 99
5.63/20.62	c And the winner is solver0
5.69/21.10	c Got one! Elapsed wall clock time (in seconds):20.986
5.69/21.10	o 88
5.69/21.12	c And the winner is solver0
5.77/21.60	c Got one! Elapsed wall clock time (in seconds):21.488
5.77/21.60	o 87
5.77/21.62	c And the winner is solver0
5.83/22.10	c Got one! Elapsed wall clock time (in seconds):21.989
5.83/22.10	o 80
5.84/22.12	c And the winner is solver0
5.89/22.60	c Got one! Elapsed wall clock time (in seconds):22.49
5.89/22.60	o 78
5.89/22.61	c And the winner is solver0
5.93/23.10	c Got one! Elapsed wall clock time (in seconds):22.992
5.93/23.10	o 69
5.93/23.13	c And the winner is solver0
6.03/23.60	c Got one! Elapsed wall clock time (in seconds):23.494
6.03/23.60	o 68
6.03/23.62	c And the winner is solver0
6.08/24.11	c Got one! Elapsed wall clock time (in seconds):23.996
6.08/24.11	o 60
6.08/24.11	c And the winner is solver0
6.08/24.61	c Got one! Elapsed wall clock time (in seconds):24.498
6.08/24.61	o 49
6.75/24.99	c cleaning 8907 clauses out of 17816 with flag 17949/20688
7.98/25.34	c cleaning 7452 clauses out of 14909 with flag 41131/26688
7.98/25.37	c And the winner is solver0
8.45/25.61	c Got one! Elapsed wall clock time (in seconds):25.5
8.45/25.61	o 46
8.92/25.85	c cleaning 6585 clauses out of 13174 with flag 20078/32405
9.52/26.11	c cleaning 6290 clauses out of 12591 with flag 42373/38407
10.13/26.43	c cleaning 6648 clauses out of 13299 with flag 70160/45405
10.92/26.80	c cleaning 7325 clauses out of 14652 with flag 102887/53406
11.72/27.25	c cleaning 8162 clauses out of 16327 with flag 146229/62406
12.73/27.76	c cleaning 9082 clauses out of 18165 with flag 194690/72406
13.97/28.35	c cleaning 10038 clauses out of 20082 with flag 255624/83405
15.37/29.02	c cleaning 11018 clauses out of 22044 with flag 328104/95405
16.78/29.77	c cleaning 12011 clauses out of 24025 with flag 396884/108405
18.38/30.58	c cleaning 13003 clauses out of 26015 with flag 473482/122406
20.17/31.48	c cleaning 14003 clauses out of 28013 with flag 558666/137407
22.37/32.54	c cleaning 15005 clauses out of 30011 with flag 655908/153408
22.97/32.81	c And the winner is solver0
23.08/33.11	c Got one! Elapsed wall clock time (in seconds):33.006
23.08/33.11	o 45
23.23/33.20	c cleaning 10324 clauses out of 20661 with flag 4934/159064
23.86/33.51	c cleaning 8162 clauses out of 16337 with flag 35089/165064
24.46/33.85	c cleaning 7579 clauses out of 15174 with flag 69076/172063
25.28/34.24	c cleaning 7793 clauses out of 15595 with flag 112420/180063
26.27/34.70	c cleaning 8399 clauses out of 16805 with flag 164852/189066
27.28/35.23	c cleaning 9198 clauses out of 18403 with flag 222908/199063
28.46/35.85	c cleaning 10091 clauses out of 20206 with flag 286546/210064
29.07/36.18	c And the winner is solver0
29.30/36.62	c Got one! Elapsed wall clock time (in seconds):36.514
29.30/36.62	o 44
29.89/36.98	c cleaning 10772 clauses out of 21564 with flag 28482/221514
30.49/37.27	c And the winner is solver0
30.66/37.67	c Got one! Elapsed wall clock time (in seconds):37.559
30.66/37.67	o 38
30.71/37.74	c And the winner is solver0
30.82/38.18	c Got one! Elapsed wall clock time (in seconds):38.071
30.82/38.18	o 24
31.24/38.42	c cleaning 10785 clauses out of 21594 with flag 16015/232316
31.46/38.57	c And the winner is solver0
31.72/38.74	c Got one! Elapsed wall clock time (in seconds):38.633
31.72/38.74	o 22
31.85/38.83	c And the winner is solver0
32.06/39.26	c Got one! Elapsed wall clock time (in seconds):39.148
32.06/39.26	o 20
32.12/39.33	c cleaning 8458 clauses out of 16915 with flag 4221/238422
32.52/39.59	c cleaning 7215 clauses out of 14455 with flag 28874/244420
33.33/39.90	c cleaning 7116 clauses out of 14240 with flag 58299/251421
34.03/40.24	c cleaning 7558 clauses out of 15121 with flag 91897/259420
34.23/40.34	c And the winner is solver0
34.38/40.77	c Got one! Elapsed wall clock time (in seconds):40.663
34.38/40.77	o 19
34.61/40.93	c cleaning 6616 clauses out of 13246 with flag 14007/265103
35.01/41.19	c cleaning 6312 clauses out of 12629 with flag 39732/271103
35.21/41.24	c And the winner is solver0
35.21/41.29	c Got one! Elapsed wall clock time (in seconds):41.179
35.21/41.29	o 9
35.55/41.47	c cleaning 5952 clauses out of 11912 with flag 17963/276700
36.15/41.71	c cleaning 5974 clauses out of 11954 with flag 42947/282700
36.56/41.98	c cleaning 6487 clauses out of 12973 with flag 71891/289701
36.75/42.09	c And the winner is solver0
36.96/42.35	c >>>>>>>>>> Solver number 0 (57 answers) <<<<<<<<<<<<<<<<<<
36.96/42.35	c starts		: 466
36.96/42.35	c conflicts		: 292484
36.96/42.35	c decisions		: 483603
36.96/42.35	c propagations		: 8049011
36.96/42.35	c inspects		: 177858580
36.96/42.35	c shortcuts		: 0
36.96/42.35	c learnt literals	: 45
36.96/42.35	c learnt binary clauses	: 56
36.96/42.35	c learnt ternary clauses	: 753
36.96/42.35	c learnt constraints	: 292438
36.96/42.35	c ignored constraints	: 0
36.96/42.35	c root simplifications	: 0
36.96/42.35	c removed literals (reason simplification)	: 270283
36.96/42.35	c reason swapping (by a shorter reason)	: 0
36.96/42.35	c Calls to reduceDB	: 33
36.96/42.35	c Number of update (reduction) of LBD	: 84637
36.96/42.35	c Imported unit clauses	: 0
36.96/42.35	c number of reductions to clauses (during analyze)	: 0
36.96/42.35	c number of learned constraints concerned by reduction	: 0
36.96/42.35	c number of learning phase by resolution	: 0
36.96/42.35	c number of learning phase by cutting planes	: 0
36.96/42.35	c speed (assignments/second)	: 202919.65411183384
36.96/42.35	c non guided choices	2629
36.96/42.35	c learnt constraints type 
36.96/42.35	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
36.96/42.35	c starts		: 61
36.96/42.35	c conflicts		: 773
36.96/42.35	c decisions		: 9594
36.96/42.35	c propagations		: 36431
36.96/42.35	c inspects		: 3064867
36.96/42.35	c shortcuts		: 0
36.96/42.35	c learnt literals	: 0
36.96/42.35	c learnt binary clauses	: 0
36.96/42.35	c learnt ternary clauses	: 0
36.96/42.35	c learnt constraints	: 739
36.96/42.35	c ignored constraints	: 0
36.96/42.35	c root simplifications	: 0
36.96/42.35	c removed literals (reason simplification)	: 0
36.96/42.35	c reason swapping (by a shorter reason)	: 0
36.96/42.35	c Calls to reduceDB	: 0
36.96/42.35	c Number of update (reduction) of LBD	: 0
36.96/42.35	c Imported unit clauses	: 0
36.96/42.35	c number of reductions to clauses (during analyze)	: 0
36.96/42.35	c number of learned constraints concerned by reduction	: 0
36.96/42.35	c number of learning phase by resolution	: 0
36.96/42.35	c number of learning phase by cutting planes	: 0
36.96/42.35	c speed (assignments/second)	: 35822.0255653884
36.96/42.35	c non guided choices	1268
36.96/42.35	c learnt constraints type 
36.96/42.35	s OPTIMUM FOUND
36.96/42.35	c Found 57 solution(s)
36.96/42.35	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
36.96/42.35	c objective function=9
36.96/42.35	c Total wall clock time (in seconds): 42.245

Verifier Data

OK	9

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-4110317-1467322121/watcher-4110317-1467322121 -o /tmp/evaluation-result-4110317-1467322121/solver-4110317-1467322121 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467322121-24101 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110317-1467322121.wbo 

pid=24127
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: 1.69 1.91 1.81 2/177 24131
/proc/meminfo: memFree=28867872/32872528 swapFree=7620/7620
[pid=24131] ppid=24127 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/24131/stat : 24131 (java) S 24127 24131 24084 0 -1 4202496 1284 0 0 0 0 0 0 0 20 0 2 0 13108281 94019584 917 33554432000 1073741824 1073778376 140733375949328 140733375940464 218238058557 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24131/statm: 22954 917 697 9 0 16769 0
[pid=24131/tid=24132] ppid=24127 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24132/stat : 24132 (java) R 24127 24131 24084 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 13108282 95129600 927 33554432000 1073741824 1073778376 140733375949328 140721085181480 140721083074128 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10016 s]
/proc/loadavg: 1.69 1.91 1.81 2/177 24131
/proc/meminfo: memFree=28867872/32872528 swapFree=7620/7620
[pid=24131] ppid=24127 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/24131/stat : 24131 (java) S 24127 24131 24084 0 -1 4202496 4475 0 1 0 9 1 0 0 20 0 18 0 13108281 9787879424 6103 33554432000 1073741824 1073778376 140733375949328 140733375940464 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24131/statm: 2389619 6103 2141 9 0 2380296 0
[pid=24131/tid=24132] ppid=24127 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24131/task/24132/stat : 24132 (java) R 24127 24131 24084 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 13108282 9787879424 6103 33554432000 1073741824 1073778376 140733375949328 140721085184928 218238084365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200253 s]
/proc/loadavg: 1.69 1.91 1.81 2/177 24131
/proc/meminfo: memFree=28867872/32872528 swapFree=7620/7620
[pid=24131] ppid=24127 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/24131/stat : 24131 (java) S 24127 24131 24084 0 -1 4202496 4825 0 1 0 26 1 0 0 20 0 22 0 13108281 10060525568 7919 33554432000 1073741824 1073778376 140733375949328 140733375940464 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24131/statm: 2456183 7919 2222 9 0 2446860 0
[pid=24131/tid=24132] ppid=24127 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/24131/task/24132/stat : 24132 (java) S 24127 24131 24084 0 -1 4202560 2415 0 1 0 15 0 0 0 20 0 22 0 13108282 10060525568 7919 33554432000 1073741824 1073778376 140733375949328 140721085186936 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300254 s]
/proc/loadavg: 1.69 1.91 1.81 2/177 24131
/proc/meminfo: memFree=28867872/32872528 swapFree=7620/7620
[pid=24131] ppid=24127 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/24131/stat : 24131 (java) S 24127 24131 24084 0 -1 4202496 7924 0 1 0 65 2 0 0 20 0 22 0 13108281 10060525568 10035 33554432000 1073741824 1073778376 140733375949328 140733375940464 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24131/statm: 2456183 10035 2247 9 0 2446860 0
[pid=24131/tid=24132] ppid=24127 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/24131/task/24132/stat : 24132 (java) S 24127 24131 24084 0 -1 4202560 2415 0 1 0 15 0 0 0 20 0 22 0 13108282 10060525568 10035 33554432000 1073741824 1073778376 140733375949328 140721085186936 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700288 s]
/proc/loadavg: 1.69 1.91 1.81 2/177 24131
/proc/meminfo: memFree=28867872/32872528 swapFree=7620/7620
[pid=24131] ppid=24127 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/24131/stat : 24131 (java) S 24127 24131 24084 0 -1 4202496 15964 0 1 0 132 5 0 0 20 0 19 0 13108281 10060525568 16058 33554432000 1073741824 1073778376 140733375949328 140733375940464 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24131/statm: 2456183 16058 2254 9 0 2446860 0
[pid=24131/tid=24132] ppid=24127 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24131/task/24132/stat : 24132 (java) S 24127 24131 24084 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 19 0 13108282 10060525568 16058 33554432000 1073741824 1073778376 140733375949328 140721085186936 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 1.69 1.91 1.81 1/213 24179
/proc/meminfo: memFree=28749424/32872528 swapFree=7620/7620
[pid=24131] ppid=24127 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/24131/stat : 24131 (java) S 24127 24131 24084 0 -1 4202496 15974 0 1 0 132 5 0 0 20 0 19 0 13108281 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140733375940464 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24131/statm: 2456183 17083 2254 9 0 2446860 0
[pid=24131/tid=24132] ppid=24127 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24131/task/24132/stat : 24132 (java) S 24127 24131 24084 0 -1 4202560 2416 0 1 0 15 1 0 0 20 0 19 0 13108282 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140721085186936 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24142] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24142/stat : 24142 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720929237672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24143] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24143/stat : 24143 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720928185128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24144] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24144/stat : 24144 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720927132584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24145] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24145/stat : 24145 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720926080040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24146] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24146/stat : 24146 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720925026472 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24147] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24147/stat : 24147 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108283 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720923973928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24148] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24148/stat : 24148 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108283 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720922921384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24149] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24149/stat : 24149 (java) S 24127 24131 24084 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13108283 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720921868840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24151] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24151/stat : 24151 (java) S 24127 24131 24084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720439540328 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24154] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24154/stat : 24154 (java) S 24127 24131 24084 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720438486648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24155] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24155/stat : 24155 (java) S 24127 24131 24084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720437433992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24156] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24156/stat : 24156 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720436382736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24158] ppid=24127 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/24131/task/24158/stat : 24158 (java) S 24127 24131 24084 0 -1 4202560 4638 0 0 0 35 0 0 0 20 0 19 0 13108286 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720435329080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24160] ppid=24127 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24131/task/24160/stat : 24160 (java) S 24127 24131 24084 0 -1 4202560 7573 0 0 0 35 1 0 0 20 0 19 0 13108286 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720434276536 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24162] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24162/stat : 24162 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720433224184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24164] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24164/stat : 24164 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720432171848 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24169] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24169/stat : 24169 (java) S 24127 24131 24084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13108300 10060525568 17083 33554432000 1073741824 1073778376 140733375949328 140720427959976 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 1.69 1.91 1.81 7/219 24197
/proc/meminfo: memFree=28715780/32872528 swapFree=7620/7620
[pid=24131] ppid=24127 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/24131/stat : 24131 (java) S 24127 24131 24084 0 -1 4202496 27204 0 1 0 313 14 0 0 20 0 19 0 13108281 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140733375940464 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24131/statm: 2456183 35165 2272 9 0 2446860 0
[pid=24131/tid=24132] ppid=24127 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24131/task/24132/stat : 24132 (java) S 24127 24131 24084 0 -1 4202560 2416 0 1 0 15 1 0 0 20 0 19 0 13108282 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140721085186936 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24142] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24142/stat : 24142 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720929237672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24143] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24143/stat : 24143 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720928185128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24144] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24144/stat : 24144 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720927132584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24145] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24145/stat : 24145 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720926080040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24146] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24146/stat : 24146 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720925026472 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24147] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24147/stat : 24147 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108283 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720923973928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24148] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24148/stat : 24148 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108283 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720922921384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24149] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24149/stat : 24149 (java) S 24127 24131 24084 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13108283 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720921868840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24151] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24151/stat : 24151 (java) S 24127 24131 24084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720439540328 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24154] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24154/stat : 24154 (java) S 24127 24131 24084 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720438486648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24155] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24155/stat : 24155 (java) S 24127 24131 24084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720437433992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24156] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24156/stat : 24156 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720436382736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24158] ppid=24127 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/24131/task/24158/stat : 24158 (java) S 24127 24131 24084 0 -1 4202560 11428 0 0 0 90 2 0 0 20 0 19 0 13108286 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720435329080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24160] ppid=24127 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/24131/task/24160/stat : 24160 (java) S 24127 24131 24084 0 -1 4202560 11958 0 0 0 97 3 0 0 20 0 19 0 13108286 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720434276536 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24162] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24162/stat : 24162 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720433224184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24164] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24164/stat : 24164 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 35165 33554432000 1073741824 1073778376 140733375949328 140720432171848 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 9824732

[startup+6.30076 s]
/proc/loadavg: 1.55 1.87 1.80 1/213 24233
/proc/meminfo: memFree=28600072/32872528 swapFree=7620/7620
[pid=24131] ppid=24127 vsize=9824732 CPUtime=3.37 cores=1,3,5,7
/proc/24131/stat : 24131 (java) S 24127 24131 24084 0 -1 4202496 27326 0 1 0 319 18 0 0 20 0 19 0 13108281 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140733375940464 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24131/statm: 2456183 42748 2286 9 0 2446860 0
[pid=24131/tid=24132] ppid=24127 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/24131/task/24132/stat : 24132 (java) S 24127 24131 24084 0 -1 4202560 2418 0 1 0 16 1 0 0 20 0 19 0 13108282 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140721085186936 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24142] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24142/stat : 24142 (java) S 24127 24131 24084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720929237672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24143] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24143/stat : 24143 (java) S 24127 24131 24084 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720928185128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24144] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24144/stat : 24144 (java) S 24127 24131 24084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720927132584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24145] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24145/stat : 24145 (java) S 24127 24131 24084 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720926080040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24146] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24146/stat : 24146 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108282 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720925026472 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24147] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24147/stat : 24147 (java) S 24127 24131 24084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13108283 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720923973928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24148] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24148/stat : 24148 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108283 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720922921384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24149] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24149/stat : 24149 (java) S 24127 24131 24084 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13108283 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720921868840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24151] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24151/stat : 24151 (java) S 24127 24131 24084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720439540328 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24154] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24154/stat : 24154 (java) S 24127 24131 24084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720438486648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24155] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24155/stat : 24155 (java) S 24127 24131 24084 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720437433992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24156] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24156/stat : 24156 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720436382736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24158] ppid=24127 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/24131/task/24158/stat : 24158 (java) S 24127 24131 24084 0 -1 4202560 11429 0 0 0 92 2 0 0 20 0 19 0 13108286 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720435329080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24160] ppid=24127 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/24131/task/24160/stat : 24160 (java) S 24127 24131 24084 0 -1 4202560 11958 0 0 0 97 3 0 0 20 0 19 0 13108286 10060525568 42748 33554432000 1073741824 1073778376 140733375949328 140720434276536 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24162] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=24131/tid=24147] ppid=24127 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24131/task/24147/stat : 24147 (java) S 24127 24131 24084 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 22 0 13108283 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720923973928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24148] ppid=24127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24131/task/24148/stat : 24148 (java) S 24127 24131 24084 0 -1 4202560 119 0 0 0 2 1 0 0 20 0 22 0 13108283 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720922921384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24149] ppid=24127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24131/task/24149/stat : 24149 (java) S 24127 24131 24084 0 -1 4202560 112 0 0 0 3 0 0 0 20 0 22 0 13108283 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720921868840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24151] ppid=24127 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24131/task/24151/stat : 24151 (java) S 24127 24131 24084 0 -1 4202560 760 0 0 0 1 8 0 0 20 0 22 0 13108284 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720439540328 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24154] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24154/stat : 24154 (java) S 24127 24131 24084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13108284 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720438486648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24155] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24155/stat : 24155 (java) S 24127 24131 24084 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 22 0 13108284 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720437433992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24156] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24156/stat : 24156 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13108286 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720436382736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24158] ppid=24127 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/24131/task/24158/stat : 24158 (java) S 24127 24131 24084 0 -1 4202560 14111 0 0 0 142 3 0 0 20 0 22 0 13108286 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720435329080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24160] ppid=24127 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/24131/task/24160/stat : 24160 (java) S 24127 24131 24084 0 -1 4202560 19170 0 0 0 187 4 0 0 20 0 22 0 13108286 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720434276536 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24162] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24162/stat : 24162 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13108286 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720433224184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24164] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24164/stat : 24164 (java) S 24127 24131 24084 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13108286 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720432171848 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24200] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24200/stat : 24200 (java) S 24127 24131 24084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13108550 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720427959848 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 35.95
Current children cumulated vsize (KiB) 9824732

[startup+42.0009 s]
/proc/loadavg: 1.68 1.84 1.79 5/219 24559
/proc/meminfo: memFree=27513008/32872528 swapFree=7620/7620
[pid=24131] ppid=24127 vsize=9824732 CPUtime=36.75 cores=1,3,5,7
/proc/24131/stat : 24131 (java) S 24127 24131 24084 0 -1 4202496 39391 0 1 0 3553 122 0 0 20 0 22 0 13108281 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140733375940464 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24131/statm: 2456183 288758 2287 9 0 2446860 0
[pid=24131/tid=24132] ppid=24127 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/24131/task/24132/stat : 24132 (java) S 24127 24131 24084 0 -1 4202560 2425 0 1 0 30 1 0 0 20 0 22 0 13108282 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140721085186936 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24142] ppid=24127 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24131/task/24142/stat : 24142 (java) S 24127 24131 24084 0 -1 4202560 114 0 0 0 6 3 0 0 20 0 22 0 13108282 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720929237672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24143] ppid=24127 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/24131/task/24143/stat : 24143 (java) S 24127 24131 24084 0 -1 4202560 74 0 0 0 7 3 0 0 20 0 22 0 13108282 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720928185128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24144] ppid=24127 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/24131/task/24144/stat : 24144 (java) S 24127 24131 24084 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 22 0 13108282 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720927132584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24145] ppid=24127 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24131/task/24145/stat : 24145 (java) S 24127 24131 24084 0 -1 4202560 105 0 0 0 6 3 0 0 20 0 22 0 13108282 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720926080040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24146] ppid=24127 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24131/task/24146/stat : 24146 (java) S 24127 24131 24084 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 22 0 13108282 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720925026472 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24147] ppid=24127 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24131/task/24147/stat : 24147 (java) S 24127 24131 24084 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 22 0 13108283 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720923973928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24148] ppid=24127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24131/task/24148/stat : 24148 (java) S 24127 24131 24084 0 -1 4202560 119 0 0 0 2 1 0 0 20 0 22 0 13108283 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720922921384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24149] ppid=24127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24131/task/24149/stat : 24149 (java) S 24127 24131 24084 0 -1 4202560 112 0 0 0 3 0 0 0 20 0 22 0 13108283 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720921868840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24151] ppid=24127 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24131/task/24151/stat : 24151 (java) S 24127 24131 24084 0 -1 4202560 760 0 0 0 1 8 0 0 20 0 22 0 13108284 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720439540328 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24154] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24154/stat : 24154 (java) S 24127 24131 24084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13108284 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720438486648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24155] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24155/stat : 24155 (java) S 24127 24131 24084 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 22 0 13108284 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720437433992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24156] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24156/stat : 24156 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13108286 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720436382736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24158] ppid=24127 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/24131/task/24158/stat : 24158 (java) S 24127 24131 24084 0 -1 4202560 14111 0 0 0 142 3 0 0 20 0 22 0 13108286 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720435329080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24160] ppid=24127 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/24131/task/24160/stat : 24160 (java) S 24127 24131 24084 0 -1 4202560 19170 0 0 0 187 4 0 0 20 0 22 0 13108286 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720434276536 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24162] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24162/stat : 24162 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13108286 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720433224184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24164] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24164/stat : 24164 (java) S 24127 24131 24084 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13108286 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720432171848 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24200] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24200/stat : 24200 (java) S 24127 24131 24084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13108550 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720427959848 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24557] ppid=24127 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/24131/task/24557/stat : 24557 (java) R 24127 24131 24084 0 -1 4202560 3 0 0 0 68 0 0 0 20 0 22 0 13112412 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720431108624 140720929835264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24558] ppid=24127 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/24131/task/24558/stat : 24558 (java) R 24127 24131 24084 0 -1 4202560 3 0 0 0 68 0 0 0 20 0 22 0 13112412 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720430061696 140720929843198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24559] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24559/stat : 24559 (java) S 24127 24131 24084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13112415 10060525568 288758 33554432000 1073741824 1073778376 140733375949328 140720429011880 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 36.75
Current children cumulated vsize (KiB) 9824732

[startup+42.2009 s]
/proc/loadavg: 1.68 1.84 1.79 5/219 24559
/proc/meminfo: memFree=27513008/32872528 swapFree=7620/7620
[pid=24131] ppid=24127 vsize=9824732 CPUtime=36.96 cores=1,3,5,7
/proc/24131/stat : 24131 (java) S 24127 24131 24084 0 -1 4202496 39391 0 1 0 3572 124 0 0 20 0 19 0 13108281 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140733375940464 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24131/statm: 2456183 288751 2287 9 0 2446860 0
[pid=24131/tid=24132] ppid=24127 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/24131/task/24132/stat : 24132 (java) S 24127 24131 24084 0 -1 4202560 2425 0 1 0 30 1 0 0 20 0 19 0 13108282 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140721085186936 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24142] ppid=24127 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24131/task/24142/stat : 24142 (java) S 24127 24131 24084 0 -1 4202560 114 0 0 0 6 3 0 0 20 0 19 0 13108282 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720929237672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24143] ppid=24127 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/24131/task/24143/stat : 24143 (java) S 24127 24131 24084 0 -1 4202560 74 0 0 0 7 3 0 0 20 0 19 0 13108282 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720928185128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24144] ppid=24127 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/24131/task/24144/stat : 24144 (java) S 24127 24131 24084 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 19 0 13108282 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720927132584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24145] ppid=24127 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24131/task/24145/stat : 24145 (java) S 24127 24131 24084 0 -1 4202560 105 0 0 0 6 3 0 0 20 0 19 0 13108282 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720926080040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24146] ppid=24127 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24131/task/24146/stat : 24146 (java) S 24127 24131 24084 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 19 0 13108282 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720925026472 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24147] ppid=24127 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24131/task/24147/stat : 24147 (java) S 24127 24131 24084 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 19 0 13108283 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720923973928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24148] ppid=24127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24131/task/24148/stat : 24148 (java) S 24127 24131 24084 0 -1 4202560 119 0 0 0 2 1 0 0 20 0 19 0 13108283 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720922921384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24149] ppid=24127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24131/task/24149/stat : 24149 (java) S 24127 24131 24084 0 -1 4202560 112 0 0 0 3 0 0 0 20 0 19 0 13108283 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720921868840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24151] ppid=24127 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24131/task/24151/stat : 24151 (java) S 24127 24131 24084 0 -1 4202560 760 0 0 0 1 8 0 0 20 0 19 0 13108284 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720439540328 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24154] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24154/stat : 24154 (java) S 24127 24131 24084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720438486648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24155] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24155/stat : 24155 (java) S 24127 24131 24084 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720437433992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24156] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24156/stat : 24156 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720436382736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24158] ppid=24127 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/24131/task/24158/stat : 24158 (java) S 24127 24131 24084 0 -1 4202560 14111 0 0 0 142 3 0 0 20 0 19 0 13108286 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720435329080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24160] ppid=24127 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/24131/task/24160/stat : 24160 (java) S 24127 24131 24084 0 -1 4202560 19170 0 0 0 187 4 0 0 20 0 19 0 13108286 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720434276536 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24162] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24162/stat : 24162 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720433224184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24164] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24164/stat : 24164 (java) S 24127 24131 24084 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720432171848 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24200] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24200/stat : 24200 (java) S 24127 24131 24084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13108550 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720427959848 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 36.96
Current children cumulated vsize (KiB) 9824732

[startup+42.3008 s]
/proc/loadavg: 1.68 1.84 1.79 5/219 24559
/proc/meminfo: memFree=27513008/32872528 swapFree=7620/7620
[pid=24131] ppid=24127 vsize=9824732 CPUtime=36.96 cores=1,3,5,7
/proc/24131/stat : 24131 (java) S 24127 24131 24084 0 -1 4202496 39391 0 1 0 3572 124 0 0 20 0 19 0 13108281 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140733375940464 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24131/statm: 2456183 288751 2287 9 0 2446860 0
[pid=24131/tid=24132] ppid=24127 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/24131/task/24132/stat : 24132 (java) S 24127 24131 24084 0 -1 4202560 2425 0 1 0 30 1 0 0 20 0 19 0 13108282 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140721085186936 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24142] ppid=24127 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24131/task/24142/stat : 24142 (java) S 24127 24131 24084 0 -1 4202560 114 0 0 0 6 3 0 0 20 0 19 0 13108282 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720929237672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24143] ppid=24127 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/24131/task/24143/stat : 24143 (java) S 24127 24131 24084 0 -1 4202560 74 0 0 0 7 3 0 0 20 0 19 0 13108282 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720928185128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24144] ppid=24127 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/24131/task/24144/stat : 24144 (java) S 24127 24131 24084 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 19 0 13108282 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720927132584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24145] ppid=24127 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24131/task/24145/stat : 24145 (java) S 24127 24131 24084 0 -1 4202560 105 0 0 0 6 3 0 0 20 0 19 0 13108282 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720926080040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24146] ppid=24127 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24131/task/24146/stat : 24146 (java) S 24127 24131 24084 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 19 0 13108282 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720925026472 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24147] ppid=24127 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24131/task/24147/stat : 24147 (java) S 24127 24131 24084 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 19 0 13108283 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720923973928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24148] ppid=24127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24131/task/24148/stat : 24148 (java) S 24127 24131 24084 0 -1 4202560 119 0 0 0 2 1 0 0 20 0 19 0 13108283 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720922921384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24149] ppid=24127 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24131/task/24149/stat : 24149 (java) S 24127 24131 24084 0 -1 4202560 112 0 0 0 3 0 0 0 20 0 19 0 13108283 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720921868840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24151] ppid=24127 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24131/task/24151/stat : 24151 (java) S 24127 24131 24084 0 -1 4202560 760 0 0 0 1 8 0 0 20 0 19 0 13108284 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720439540328 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24154] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24154/stat : 24154 (java) S 24127 24131 24084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720438486648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24155] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24155/stat : 24155 (java) S 24127 24131 24084 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 13108284 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720437433992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24156] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24156/stat : 24156 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720436382736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24131/tid=24158] ppid=24127 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/24131/task/24158/stat : 24158 (java) S 24127 24131 24084 0 -1 4202560 14111 0 0 0 142 3 0 0 20 0 19 0 13108286 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720435329080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24131/tid=24160] ppid=24127 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/24131/task/24160/stat : 24160 (java) S 24127 24131 24084 0 -1 4202560 19170 0 0 0 187 4 0 0 20 0 19 0 13108286 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720434276536 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24162] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24162/stat : 24162 (java) S 24127 24131 24084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720433224184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24131/tid=24164] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24164/stat : 24164 (java) S 24127 24131 24084 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13108286 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720432171848 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24131/tid=24200] ppid=24127 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24131/task/24200/stat : 24200 (java) S 24127 24131 24084 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13108550 10060525568 288751 33554432000 1073741824 1073778376 140733375949328 140720427959848 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 36.96
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 42.3658
CPU time (s): 37.1084
CPU user time (s): 35.7376
CPU system time (s): 1.37079
CPU usage (%): 87.5904
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.7376
system time used= 1.37079
maximum resident set size= 1155032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39402
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2905
involuntary context switches= 1384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.280957 second user time and 0.426935 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 23:28:42
IDJOB=4110317
IDBENCH=79254
IDSOLVER=2552
FILE ID=node106/4110317-1467322121
RUNJOBID= node106-1467322121-24101
PBS_JOBID= 20005301
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218955--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110317-1467322121/watcher-4110317-1467322121 -o /tmp/evaluation-result-4110317-1467322121/solver-4110317-1467322121 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467322121-24101 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110317-1467322121.wbo

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

MD5SUM BENCH= b990c74120468e1d0b7525d3b3f74b05
RANDOM SEED=2083843476

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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.495
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.495
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:        28869880 kB
Buffers:           86428 kB
Cached:          3136792 kB
SwapCached:            0 kB
Active:          2358900 kB
Inactive:         879052 kB
Active(anon):       2076 kB
Inactive(anon):    15752 kB
Active(file):    2356824 kB
Inactive(file):   863300 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1664 kB
Writeback:             0 kB
AnonPages:         23012 kB
Mapped:            14968 kB
Shmem:               204 kB
Slab:             625948 kB
SReclaimable:      69392 kB
SUnreclaim:       556556 kB
KernelStack:        1352 kB
PageTables:         3396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     106068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71748 MiB
End job on node106 at 2016-06-30 23:29:24