Trace number 4109865

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 66.8128 56.9812

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900584106--soft-33-100-0.wbo
MD5SUMdf541056d5ee75c7588bd018b6cc514e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark61.4867
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1857
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 737
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109865-1466344415.wbo
0.10/0.11	c reading problem ... 
0.47/0.35	c ... done. Wall clock time 0.232s.
0.47/0.35	c declared #vars     231
0.47/0.35	c internal #vars     2088
0.47/0.35	c #constraints  2707
0.47/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
0.47/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72
0.47/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2612
0.47/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c objective function length is 1857 literals
0.71/0.47	c And the winner is solver0
1.32/0.85	c SATISFIABLE
1.32/0.85	c OPTIMIZING...
1.32/0.85	c Got one! Elapsed wall clock time (in seconds):0.738
1.32/0.85	o 377
1.48/0.93	c And the winner is solver0
2.27/1.37	c Got one! Elapsed wall clock time (in seconds):1.254
2.27/1.37	o 374
2.27/1.38	c And the winner is solver0
2.34/1.88	c Got one! Elapsed wall clock time (in seconds):1.763
2.34/1.88	o 316
2.34/1.89	c And the winner is solver0
2.39/2.39	c Got one! Elapsed wall clock time (in seconds):2.271
2.39/2.39	o 315
2.41/2.40	c And the winner is solver0
2.41/2.89	c Got one! Elapsed wall clock time (in seconds):2.776
2.41/2.89	o 303
2.42/2.90	c And the winner is solver0
2.48/3.40	c Got one! Elapsed wall clock time (in seconds):3.282
2.48/3.40	o 290
2.50/3.40	c And the winner is solver0
2.50/3.90	c Got one! Elapsed wall clock time (in seconds):3.786
2.50/3.90	o 276
2.50/3.97	c And the winner is solver0
2.80/4.42	c Got one! Elapsed wall clock time (in seconds):4.306
2.80/4.42	o 275
2.80/4.43	c And the winner is solver0
2.82/4.93	c Got one! Elapsed wall clock time (in seconds):4.814
2.82/4.93	o 269
2.82/4.94	c And the winner is solver0
2.84/5.43	c Got one! Elapsed wall clock time (in seconds):5.318
2.84/5.43	o 258
2.84/5.44	c And the winner is solver0
2.84/5.94	c Got one! Elapsed wall clock time (in seconds):5.821
2.84/5.94	o 184
2.84/5.94	c And the winner is solver0
2.85/6.44	c Got one! Elapsed wall clock time (in seconds):6.324
2.85/6.44	o 178
4.16/7.08	c And the winner is solver0
4.35/7.44	c Got one! Elapsed wall clock time (in seconds):7.327
4.35/7.44	o 177
4.35/7.47	c And the winner is solver0
4.47/7.94	c Got one! Elapsed wall clock time (in seconds):7.83
4.47/7.94	o 175
4.97/8.23	c cleaning 3669 clauses out of 7346 with flag 12244/7346
6.66/9.09	c cleaning 4835 clauses out of 9676 with flag 55653/13345
8.98/10.10	c cleaning 5914 clauses out of 11840 with flag 113425/20344
11.41/11.30	c cleaning 6956 clauses out of 13927 with flag 184211/28345
14.38/12.73	c cleaning 7982 clauses out of 15970 with flag 278376/37344
18.04/14.58	c cleaning 8995 clauses out of 17989 with flag 389969/47345
19.45/15.27	c And the winner is solver0
19.64/15.45	c Got one! Elapsed wall clock time (in seconds):15.337
19.64/15.45	o 174
19.64/15.46	c And the winner is solver0
19.65/15.95	c Got one! Elapsed wall clock time (in seconds):15.84
19.65/15.95	o 166
19.65/15.97	c And the winner is solver0
19.69/16.46	c Got one! Elapsed wall clock time (in seconds):16.343
19.69/16.46	o 163
19.69/16.47	c And the winner is solver0
19.71/16.96	c Got one! Elapsed wall clock time (in seconds):16.846
19.71/16.96	o 161
20.42/17.35	c cleaning 7444 clauses out of 14916 with flag 12790/53267
22.45/18.18	c And the winner is solver0
22.64/18.46	c Got one! Elapsed wall clock time (in seconds):18.35
22.64/18.46	o 159
22.64/18.47	c And the winner is solver0
22.64/18.97	c Got one! Elapsed wall clock time (in seconds):18.853
22.64/18.97	o 153
22.64/18.98	c And the winner is solver0
22.64/19.47	c Got one! Elapsed wall clock time (in seconds):19.356
22.64/19.47	o 144
22.68/19.50	c And the winner is solver0
22.72/19.97	c Got one! Elapsed wall clock time (in seconds):19.86
22.72/19.97	o 134
23.00/20.11	c And the winner is solver0
23.06/20.48	c Got one! Elapsed wall clock time (in seconds):20.363
23.06/20.48	o 114
23.10/20.50	c And the winner is solver0
23.12/20.98	c Got one! Elapsed wall clock time (in seconds):20.866
23.12/20.98	o 108
23.18/21.08	c And the winner is solver0
23.36/21.48	c Got one! Elapsed wall clock time (in seconds):21.37
23.36/21.48	o 103
25.54/22.54	c cleaning 10148 clauses out of 20315 with flag 36805/66110
26.77/23.11	c And the winner is solver0
26.80/23.49	c Got one! Elapsed wall clock time (in seconds):23.373
26.80/23.49	o 102
27.22/23.75	c And the winner is solver0
27.37/23.99	c Got one! Elapsed wall clock time (in seconds):23.877
27.37/23.99	o 99
27.38/24.02	c And the winner is solver0
27.45/24.49	c Got one! Elapsed wall clock time (in seconds):24.38
27.45/24.49	o 97
27.65/24.67	c cleaning 8236 clauses out of 16474 with flag 6595/72417
28.05/24.89	c And the winner is solver0
28.33/25.00	c Got one! Elapsed wall clock time (in seconds):24.884
28.33/25.00	o 96
28.33/25.01	c And the winner is solver0
28.33/25.50	c Got one! Elapsed wall clock time (in seconds):25.389
28.33/25.50	o 94
29.32/26.04	c cleaning 6782 clauses out of 13580 with flag 30254/77759
30.56/26.63	c And the winner is solver1
30.64/27.01	c Got one! Elapsed wall clock time (in seconds):26.894
30.64/27.01	o 91
30.81/27.11	c And the winner is solver0
30.86/27.51	c Got one! Elapsed wall clock time (in seconds):27.4
30.86/27.51	o 90
31.04/27.65	c cleaning 6401 clauses out of 12815 with flag 7831/83776
31.04/27.65	c And the winner is solver0
31.18/28.02	c Got one! Elapsed wall clock time (in seconds):27.906
31.18/28.02	o 85
31.18/28.08	c And the winner is solver0
31.35/28.53	c Got one! Elapsed wall clock time (in seconds):28.413
31.35/28.53	o 77
31.50/28.62	c And the winner is solver0
31.56/29.03	c Got one! Elapsed wall clock time (in seconds):28.92
31.56/29.03	o 75
31.68/29.19	c And the winner is solver0
31.90/29.54	c Got one! Elapsed wall clock time (in seconds):29.429
31.90/29.54	o 74
32.00/29.60	c And the winner is solver0
32.04/30.05	c Got one! Elapsed wall clock time (in seconds):29.939
32.04/30.05	o 72
32.12/30.13	c And the winner is solver0
32.36/30.56	c Got one! Elapsed wall clock time (in seconds):30.45
32.36/30.56	o 68
32.42/30.63	c And the winner is solver0
32.51/31.07	c Got one! Elapsed wall clock time (in seconds):30.96
32.51/31.07	o 67
32.95/31.38	c And the winner is solver0
33.15/31.59	c Got one! Elapsed wall clock time (in seconds):31.472
33.15/31.59	o 64
33.16/31.64	c And the winner is solver0
33.28/32.10	c Got one! Elapsed wall clock time (in seconds):31.984
33.28/32.10	o 63
33.74/32.34	c And the winner is solver0
33.85/32.61	c Got one! Elapsed wall clock time (in seconds):32.497
33.85/32.61	o 62
34.01/32.74	c And the winner is solver0
34.14/33.12	c Got one! Elapsed wall clock time (in seconds):33.01
34.14/33.12	o 60
34.28/33.25	c And the winner is solver0
34.42/33.64	c Got one! Elapsed wall clock time (in seconds):33.523
34.42/33.64	o 57
34.54/33.79	c cleaning 8625 clauses out of 17251 with flag 7947/94613
36.34/34.64	c cleaning 7296 clauses out of 14627 with flag 66434/100614
36.94/34.91	c And the winner is solver0
37.02/35.15	c Got one! Elapsed wall clock time (in seconds):35.037
37.02/35.15	o 56
37.31/35.33	c And the winner is solver0
37.42/35.67	c Got one! Elapsed wall clock time (in seconds):35.554
37.42/35.67	o 46
37.45/35.72	c And the winner is solver0
37.50/36.19	c Got one! Elapsed wall clock time (in seconds):36.072
37.50/36.19	o 44
37.51/36.28	c And the winner is solver0
37.70/36.71	c Got one! Elapsed wall clock time (in seconds):36.592
37.70/36.71	o 43
37.86/36.85	c And the winner is solver0
38.02/37.23	c Got one! Elapsed wall clock time (in seconds):37.113
38.02/37.23	o 42
38.14/37.37	c cleaning 6824 clauses out of 13654 with flag 8287/106937
38.40/37.42	c And the winner is solver0
38.47/37.75	c Got one! Elapsed wall clock time (in seconds):37.634
38.47/37.75	o 37
38.55/37.83	c And the winner is solver0
38.65/38.27	c Got one! Elapsed wall clock time (in seconds):38.153
38.65/38.27	o 36
38.69/38.32	c And the winner is solver0
38.76/38.79	c Got one! Elapsed wall clock time (in seconds):38.676
38.76/38.79	o 35
39.75/39.35	c cleaning 6536 clauses out of 13083 with flag 49837/113190
41.15/40.00	c cleaning 6274 clauses out of 12548 with flag 115544/119191
41.95/40.43	c And the winner is solver0
42.05/40.81	c Got one! Elapsed wall clock time (in seconds):40.698
42.05/40.81	o 34
42.20/40.96	c cleaning 5800 clauses out of 11604 with flag 11552/124521
42.59/41.14	c And the winner is solver0
42.72/41.34	c Got one! Elapsed wall clock time (in seconds):41.222
42.72/41.34	o 33
43.69/41.83	c cleaning 5859 clauses out of 11751 with flag 39843/130468
43.69/41.83	c And the winner is solver0
43.69/41.86	c Got one! Elapsed wall clock time (in seconds):41.747
43.69/41.86	o 30
44.01/42.01	c And the winner is solver0
44.09/42.39	c Got one! Elapsed wall clock time (in seconds):42.276
44.09/42.39	o 27
44.67/42.78	c cleaning 5628 clauses out of 11262 with flag 39467/135838
45.88/43.39	c cleaning 5816 clauses out of 11635 with flag 107365/141839
46.48/43.64	c And the winner is solver0
46.60/43.92	c Got one! Elapsed wall clock time (in seconds):43.805
46.60/43.92	o 26
47.12/44.27	c cleaning 5726 clauses out of 11474 with flag 31407/147494
47.92/44.63	c And the winner is solver0
48.02/44.95	c Got one! Elapsed wall clock time (in seconds):44.84
48.02/44.95	o 23
48.48/45.21	c cleaning 5680 clauses out of 11369 with flag 21661/153115
49.07/45.58	c And the winner is solver0
49.34/45.99	c Got one! Elapsed wall clock time (in seconds):45.879
49.34/45.99	o 22
49.51/46.20	c And the winner is solver0
49.75/46.53	c Got one! Elapsed wall clock time (in seconds):46.417
49.75/46.53	o 21
49.84/46.68	c cleaning 6053 clauses out of 12123 with flag 9608/159549
50.64/47.09	c And the winner is solver0
50.88/47.57	c Got one! Elapsed wall clock time (in seconds):47.456
50.88/47.57	o 18
51.09/47.71	c cleaning 5617 clauses out of 11239 with flag 7501/164718
52.09/48.27	c cleaning 5808 clauses out of 11622 with flag 66373/170718
52.50/48.43	c And the winner is solver0
52.58/48.61	c Got one! Elapsed wall clock time (in seconds):48.499
52.58/48.61	o 16
53.31/49.07	c cleaning 5811 clauses out of 11625 with flag 39496/176529
53.71/49.20	c And the winner is solver0
53.73/49.66	c Got one! Elapsed wall clock time (in seconds):49.545
53.73/49.66	o 13
54.62/50.14	c cleaning 5619 clauses out of 11242 with flag 41837/181957
55.02/50.34	c And the winner is solver0
55.16/50.71	c Got one! Elapsed wall clock time (in seconds):50.594
55.16/50.71	o 10
55.68/51.03	c cleaning 5381 clauses out of 10761 with flag 26121/187095
56.68/51.57	c cleaning 5685 clauses out of 11378 with flag 81894/193093
58.08/52.22	c cleaning 6344 clauses out of 12691 with flag 147975/200092
59.68/53.05	c cleaning 7167 clauses out of 14347 with flag 226652/208093
61.51/53.99	c cleaning 8090 clauses out of 16181 with flag 306062/217098
63.92/55.11	c cleaning 9044 clauses out of 18087 with flag 395536/227098
66.37/56.35	c cleaning 10010 clauses out of 20019 with flag 496006/238094
66.37/56.36	c And the winner is solver0
66.65/56.97	c >>>>>>>>>> Solver number 0 (64 answers) <<<<<<<<<<<<<<<<<<
66.65/56.97	c starts		: 2739
66.65/56.97	c conflicts		: 238248
66.65/56.97	c decisions		: 536825
66.65/56.97	c propagations		: 45546455
66.65/56.97	c inspects		: 264580722
66.65/56.97	c shortcuts		: 0
66.65/56.97	c learnt literals	: 34
66.65/56.97	c learnt binary clauses	: 360
66.65/56.97	c learnt ternary clauses	: 1208
66.65/56.97	c learnt constraints	: 238213
66.65/56.97	c ignored constraints	: 0
66.65/56.97	c root simplifications	: 0
66.65/56.97	c removed literals (reason simplification)	: 1208573
66.65/56.97	c reason swapping (by a shorter reason)	: 0
66.65/56.97	c Calls to reduceDB	: 34
66.65/56.97	c Number of update (reduction) of LBD	: 129817
66.65/56.97	c Imported unit clauses	: 0
66.65/56.97	c number of reductions to clauses (during analyze)	: 0
66.65/56.97	c number of learned constraints concerned by reduction	: 0
66.65/56.97	c number of learning phase by resolution	: 0
66.65/56.97	c number of learning phase by cutting planes	: 0
66.65/56.97	c speed (assignments/second)	: 1520597.4359830401
66.65/56.97	c non guided choices	7875
66.65/56.97	c learnt constraints type 
66.65/56.97	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
66.65/56.97	c starts		: 78
66.65/56.97	c conflicts		: 2912
66.65/56.97	c decisions		: 113675
66.65/56.97	c propagations		: 320596
66.65/56.97	c inspects		: 26713110
66.65/56.97	c shortcuts		: 0
66.65/56.97	c learnt literals	: 0
66.65/56.97	c learnt binary clauses	: 0
66.65/56.97	c learnt ternary clauses	: 0
66.65/56.97	c learnt constraints	: 2877
66.65/56.97	c ignored constraints	: 0
66.65/56.97	c root simplifications	: 0
66.65/56.97	c removed literals (reason simplification)	: 0
66.65/56.97	c reason swapping (by a shorter reason)	: 0
66.65/56.97	c Calls to reduceDB	: 0
66.65/56.97	c Number of update (reduction) of LBD	: 0
66.65/56.97	c Imported unit clauses	: 0
66.65/56.97	c number of reductions to clauses (during analyze)	: 0
66.65/56.97	c number of learned constraints concerned by reduction	: 0
66.65/56.97	c number of learning phase by resolution	: 0
66.65/56.97	c number of learning phase by cutting planes	: 0
66.65/56.97	c speed (assignments/second)	: 52197.32985998046
66.65/56.97	c non guided choices	5956
66.65/56.97	c learnt constraints type 
66.65/56.97	s OPTIMUM FOUND
66.65/56.97	c Found 64 solution(s)
66.65/56.97	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 
66.65/56.97	c objective function=10
66.65/56.97	c Total wall clock time (in seconds): 56.854

