Trace number 4091991

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 16.3155 35.0004

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220019--soft-33-100-0.wbo
MD5SUM14adea07f674cbc6036223afab3dc3b4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.90241
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1259
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-4091991-1467321147.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.065s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     233
0.10/0.17	c #constraints  101
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.10/0.17	c 101 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 64 literals
0.26/0.24	c And the winner is solver0
0.52/0.68	c SATISFIABLE
0.52/0.68	c OPTIMIZING...
0.52/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
0.52/0.68	o 752
0.99/0.85	c And the winner is solver0
1.35/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
1.35/1.18	o 748
1.42/1.24	c And the winner is solver0
1.80/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.80/1.68	o 723
1.80/1.69	c And the winner is solver0
1.81/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
1.81/2.18	o 722
1.81/2.19	c And the winner is solver0
1.89/2.68	c Got one! Elapsed wall clock time (in seconds):2.575
1.89/2.68	o 420
1.89/2.69	c And the winner is solver0
1.89/3.18	c Got one! Elapsed wall clock time (in seconds):3.076
1.89/3.18	o 419
1.89/3.19	c And the winner is solver0
1.89/3.68	c Got one! Elapsed wall clock time (in seconds):3.577
1.89/3.68	o 415
1.89/3.69	c And the winner is solver0
1.90/4.18	c Got one! Elapsed wall clock time (in seconds):4.078
1.90/4.18	o 414
1.90/4.19	c And the winner is solver0
1.91/4.69	c Got one! Elapsed wall clock time (in seconds):4.579
1.91/4.69	o 392
1.91/4.70	c And the winner is solver0
1.91/5.19	c Got one! Elapsed wall clock time (in seconds):5.08
1.91/5.19	o 388
1.91/5.19	c And the winner is solver0
1.91/5.69	c Got one! Elapsed wall clock time (in seconds):5.581
1.91/5.69	o 387
1.91/5.69	c And the winner is solver0
1.91/6.19	c Got one! Elapsed wall clock time (in seconds):6.082
1.91/6.19	o 382
1.91/6.20	c And the winner is solver0
1.92/6.69	c Got one! Elapsed wall clock time (in seconds):6.584
1.92/6.69	o 378
1.95/6.73	c And the winner is solver0
2.03/7.19	c Got one! Elapsed wall clock time (in seconds):7.085
2.03/7.19	o 377
2.05/7.26	c And the winner is solver0
2.23/7.69	c Got one! Elapsed wall clock time (in seconds):7.586
2.23/7.69	o 369
2.23/7.70	c And the winner is solver0
2.23/8.19	c Got one! Elapsed wall clock time (in seconds):8.087
2.23/8.19	o 358
2.23/8.20	c And the winner is solver0
2.23/8.69	c Got one! Elapsed wall clock time (in seconds):8.588
2.23/8.69	o 325
2.23/8.70	c And the winner is solver0
2.23/9.20	c Got one! Elapsed wall clock time (in seconds):9.089
2.23/9.20	o 319
2.23/9.21	c And the winner is solver0
2.28/9.70	c Got one! Elapsed wall clock time (in seconds):9.59
2.28/9.70	o 315
2.28/9.71	c And the winner is solver0
2.31/10.20	c Got one! Elapsed wall clock time (in seconds):10.091
2.31/10.20	o 300
2.31/10.21	c And the winner is solver0
2.36/10.70	c Got one! Elapsed wall clock time (in seconds):10.592
2.36/10.70	o 293
2.36/10.70	c And the winner is solver0
2.37/11.20	c Got one! Elapsed wall clock time (in seconds):11.093
2.37/11.20	o 252
2.37/11.21	c And the winner is solver0
2.38/11.70	c Got one! Elapsed wall clock time (in seconds):11.594
2.38/11.70	o 250
2.38/11.71	c And the winner is solver0
2.38/12.20	c Got one! Elapsed wall clock time (in seconds):12.095
2.38/12.20	o 248
2.38/12.22	c And the winner is solver0
2.42/12.70	c Got one! Elapsed wall clock time (in seconds):12.596
2.42/12.70	o 246
2.42/12.72	c And the winner is solver0
2.52/13.20	c Got one! Elapsed wall clock time (in seconds):13.097
2.52/13.20	o 218
2.52/13.21	c And the winner is solver0
2.52/13.70	c Got one! Elapsed wall clock time (in seconds):13.598
2.52/13.70	o 214
2.52/13.71	c And the winner is solver0
2.54/14.21	c Got one! Elapsed wall clock time (in seconds):14.099
2.54/14.21	o 213
2.54/14.23	c And the winner is solver0
2.71/14.71	c Got one! Elapsed wall clock time (in seconds):14.6
2.71/14.71	o 212
2.71/14.76	c And the winner is solver0
2.91/15.21	c Got one! Elapsed wall clock time (in seconds):15.101
2.91/15.21	o 211
2.91/15.23	c And the winner is solver0
2.98/15.71	c Got one! Elapsed wall clock time (in seconds):15.602
2.98/15.71	o 204
2.98/15.79	c cleaning 6150 clauses out of 12305 with flag 3322/12305
3.21/15.82	c And the winner is solver0
3.27/16.21	c Got one! Elapsed wall clock time (in seconds):16.104
3.27/16.21	o 199
3.27/16.22	c And the winner is solver0
3.27/16.71	c Got one! Elapsed wall clock time (in seconds):16.605
3.27/16.71	o 156
3.27/16.78	c And the winner is solver0
3.45/17.21	c Got one! Elapsed wall clock time (in seconds):17.106
3.45/17.21	o 132
3.45/17.28	c And the winner is solver0
3.60/17.71	c Got one! Elapsed wall clock time (in seconds):17.607
3.60/17.71	o 122
3.60/17.72	c And the winner is solver0
3.62/18.21	c Got one! Elapsed wall clock time (in seconds):18.108
3.62/18.21	o 114
3.62/18.22	c And the winner is solver0
3.64/18.72	c Got one! Elapsed wall clock time (in seconds):18.609
3.64/18.72	o 110
3.64/18.78	c And the winner is solver0
3.79/19.22	c Got one! Elapsed wall clock time (in seconds):19.11
3.79/19.22	o 102
3.79/19.24	c And the winner is solver0
3.86/19.72	c Got one! Elapsed wall clock time (in seconds):19.611
3.86/19.72	o 92
3.86/19.73	c And the winner is solver0
3.91/20.22	c Got one! Elapsed wall clock time (in seconds):20.112
3.91/20.22	o 67
3.91/20.24	c And the winner is solver0
3.97/20.72	c Got one! Elapsed wall clock time (in seconds):20.613
3.97/20.72	o 65
3.97/20.79	c And the winner is solver0
4.13/21.22	c Got one! Elapsed wall clock time (in seconds):21.115
4.13/21.22	o 63
4.13/21.29	c cleaning 7996 clauses out of 15993 with flag 3498/22143
4.28/21.30	c And the winner is solver0
4.31/21.72	c Got one! Elapsed wall clock time (in seconds):21.616
4.31/21.72	o 47
4.31/21.75	c And the winner is solver0
4.55/22.22	c Got one! Elapsed wall clock time (in seconds):22.118
4.55/22.22	o 46
4.55/22.25	c And the winner is solver0
4.64/22.73	c Got one! Elapsed wall clock time (in seconds):22.62
4.64/22.73	o 40
4.64/22.76	c And the winner is solver0
4.72/23.23	c Got one! Elapsed wall clock time (in seconds):23.122
4.72/23.23	o 32
4.72/23.25	c And the winner is solver0
4.74/23.73	c Got one! Elapsed wall clock time (in seconds):23.624
4.74/23.73	o 27
4.86/23.82	c And the winner is solver0
4.92/24.23	c Got one! Elapsed wall clock time (in seconds):24.127
4.92/24.23	o 25
5.27/24.44	c cleaning 7718 clauses out of 15437 with flag 10539/29583
5.27/24.44	c And the winner is solver0
5.69/24.74	c Got one! Elapsed wall clock time (in seconds):24.629
5.69/24.74	o 24
5.69/24.77	c And the winner is solver0
5.77/25.24	c Got one! Elapsed wall clock time (in seconds):25.132
5.77/25.24	o 23
5.77/25.28	c And the winner is solver0
5.87/25.74	c Got one! Elapsed wall clock time (in seconds):25.634
5.87/25.74	o 22
5.87/25.78	c And the winner is solver0
5.98/26.24	c Got one! Elapsed wall clock time (in seconds):26.137
5.98/26.24	o 20
5.98/26.27	c And the winner is solver0
6.05/26.75	c Got one! Elapsed wall clock time (in seconds):26.64
6.05/26.75	o 17
6.05/26.76	c And the winner is solver0
6.09/27.25	c Got one! Elapsed wall clock time (in seconds):27.143
6.09/27.25	o 16
6.18/27.36	c And the winner is solver0
6.33/27.75	c Got one! Elapsed wall clock time (in seconds):27.646
6.33/27.75	o 15
6.42/27.88	c cleaning 8065 clauses out of 16129 with flag 7340/37993
6.42/27.89	c And the winner is solver0
6.98/28.26	c Got one! Elapsed wall clock time (in seconds):28.149
6.98/28.26	o 11
7.28/28.47	c cleaning 6723 clauses out of 13450 with flag 20799/43379
7.48/28.51	c And the winner is solver0
7.52/28.76	c Got one! Elapsed wall clock time (in seconds):28.652
7.52/28.76	o 10
7.79/28.98	c cleaning 6329 clauses out of 12657 with flag 21258/49310
7.79/28.99	c And the winner is solver0
8.01/29.26	c Got one! Elapsed wall clock time (in seconds):29.156
8.01/29.26	o 9
8.29/29.46	c cleaning 5752 clauses out of 11504 with flag 20834/54487
8.49/29.55	c And the winner is solver0
8.75/29.77	c Got one! Elapsed wall clock time (in seconds):29.66
8.75/29.77	o 8
8.85/29.89	c cleaning 5719 clauses out of 11451 with flag 11942/60187
9.46/30.14	c cleaning 5857 clauses out of 11729 with flag 36465/66185
10.06/30.45	c cleaning 6436 clauses out of 12873 with flag 66487/73186
10.66/30.78	c cleaning 7208 clauses out of 14433 with flag 100566/81185
11.67/31.20	c cleaning 8111 clauses out of 16225 with flag 140168/90186
11.87/31.32	c And the winner is solver0
12.02/31.77	c Got one! Elapsed wall clock time (in seconds):31.665
12.02/31.77	o 7
12.28/31.92	c cleaning 7003 clauses out of 14010 with flag 14028/96082
12.66/32.20	c cleaning 6495 clauses out of 13006 with flag 42342/102082
12.89/32.26	c And the winner is solver0
13.14/32.43	c Got one! Elapsed wall clock time (in seconds):32.321
13.14/32.43	o 5
13.27/32.59	c And the winner is solver0
13.48/32.93	c Got one! Elapsed wall clock time (in seconds):32.827
13.48/32.93	o 4
13.48/32.99	c cleaning 6437 clauses out of 12880 with flag 4806/108453
14.01/33.28	c cleaning 6214 clauses out of 12444 with flag 35312/114455
14.41/33.48	c And the winner is solver0
14.90/33.94	c Got one! Elapsed wall clock time (in seconds):33.835
14.90/33.94	o 3
15.00/34.00	c cleaning 6060 clauses out of 12127 with flag 4506/120355
15.22/34.20	c And the winner is solver0
15.44/34.45	c Got one! Elapsed wall clock time (in seconds):34.342
15.44/34.45	o 2
15.73/34.69	c And the winner is solver0
16.13/34.99	c >>>>>>>>>> Solver number 0 (65 answers) <<<<<<<<<<<<<<<<<<
16.13/34.99	c starts		: 143
16.13/34.99	c conflicts		: 130168
16.13/34.99	c decisions		: 199289
16.13/34.99	c propagations		: 2697700
16.13/34.99	c inspects		: 61263429
16.13/34.99	c shortcuts		: 0
16.13/34.99	c learnt literals	: 33
16.13/34.99	c learnt binary clauses	: 11
16.13/34.99	c learnt ternary clauses	: 111
16.13/34.99	c learnt constraints	: 130134
16.13/34.99	c ignored constraints	: 0
16.13/34.99	c root simplifications	: 0
16.13/34.99	c removed literals (reason simplification)	: 619039
16.13/34.99	c reason swapping (by a shorter reason)	: 0
16.13/34.99	c Calls to reduceDB	: 17
16.13/34.99	c Number of update (reduction) of LBD	: 30642
16.13/34.99	c Imported unit clauses	: 0
16.13/34.99	c number of reductions to clauses (during analyze)	: 0
16.13/34.99	c number of learned constraints concerned by reduction	: 0
16.13/34.99	c number of learning phase by resolution	: 0
16.13/34.99	c number of learning phase by cutting planes	: 0
16.13/34.99	c speed (assignments/second)	: 77493.393082845
16.13/34.99	c non guided choices	2578
16.13/34.99	c learnt constraints type 
16.13/34.99	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
16.13/34.99	c starts		: 65
16.13/34.99	c conflicts		: 553
16.13/34.99	c decisions		: 6775
16.13/34.99	c propagations		: 27450
16.13/34.99	c inspects		: 1293138
16.13/34.99	c shortcuts		: 0
16.13/34.99	c learnt literals	: 0
16.13/34.99	c learnt binary clauses	: 0
16.13/34.99	c learnt ternary clauses	: 0
16.13/34.99	c learnt constraints	: 502
16.13/34.99	c ignored constraints	: 0
16.13/34.99	c root simplifications	: 0
16.13/34.99	c removed literals (reason simplification)	: 0
16.13/34.99	c reason swapping (by a shorter reason)	: 0
16.13/34.99	c Calls to reduceDB	: 0
16.13/34.99	c Number of update (reduction) of LBD	: 0
16.13/34.99	c Imported unit clauses	: 0
16.13/34.99	c number of reductions to clauses (during analyze)	: 0
16.13/34.99	c number of learned constraints concerned by reduction	: 0
16.13/34.99	c number of learning phase by resolution	: 0
16.13/34.99	c number of learning phase by cutting planes	: 0
16.13/34.99	c speed (assignments/second)	: 52385.4961832061
16.13/34.99	c non guided choices	1501
16.13/34.99	c learnt constraints type 
16.13/34.99	s OPTIMUM FOUND
16.13/34.99	c Found 64 solution(s)
16.13/34.99	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 
16.13/34.99	c objective function=2
16.13/34.99	c Total wall clock time (in seconds): 34.885

