Trace number 4092003

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 18.9391 26.7843

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227012--soft-66-100-0.wbo
MD5SUMbda3418eb2779577fc492619368d84b3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark10.7754
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 constraints26
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 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1220
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4092003-1467321160.wbo
0.07/0.13	c reading problem ... 
0.07/0.19	c ... done. Wall clock time 0.063s.
0.07/0.19	c declared #vars     169
0.07/0.19	c internal #vars     195
0.07/0.19	c #constraints  101
0.07/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.19	c constraints type 
0.07/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.07/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.07/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.07/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.07/0.19	c 101 constraints processed.
0.07/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.19	c constraints type 
0.07/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.07/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.07/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.07/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22
0.07/0.19	c 101 constraints processed.
0.07/0.20	c objective function length is 26 literals
2.16/0.79	c cleaning 2496 clauses out of 5000 with flag 13395/5000
2.52/0.80	c And the winner is solver0
3.01/1.20	c SATISFIABLE
3.01/1.20	c OPTIMIZING...
3.01/1.20	c Got one! Elapsed wall clock time (in seconds):1.067
3.01/1.20	o 968
3.48/1.37	c cleaning 3879 clauses out of 7758 with flag 14160/10255
3.87/1.47	c And the winner is solver0
4.34/1.70	c Got one! Elapsed wall clock time (in seconds):1.568
4.34/1.70	o 949
4.34/1.78	c cleaning 4882 clauses out of 9765 with flag 6002/16141
4.65/1.86	c And the winner is solver0
5.05/2.20	c Got one! Elapsed wall clock time (in seconds):2.069
5.05/2.20	o 947
5.06/2.26	c cleaning 5065 clauses out of 10133 with flag 6207/21391
5.46/2.43	c cleaning 5530 clauses out of 11067 with flag 24429/27391
5.68/2.56	c And the winner is solver0
5.83/2.70	c Got one! Elapsed wall clock time (in seconds):2.57
5.83/2.70	o 937
5.83/2.74	c And the winner is solver0
5.91/3.20	c Got one! Elapsed wall clock time (in seconds):3.071
5.91/3.20	o 697
6.12/3.36	c cleaning 7874 clauses out of 15751 with flag 12598/37606
6.53/3.54	c cleaning 6931 clauses out of 13876 with flag 32070/43606
6.73/3.66	c And the winner is solver0
6.88/3.70	c Got one! Elapsed wall clock time (in seconds):3.572
6.88/3.70	o 684
6.88/3.74	c cleaning 6232 clauses out of 12467 with flag 3670/49128
6.88/3.76	c And the winner is solver0
7.13/4.20	c Got one! Elapsed wall clock time (in seconds):4.073
7.13/4.20	o 676
7.32/4.35	c cleaning 6074 clauses out of 12148 with flag 17044/55041
7.53/4.44	c And the winner is solver0
7.66/4.70	c Got one! Elapsed wall clock time (in seconds):4.574
7.66/4.70	o 670
7.66/4.72	c And the winner is solver0
7.70/5.20	c Got one! Elapsed wall clock time (in seconds):5.075
7.70/5.20	o 534
7.70/5.27	c cleaning 5754 clauses out of 11514 with flag 7347/60481
7.70/5.28	c And the winner is solver0
7.88/5.70	c Got one! Elapsed wall clock time (in seconds):5.576
7.88/5.70	o 521
7.88/5.71	c And the winner is solver0
7.88/6.21	c Got one! Elapsed wall clock time (in seconds):6.077
7.88/6.21	o 369
7.88/6.22	c And the winner is solver0
7.96/6.71	c Got one! Elapsed wall clock time (in seconds):6.578
7.96/6.71	o 294
8.13/6.85	c cleaning 5843 clauses out of 11696 with flag 17973/66417
8.13/6.86	c And the winner is solver0
8.31/7.21	c Got one! Elapsed wall clock time (in seconds):7.079
8.31/7.21	o 286
8.48/7.32	c And the winner is solver0
8.61/7.71	c Got one! Elapsed wall clock time (in seconds):7.579
8.61/7.71	o 285
8.61/7.78	c cleaning 6080 clauses out of 12160 with flag 6804/72724
8.98/7.95	c cleaning 6041 clauses out of 12081 with flag 25448/78726
9.18/8.06	c And the winner is solver0
9.40/8.21	c Got one! Elapsed wall clock time (in seconds):8.08
9.40/8.21	o 284
9.40/8.25	c cleaning 5629 clauses out of 11272 with flag 3072/83959
9.40/8.28	c And the winner is solver0
9.56/8.71	c Got one! Elapsed wall clock time (in seconds):8.581
9.56/8.71	o 281
9.75/8.84	c cleaning 5505 clauses out of 11024 with flag 13212/89340
9.75/8.85	c And the winner is solver0
9.93/9.21	c Got one! Elapsed wall clock time (in seconds):9.082
9.93/9.21	o 277
10.09/9.34	c cleaning 5485 clauses out of 10969 with flag 15474/94790
10.49/9.51	c cleaning 5740 clauses out of 11481 with flag 34803/100788
10.69/9.62	c And the winner is solver0
10.80/9.71	c Got one! Elapsed wall clock time (in seconds):9.583
10.80/9.71	o 271
10.80/9.75	c cleaning 5460 clauses out of 10932 with flag 3405/105979
10.96/9.84	c And the winner is solver0
11.12/10.21	c Got one! Elapsed wall clock time (in seconds):10.084
11.12/10.21	o 270
11.12/10.27	c cleaning 5561 clauses out of 11125 with flag 6500/111632
11.28/10.30	c And the winner is solver0
11.40/10.71	c Got one! Elapsed wall clock time (in seconds):10.585
11.40/10.71	o 258
11.40/10.75	c And the winner is solver0
11.52/11.22	c Got one! Elapsed wall clock time (in seconds):11.086
11.52/11.22	o 253
11.68/11.31	c cleaning 5460 clauses out of 10926 with flag 10732/116995
11.88/11.48	c cleaning 5731 clauses out of 11468 with flag 31817/122997
12.08/11.56	c And the winner is solver0
12.30/11.72	c Got one! Elapsed wall clock time (in seconds):11.587
12.30/11.72	o 241
12.30/11.75	c And the winner is solver0
12.42/12.22	c Got one! Elapsed wall clock time (in seconds):12.088
12.42/12.22	o 240
12.42/12.25	c cleaning 5479 clauses out of 10980 with flag 3571/128241
12.42/12.27	c And the winner is solver0
12.56/12.72	c Got one! Elapsed wall clock time (in seconds):12.589
12.56/12.72	o 230
12.56/12.77	c And the winner is solver0
12.72/13.22	c Got one! Elapsed wall clock time (in seconds):13.09
12.72/13.22	o 222
12.72/13.23	c And the winner is solver0
12.80/13.72	c Got one! Elapsed wall clock time (in seconds):13.591
12.80/13.72	o 221
12.96/13.83	c And the winner is solver0
13.13/14.22	c Got one! Elapsed wall clock time (in seconds):14.092
13.13/14.22	o 219
13.13/14.28	c And the winner is solver0
13.27/14.72	c Got one! Elapsed wall clock time (in seconds):14.592
13.27/14.72	o 209
13.27/14.77	c cleaning 6999 clauses out of 13997 with flag 3681/136738
13.41/14.89	c And the winner is solver0
13.62/15.22	c Got one! Elapsed wall clock time (in seconds):15.093
13.62/15.22	o 201
13.62/15.26	c And the winner is solver0
13.76/15.72	c Got one! Elapsed wall clock time (in seconds):15.594
13.76/15.72	o 194
13.76/15.77	c cleaning 6472 clauses out of 12956 with flag 3537/142696
13.76/15.79	c And the winner is solver0
13.91/16.22	c Got one! Elapsed wall clock time (in seconds):16.095
13.91/16.22	o 192
13.91/16.23	c And the winner is solver0
14.00/16.73	c Got one! Elapsed wall clock time (in seconds):16.596
14.00/16.73	o 182
14.00/16.78	c And the winner is solver0
14.14/17.23	c Got one! Elapsed wall clock time (in seconds):17.097
14.14/17.23	o 181
14.28/17.30	c And the winner is solver0
14.31/17.73	c Got one! Elapsed wall clock time (in seconds):17.598
14.31/17.73	o 180
14.44/17.80	c cleaning 6907 clauses out of 13821 with flag 7280/150033
14.44/17.89	c And the winner is solver0
14.66/18.23	c Got one! Elapsed wall clock time (in seconds):18.099
14.66/18.23	o 171
14.79/18.32	c cleaning 6131 clauses out of 12267 with flag 7632/155388
14.79/18.33	c And the winner is solver0
14.97/18.73	c Got one! Elapsed wall clock time (in seconds):18.6
14.97/18.73	o 170
14.97/18.73	c And the winner is solver0
14.97/19.23	c Got one! Elapsed wall clock time (in seconds):19.101
14.97/19.23	o 163
14.97/19.28	c And the winner is solver0
15.11/19.73	c Got one! Elapsed wall clock time (in seconds):19.602
15.11/19.73	o 153
15.26/19.81	c And the winner is solver0
15.38/20.23	c Got one! Elapsed wall clock time (in seconds):20.102
15.38/20.23	o 141
15.52/20.31	c cleaning 6436 clauses out of 12882 with flag 6653/162136
15.52/20.35	c And the winner is solver0
15.71/20.73	c Got one! Elapsed wall clock time (in seconds):20.603
15.71/20.73	o 123
15.71/20.76	c And the winner is solver0
15.83/21.23	c Got one! Elapsed wall clock time (in seconds):21.104
15.83/21.23	o 122
15.95/21.36	c cleaning 6628 clauses out of 13263 with flag 14375/168953
16.35/21.55	c cleaning 6315 clauses out of 12634 with flag 36353/174953
16.75/21.76	c cleaning 6654 clauses out of 13315 with flag 61447/181954
16.95/21.84	c And the winner is solver0
17.05/22.23	c Got one! Elapsed wall clock time (in seconds):22.105
17.05/22.23	o 121
17.17/22.31	c And the winner is solver0
17.28/22.74	c Got one! Elapsed wall clock time (in seconds):22.606
17.28/22.74	o 112
17.28/22.79	c cleaning 6454 clauses out of 12913 with flag 3504/188208
17.43/22.81	c And the winner is solver0
17.51/23.24	c Got one! Elapsed wall clock time (in seconds):23.107
17.51/23.24	o 106
17.51/23.26	c And the winner is solver0
17.63/23.74	c Got one! Elapsed wall clock time (in seconds):23.608
17.63/23.74	o 92
17.74/23.84	c And the winner is solver0
17.95/24.24	c Got one! Elapsed wall clock time (in seconds):24.109
17.95/24.24	o 83
17.95/24.29	c And the winner is solver0
18.11/24.74	c Got one! Elapsed wall clock time (in seconds):24.61
18.11/24.74	o 82
18.11/24.76	c And the winner is solver0
18.23/25.24	c Got one! Elapsed wall clock time (in seconds):25.111
18.23/25.24	o 68
18.23/25.29	c cleaning 7032 clauses out of 14077 with flag 3896/195829
18.23/25.30	c And the winner is solver0
18.39/25.74	c Got one! Elapsed wall clock time (in seconds):25.612
18.39/25.74	o 66
18.39/25.76	c And the winner is solver0
18.51/26.24	c Got one! Elapsed wall clock time (in seconds):26.114
18.51/26.24	o 49
18.62/26.36	c And the winner is solver0
18.84/26.76	c >>>>>>>>>> Solver number 0 (51 answers) <<<<<<<<<<<<<<<<<<
18.84/26.76	c starts		: 389
18.84/26.76	c conflicts		: 200436
18.84/26.76	c decisions		: 320437
18.84/26.76	c propagations		: 4055883
18.84/26.76	c inspects		: 61661206
18.84/26.76	c shortcuts		: 0
18.84/26.76	c learnt literals	: 38
18.84/26.76	c learnt binary clauses	: 432
18.84/26.76	c learnt ternary clauses	: 2619
18.84/26.76	c learnt constraints	: 200397
18.84/26.76	c ignored constraints	: 0
18.84/26.76	c root simplifications	: 0
18.84/26.76	c removed literals (reason simplification)	: 2323108
18.84/26.76	c reason swapping (by a shorter reason)	: 0
18.84/26.76	c Calls to reduceDB	: 32
18.84/26.76	c Number of update (reduction) of LBD	: 45838
18.84/26.76	c Imported unit clauses	: 0
18.84/26.76	c number of reductions to clauses (during analyze)	: 0
18.84/26.76	c number of learned constraints concerned by reduction	: 0
18.84/26.76	c number of learning phase by resolution	: 0
18.84/26.76	c number of learning phase by cutting planes	: 0
18.84/26.76	c speed (assignments/second)	: 152671.94910788228
18.84/26.76	c non guided choices	1380
18.84/26.76	c learnt constraints type 
18.84/26.76	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
18.84/26.76	c starts		: 52
18.84/26.76	c conflicts		: 393
18.84/26.76	c decisions		: 3994
18.84/26.76	c propagations		: 19364
18.84/26.76	c inspects		: 768796
18.84/26.76	c shortcuts		: 0
18.84/26.76	c learnt literals	: 0
18.84/26.76	c learnt binary clauses	: 0
18.84/26.76	c learnt ternary clauses	: 0
18.84/26.76	c learnt constraints	: 346
18.84/26.76	c ignored constraints	: 0
18.84/26.76	c root simplifications	: 0
18.84/26.76	c removed literals (reason simplification)	: 0
18.84/26.76	c reason swapping (by a shorter reason)	: 0
18.84/26.76	c Calls to reduceDB	: 0
18.84/26.76	c Number of update (reduction) of LBD	: 0
18.84/26.76	c Imported unit clauses	: 0
18.84/26.76	c number of reductions to clauses (during analyze)	: 0
18.84/26.76	c number of learned constraints concerned by reduction	: 0
18.84/26.76	c number of learning phase by resolution	: 0
18.84/26.76	c number of learning phase by cutting planes	: 0
18.84/26.76	c speed (assignments/second)	: 37238.46153846154
18.84/26.76	c non guided choices	998
18.84/26.76	c learnt constraints type 
18.84/26.76	s OPTIMUM FOUND
18.84/26.76	c Found 50 solution(s)
18.84/26.77	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 
18.84/26.77	c objective function=49
18.84/26.77	c Total wall clock time (in seconds): 26.637

