Trace number 4092303

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 27.1089 38.3766

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978334--soft-0-100-0.wbo
MD5SUM359f8e8e206a8ecfac2e3b6d9e7369bc
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 benchmark9.98548
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 1247
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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-4092303-1467322026.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.066s.
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
0.27/0.26	c And the winner is solver0
0.65/0.68	c SATISFIABLE
0.65/0.68	c OPTIMIZING...
0.65/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
0.65/0.68	o 1272
0.65/0.69	c And the winner is solver0
0.94/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
0.94/1.18	o 722
0.94/1.19	c And the winner is solver0
1.03/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.03/1.68	o 721
1.44/1.84	c And the winner is solver0
1.86/2.18	c Got one! Elapsed wall clock time (in seconds):2.075
1.86/2.18	o 537
1.86/2.19	c And the winner is solver0
1.86/2.68	c Got one! Elapsed wall clock time (in seconds):2.576
1.86/2.68	o 513
1.86/2.69	c And the winner is solver0
1.86/3.18	c Got one! Elapsed wall clock time (in seconds):3.077
1.86/3.18	o 503
1.86/3.19	c And the winner is solver0
1.86/3.69	c Got one! Elapsed wall clock time (in seconds):3.579
1.86/3.69	o 418
1.86/3.69	c And the winner is solver0
1.87/4.19	c Got one! Elapsed wall clock time (in seconds):4.08
1.87/4.19	o 399
1.87/4.19	c And the winner is solver0
1.87/4.69	c Got one! Elapsed wall clock time (in seconds):4.581
1.87/4.69	o 379
1.87/4.69	c And the winner is solver0
1.88/5.19	c Got one! Elapsed wall clock time (in seconds):5.082
1.88/5.19	o 374
1.88/5.20	c And the winner is solver0
1.89/5.69	c Got one! Elapsed wall clock time (in seconds):5.583
1.89/5.69	o 354
2.22/5.85	c cleaning 3235 clauses out of 6481 with flag 6825/6481
2.62/5.94	c And the winner is solver0
2.93/6.19	c Got one! Elapsed wall clock time (in seconds):6.084
2.93/6.19	o 353
3.17/6.34	c And the winner is solver0
3.27/6.69	c Got one! Elapsed wall clock time (in seconds):6.585
3.27/6.69	o 343
3.27/6.70	c And the winner is solver0
3.27/7.19	c Got one! Elapsed wall clock time (in seconds):7.087
3.27/7.19	o 341
3.28/7.25	c cleaning 4695 clauses out of 9389 with flag 3641/12624
3.48/7.30	c And the winner is solver0
3.51/7.69	c Got one! Elapsed wall clock time (in seconds):7.588
3.51/7.69	o 338
3.53/7.73	c And the winner is solver0
3.61/8.20	c Got one! Elapsed wall clock time (in seconds):8.089
3.61/8.20	o 332
3.61/8.21	c And the winner is solver0
3.66/8.70	c Got one! Elapsed wall clock time (in seconds):8.59
3.66/8.70	o 331
3.66/8.72	c And the winner is solver0
3.70/9.20	c Got one! Elapsed wall clock time (in seconds):9.091
3.70/9.20	o 315
4.13/9.40	c cleaning 5554 clauses out of 11111 with flag 17449/19041
4.13/9.43	c And the winner is solver0
4.24/9.70	c Got one! Elapsed wall clock time (in seconds):9.592
4.24/9.70	o 307
4.24/9.71	c And the winner is solver0
4.28/10.20	c Got one! Elapsed wall clock time (in seconds):10.093
4.28/10.20	o 278
4.28/10.22	c And the winner is solver0
4.33/10.70	c Got one! Elapsed wall clock time (in seconds):10.594
4.33/10.70	o 274
4.33/10.72	c And the winner is solver0
4.37/11.20	c Got one! Elapsed wall clock time (in seconds):11.095
4.37/11.20	o 259
4.37/11.23	c And the winner is solver0
4.47/11.70	c Got one! Elapsed wall clock time (in seconds):11.596
4.47/11.70	o 243
4.47/11.72	c And the winner is solver0
4.52/12.20	c Got one! Elapsed wall clock time (in seconds):12.097
4.52/12.20	o 241
4.71/12.33	c And the winner is solver0
4.80/12.71	c Got one! Elapsed wall clock time (in seconds):12.598
4.80/12.71	o 240
4.80/12.72	c And the winner is solver0
4.85/13.21	c Got one! Elapsed wall clock time (in seconds):13.099
4.85/13.21	o 237
4.85/13.21	c And the winner is solver0
4.85/13.71	c Got one! Elapsed wall clock time (in seconds):13.6
4.85/13.71	o 230
5.03/13.83	c And the winner is solver0
5.11/14.21	c Got one! Elapsed wall clock time (in seconds):14.101
5.11/14.21	o 227
5.32/14.31	c cleaning 7167 clauses out of 14333 with flag 3597/27817
5.32/14.35	c And the winner is solver0
5.47/14.71	c Got one! Elapsed wall clock time (in seconds):14.602
5.47/14.71	o 225
5.47/14.74	c And the winner is solver0
5.54/15.21	c Got one! Elapsed wall clock time (in seconds):15.103
5.54/15.21	o 222
5.54/15.26	c And the winner is solver0
5.64/15.71	c Got one! Elapsed wall clock time (in seconds):15.604
5.64/15.71	o 221
5.64/15.75	c And the winner is solver0
5.74/16.21	c Got one! Elapsed wall clock time (in seconds):16.105
5.74/16.21	o 220
5.74/16.29	c And the winner is solver0
5.93/16.71	c Got one! Elapsed wall clock time (in seconds):16.606
5.93/16.71	o 208
6.09/16.80	c And the winner is solver0
6.12/17.21	c Got one! Elapsed wall clock time (in seconds):17.107
6.12/17.21	o 203
6.60/17.41	c cleaning 8009 clauses out of 16021 with flag 12239/36672
6.60/17.42	c And the winner is solver0
6.67/17.72	c Got one! Elapsed wall clock time (in seconds):17.608
6.67/17.72	o 202
6.67/17.79	c And the winner is solver0
6.85/18.22	c Got one! Elapsed wall clock time (in seconds):18.109
6.85/18.22	o 199
6.85/18.25	c And the winner is solver0
6.93/18.72	c Got one! Elapsed wall clock time (in seconds):18.61
6.93/18.72	o 197
6.93/18.80	c And the winner is solver0
7.18/19.22	c Got one! Elapsed wall clock time (in seconds):19.111
7.18/19.22	o 196
7.33/19.39	c cleaning 7307 clauses out of 14616 with flag 14786/43276
7.33/19.39	c And the winner is solver0
7.55/19.72	c Got one! Elapsed wall clock time (in seconds):19.612
7.55/19.72	o 190
7.55/19.79	c And the winner is solver0
7.72/20.22	c Got one! Elapsed wall clock time (in seconds):20.113
7.72/20.22	o 186
7.72/20.23	c And the winner is solver0
7.74/20.72	c Got one! Elapsed wall clock time (in seconds):20.614
7.74/20.72	o 178
7.74/20.74	c And the winner is solver0
7.79/21.22	c Got one! Elapsed wall clock time (in seconds):21.115
7.79/21.22	o 176
8.14/21.44	c cleaning 6463 clauses out of 12928 with flag 19358/48895
8.14/21.50	c And the winner is solver0
8.37/21.72	c Got one! Elapsed wall clock time (in seconds):21.616
8.37/21.72	o 167
8.37/21.77	c And the winner is solver0
8.48/22.22	c Got one! Elapsed wall clock time (in seconds):22.117
8.48/22.22	o 160
8.62/22.30	c And the winner is solver0
8.65/22.72	c Got one! Elapsed wall clock time (in seconds):22.617
8.65/22.72	o 153
8.65/22.78	c And the winner is solver0
8.78/23.23	c Got one! Elapsed wall clock time (in seconds):23.118
8.78/23.23	o 145
9.13/23.42	c cleaning 6891 clauses out of 13785 with flag 12921/56215
9.13/23.47	c And the winner is solver0
9.31/23.73	c Got one! Elapsed wall clock time (in seconds):23.619
9.31/23.73	o 137
9.31/23.79	c And the winner is solver0
9.45/24.23	c Got one! Elapsed wall clock time (in seconds):24.12
9.45/24.23	o 117
9.45/24.28	c And the winner is solver0
9.60/24.73	c Got one! Elapsed wall clock time (in seconds):24.621
9.60/24.73	o 112
9.60/24.74	c And the winner is solver0
9.64/25.23	c Got one! Elapsed wall clock time (in seconds):25.122
9.64/25.23	o 101
9.64/25.26	c And the winner is solver0
9.73/25.73	c Got one! Elapsed wall clock time (in seconds):25.623
9.73/25.73	o 96
9.73/25.74	c And the winner is solver0
9.77/26.23	c Got one! Elapsed wall clock time (in seconds):26.124
9.77/26.23	o 94
10.15/26.45	c cleaning 7134 clauses out of 14277 with flag 14864/63598
10.42/26.58	c And the winner is solver0
10.73/26.73	c Got one! Elapsed wall clock time (in seconds):26.625
10.73/26.73	o 78
10.73/26.77	c And the winner is solver0
10.82/27.23	c Got one! Elapsed wall clock time (in seconds):27.126
10.82/27.23	o 71
10.82/27.29	c And the winner is solver0
10.95/27.74	c Got one! Elapsed wall clock time (in seconds):27.628
10.95/27.74	o 62
11.09/27.87	c cleaning 6593 clauses out of 13196 with flag 7038/69651
11.97/28.16	c cleaning 6296 clauses out of 12602 with flag 31206/75650
12.47/28.31	c And the winner is solver0
12.51/28.74	c Got one! Elapsed wall clock time (in seconds):28.631
12.51/28.74	o 60
12.62/28.84	c cleaning 5737 clauses out of 11496 with flag 7289/80840
13.02/29.04	c And the winner is solver0
13.15/29.24	c Got one! Elapsed wall clock time (in seconds):29.135
13.15/29.24	o 58
13.15/29.30	c cleaning 5534 clauses out of 11068 with flag 3806/86149
13.26/29.35	c And the winner is solver0
13.38/29.75	c Got one! Elapsed wall clock time (in seconds):29.64
13.38/29.75	o 53
13.67/29.91	c cleaning 5385 clauses out of 10777 with flag 13503/91392
14.07/30.15	c cleaning 5689 clauses out of 11390 with flag 36383/97390
14.07/30.16	c And the winner is solver0
14.23/30.25	c Got one! Elapsed wall clock time (in seconds):30.145
14.23/30.25	o 46
14.53/30.44	c cleaning 5467 clauses out of 10935 with flag 17229/102624
14.73/30.52	c And the winner is solver0
14.82/30.76	c Got one! Elapsed wall clock time (in seconds):30.65
14.82/30.76	o 36
14.91/30.89	c cleaning 5343 clauses out of 10697 with flag 10091/107854
15.30/31.09	c And the winner is solver0
15.60/31.26	c Got one! Elapsed wall clock time (in seconds):31.158
15.60/31.26	o 35
15.86/31.41	c And the winner is solver0
15.92/31.77	c Got one! Elapsed wall clock time (in seconds):31.666
15.92/31.77	o 34
16.18/31.93	c cleaning 8374 clauses out of 16751 with flag 10984/119251
16.56/32.18	c cleaning 7187 clauses out of 14376 with flag 34298/125250
17.17/32.47	c cleaning 7091 clauses out of 14189 with flag 58875/132250
17.97/32.80	c cleaning 7547 clauses out of 15099 with flag 86865/140251
18.59/33.17	c cleaning 8271 clauses out of 16552 with flag 117017/149251
19.57/33.62	c cleaning 9133 clauses out of 18281 with flag 153027/159251
20.60/34.19	c cleaning 10072 clauses out of 20148 with flag 195481/170251
20.81/34.24	c And the winner is solver0
20.81/34.28	c Got one! Elapsed wall clock time (in seconds):34.174
20.81/34.28	o 31
20.91/34.38	c And the winner is solver0
21.10/34.79	c Got one! Elapsed wall clock time (in seconds):34.683
21.10/34.79	o 28
21.32/34.91	c cleaning 7741 clauses out of 15494 with flag 8790/175669
21.72/35.16	c cleaning 6875 clauses out of 13755 with flag 33896/181671
22.32/35.45	c cleaning 6931 clauses out of 13878 with flag 61270/188670
22.52/35.51	c And the winner is solver0
22.56/35.80	c Got one! Elapsed wall clock time (in seconds):35.695
22.56/35.80	o 9
22.74/35.97	c cleaning 6159 clauses out of 12344 with flag 16485/194067
23.34/36.20	c cleaning 6089 clauses out of 12184 with flag 42420/200067
23.76/36.48	c cleaning 6540 clauses out of 13092 with flag 71833/207067
24.54/36.87	c cleaning 7268 clauses out of 14553 with flag 110486/215070
25.35/37.29	c cleaning 8134 clauses out of 16278 with flag 150418/224067
26.35/37.78	c cleaning 9070 clauses out of 18139 with flag 198834/234067
26.76/37.97	c And the winner is solver0
26.93/38.37	c >>>>>>>>>> Solver number 0 (66 answers) <<<<<<<<<<<<<<<<<<
26.93/38.37	c starts		: 198
26.93/38.37	c conflicts		: 238472
26.93/38.37	c decisions		: 407214
26.93/38.37	c propagations		: 7214944
26.93/38.37	c inspects		: 107131409
26.93/38.37	c shortcuts		: 0
26.93/38.37	c learnt literals	: 32
26.93/38.37	c learnt binary clauses	: 35
26.93/38.37	c learnt ternary clauses	: 613
26.93/38.37	c learnt constraints	: 238439
26.93/38.37	c ignored constraints	: 0
26.93/38.37	c root simplifications	: 0
26.93/38.37	c removed literals (reason simplification)	: 188356
26.93/38.37	c reason swapping (by a shorter reason)	: 0
26.93/38.37	c Calls to reduceDB	: 33
26.93/38.37	c Number of update (reduction) of LBD	: 68745
26.93/38.37	c Imported unit clauses	: 0
26.93/38.37	c number of reductions to clauses (during analyze)	: 0
26.93/38.37	c number of learned constraints concerned by reduction	: 0
26.93/38.37	c number of learning phase by resolution	: 0
26.93/38.37	c number of learning phase by cutting planes	: 0
26.93/38.37	c speed (assignments/second)	: 188942.12538626723
26.93/38.37	c non guided choices	2883
26.93/38.37	c learnt constraints type 
26.93/38.37	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
26.93/38.37	c starts		: 66
26.93/38.37	c conflicts		: 865
26.93/38.37	c decisions		: 11064
26.93/38.37	c propagations		: 40949
26.93/38.37	c inspects		: 3795248
26.93/38.37	c shortcuts		: 0
26.93/38.37	c learnt literals	: 0
26.93/38.37	c learnt binary clauses	: 0
26.93/38.37	c learnt ternary clauses	: 0
26.93/38.37	c learnt constraints	: 818
26.93/38.37	c ignored constraints	: 0
26.93/38.37	c root simplifications	: 0
26.93/38.37	c removed literals (reason simplification)	: 0
26.93/38.37	c reason swapping (by a shorter reason)	: 0
26.93/38.37	c Calls to reduceDB	: 0
26.93/38.37	c Number of update (reduction) of LBD	: 0
26.93/38.37	c Imported unit clauses	: 0
26.93/38.37	c number of reductions to clauses (during analyze)	: 0
26.93/38.37	c number of learned constraints concerned by reduction	: 0
26.93/38.37	c number of learning phase by resolution	: 0
26.93/38.37	c number of learning phase by cutting planes	: 0
26.93/38.37	c speed (assignments/second)	: 16191.775405298538
26.93/38.37	c non guided choices	1038
26.93/38.37	c learnt constraints type 
26.93/38.37	s OPTIMUM FOUND
26.93/38.37	c Found 65 solution(s)
26.93/38.37	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 
26.93/38.37	c objective function=9
26.93/38.37	c Total wall clock time (in seconds): 38.261

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.78 1.79 3/196 31534
/proc/meminfo: memFree=29876728/32872528 swapFree=1254912/1391860
[pid=31534] ppid=31531 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31534/stat : 31534 (java) R 31531 31534 16091 0 -1 4202496 1122 0 0 0 0 0 0 0 20 0 1 0 13163395 23793664 773 33554432000 1073741824 1073778376 140736886226992 140736886216056 140347897932496 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31534/statm: 5809 791 586 9 0 128 0