Verifier Data

OK	2

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

pid=32724
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.10 2.01 1.96 2/194 32727
/proc/meminfo: memFree=30347240/32872528 swapFree=480748/529804
[pid=32727] ppid=32724 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 23565 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 11134627 98570240 978 33554432000 1073741824 1073778376 140733309871664 140733309862800 211462160445 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32727/statm: 24065 978 744 9 0 16771 0
[pid=32727/tid=32728] ppid=32724 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32728/stat : 32728 (java) R 32724 32727 23565 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 11134628 98570240 978 33554432000 1073741824 1073778376 140733309871664 140292610555432 211458803072 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100144 s]
/proc/loadavg: 2.10 2.01 1.96 2/194 32727
/proc/meminfo: memFree=30347240/32872528 swapFree=480748/529804
[pid=32727] ppid=32724 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 23565 0 -1 4202496 4480 0 1 0 9 1 0 0 20 0 18 0 11134627 9787879424 6109 33554432000 1073741824 1073778376 140733309871664 140733309862800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32727/statm: 2389619 6109 2156 9 0 2380296 0
[pid=32727/tid=32728] ppid=32724 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/32727/task/32728/stat : 32728 (java) R 32724 32727 23565 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 11134628 9787879424 6109 33554432000 1073741824 1073778376 140733309871664 140292610558880 140292617369130 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200384 s]
/proc/loadavg: 2.10 2.01 1.96 2/194 32727
/proc/meminfo: memFree=30347240/32872528 swapFree=480748/529804
[pid=32727] ppid=32724 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 23565 0 -1 4202496 4797 0 1 0 25 1 0 0 20 0 22 0 11134627 10060525568 7910 33554432000 1073741824 1073778376 140733309871664 140733309862800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32727/statm: 2456183 7910 2219 9 0 2446860 0
[pid=32727/tid=32728] ppid=32724 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/32727/task/32728/stat : 32728 (java) S 32724 32727 23565 0 -1 4202560 2416 0 1 0 15 0 0 0 20 0 22 0 11134628 10060525568 7910 33554432000 1073741824 1073778376 140733309871664 140292610560888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300375 s]
/proc/loadavg: 2.10 2.01 1.96 2/194 32727
/proc/meminfo: memFree=30347240/32872528 swapFree=480748/529804
[pid=32727] ppid=32724 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 23565 0 -1 4202496 7612 0 1 0 48 4 0 0 20 0 19 0 11134627 10060525568 9387 33554432000 1073741824 1073778376 140733309871664 140733309862800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32727/statm: 2456183 9387 2249 9 0 2446860 0
[pid=32727/tid=32728] ppid=32724 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/32727/task/32728/stat : 32728 (java) S 32724 32727 23565 0 -1 4202560 2416 0 1 0 15 0 0 0 20 0 19 0 11134628 10060525568 9387 33554432000 1073741824 1073778376 140733309871664 140292610560888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9824732