Verifier Data

OK	10

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

pid=2746
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.14 2.18 2.02 2/198 2749
/proc/meminfo: memFree=26366660/32872528 swapFree=1505436/1685308
[pid=2749] ppid=2746 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2749/stat : 2749 (java) S 2746 2749 28908 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36487471 98570240 977 33554432000 1073741824 1073778376 140735067364432 140735067355568 215127982141 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2749/statm: 24065 977 743 9 0 16771 0
[pid=2749/tid=2750] ppid=2746 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2750/stat : 2750 (java) R 2746 2749 28908 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36487472 98570240 978 33554432000 1073741824 1073778376 140735067364432 140570115431976 215124624768 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.14 2.18 2.02 2/198 2749
/proc/meminfo: memFree=26366660/32872528 swapFree=1505436/1685308
[pid=2749] ppid=2746 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/2749/stat : 2749 (java) S 2746 2749 28908 0 -1 4202496 4471 0 1 0 8 2 0 0 20 0 18 0 36487471 9787879424 5587 33554432000 1073741824 1073778376 140735067364432 140735067355568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2749/statm: 2389619 5587 2126 9 0 2380296 0
[pid=2749/tid=2750] ppid=2746 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/2749/task/2750/stat : 2750 (java) R 2746 2749 28908 0 -1 4202560 2440 0 1 0 6 1 0 0 20 0 18 0 36487472 9787879424 5587 33554432000 1073741824 1073778376 140735067364432 140570115435424 215128007949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20031 s]
/proc/loadavg: 2.14 2.18 2.02 2/198 2749
/proc/meminfo: memFree=26366660/32872528 swapFree=1505436/1685308
[pid=2749] ppid=2746 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/2749/stat : 2749 (java) S 2746 2749 28908 0 -1 4202496 4793 0 1 0 22 2 0 0 20 0 18 0 36487471 9787879424 6358 33554432000 1073741824 1073778376 140735067364432 140735067355568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2749/statm: 2389619 6358 2198 9 0 2380296 0
[pid=2749/tid=2750] ppid=2746 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/2749/task/2750/stat : 2750 (java) R 2746 2749 28908 0 -1 4202560 2456 0 1 0 16 1 0 0 20 0 18 0 36487472 9787879424 6358 33554432000 1073741824 1073778376 140735067364432 140570115435424 140570055214633 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300304 s]
/proc/loadavg: 2.14 2.18 2.02 2/198 2749
/proc/meminfo: memFree=26366660/32872528 swapFree=1505436/1685308
[pid=2749] ppid=2746 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/2749/stat : 2749 (java) S 2746 2749 28908 0 -1 4202496 5692 0 1 0 45 2 0 0 20 0 18 0 36487471 9787879424 7998 33554432000 1073741824 1073778376 140735067364432 140735067355568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2749/statm: 2389619 7998 2231 9 0 2380296 0
[pid=2749/tid=2750] ppid=2746 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/2749/task/2750/stat : 2750 (java) R 2746 2749 28908 0 -1 4202560 2458 0 1 0 26 1 0 0 20 0 18 0 36487472 9787879424 8001 33554432000 1073741824 1073778376 140735067364432 140570115436744 140570055238927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700275 s]
/proc/loadavg: 2.14 2.18 2.02 2/198 2749
/proc/meminfo: memFree=26366660/32872528 swapFree=1505436/1685308
[pid=2749] ppid=2746 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/2749/stat : 2749 (java) S 2746 2749 28908 0 -1 4202496 11084 0 1 0 127 5 0 0 20 0 19 0 36487471 10060525568 12997 33554432000 1073741824 1073778376 140735067364432 140735067355568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2749/statm: 2456183 12997 2259 9 0 2446860 0
[pid=2749/tid=2750] ppid=2746 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/2749/task/2750/stat : 2750 (java) S 2746 2749 28908 0 -1 4202560 2476 0 1 0 31 2 0 0 20 0 19 0 36487472 10060525568 12997 33554432000 1073741824 1073778376 140735067364432 140570115437432 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 2.14 2.18 2.02 4/217 2774
/proc/meminfo: memFree=26288992/32872528 swapFree=1505436/1685308
[pid=2749] ppid=2746 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/2749/stat : 2749 (java) S 2746 2749 28908 0 -1 4202496 23008 0 1 0 225 9 0 0 20 0 19 0 36487471 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140735067355568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2749/statm: 2456183 22746 2265 9 0 2446860 0
[pid=2749/tid=2750] ppid=2746 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/2749/task/2750/stat : 2750 (java) S 2746 2749 28908 0 -1 4202560 2477 0 1 0 33 2 0 0 20 0 19 0 36487472 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140570115437432 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2752] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2752/stat : 2752 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140570054166952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2753] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2753/stat : 2753 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140570053114408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2754] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2754/stat : 2754 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569957054632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2755] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2755/stat : 2755 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569956002088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2756] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2756/stat : 2756 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569954950056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2757] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2757/stat : 2757 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569953897512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2758] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2758/stat : 2758 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569952844456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2759] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2759/stat : 2759 (java) S 2746 2749 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569951791912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2760] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2760/stat : 2760 (java) S 2746 2749 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36487474 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569939593576 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2761] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2761/stat : 2761 (java) S 2746 2749 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36487474 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569938539896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2762] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2762/stat : 2762 (java) S 2746 2749 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36487474 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569937486728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2763] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2763/stat : 2763 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569936435472 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2764] ppid=2746 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/2749/task/2764/stat : 2764 (java) S 2746 2749 28908 0 -1 4202560 9313 0 0 0 79 0 0 0 20 0 19 0 36487476 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569935383352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2765] ppid=2746 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/2749/task/2765/stat : 2765 (java) S 2746 2749 28908 0 -1 4202560 9855 0 0 0 73 2 0 0 20 0 19 0 36487476 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569934330808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2766] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2766/stat : 2766 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569933277944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2767] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2767/stat : 2767 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569932225608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2771] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2771/stat : 2771 (java) S 2746 2749 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36487508 10060525568 22746 33554432000 1073741824 1073778376 140735067364432 140569928012712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 2.14 2.18 2.02 2/217 2780
/proc/meminfo: memFree=26276636/32872528 swapFree=1505436/1685308
[pid=2749] ppid=2746 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/2749/stat : 2749 (java) S 2746 2749 28908 0 -1 4202496 23443 0 1 0 239 9 0 0 20 0 19 0 36487471 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140735067355568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2749/statm: 2456183 27370 2265 9 0 2446860 0
[pid=2749/tid=2750] ppid=2746 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/2749/task/2750/stat : 2750 (java) S 2746 2749 28908 0 -1 4202560 2481 0 1 0 35 2 0 0 20 0 19 0 36487472 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140570115437432 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2752] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2752/stat : 2752 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140570054166952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2753] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2753/stat : 2753 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140570053114408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2754] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2754/stat : 2754 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569957054632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2755] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2755/stat : 2755 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569956002088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2756] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2756/stat : 2756 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569954950056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2757] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2757/stat : 2757 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569953897512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2758] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2758/stat : 2758 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569952844456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2759] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2759/stat : 2759 (java) S 2746 2749 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36487472 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569951791912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2760] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2760/stat : 2760 (java) S 2746 2749 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36487474 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569939593576 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2761] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2761/stat : 2761 (java) S 2746 2749 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36487474 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569938539896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2762] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2762/stat : 2762 (java) S 2746 2749 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36487474 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569937486728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2763] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2763/stat : 2763 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569936435472 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2764] ppid=2746 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/2749/task/2764/stat : 2764 (java) S 2746 2749 28908 0 -1 4202560 9711 0 0 0 86 0 0 0 20 0 19 0 36487476 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569935383352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2765] ppid=2746 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/2749/task/2765/stat : 2765 (java) S 2746 2749 28908 0 -1 4202560 9863 0 0 0 79 3 0 0 20 0 19 0 36487476 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569934330808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2766] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2766/stat : 2766 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569933277944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2767] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2767/stat : 2767 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569932225608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2771] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2771/stat : 2771 (java) S 2746 2749 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36487508 10060525568 27370 33554432000 1073741824 1073778376 140735067364432 140569928012712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=30 pid=1841 uid=0 cmd=