[startup+0.10016 s]
/proc/loadavg: 2.00 1.78 1.79 3/196 31534
/proc/meminfo: memFree=29876728/32872528 swapFree=1254912/1391860
[pid=31534] ppid=31531 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/31534/stat : 31534 (java) S 31531 31534 16091 0 -1 4202496 4459 0 1 0 10 0 0 0 20 0 18 0 13163395 9787879424 6089 33554432000 1073741824 1073778376 140736886226992 140736886218128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31534/statm: 2389619 6089 2156 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.00 1.78 1.79 3/196 31534
/proc/meminfo: memFree=29876728/32872528 swapFree=1254912/1391860
[pid=31534] ppid=31531 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/31534/stat : 31534 (java) S 31531 31534 16091 0 -1 4202496 4838 0 1 0 27 0 0 0 20 0 22 0 13163395 10060525568 7923 33554432000 1073741824 1073778376 140736886226992 140736886218128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31534/statm: 2456183 7923 2223 9 0 2446860 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300212 s]
/proc/loadavg: 2.00 1.78 1.79 3/196 31534
/proc/meminfo: memFree=29876728/32872528 swapFree=1254912/1391860
[pid=31534] ppid=31531 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/31534/stat : 31534 (java) S 31531 31534 16091 0 -1 4202496 8074 0 1 0 60 3 0 0 20 0 19 0 13163395 10060525568 10102 33554432000 1073741824 1073778376 140736886226992 140736886218128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31534/statm: 2456183 10102 2248 9 0 2446860 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 9824732