[startup+0.700243 s]
/proc/loadavg: 2.10 2.01 1.96 2/194 32727
/proc/meminfo: memFree=30347240/32872528 swapFree=480748/529804
[pid=32727] ppid=32724 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 23565 0 -1 4202496 7686 0 1 0 55 4 0 0 20 0 22 0 11134627 10060525568 10434 33554432000 1073741824 1073778376 140733309871664 140733309862800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32727/statm: 2456183 10434 2249 9 0 2446860 0
[pid=32727/tid=32728] ppid=32724 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32727/task/32728/stat : 32728 (java) S 32724 32727 23565 0 -1 4202560 2416 0 1 0 16 0 0 0 20 0 22 0 11134628 10060525568 10434 33554432000 1073741824 1073778376 140733309871664 140292610560888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 2.10 2.01 1.96 3/216 32755
/proc/meminfo: memFree=30297436/32872528 swapFree=480748/529804
[pid=32727] ppid=32724 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 23565 0 -1 4202496 15697 0 1 0 171 9 0 0 20 0 19 0 11134627 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140733309862800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32727/statm: 2456183 17163 2260 9 0 2446860 0
[pid=32727/tid=32728] ppid=32724 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32727/task/32728/stat : 32728 (java) S 32724 32727 23565 0 -1 4202560 2417 0 1 0 16 0 0 0 20 0 19 0 11134628 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292610560888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32730] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32730/stat : 32730 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292572051624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32731] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32731/stat : 32731 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292570999080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32727/tid=32732] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32732/stat : 32732 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292569946536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32733] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32733/stat : 32733 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292568893992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32734] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32734/stat : 32734 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292567841448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32735] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32735/stat : 32735 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292566788904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32736] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32736/stat : 32736 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292565736360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32737] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32737/stat : 32737 (java) S 32724 32727 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292564683816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32738] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32738/stat : 32738 (java) S 32724 32727 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11134630 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292433877096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32739] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32739/stat : 32739 (java) S 32724 32727 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11134630 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292432823416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32740] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32740/stat : 32740 (java) S 32724 32727 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11134630 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292431770760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32741] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32741/stat : 32741 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134632 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292430719504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32742] ppid=32724 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/32727/task/32742/stat : 32742 (java) S 32724 32727 23565 0 -1 4202560 6864 0 0 0 49 2 0 0 20 0 19 0 11134632 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292429666872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32743] ppid=32724 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/32727/task/32743/stat : 32743 (java) S 32724 32727 23565 0 -1 4202560 5065 0 0 0 50 0 0 0 20 0 19 0 11134632 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292428614328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32727/tid=32744] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32744/stat : 32744 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134632 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292427561976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32727/tid=32745] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32745/stat : 32745 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134632 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140292426509640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32752] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32752/stat : 32752 (java) S 32724 32727 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11134646 10060525568 17163 33554432000 1073741824 1073778376 140733309871664 140291280458920 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 2.10 2.01 1.96 4/216 32764
/proc/meminfo: memFree=30272696/32872528 swapFree=480748/529804
[pid=32727] ppid=32724 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 23565 0 -1 4202496 15729 0 1 0 180 9 0 0 20 0 19 0 11134627 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140733309862800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32727/statm: 2456183 20752 2264 9 0 2446860 0
[pid=32727/tid=32728] ppid=32724 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32727/task/32728/stat : 32728 (java) S 32724 32727 23565 0 -1 4202560 2418 0 1 0 16 0 0 0 20 0 19 0 11134628 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292610560888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32730] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32730/stat : 32730 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292572051624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32731] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32731/stat : 32731 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292570999080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32727/tid=32732] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32732/stat : 32732 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292569946536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32733] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32733/stat : 32733 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292568893992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32734] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32734/stat : 32734 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292567841448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32735] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32735/stat : 32735 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292566788904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32736] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32736/stat : 32736 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292565736360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32737] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32737/stat : 32737 (java) S 32724 32727 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11134628 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292564683816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32738] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32738/stat : 32738 (java) S 32724 32727 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11134630 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292433877096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32739] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32739/stat : 32739 (java) S 32724 32727 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11134630 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292432823416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32740] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32740/stat : 32740 (java) S 32724 32727 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11134630 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292431770760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32741] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32741/stat : 32741 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134632 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292430719504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32742] ppid=32724 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/32727/task/32742/stat : 32742 (java) S 32724 32727 23565 0 -1 4202560 6864 0 0 0 49 2 0 0 20 0 19 0 11134632 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292429666872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32743] ppid=32724 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/32727/task/32743/stat : 32743 (java) S 32724 32727 23565 0 -1 4202560 5069 0 0 0 58 0 0 0 20 0 19 0 11134632 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292428614328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32727/tid=32744] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32744/stat : 32744 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134632 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292427561976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32727/tid=32745] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32745/stat : 32745 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134632 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140292426509640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32752] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32752/stat : 32752 (java) S 32724 32727 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11134646 10060525568 20752 33554432000 1073741824 1073778376 140733309871664 140291280458920 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=14 pid=1810 uid=0 cmd=