############
# WARNING:
# current cumulated CPU time (2.49 s) is less than in the last sample (2.5 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+3.40742 s]
/proc/loadavg: 2.13 2.18 2.02 3/217 2786
/proc/meminfo: memFree=26264232/32872528 swapFree=1505440/1685312
[pid=2749] ppid=2746 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/2749/stat : 2749 (java) S 2746 2749 28908 0 -1 4202496 23454 0 1 0 240 10 0 0 20 0 22 0 36487471 10060525568 28913 33554432000 1073741824 1073778376 140735067364432 140735067355568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2749/statm: 2456183 28913 2265 9 0 2446860 0
[pid=2749/tid=2750] ppid=2746 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/2749/task/2750/stat : 2750 (java) S 2746 2749 28908 0 -1 4202560 2482 0 1 0 36 2 0 0 20 0 22 0 36487472 10060525568 28913 33554432000 1073741824 1073778376 140735067364432 140570115437432 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2752] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2752/stat : 2752 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36487472 10060525568 28913 33554432000 1073741824 1073778376 140735067364432 140570054166952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2753] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2753/stat : 2753 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36487472 10060525568 28913 33554432000 1073741824 1073778376 140735067364432 140570053114408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2754] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2754/stat : 2754 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36487472 10060525568 28913 33554432000 1073741824 1073778376 140735067364432 140569957054632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2755] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2755/stat : 2755 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36487472 10060525568 28913 33554432000 1073741824 1073778376 140735067364432 140569956002088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2756] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2756/stat : 2756 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36487472 10060525568 28913 33554432000 1073741824 1073778376 140735067364432 140569954950056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2757] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2757/stat : 2757 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36487472 10060525568 28913 33554432000 1073741824 1073778376 140735067364432 140569953897512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2758] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2758/stat : 2758 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36487472 10060525568 28913 33554432000 1073741824 1073778376 140735067364432 140569952844456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2759] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2759/stat : 2759 (java) S 2746 2749 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36487472 10060525568 28913 33554432000 1073741824 1073778376 140735067364432 140569951791912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2760] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2760/stat : 2760 (java) S 2746 2749 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36487474 10060525568 28913 33554432000 1073741824 1073778376 140735067364432 140569939593576 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/2749/task/2761/stat : 2761 (java) S 2746 2749 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36487474 10060525568 448766 33554432000 1073741824 1073778376 140735067364432 140569938539896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2762] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2762/stat : 2762 (java) S 2746 2749 28908 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 22 0 36487474 10060525568 448766 33554432000 1073741824 1073778376 140735067364432 140569937486728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2763] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2763/stat : 2763 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36487476 10060525568 448766 33554432000 1073741824 1073778376 140735067364432 140569936435472 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2764] ppid=2746 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/2749/task/2764/stat : 2764 (java) S 2746 2749 28908 0 -1 4202560 9747 0 0 0 122 2 0 0 20 0 22 0 36487476 10060525568 448766 33554432000 1073741824 1073778376 140735067364432 140569935383352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2765] ppid=2746 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/2749/task/2765/stat : 2765 (java) S 2746 2749 28908 0 -1 4202560 11367 0 0 0 195 3 0 0 20 0 22 0 36487476 10060525568 448766 33554432000 1073741824 1073778376 140735067364432 140569934330808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2766] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2766/stat : 2766 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36487476 10060525568 448766 33554432000 1073741824 1073778376 140735067364432 140569933277944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2767] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2767/stat : 2767 (java) S 2746 2749 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36487476 10060525568 448766 33554432000 1073741824 1073778376 140735067364432 140569932225608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2864] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2864/stat : 2864 (java) S 2746 2749 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36490173 10060525568 448766 33554432000 1073741824 1073778376 140735067364432 140569928012840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2962] ppid=2746 vsize=9824732 CPUtime=5.17 cores=0,2,4,6
/proc/2749/task/2962/stat : 2962 (java) R 2746 2749 28908 0 -1 4202560 6 0 0 0 517 0 0 0 20 0 22 0 36492548 10060525568 448766 33554432000 1073741824 1073778376 140735067364432 140569930115888 140570055685889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2963] ppid=2746 vsize=9824732 CPUtime=5.17 cores=0,2,4,6
/proc/2749/task/2963/stat : 2963 (java) R 2746 2749 28908 0 -1 4202560 284 0 0 0 509 8 0 0 20 0 22 0 36492548 10060525568 448766 33554432000 1073741824 1073778376 140735067364432 140569931168640 140570056000541 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2964] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2964/stat : 2964 (java) S 2746 2749 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36492554 10060525568 448766 33554432000 1073741824 1073778376 140735067364432 140569929065384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 65.76
Current children cumulated vsize (KiB) 9824732