Verifier Data

OK	49

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

pid=12664
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: 0.58 1.06 1.27 2/171 12667
/proc/meminfo: memFree=29883660/32872528 swapFree=1484672/1662500
[pid=12667] ppid=12664 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/12667/stat : 12667 (java) R 12664 12667 21085 0 -1 4202496 159 0 0 0 0 0 0 0 20 0 1 0 13068559 278528 34 33554432000 1073741824 1073778376 140737422515424 140737422512600 273896533173 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12667/statm: 68 34 25 9 0 25 0

[startup+0.100076 s]
/proc/loadavg: 0.58 1.06 1.27 2/171 12667
/proc/meminfo: memFree=29883660/32872528 swapFree=1484672/1662500
[pid=12667] ppid=12664 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12667/stat : 12667 (java) S 12664 12667 21085 0 -1 4202496 4248 0 1 0 6 1 0 0 20 0 18 0 13068559 9787879424 5373 33554432000 1073741824 1073778376 140734819773680 140734819764816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12667/statm: 2389619 5379 2073 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200259 s]
/proc/loadavg: 0.58 1.06 1.27 2/171 12667
/proc/meminfo: memFree=29883660/32872528 swapFree=1484672/1662500
[pid=12667] ppid=12664 vsize=9626068 CPUtime=0.21 cores=1,3,5,7
/proc/12667/stat : 12667 (java) S 12664 12667 21085 0 -1 4202496 4705 0 1 0 20 1 0 0 20 0 20 0 13068559 9857093632 7310 33554432000 1073741824 1073778376 140734819773680 140734819764816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12667/statm: 2406517 7310 2206 9 0 2397194 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9626068