[startup+0.700171 s]
/proc/loadavg: 2.00 1.78 1.79 3/196 31534
/proc/meminfo: memFree=29876728/32872528 swapFree=1254912/1391860
[pid=31534] ppid=31531 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/31534/stat : 31534 (java) S 31531 31534 16091 0 -1 4202496 8110 0 1 0 65 3 0 0 20 0 19 0 13163395 10060525568 10516 33554432000 1073741824 1073778376 140736886226992 140736886218128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31534/statm: 2456183 10516 2249 9 0 2446860 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 2.00 1.78 1.79 2/215 31559
/proc/meminfo: memFree=29827616/32872528 swapFree=1254912/1391860
[pid=31534] ppid=31531 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/31534/stat : 31534 (java) S 31531 31534 16091 0 -1 4202496 16161 0 1 0 97 6 0 0 20 0 19 0 13163395 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140736886218128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31534/statm: 2456183 15307 2250 9 0 2446860 0
[pid=31534/tid=31535] ppid=31531 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31534/task/31535/stat : 31535 (java) S 31531 31534 16091 0 -1 4202560 2416 0 1 0 16 0 0 0 20 0 19 0 13163396 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347895788408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31537] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31537/stat : 31537 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347857279272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31538] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31538/stat : 31538 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347856226472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31539] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31539/stat : 31539 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347736844840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31540] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31540/stat : 31540 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347735792040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31541] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31541/stat : 31541 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347734739752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31542] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31542/stat : 31542 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347733686952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31543] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31543/stat : 31543 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347732634664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31544] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31544/stat : 31544 (java) S 31531 31534 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347731581864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31545] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31545/stat : 31545 (java) S 31531 31534 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13163398 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347249252584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31546] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31546/stat : 31546 (java) S 31531 31534 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13163398 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347248198648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31547] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31547/stat : 31547 (java) S 31531 31534 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13163398 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347247146248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31548] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31548/stat : 31548 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347246094736 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31549] ppid=31531 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/31534/task/31549/stat : 31549 (java) S 31531 31534 16091 0 -1 4202560 8150 0 0 0 35 2 0 0 20 0 19 0 13163400 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347245042360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31550] ppid=31531 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/31534/task/31550/stat : 31550 (java) S 31531 31534 16091 0 -1 4202560 4247 0 0 0 24 2 0 0 20 0 19 0 13163400 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347243989560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31551] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31551/stat : 31551 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347242937464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31552] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31552/stat : 31552 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347241884872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31555] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31555/stat : 31555 (java) S 31531 31534 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13163414 10060525568 15307 33554432000 1073741824 1073778376 140736886226992 140347238724776 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 2.00 1.78 1.79 2/215 31568
/proc/meminfo: memFree=29793700/32872528 swapFree=1254912/1391860
[pid=31534] ppid=31531 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/31534/stat : 31534 (java) S 31531 31534 16091 0 -1 4202496 19790 0 1 0 178 8 0 0 20 0 19 0 13163395 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140736886218128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31534/statm: 2456183 24166 2263 9 0 2446860 0
[pid=31534/tid=31535] ppid=31531 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31534/task/31535/stat : 31535 (java) S 31531 31534 16091 0 -1 4202560 2417 0 1 0 16 0 0 0 20 0 19 0 13163396 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347895788408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31537] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31537/stat : 31537 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347857279272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31538] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31538/stat : 31538 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347856226472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31539] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31539/stat : 31539 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347736844840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31540] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31540/stat : 31540 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347735792040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31541] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31541/stat : 31541 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347734739752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31542] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31542/stat : 31542 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347733686952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31543] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31543/stat : 31543 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347732634664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31544] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31544/stat : 31544 (java) S 31531 31534 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13163397 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347731581864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31545] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31545/stat : 31545 (java) S 31531 31534 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13163398 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347249252584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31546] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31546/stat : 31546 (java) S 31531 31534 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13163398 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347248198648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31547] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31547/stat : 31547 (java) S 31531 31534 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13163398 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347247146248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31548] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31548/stat : 31548 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347246094736 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31549] ppid=31531 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/31534/task/31549/stat : 31549 (java) S 31531 31534 16091 0 -1 4202560 8643 0 0 0 57 2 0 0 20 0 19 0 13163400 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347245042360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31550] ppid=31531 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/31534/task/31550/stat : 31550 (java) S 31531 31534 16091 0 -1 4202560 7344 0 0 0 52 2 0 0 20 0 19 0 13163400 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347243989560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31551] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31551/stat : 31551 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347242937464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31552] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31552/stat : 31552 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347241884872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31555] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31555/stat : 31555 (java) S 31531 31534 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13163414 10060525568 24166 33554432000 1073741824 1073778376 140736886226992 140347238724776 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=27 pid=1779 uid=0 cmd=