[startup+56.401 s]
/proc/loadavg: 2.30 2.21 2.04 4/220 2964
/proc/meminfo: memFree=24465956/32872528 swapFree=1505436/1685308
[pid=2749] ppid=2746 vsize=9824732 CPUtime=66.5 cores=0,2,4,6
/proc/2749/stat : 2749 (java) S 2746 2749 28908 0 -1 4202496 28142 0 1 0 6481 169 0 0 20 0 19 0 36487471 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140735067355568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2749/statm: 2456183 448756 2288 9 0 2446860 0
[pid=2749/tid=2750] ppid=2746 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/2749/task/2750/stat : 2750 (java) S 2746 2749 28908 0 -1 4202560 2508 0 1 0 116 3 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140570115437432 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2752] ppid=2746 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/2749/task/2752/stat : 2752 (java) S 2746 2749 28908 0 -1 4202560 100 0 0 0 21 4 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140570054166952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2753] ppid=2746 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/2749/task/2753/stat : 2753 (java) S 2746 2749 28908 0 -1 4202560 81 0 0 0 17 3 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140570053114408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2754] ppid=2746 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/2749/task/2754/stat : 2754 (java) S 2746 2749 28908 0 -1 4202560 217 0 0 0 16 4 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569957054632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2755] ppid=2746 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/2749/task/2755/stat : 2755 (java) S 2746 2749 28908 0 -1 4202560 172 0 0 0 19 4 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569956002088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2756] ppid=2746 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/2749/task/2756/stat : 2756 (java) S 2746 2749 28908 0 -1 4202560 188 0 0 0 16 3 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569954950056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2757] ppid=2746 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/2749/task/2757/stat : 2757 (java) S 2746 2749 28908 0 -1 4202560 93 0 0 0 19 5 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569953897512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2758] ppid=2746 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/2749/task/2758/stat : 2758 (java) S 2746 2749 28908 0 -1 4202560 112 0 0 0 25 4 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569952844456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2759] ppid=2746 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/2749/task/2759/stat : 2759 (java) S 2746 2749 28908 0 -1 4202560 226 0 0 0 19 7 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569951791912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2760] ppid=2746 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/2749/task/2760/stat : 2760 (java) S 2746 2749 28908 0 -1 4202560 744 0 0 0 0 7 0 0 20 0 19 0 36487474 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569939593576 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2761] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2761/stat : 2761 (java) S 2746 2749 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36487474 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569938539896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2762] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2762/stat : 2762 (java) S 2746 2749 28908 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 19 0 36487474 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569937486728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2763] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2763/stat : 2763 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569936435472 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2764] ppid=2746 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/2749/task/2764/stat : 2764 (java) S 2746 2749 28908 0 -1 4202560 9747 0 0 0 122 2 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569935383352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2765] ppid=2746 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/2749/task/2765/stat : 2765 (java) S 2746 2749 28908 0 -1 4202560 11367 0 0 0 195 3 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569934330808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2766] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2766/stat : 2766 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569933277944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2767] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2767/stat : 2767 (java) S 2746 2749 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569932225608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2864] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2864/stat : 2864 (java) S 2746 2749 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36490173 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569928012840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 66.5
Current children cumulated vsize (KiB) 9824732