[startup+0.300198 s]
/proc/loadavg: 0.58 1.06 1.27 2/171 12667
/proc/meminfo: memFree=29883660/32872528 swapFree=1484672/1662500
[pid=12667] ppid=12664 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/12667/stat : 12667 (java) S 12664 12667 21085 0 -1 4202496 8361 0 1 0 55 2 0 0 20 0 22 0 13068559 10060525568 10572 33554432000 1073741824 1073778376 140734819773680 140734819764816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12667/statm: 2456183 10572 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824732

[startup+0.7002 s]
/proc/loadavg: 0.58 1.06 1.27 2/171 12667
/proc/meminfo: memFree=29883660/32872528 swapFree=1484672/1662500
[pid=12667] ppid=12664 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/12667/stat : 12667 (java) S 12664 12667 21085 0 -1 4202496 18756 0 1 0 212 4 0 0 20 0 22 0 13068559 10060525568 18958 33554432000 1073741824 1073778376 140734819773680 140734819764816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12667/statm: 2456183 18958 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 0.85 1.11 1.29 2/190 12689
/proc/meminfo: memFree=29792416/32872528 swapFree=1484672/1662500
[pid=12667] ppid=12664 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/12667/stat : 12667 (java) S 12664 12667 21085 0 -1 4202496 29326 0 1 0 403 11 0 0 20 0 19 0 13068559 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140734819764816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12667/statm: 2456183 44213 2272 9 0 2446860 0
[pid=12667/tid=12669] ppid=12664 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/12667/task/12669/stat : 12669 (java) S 12664 12667 21085 0 -1 4202560 2415 0 1 0 14 1 0 0 20 0 19 0 13068560 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292723200888 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12670] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12670/stat : 12670 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292695653032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12671] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12671/stat : 12671 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292694600488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12672] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12672/stat : 12672 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292693547944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12673] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12673/stat : 12673 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292692495400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12667/tid=12674] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12674/stat : 12674 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292562397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12675] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12675/stat : 12675 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292561344808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12667/tid=12676] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12676/stat : 12676 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292560292264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12677] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12677/stat : 12677 (java) S 12664 12667 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292559239720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12678] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12678/stat : 12678 (java) S 12664 12667 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292076726888 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12679] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12679/stat : 12679 (java) S 12664 12667 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292075673208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12680] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12680/stat : 12680 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292074620552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12681] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12681/stat : 12681 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292073569296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12682] ppid=12664 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/12667/task/12682/stat : 12682 (java) S 12664 12667 21085 0 -1 4202560 10019 0 0 0 93 2 0 0 20 0 19 0 13068566 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292072515640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12683] ppid=12664 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/12667/task/12683/stat : 12683 (java) R 12664 12667 21085 0 -1 4202560 15496 0 0 0 124 3 0 0 20 0 19 0 13068566 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292071450664 140292725807233 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12684] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12684/stat : 12684 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292070410744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12685] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12685/stat : 12685 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292069358408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12688] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12688/stat : 12688 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13068579 10060525568 44213 33554432000 1073741824 1073778376 140734819773680 140292066199080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 0.85 1.11 1.29 1/190 12695
/proc/meminfo: memFree=29702436/32872528 swapFree=1484672/1662500
[pid=12667] ppid=12664 vsize=9824732 CPUtime=5.91 cores=1,3,5,7
/proc/12667/stat : 12667 (java) S 12664 12667 21085 0 -1 4202496 33033 0 1 0 573 18 0 0 20 0 19 0 13068559 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140734819764816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12667/statm: 2456183 47132 2285 9 0 2446860 0
[pid=12667/tid=12669] ppid=12664 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/12667/task/12669/stat : 12669 (java) S 12664 12667 21085 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 19 0 13068560 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292723200888 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12670] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12670/stat : 12670 (java) S 12664 12667 21085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292695653032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12671] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12671/stat : 12671 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292694600488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12672] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12672/stat : 12672 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292693547944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12673] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12673/stat : 12673 (java) S 12664 12667 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292692495400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12674] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12674/stat : 12674 (java) S 12664 12667 21085 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292562397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12675] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12675/stat : 12675 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292561344808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12667/tid=12676] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12676/stat : 12676 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292560292264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12677] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12677/stat : 12677 (java) S 12664 12667 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292559239720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12678] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12678/stat : 12678 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292076726888 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12679] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12679/stat : 12679 (java) S 12664 12667 21085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292075673208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12680] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12680/stat : 12680 (java) S 12664 12667 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292074620552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12681] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12681/stat : 12681 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292073569296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12682] ppid=12664 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/12667/task/12682/stat : 12682 (java) S 12664 12667 21085 0 -1 4202560 13663 0 0 0 125 3 0 0 20 0 19 0 13068566 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292072515640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12683] ppid=12664 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/12667/task/12683/stat : 12683 (java) S 12664 12667 21085 0 -1 4202560 15496 0 0 0 153 3 0 0 20 0 19 0 13068566 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292071463096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12684] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12684/stat : 12684 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292070410744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12685] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12685/stat : 12685 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292069358408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12688] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12688/stat : 12688 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13068579 10060525568 47132 33554432000 1073741824 1073778376 140734819773680 140292066199080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30074 s]
/proc/loadavg: 0.85 1.11 1.29 1/190 12716
/proc/meminfo: memFree=29688624/32872528 swapFree=1484672/1662500
[pid=12667] ppid=12664 vsize=9824732 CPUtime=7.96 cores=1,3,5,7
/proc/12667/stat : 12667 (java) S 12664 12667 21085 0 -1 4202496 33122 0 1 0 767 29 0 0 20 0 19 0 13068559 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140734819764816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12667/statm: 2456183 50513 2286 9 0 2446860 0
[pid=12667/tid=12669] ppid=12664 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/12667/task/12669/stat : 12669 (java) S 12664 12667 21085 0 -1 4202560 2416 0 1 0 15 1 0 0 20 0 19 0 13068560 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292723200888 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12670] ppid=12664 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12667/task/12670/stat : 12670 (java) S 12664 12667 21085 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 13068562 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292695653032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12667/tid=12671] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12671/stat : 12671 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292694600488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12672] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12672/stat : 12672 (java) S 12664 12667 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292693547944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12673] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12673/stat : 12673 (java) S 12664 12667 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292692495400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12674] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12674/stat : 12674 (java) S 12664 12667 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292562397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12675] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12675/stat : 12675 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292561344808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12667/tid=12676] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12676/stat : 12676 (java) S 12664 12667 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292560292264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12677] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12677/stat : 12677 (java) S 12664 12667 21085 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292559239720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12678] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12678/stat : 12678 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292076726888 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12679] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12679/stat : 12679 (java) S 12664 12667 21085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292075673208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12680] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12680/stat : 12680 (java) S 12664 12667 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292074620552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12681] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12681/stat : 12681 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292073569296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12682] ppid=12664 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/12667/task/12682/stat : 12682 (java) S 12664 12667 21085 0 -1 4202560 13663 0 0 0 126 3 0 0 20 0 19 0 13068566 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292072515640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12683] ppid=12664 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/12667/task/12683/stat : 12683 (java) S 12664 12667 21085 0 -1 4202560 15496 0 0 0 155 3 0 0 20 0 19 0 13068566 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292071463096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12684] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12684/stat : 12684 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292070410744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12685] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12685/stat : 12685 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292069358408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12688] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12688/stat : 12688 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13068579 10060525568 50513 33554432000 1073741824 1073778376 140734819773680 140292066199080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9824732


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