############
# WARNING:
# current cumulated CPU time (1.88 s) is less than in the last sample (1.89 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999999 s) to the 'lost time'.

[startup+5.20068 s]
/proc/loadavg: 1.92 1.77 1.79 2/215 31580
/proc/meminfo: memFree=29773040/32872528 swapFree=1254912/1391860
[pid=31534] ppid=31531 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/31534/stat : 31534 (java) S 31531 31534 16091 0 -1 4202496 19848 0 1 0 181 8 0 0 20 0 21 0 13163395 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140736886218128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31534/statm: 2456183 28975 2265 9 0 2446860 0
[pid=31534/tid=31535] ppid=31531 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31534/task/31535/stat : 31535 (java) S 31531 31534 16091 0 -1 4202560 2419 0 1 0 17 0 0 0 20 0 21 0 13163396 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347895788408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31537] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31537/stat : 31537 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13163397 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347857279272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31538] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31538/stat : 31538 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13163397 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347856226472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31539] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31539/stat : 31539 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13163397 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347736844840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31540] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31540/stat : 31540 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13163397 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347735792040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31541] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31541/stat : 31541 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13163397 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347734739752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31542] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31542/stat : 31542 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13163397 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347733686952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31543] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31543/stat : 31543 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13163397 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347732634664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31544] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31544/stat : 31544 (java) S 31531 31534 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 13163397 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347731581864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31545] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31545/stat : 31545 (java) S 31531 31534 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 13163398 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347249252584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31546] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31546/stat : 31546 (java) S 31531 31534 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 21 0 13163398 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347248198648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31547] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31547/stat : 31547 (java) S 31531 31534 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 13163398 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347247146248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31548] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31548/stat : 31548 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13163400 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347246094736 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31549] ppid=31531 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/31534/task/31549/stat : 31549 (java) S 31531 31534 16091 0 -1 4202560 8643 0 0 0 57 2 0 0 20 0 21 0 13163400 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347245042360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31550] ppid=31531 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/31534/task/31550/stat : 31550 (java) S 31531 31534 16091 0 -1 4202560 7344 0 0 0 54 2 0 0 20 0 21 0 13163400 10060525568 28975 33554432000 1073741824 1073778376 140736886226992 140347243989560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/31534/task/31546/stat : 31546 (java) S 31531 31534 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13163398 10060525568 66129 33554432000 1073741824 1073778376 140736886226992 140347248198648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31547] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31547/stat : 31547 (java) S 31531 31534 16091 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 13163398 10060525568 66129 33554432000 1073741824 1073778376 140736886226992 140347247146248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31548] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31548/stat : 31548 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13163400 10060525568 66129 33554432000 1073741824 1073778376 140736886226992 140347246094736 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31549] ppid=31531 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/31534/task/31549/stat : 31549 (java) S 31531 31534 16091 0 -1 4202560 14959 0 0 0 98 3 0 0 20 0 22 0 13163400 10060525568 66129 33554432000 1073741824 1073778376 140736886226992 140347245042360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31550] ppid=31531 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/31534/task/31550/stat : 31550 (java) S 31531 31534 16091 0 -1 4202560 14615 0 0 0 171 3 0 0 20 0 22 0 13163400 10060525568 66129 33554432000 1073741824 1073778376 140736886226992 140347243989560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31551] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31551/stat : 31551 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13163400 10060525568 66129 33554432000 1073741824 1073778376 140736886226992 140347242937464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31552] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31552/stat : 31552 (java) S 31531 31534 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13163400 10060525568 66129 33554432000 1073741824 1073778376 140736886226992 140347241884872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31555] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31555/stat : 31555 (java) S 31531 31534 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13163414 10060525568 66129 33554432000 1073741824 1073778376 140736886226992 140347238724776 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31749] ppid=31531 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/31534/task/31749/stat : 31749 (java) R 31531 31534 16091 0 -1 4202560 3 0 0 0 176 0 0 0 20 0 22 0 13166977 10060525568 66129 33554432000 1073741824 1073778376 140736886226992 140347239775120 140347738155185 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31750] ppid=31531 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/31534/task/31750/stat : 31750 (java) R 31531 31534 16091 0 -1 4202560 18 0 0 0 175 0 0 0 20 0 22 0 13166977 10060525568 66129 33554432000 1073741824 1073778376 140736886226992 140347237670560 140347737486641 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31751] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31751/stat : 31751 (java) S 31531 31534 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13166980 10060525568 66129 33554432000 1073741824 1073778376 140736886226992 140347240830632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 26.14
Current children cumulated vsize (KiB) 9824732