############
# WARNING:
# current cumulated CPU time (1.91 s) is less than in the last sample (1.92 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+6.20079 s]
/proc/loadavg: 2.10 2.01 1.96 2/214 323
/proc/meminfo: memFree=30242960/32872528 swapFree=480748/529804
[pid=32727] ppid=32724 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 23565 0 -1 4202496 15810 0 1 0 183 9 0 0 20 0 22 0 11134627 10060525568 29736 33554432000 1073741824 1073778376 140733309871664 140733309862800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32727/statm: 2456183 29736 2266 9 0 2446860 0
[pid=32727/tid=32728] ppid=32724 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/32727/task/32728/stat : 32728 (java) S 32724 32727 23565 0 -1 4202560 2420 0 1 0 16 1 0 0 20 0 22 0 11134628 10060525568 29734 33554432000 1073741824 1073778376 140733309871664 140292610560888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32730] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32730/stat : 32730 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11134628 10060525568 29734 33554432000 1073741824 1073778376 140733309871664 140292572051624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32731] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32731/stat : 32731 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11134628 10060525568 29734 33554432000 1073741824 1073778376 140733309871664 140292570999080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32727/tid=32732] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32732/stat : 32732 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11134628 10060525568 29734 33554432000 1073741824 1073778376 140733309871664 140292569946536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32733] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32733/stat : 32733 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11134628 10060525568 29732 33554432000 1073741824 1073778376 140733309871664 140292568893992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32734] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32734/stat : 32734 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11134628 10060525568 29732 33554432000 1073741824 1073778376 140733309871664 140292567841448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32735] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32735/stat : 32735 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11134628 10060525568 29732 33554432000 1073741824 1073778376 140733309871664 140292566788904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32736] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32736/stat : 32736 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11134628 10060525568 29732 33554432000 1073741824 1073778376 140733309871664 140292565736360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32737] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32737/stat : 32737 (java) S 32724 32727 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 11134628 10060525568 29732 33554432000 1073741824 1073778376 140733309871664 140292564683816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32738] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32738/stat : 32738 (java) S 32724 32727 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 11134630 10060525568 29732 33554432000 1073741824 1073778376 140733309871664 140292433877096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/32727/task/32737/stat : 32737 (java) S 32724 32727 23565 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292564683816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32738] ppid=32724 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32727/task/32738/stat : 32738 (java) S 32724 32727 23565 0 -1 4202560 74 0 0 0 1 5 0 0 20 0 20 0 11134630 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292433877096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32739] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32739/stat : 32739 (java) S 32724 32727 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 11134630 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292432823416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32740] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32740/stat : 32740 (java) S 32724 32727 23565 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 20 0 11134630 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292431770760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32741] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32741/stat : 32741 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292430719504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32742] ppid=32724 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/32727/task/32742/stat : 32742 (java) S 32724 32727 23565 0 -1 4202560 14794 0 0 0 131 3 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292429666872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32743] ppid=32724 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/32727/task/32743/stat : 32743 (java) S 32724 32727 23565 0 -1 4202560 7713 0 0 0 122 1 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292428614328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32744] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32744/stat : 32744 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292427561976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32727/tid=32745] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32745/stat : 32745 (java) S 32724 32727 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292426509640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32752] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32752/stat : 32752 (java) S 32724 32727 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 11134646 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140291280458920 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=712] ppid=32724 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/32727/task/712/stat : 712 (java) R 32724 32727 23565 0 -1 4202560 2 0 0 0 63 0 0 0 20 0 20 0 11137922 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140291281509896 140292439793393 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 9824732