[startup+56.8007 s]
/proc/loadavg: 2.30 2.21 2.04 4/220 2964
/proc/meminfo: memFree=24465956/32872528 swapFree=1505436/1685308
[pid=2749] ppid=2746 vsize=9824732 CPUtime=66.53 cores=0,2,4,6
/proc/2749/stat : 2749 (java) S 2746 2749 28908 0 -1 4202496 28142 0 1 0 6484 169 0 0 20 0 19 0 36487471 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140735067355568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2749/statm: 2456183 448756 2288 9 0 2446860 0
[pid=2749/tid=2750] ppid=2746 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/2749/task/2750/stat : 2750 (java) R 2746 2749 28908 0 -1 4202560 2508 0 1 0 120 3 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140570115437112 140570055962967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2752] ppid=2746 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/2749/task/2752/stat : 2752 (java) S 2746 2749 28908 0 -1 4202560 100 0 0 0 21 4 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140570054166952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2753] ppid=2746 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/2749/task/2753/stat : 2753 (java) S 2746 2749 28908 0 -1 4202560 81 0 0 0 17 3 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140570053114408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2754] ppid=2746 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/2749/task/2754/stat : 2754 (java) S 2746 2749 28908 0 -1 4202560 217 0 0 0 16 4 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569957054632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2755] ppid=2746 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/2749/task/2755/stat : 2755 (java) S 2746 2749 28908 0 -1 4202560 172 0 0 0 19 4 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569956002088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2756] ppid=2746 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/2749/task/2756/stat : 2756 (java) S 2746 2749 28908 0 -1 4202560 188 0 0 0 16 3 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569954950056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2757] ppid=2746 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/2749/task/2757/stat : 2757 (java) S 2746 2749 28908 0 -1 4202560 93 0 0 0 19 5 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569953897512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2758] ppid=2746 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/2749/task/2758/stat : 2758 (java) S 2746 2749 28908 0 -1 4202560 112 0 0 0 25 4 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569952844456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2759] ppid=2746 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/2749/task/2759/stat : 2759 (java) S 2746 2749 28908 0 -1 4202560 226 0 0 0 19 7 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569951791912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2760] ppid=2746 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/2749/task/2760/stat : 2760 (java) S 2746 2749 28908 0 -1 4202560 744 0 0 0 0 7 0 0 20 0 19 0 36487474 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569939593576 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2761] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2761/stat : 2761 (java) S 2746 2749 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36487474 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569938539896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2762] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2762/stat : 2762 (java) S 2746 2749 28908 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 19 0 36487474 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569937486728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2763] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2763/stat : 2763 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569936435472 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2764] ppid=2746 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/2749/task/2764/stat : 2764 (java) S 2746 2749 28908 0 -1 4202560 9747 0 0 0 122 2 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569935383352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2765] ppid=2746 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/2749/task/2765/stat : 2765 (java) S 2746 2749 28908 0 -1 4202560 11367 0 0 0 195 3 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569934330808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2766] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2766/stat : 2766 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569933277944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2767] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2767/stat : 2767 (java) S 2746 2749 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569932225608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2864] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2864/stat : 2864 (java) S 2746 2749 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36490173 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569928012840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 66.53
Current children cumulated vsize (KiB) 9824732