[startup+38.0009 s]
/proc/loadavg: 2.07 1.81 1.80 5/218 31751
/proc/meminfo: memFree=29645220/32872528 swapFree=1254912/1391860
[pid=31534] ppid=31531 vsize=9824732 CPUtime=26.92 cores=0,2,4,6
/proc/31534/stat : 31534 (java) S 31531 31534 16091 0 -1 4202496 34694 0 1 0 2565 127 0 0 20 0 19 0 13163395 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140736886218128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31534/statm: 2456183 68176 2286 9 0 2446860 0
[pid=31534/tid=31535] ppid=31531 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/31534/task/31535/stat : 31535 (java) S 31531 31534 16091 0 -1 4202560 2420 0 1 0 26 2 0 0 20 0 19 0 13163396 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347895788408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31537] ppid=31531 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31534/task/31537/stat : 31537 (java) S 31531 31534 16091 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347857279272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31538] ppid=31531 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31534/task/31538/stat : 31538 (java) S 31531 31534 16091 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347856226472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31539] ppid=31531 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/31534/task/31539/stat : 31539 (java) S 31531 31534 16091 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347736844840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31540] ppid=31531 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31534/task/31540/stat : 31540 (java) S 31531 31534 16091 0 -1 4202560 49 0 0 0 9 2 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347735792040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31541] ppid=31531 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31534/task/31541/stat : 31541 (java) S 31531 31534 16091 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347734739752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31542] ppid=31531 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31534/task/31542/stat : 31542 (java) S 31531 31534 16091 0 -1 4202560 38 0 0 0 7 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347733686952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31543] ppid=31531 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31534/task/31543/stat : 31543 (java) S 31531 31534 16091 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347732634664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31544] ppid=31531 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/31534/task/31544/stat : 31544 (java) S 31531 31534 16091 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347731581864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31545] ppid=31531 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31534/task/31545/stat : 31545 (java) S 31531 31534 16091 0 -1 4202560 68 0 0 0 1 6 0 0 20 0 19 0 13163398 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347249252584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31546] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31546/stat : 31546 (java) S 31531 31534 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13163398 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347248198648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31547] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31547/stat : 31547 (java) S 31531 31534 16091 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 13163398 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347247146248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31548] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31548/stat : 31548 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347246094736 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31549] ppid=31531 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/31534/task/31549/stat : 31549 (java) S 31531 31534 16091 0 -1 4202560 14959 0 0 0 98 3 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347245042360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31550] ppid=31531 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/31534/task/31550/stat : 31550 (java) S 31531 31534 16091 0 -1 4202560 14615 0 0 0 171 3 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347243989560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31551] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31551/stat : 31551 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347242937464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31552] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31552/stat : 31552 (java) S 31531 31534 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347241884872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31555] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31555/stat : 31555 (java) S 31531 31534 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13163414 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347238724776 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 26.92
Current children cumulated vsize (KiB) 9824732