[startup+34.4009 s]
/proc/loadavg: 1.43 1.85 1.91 4/216 722
/proc/meminfo: memFree=30105240/32872528 swapFree=480748/529804
[pid=32727] ppid=32724 vsize=9824732 CPUtime=15.43 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 23565 0 -1 4202496 27134 0 1 0 1441 102 0 0 20 0 19 0 11134627 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140733309862800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32727/statm: 2456183 60963 2287 9 0 2446860 0
[pid=32727/tid=32728] ppid=32724 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/32727/task/32728/stat : 32728 (java) S 32724 32727 23565 0 -1 4202560 2422 0 1 0 23 2 0 0 20 0 19 0 11134628 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292610560888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32730] ppid=32724 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/32727/task/32730/stat : 32730 (java) S 32724 32727 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 11134628 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292572051624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32731] ppid=32724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32727/task/32731/stat : 32731 (java) S 32724 32727 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 11134628 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292570999080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32732] ppid=32724 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32727/task/32732/stat : 32732 (java) S 32724 32727 23565 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 19 0 11134628 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292569946536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32733] ppid=32724 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32727/task/32733/stat : 32733 (java) S 32724 32727 23565 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 11134628 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292568893992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32734] ppid=32724 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32727/task/32734/stat : 32734 (java) S 32724 32727 23565 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 19 0 11134628 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292567841448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32735] ppid=32724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32727/task/32735/stat : 32735 (java) S 32724 32727 23565 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 19 0 11134628 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292566788904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32736] ppid=32724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32727/task/32736/stat : 32736 (java) S 32724 32727 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 11134628 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292565736360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32737] ppid=32724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32727/task/32737/stat : 32737 (java) S 32724 32727 23565 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 11134628 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292564683816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32738] ppid=32724 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32727/task/32738/stat : 32738 (java) S 32724 32727 23565 0 -1 4202560 74 0 0 0 1 5 0 0 20 0 19 0 11134630 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292433877096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32739] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32739/stat : 32739 (java) S 32724 32727 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11134630 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292432823416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32740] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32740/stat : 32740 (java) S 32724 32727 23565 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 11134630 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292431770760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32741] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32741/stat : 32741 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134632 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292430719504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32742] ppid=32724 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/32727/task/32742/stat : 32742 (java) S 32724 32727 23565 0 -1 4202560 14794 0 0 0 131 3 0 0 20 0 19 0 11134632 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292429666872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32743] ppid=32724 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/32727/task/32743/stat : 32743 (java) S 32724 32727 23565 0 -1 4202560 7713 0 0 0 122 1 0 0 20 0 19 0 11134632 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292428614328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32744] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32744/stat : 32744 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11134632 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292427561976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32727/tid=32745] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32745/stat : 32745 (java) S 32724 32727 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11134632 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140292426509640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32752] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32752/stat : 32752 (java) S 32724 32727 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11134646 10060525568 60963 33554432000 1073741824 1073778376 140733309871664 140291280458920 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 15.43
Current children cumulated vsize (KiB) 9824732