[pid=12667/tid=12673] ppid=12664 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12667/task/12673/stat : 12673 (java) S 12664 12667 21085 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292692495400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12674] ppid=12664 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12667/task/12674/stat : 12674 (java) S 12664 12667 21085 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292562397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12675] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12675/stat : 12675 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292561344808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12676] ppid=12664 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12667/task/12676/stat : 12676 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292560292264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12667/tid=12677] ppid=12664 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12667/task/12677/stat : 12677 (java) S 12664 12667 21085 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292559239720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12678] ppid=12664 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/12667/task/12678/stat : 12678 (java) S 12664 12667 21085 0 -1 4202560 13 0 0 0 1 7 0 0 20 0 19 0 13068563 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292076726888 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12679] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12679/stat : 12679 (java) S 12664 12667 21085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292075673208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12680] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12680/stat : 12680 (java) S 12664 12667 21085 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292074620552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12681] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12681/stat : 12681 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292073569296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12682] ppid=12664 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/12667/task/12682/stat : 12682 (java) S 12664 12667 21085 0 -1 4202560 13686 0 0 0 133 3 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292072515640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12683] ppid=12664 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/12667/task/12683/stat : 12683 (java) S 12664 12667 21085 0 -1 4202560 15497 0 0 0 155 3 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292071463096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12684] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12684/stat : 12684 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292070410744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12685] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12685/stat : 12685 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292069358408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12688] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12688/stat : 12688 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13068579 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292066199080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 9824732