[startup+38.2008 s]
/proc/loadavg: 2.07 1.81 1.80 5/218 31751
/proc/meminfo: memFree=29645220/32872528 swapFree=1254912/1391860
[pid=31534] ppid=31531 vsize=9824732 CPUtime=26.92 cores=0,2,4,6
/proc/31534/stat : 31534 (java) S 31531 31534 16091 0 -1 4202496 34694 0 1 0 2565 127 0 0 20 0 19 0 13163395 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140736886218128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31534/statm: 2456183 68176 2286 9 0 2446860 0
[pid=31534/tid=31535] ppid=31531 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/31534/task/31535/stat : 31535 (java) S 31531 31534 16091 0 -1 4202560 2420 0 1 0 26 2 0 0 20 0 19 0 13163396 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347895788408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31537] ppid=31531 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31534/task/31537/stat : 31537 (java) S 31531 31534 16091 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347857279272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31538] ppid=31531 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31534/task/31538/stat : 31538 (java) S 31531 31534 16091 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347856226472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31539] ppid=31531 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/31534/task/31539/stat : 31539 (java) S 31531 31534 16091 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347736844840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31540] ppid=31531 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31534/task/31540/stat : 31540 (java) S 31531 31534 16091 0 -1 4202560 49 0 0 0 9 2 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347735792040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31541] ppid=31531 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31534/task/31541/stat : 31541 (java) S 31531 31534 16091 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347734739752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31542] ppid=31531 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31534/task/31542/stat : 31542 (java) S 31531 31534 16091 0 -1 4202560 38 0 0 0 7 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347733686952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31543] ppid=31531 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31534/task/31543/stat : 31543 (java) S 31531 31534 16091 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347732634664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31544] ppid=31531 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/31534/task/31544/stat : 31544 (java) S 31531 31534 16091 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347731581864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31545] ppid=31531 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31534/task/31545/stat : 31545 (java) S 31531 31534 16091 0 -1 4202560 68 0 0 0 1 6 0 0 20 0 19 0 13163398 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347249252584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31546] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31546/stat : 31546 (java) S 31531 31534 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13163398 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347248198648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31547] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31547/stat : 31547 (java) S 31531 31534 16091 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 13163398 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347247146248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31548] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31548/stat : 31548 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347246094736 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31549] ppid=31531 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/31534/task/31549/stat : 31549 (java) S 31531 31534 16091 0 -1 4202560 14959 0 0 0 98 3 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347245042360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31550] ppid=31531 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/31534/task/31550/stat : 31550 (java) S 31531 31534 16091 0 -1 4202560 14615 0 0 0 171 3 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347243989560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31551] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31551/stat : 31551 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347242937464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31552] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31552/stat : 31552 (java) S 31531 31534 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347241884872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31555] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31555/stat : 31555 (java) S 31531 31534 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13163414 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347238724776 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 26.92
Current children cumulated vsize (KiB) 9824732