[startup+34.8008 s]
/proc/loadavg: 1.43 1.85 1.91 4/216 722
/proc/meminfo: memFree=30105240/32872528 swapFree=480748/529804
[pid=32727] ppid=32724 vsize=9824732 CPUtime=16.02 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 23565 0 -1 4202496 27141 0 1 0 1499 103 0 0 20 0 20 0 11134627 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140733309862800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32727/statm: 2456183 60965 2287 9 0 2446860 0
[pid=32727/tid=32728] ppid=32724 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/32727/task/32728/stat : 32728 (java) S 32724 32727 23565 0 -1 4202560 2422 0 1 0 24 2 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292610560888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32730] ppid=32724 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/32727/task/32730/stat : 32730 (java) S 32724 32727 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292572051624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32731] ppid=32724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32727/task/32731/stat : 32731 (java) S 32724 32727 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292570999080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32732] ppid=32724 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32727/task/32732/stat : 32732 (java) S 32724 32727 23565 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292569946536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32733] ppid=32724 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32727/task/32733/stat : 32733 (java) S 32724 32727 23565 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292568893992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32734] ppid=32724 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32727/task/32734/stat : 32734 (java) S 32724 32727 23565 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292567841448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32735] ppid=32724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32727/task/32735/stat : 32735 (java) S 32724 32727 23565 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292566788904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32736] ppid=32724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32727/task/32736/stat : 32736 (java) S 32724 32727 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292565736360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32737] ppid=32724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32727/task/32737/stat : 32737 (java) S 32724 32727 23565 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292564683816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32738] ppid=32724 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32727/task/32738/stat : 32738 (java) S 32724 32727 23565 0 -1 4202560 74 0 0 0 1 5 0 0 20 0 20 0 11134630 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292433877096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32739] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32739/stat : 32739 (java) S 32724 32727 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 11134630 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292432823416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32740] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32740/stat : 32740 (java) S 32724 32727 23565 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 20 0 11134630 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292431770760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32741] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32741/stat : 32741 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292430719504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32742] ppid=32724 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/32727/task/32742/stat : 32742 (java) S 32724 32727 23565 0 -1 4202560 14795 0 0 0 132 3 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292429666872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32743] ppid=32724 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/32727/task/32743/stat : 32743 (java) S 32724 32727 23565 0 -1 4202560 7713 0 0 0 122 1 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292428614328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32744] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32744/stat : 32744 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292427561976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32727/tid=32745] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32745/stat : 32745 (java) S 32724 32727 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292426509640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32752] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32752/stat : 32752 (java) S 32724 32727 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 11134646 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140291280458920 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 16.02
Current children cumulated vsize (KiB) 9824732