[startup+56.9008 s]
/proc/loadavg: 2.30 2.21 2.04 4/220 2964
/proc/meminfo: memFree=24465956/32872528 swapFree=1505436/1685308
[pid=2749] ppid=2746 vsize=9824732 CPUtime=66.64 cores=0,2,4,6
/proc/2749/stat : 2749 (java) S 2746 2749 28908 0 -1 4202496 28143 0 1 0 6495 169 0 0 20 0 19 0 36487471 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140735067355568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2749/statm: 2456183 448756 2288 9 0 2446860 0
[pid=2749/tid=2750] ppid=2746 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/2749/task/2750/stat : 2750 (java) R 2746 2749 28908 0 -1 4202560 2509 0 1 0 130 3 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140570115437192 140570055395248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2752] ppid=2746 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/2749/task/2752/stat : 2752 (java) S 2746 2749 28908 0 -1 4202560 100 0 0 0 21 4 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140570054166952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2753] ppid=2746 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/2749/task/2753/stat : 2753 (java) S 2746 2749 28908 0 -1 4202560 81 0 0 0 17 3 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140570053114408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2754] ppid=2746 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/2749/task/2754/stat : 2754 (java) S 2746 2749 28908 0 -1 4202560 217 0 0 0 16 4 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569957054632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2755] ppid=2746 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/2749/task/2755/stat : 2755 (java) S 2746 2749 28908 0 -1 4202560 172 0 0 0 19 4 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569956002088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2756] ppid=2746 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/2749/task/2756/stat : 2756 (java) S 2746 2749 28908 0 -1 4202560 188 0 0 0 16 3 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569954950056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2757] ppid=2746 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/2749/task/2757/stat : 2757 (java) S 2746 2749 28908 0 -1 4202560 93 0 0 0 19 5 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569953897512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2758] ppid=2746 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/2749/task/2758/stat : 2758 (java) S 2746 2749 28908 0 -1 4202560 112 0 0 0 25 4 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569952844456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2759] ppid=2746 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/2749/task/2759/stat : 2759 (java) S 2746 2749 28908 0 -1 4202560 226 0 0 0 19 7 0 0 20 0 19 0 36487472 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569951791912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2760] ppid=2746 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/2749/task/2760/stat : 2760 (java) S 2746 2749 28908 0 -1 4202560 744 0 0 0 0 7 0 0 20 0 19 0 36487474 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569939593576 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2761] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2761/stat : 2761 (java) S 2746 2749 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36487474 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569938539896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2762] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2762/stat : 2762 (java) S 2746 2749 28908 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 19 0 36487474 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569937486728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2763] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2763/stat : 2763 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569936435472 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2764] ppid=2746 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/2749/task/2764/stat : 2764 (java) S 2746 2749 28908 0 -1 4202560 9747 0 0 0 122 2 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569935383352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2749/tid=2765] ppid=2746 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/2749/task/2765/stat : 2765 (java) S 2746 2749 28908 0 -1 4202560 11367 0 0 0 196 3 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569934330808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2749/tid=2766] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2766/stat : 2766 (java) S 2746 2749 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569933277944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2749/tid=2767] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2767/stat : 2767 (java) S 2746 2749 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36487476 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569932225608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2749/tid=2864] ppid=2746 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2749/task/2864/stat : 2864 (java) S 2746 2749 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36490173 10060525568 448756 33554432000 1073741824 1073778376 140735067364432 140569928012840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 66.64
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
#  lost CPU system time (s): 0.01