[startup+26.4008 s]
/proc/loadavg: 0.63 1.03 1.26 2/191 12839
/proc/meminfo: memFree=29676020/32872528 swapFree=1484672/1662500
[pid=12667] ppid=12664 vsize=9824732 CPUtime=18.79 cores=1,3,5,7
/proc/12667/stat : 12667 (java) S 12664 12667 21085 0 -1 4202496 33550 0 1 0 1770 109 0 0 20 0 20 0 13068559 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140734819764816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12667/statm: 2456183 53478 2287 9 0 2446860 0
[pid=12667/tid=12669] ppid=12664 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/12667/task/12669/stat : 12669 (java) S 12664 12667 21085 0 -1 4202560 2416 0 1 0 17 1 0 0 20 0 20 0 13068560 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292723200888 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12670] ppid=12664 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12667/task/12670/stat : 12670 (java) S 12664 12667 21085 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 13068562 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292695653032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12667/tid=12671] ppid=12664 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12667/task/12671/stat : 12671 (java) S 12664 12667 21085 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 20 0 13068562 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292694600488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12672] ppid=12664 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12667/task/12672/stat : 12672 (java) S 12664 12667 21085 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 20 0 13068562 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292693547944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12673] ppid=12664 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12667/task/12673/stat : 12673 (java) S 12664 12667 21085 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 20 0 13068562 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292692495400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12674] ppid=12664 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12667/task/12674/stat : 12674 (java) S 12664 12667 21085 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 20 0 13068562 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292562397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12675] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12675/stat : 12675 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13068562 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292561344808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12676] ppid=12664 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12667/task/12676/stat : 12676 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 20 0 13068562 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292560292264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12667/tid=12677] ppid=12664 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12667/task/12677/stat : 12677 (java) S 12664 12667 21085 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 20 0 13068562 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292559239720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12678] ppid=12664 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/12667/task/12678/stat : 12678 (java) S 12664 12667 21085 0 -1 4202560 13 0 0 0 1 7 0 0 20 0 20 0 13068563 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292076726888 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12679] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12679/stat : 12679 (java) S 12664 12667 21085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 13068563 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292075673208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12680] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12680/stat : 12680 (java) S 12664 12667 21085 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 20 0 13068563 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292074620552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12681] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12681/stat : 12681 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13068566 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292073569296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12682] ppid=12664 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/12667/task/12682/stat : 12682 (java) S 12664 12667 21085 0 -1 4202560 13686 0 0 0 133 3 0 0 20 0 20 0 13068566 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292072515640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12683] ppid=12664 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/12667/task/12683/stat : 12683 (java) S 12664 12667 21085 0 -1 4202560 15497 0 0 0 155 3 0 0 20 0 20 0 13068566 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292071463096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12684] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12684/stat : 12684 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13068566 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292070410744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12685] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12685/stat : 12685 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13068566 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292069358408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12688] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12688/stat : 12688 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13068579 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292066199080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12838] ppid=12664 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/12667/task/12838/stat : 12838 (java) R 12664 12667 21085 0 -1 4202560 2 0 0 0 14 0 0 0 20 0 20 0 13071184 10060525568 53478 33554432000 1073741824 1073778376 140734819773680 140292068303832 140292574376598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (KiB) 9824732