[startup+34.9008 s]
/proc/loadavg: 1.43 1.85 1.91 4/216 722
/proc/meminfo: memFree=30105240/32872528 swapFree=480748/529804
[pid=32727] ppid=32724 vsize=9824732 CPUtime=16.12 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 23565 0 -1 4202496 27141 0 1 0 1509 103 0 0 20 0 20 0 11134627 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140733309862800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32727/statm: 2456183 60965 2287 9 0 2446860 0
[pid=32727/tid=32728] ppid=32724 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/32727/task/32728/stat : 32728 (java) S 32724 32727 23565 0 -1 4202560 2422 0 1 0 24 2 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292610560888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32730] ppid=32724 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/32727/task/32730/stat : 32730 (java) S 32724 32727 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292572051624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32731] ppid=32724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32727/task/32731/stat : 32731 (java) S 32724 32727 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292570999080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32732] ppid=32724 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32727/task/32732/stat : 32732 (java) S 32724 32727 23565 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292569946536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32733] ppid=32724 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32727/task/32733/stat : 32733 (java) S 32724 32727 23565 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292568893992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32734] ppid=32724 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32727/task/32734/stat : 32734 (java) S 32724 32727 23565 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292567841448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32735] ppid=32724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32727/task/32735/stat : 32735 (java) S 32724 32727 23565 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292566788904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32736] ppid=32724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32727/task/32736/stat : 32736 (java) S 32724 32727 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292565736360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32737] ppid=32724 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32727/task/32737/stat : 32737 (java) S 32724 32727 23565 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 20 0 11134628 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292564683816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32738] ppid=32724 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32727/task/32738/stat : 32738 (java) S 32724 32727 23565 0 -1 4202560 74 0 0 0 1 5 0 0 20 0 20 0 11134630 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292433877096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32739] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32739/stat : 32739 (java) S 32724 32727 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 11134630 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292432823416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32740] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32740/stat : 32740 (java) S 32724 32727 23565 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 20 0 11134630 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292431770760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32741] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32741/stat : 32741 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292430719504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32742] ppid=32724 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/32727/task/32742/stat : 32742 (java) S 32724 32727 23565 0 -1 4202560 14795 0 0 0 132 3 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292429666872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32727/tid=32743] ppid=32724 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/32727/task/32743/stat : 32743 (java) S 32724 32727 23565 0 -1 4202560 7713 0 0 0 122 1 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292428614328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32727/tid=32744] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32744/stat : 32744 (java) S 32724 32727 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292427561976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32727/tid=32745] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32745/stat : 32745 (java) S 32724 32727 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 11134632 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140292426509640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32727/tid=32752] ppid=32724 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32727/task/32752/stat : 32752 (java) S 32724 32727 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 11134646 10060525568 60965 33554432000 1073741824 1073778376 140733309871664 140291280458920 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 16.12
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): 35.0004
CPU time (s): 16.3155
CPU user time (s): 15.1787
CPU system time (s): 1.13683
CPU usage (%): 46.6152
Max. virtual memory (cumulated for all children) (KiB): 9826352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1687
system time used= 1.13683
maximum resident set size= 243880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27154
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= 3044
involuntary context switches= 1301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.213967 second user time and 0.274958 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 23:12:27
IDJOB=4091991
IDBENCH=78809
IDSOLVER=2552
FILE ID=node141/4091991-1467321147
RUNJOBID= node141-1467319102-29021
PBS_JOBID= 20005274
Free space on /tmp= 71704 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.1111220019--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091991-1467321147/watcher-4091991-1467321147 -o /tmp/evaluation-result-4091991-1467321147/solver-4091991-1467321147 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091991-1467321147.wbo

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

MD5SUM BENCH= 14adea07f674cbc6036223afab3dc3b4
RANDOM SEED=1927208167

node141.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.448
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.89
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.448
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.448
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.448
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.448
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.448
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	: 5339.30
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.448
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.53
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.448
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30347612 kB
Buffers:          174796 kB
Cached:           862292 kB
SwapCached:            0 kB
Active:           527380 kB
Inactive:         716936 kB
Active(anon):     210024 kB
Inactive(anon):        4 kB
Active(file):     317356 kB
Inactive(file):   716932 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1728 kB
Writeback:             0 kB
AnonPages:        680292 kB
Mapped:            22288 kB
Shmem:               204 kB
Slab:             619996 kB
SReclaimable:      63560 kB
SUnreclaim:       556436 kB
KernelStack:        1760 kB
PageTables:         6168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1206892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node141 at 2016-06-30 23:13:02