[startup+38.3009 s]
/proc/loadavg: 2.07 1.81 1.80 5/218 31751
/proc/meminfo: memFree=29645220/32872528 swapFree=1254912/1391860
[pid=31534] ppid=31531 vsize=9824732 CPUtime=26.92 cores=0,2,4,6
/proc/31534/stat : 31534 (java) S 31531 31534 16091 0 -1 4202496 34694 0 1 0 2565 127 0 0 20 0 19 0 13163395 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140736886218128 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31534/statm: 2456183 68176 2286 9 0 2446860 0
[pid=31534/tid=31535] ppid=31531 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/31534/task/31535/stat : 31535 (java) S 31531 31534 16091 0 -1 4202560 2420 0 1 0 26 2 0 0 20 0 19 0 13163396 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347895788408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31537] ppid=31531 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31534/task/31537/stat : 31537 (java) S 31531 31534 16091 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347857279272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31538] ppid=31531 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31534/task/31538/stat : 31538 (java) S 31531 31534 16091 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347856226472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31539] ppid=31531 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/31534/task/31539/stat : 31539 (java) S 31531 31534 16091 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347736844840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31540] ppid=31531 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31534/task/31540/stat : 31540 (java) S 31531 31534 16091 0 -1 4202560 49 0 0 0 9 2 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347735792040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31541] ppid=31531 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31534/task/31541/stat : 31541 (java) S 31531 31534 16091 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347734739752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31542] ppid=31531 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31534/task/31542/stat : 31542 (java) S 31531 31534 16091 0 -1 4202560 38 0 0 0 7 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347733686952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31543] ppid=31531 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31534/task/31543/stat : 31543 (java) S 31531 31534 16091 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347732634664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31544] ppid=31531 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/31534/task/31544/stat : 31544 (java) S 31531 31534 16091 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 19 0 13163397 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347731581864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31534/tid=31545] ppid=31531 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31534/task/31545/stat : 31545 (java) S 31531 31534 16091 0 -1 4202560 68 0 0 0 1 6 0 0 20 0 19 0 13163398 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347249252584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31546] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31546/stat : 31546 (java) S 31531 31534 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13163398 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347248198648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31547] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31547/stat : 31547 (java) S 31531 31534 16091 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 13163398 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347247146248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31548] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31548/stat : 31548 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347246094736 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31549] ppid=31531 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/31534/task/31549/stat : 31549 (java) S 31531 31534 16091 0 -1 4202560 14959 0 0 0 98 3 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347245042360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31534/tid=31550] ppid=31531 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/31534/task/31550/stat : 31550 (java) S 31531 31534 16091 0 -1 4202560 14615 0 0 0 171 3 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347243989560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31551] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31551/stat : 31551 (java) S 31531 31534 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347242937464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31534/tid=31552] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31552/stat : 31552 (java) S 31531 31534 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13163400 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347241884872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31534/tid=31555] ppid=31531 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31534/task/31555/stat : 31555 (java) S 31531 31534 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13163414 10060525568 68176 33554432000 1073741824 1073778376 140736886226992 140347238724776 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 26.92
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 38.3766
CPU time (s): 27.1089
CPU user time (s): 25.7491
CPU system time (s): 1.35979
CPU usage (%): 70.6391
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7391
system time used= 1.35979
maximum resident set size= 272728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34701
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= 3507
involuntary context switches= 1223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.246962 second user time and 0.242963 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-30 23:27:06
IDJOB=4092303
IDBENCH=79234
IDSOLVER=2552
FILE ID=node119/4092303-1467322026
RUNJOBID= node119-1467318689-18276
PBS_JOBID= 20005280
Free space on /tmp= 71732 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.1110978334--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092303-1467322026/watcher-4092303-1467322026 -o /tmp/evaluation-result-4092303-1467322026/solver-4092303-1467322026 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467318689-18276 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092303-1467322026.wbo

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

MD5SUM BENCH= 359f8e8e206a8ecfac2e3b6d9e7369bc
RANDOM SEED=1786134034

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
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.444
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.444
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:        29877264 kB
Buffers:          175640 kB
Cached:           264012 kB
SwapCached:            0 kB
Active:           637688 kB
Inactive:         219536 kB
Active(anon):     402352 kB
Inactive(anon):    17972 kB
Active(file):     235336 kB
Inactive(file):   201564 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               912 kB
Writeback:             0 kB
AnonPages:       1809684 kB
Mapped:            22112 kB
Shmem:               204 kB
Slab:             612128 kB
SReclaimable:      55796 kB
SUnreclaim:       556332 kB
KernelStack:        1664 kB
PageTables:         8060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1941924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    526336 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= 71732 MiB
End job on node119 at 2016-06-30 23:27:44