[startup+26.6008 s]
/proc/loadavg: 0.63 1.03 1.26 2/191 12839
/proc/meminfo: memFree=29676020/32872528 swapFree=1484672/1662500
[pid=12667] ppid=12664 vsize=9824732 CPUtime=18.84 cores=1,3,5,7
/proc/12667/stat : 12667 (java) S 12664 12667 21085 0 -1 4202496 33550 0 1 0 1774 110 0 0 20 0 19 0 13068559 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140734819764816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12667/statm: 2456183 53476 2287 9 0 2446860 0
[pid=12667/tid=12669] ppid=12664 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/12667/task/12669/stat : 12669 (java) S 12664 12667 21085 0 -1 4202560 2416 0 1 0 17 1 0 0 20 0 19 0 13068560 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292723200888 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12670] ppid=12664 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12667/task/12670/stat : 12670 (java) S 12664 12667 21085 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292695653032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12667/tid=12671] ppid=12664 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12667/task/12671/stat : 12671 (java) S 12664 12667 21085 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292694600488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12672] ppid=12664 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12667/task/12672/stat : 12672 (java) S 12664 12667 21085 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292693547944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12673] ppid=12664 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12667/task/12673/stat : 12673 (java) S 12664 12667 21085 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292692495400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12674] ppid=12664 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12667/task/12674/stat : 12674 (java) S 12664 12667 21085 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292562397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12675] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12675/stat : 12675 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292561344808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12676] ppid=12664 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12667/task/12676/stat : 12676 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292560292264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12667/tid=12677] ppid=12664 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12667/task/12677/stat : 12677 (java) S 12664 12667 21085 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292559239720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12678] ppid=12664 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/12667/task/12678/stat : 12678 (java) S 12664 12667 21085 0 -1 4202560 13 0 0 0 1 7 0 0 20 0 19 0 13068563 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292076726888 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12679] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12679/stat : 12679 (java) S 12664 12667 21085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292075673208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12680] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12680/stat : 12680 (java) S 12664 12667 21085 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292074620552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12681] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12681/stat : 12681 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292073569296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12682] ppid=12664 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/12667/task/12682/stat : 12682 (java) S 12664 12667 21085 0 -1 4202560 13686 0 0 0 133 3 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292072515640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12683] ppid=12664 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/12667/task/12683/stat : 12683 (java) S 12664 12667 21085 0 -1 4202560 15497 0 0 0 155 3 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292071463096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12684] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12684/stat : 12684 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292070410744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12685] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12685/stat : 12685 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292069358408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12688] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12688/stat : 12688 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13068579 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292066199080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 18.84
Current children cumulated vsize (KiB) 9824732