Real time (s): 56.9812
CPU time (s): 66.8128
CPU user time (s): 64.9611
CPU system time (s): 1.85172
CPU usage (%): 117.254
Max. virtual memory (cumulated for all children) (KiB): 9826320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.9611
system time used= 1.84172
maximum resident set size= 1806580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28155
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= 3596
involuntary context switches= 3047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.250961 second user time and 0.356945 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-19 15:53:35
IDJOB=4109865
IDBENCH=78950
IDSOLVER=2552
FILE ID=node135/4109865-1466344415
RUNJOBID= node135-1466341810-28924
PBS_JOBID= 19922018
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/tsp/normalized-t3002.11tsp11.1900584106--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109865-1466344415/watcher-4109865-1466344415 -o /tmp/evaluation-result-4109865-1466344415/solver-4109865-1466344415 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28924 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109865-1466344415.wbo

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

MD5SUM BENCH= df541056d5ee75c7588bd018b6cc514e
RANDOM SEED=1557896053

node135.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		: 2667.004
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	: 5334.00
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		: 2667.004
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		: 2667.004
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.57
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        26367932 kB
Buffers:          191552 kB
Cached:           279872 kB
SwapCached:          772 kB
Active:          3735940 kB
Inactive:         334624 kB
Active(anon):    3598704 kB
Inactive(anon):     2792 kB
Active(file):     137236 kB
Inactive(file):   331832 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:               784 kB
Writeback:            12 kB
AnonPages:       5279828 kB
Mapped:            15508 kB
Shmem:                 0 kB
Slab:             607576 kB
SReclaimable:      51324 kB
SUnreclaim:       556252 kB
KernelStack:        1720 kB
PageTables:        14760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5770124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3706880 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 node135 at 2016-06-19 15:54:32