[startup+26.7008 s]
/proc/loadavg: 0.63 1.03 1.26 2/191 12839
/proc/meminfo: memFree=29676020/32872528 swapFree=1484672/1662500
[pid=12667] ppid=12664 vsize=9824732 CPUtime=18.84 cores=1,3,5,7
/proc/12667/stat : 12667 (java) S 12664 12667 21085 0 -1 4202496 33550 0 1 0 1774 110 0 0 20 0 19 0 13068559 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140734819764816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12667/statm: 2456183 53476 2287 9 0 2446860 0
[pid=12667/tid=12669] ppid=12664 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/12667/task/12669/stat : 12669 (java) S 12664 12667 21085 0 -1 4202560 2416 0 1 0 17 1 0 0 20 0 19 0 13068560 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292723200888 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12670] ppid=12664 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12667/task/12670/stat : 12670 (java) S 12664 12667 21085 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292695653032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12667/tid=12671] ppid=12664 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12667/task/12671/stat : 12671 (java) S 12664 12667 21085 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292694600488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12672] ppid=12664 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12667/task/12672/stat : 12672 (java) S 12664 12667 21085 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292693547944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12673] ppid=12664 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12667/task/12673/stat : 12673 (java) S 12664 12667 21085 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292692495400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12674] ppid=12664 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12667/task/12674/stat : 12674 (java) S 12664 12667 21085 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292562397352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12675] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12675/stat : 12675 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292561344808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12676] ppid=12664 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12667/task/12676/stat : 12676 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292560292264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12667/tid=12677] ppid=12664 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12667/task/12677/stat : 12677 (java) S 12664 12667 21085 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 13068562 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292559239720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12678] ppid=12664 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/12667/task/12678/stat : 12678 (java) S 12664 12667 21085 0 -1 4202560 13 0 0 0 1 7 0 0 20 0 19 0 13068563 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292076726888 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12679] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12679/stat : 12679 (java) S 12664 12667 21085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292075673208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12680] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12680/stat : 12680 (java) S 12664 12667 21085 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 13068563 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292074620552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12681] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12681/stat : 12681 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292073569296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12682] ppid=12664 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/12667/task/12682/stat : 12682 (java) S 12664 12667 21085 0 -1 4202560 13686 0 0 0 133 3 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292072515640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12667/tid=12683] ppid=12664 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/12667/task/12683/stat : 12683 (java) S 12664 12667 21085 0 -1 4202560 15497 0 0 0 155 3 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292071463096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12667/tid=12684] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12684/stat : 12684 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292070410744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12685] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12685/stat : 12685 (java) S 12664 12667 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13068566 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292069358408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12667/tid=12688] ppid=12664 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12667/task/12688/stat : 12688 (java) S 12664 12667 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13068579 10060525568 53476 33554432000 1073741824 1073778376 140734819773680 140292066199080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 18.84
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 26.7843
CPU time (s): 18.9391
CPU user time (s): 17.7393
CPU system time (s): 1.19982
CPU usage (%): 70.7098
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7393
system time used= 1.19982
maximum resident set size= 216364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33556
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2364
involuntary context switches= 745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.203968 second user time and 0.238963 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 23:12:40
IDJOB=4092003
IDBENCH=78813
IDSOLVER=2552
FILE ID=node134/4092003-1467321160
RUNJOBID= node134-1467318920-6227
PBS_JOBID= 20005262
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= bda3418eb2779577fc492619368d84b3
RANDOM SEED=1386356502

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29883924 kB
Buffers:          174332 kB
Cached:           392904 kB
SwapCached:            0 kB
Active:           253488 kB
Inactive:         328696 kB
Active(anon):      11812 kB
Inactive(anon):     5960 kB
Active(file):     241676 kB
Inactive(file):   322736 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1644964 kB
Mapped:            13396 kB
Shmem:               216 kB
Slab:             612332 kB
SReclaimable:      56368 kB
SUnreclaim:       555964 kB
KernelStack:        1600 kB
PageTables:         6692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1762100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node134 at 2016-06-30 23:13:07