Trace number 4092265

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 PB16MSAT (TO) 1800.61 1763.55

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552735--soft-0-100-0.wbo
MD5SUM30e25559b2b6f1151f21e207b2f87b54
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark80.0358
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 constraints2707
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 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 739
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4092265-1466085949.wbo
0.09/0.11	c reading problem ... 
0.47/0.34	c ... done. Wall clock time 0.224s.
0.47/0.34	c declared #vars     231
0.47/0.34	c internal #vars     2938
0.47/0.34	c #constraints  2707
0.47/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c objective function length is 2707 literals
1.13/0.55	c And the winner is solver0
1.76/0.84	c SATISFIABLE
1.76/0.84	c OPTIMIZING...
1.76/0.84	c Got one! Elapsed wall clock time (in seconds):0.73
1.76/0.84	o 788
1.76/0.89	c And the winner is solver0
2.12/1.37	c Got one! Elapsed wall clock time (in seconds):1.254
2.12/1.37	o 584
2.12/1.39	c And the winner is solver0
2.26/1.88	c Got one! Elapsed wall clock time (in seconds):1.764
2.26/1.88	o 488
2.26/1.89	c And the winner is solver0
2.29/2.39	c Got one! Elapsed wall clock time (in seconds):2.274
2.29/2.39	o 484
2.32/2.40	c And the winner is solver0
2.37/2.90	c Got one! Elapsed wall clock time (in seconds):2.781
2.37/2.90	o 450
2.38/2.97	c And the winner is solver0
2.72/3.40	c Got one! Elapsed wall clock time (in seconds):3.288
2.72/3.40	o 449
2.73/3.41	c And the winner is solver0
2.75/3.91	c Got one! Elapsed wall clock time (in seconds):3.793
2.75/3.91	o 435
2.75/3.92	c And the winner is solver0
2.76/4.41	c Got one! Elapsed wall clock time (in seconds):4.297
2.76/4.41	o 422
2.76/4.42	c And the winner is solver0
2.76/4.91	c Got one! Elapsed wall clock time (in seconds):4.802
2.76/4.91	o 362
2.94/5.08	c And the winner is solver0
3.20/5.42	c Got one! Elapsed wall clock time (in seconds):5.306
3.20/5.42	o 355
3.20/5.43	c And the winner is solver0
3.21/5.92	c Got one! Elapsed wall clock time (in seconds):5.811
3.21/5.92	o 328
4.89/6.78	c And the winner is solver0
5.05/6.93	c Got one! Elapsed wall clock time (in seconds):6.815
5.05/6.93	o 321
5.18/7.04	c And the winner is solver0
5.29/7.43	c Got one! Elapsed wall clock time (in seconds):7.319
5.29/7.43	o 320
5.29/7.49	c And the winner is solver0
5.58/7.94	c Got one! Elapsed wall clock time (in seconds):7.823
5.58/7.94	o 297
5.58/7.98	c And the winner is solver0
5.68/8.44	c Got one! Elapsed wall clock time (in seconds):8.327
5.68/8.44	o 289
5.68/8.45	c And the winner is solver0
5.68/8.95	c Got one! Elapsed wall clock time (in seconds):8.831
5.68/8.95	o 285
5.68/8.95	c And the winner is solver0
5.69/9.45	c Got one! Elapsed wall clock time (in seconds):9.335
5.69/9.45	o 240
5.98/9.61	c And the winner is solver0
6.02/9.95	c Got one! Elapsed wall clock time (in seconds):9.839
6.02/9.95	o 239
6.02/9.96	c And the winner is solver0
6.05/10.46	c Got one! Elapsed wall clock time (in seconds):10.343
6.05/10.46	o 238
6.05/10.47	c And the winner is solver0
6.10/10.96	c Got one! Elapsed wall clock time (in seconds):10.847
6.10/10.96	o 236
6.19/11.01	c And the winner is solver0
6.22/11.46	c Got one! Elapsed wall clock time (in seconds):11.351
6.22/11.46	o 229
6.31/11.54	c And the winner is solver0
6.40/11.97	c Got one! Elapsed wall clock time (in seconds):11.855
6.40/11.97	o 225
6.45/12.03	c And the winner is solver0
6.55/12.47	c Got one! Elapsed wall clock time (in seconds):12.359
6.55/12.47	o 224
7.00/12.74	c And the winner is solver0
7.10/12.98	c Got one! Elapsed wall clock time (in seconds):12.863
7.10/12.98	o 223
7.14/13.00	c And the winner is solver0
7.28/13.48	c Got one! Elapsed wall clock time (in seconds):13.367
7.28/13.48	o 196
7.95/13.80	c cleaning 5072 clauses out of 10149 with flag 4729/10149
9.04/14.36	c And the winner is solver0
9.20/14.49	c Got one! Elapsed wall clock time (in seconds):14.372
9.20/14.49	o 194
11.31/15.56	c cleaning 5444 clauses out of 10903 with flag 25236/15975
13.71/16.71	c And the winner is solver0
13.79/16.99	c Got one! Elapsed wall clock time (in seconds):16.876
13.79/16.99	o 193
14.19/17.27	c And the winner is solver0
14.37/17.49	c Got one! Elapsed wall clock time (in seconds):17.38
14.37/17.49	o 191
15.08/17.88	c And the winner is solver0
15.28/18.00	c Got one! Elapsed wall clock time (in seconds):17.885
15.28/18.00	o 190
17.12/18.93	c And the winner is solver0
17.24/19.00	c Got one! Elapsed wall clock time (in seconds):18.889
17.24/19.00	o 189
17.42/19.17	c And the winner is solver0
17.61/19.51	c Got one! Elapsed wall clock time (in seconds):19.394
17.61/19.51	o 187
17.61/19.52	c And the winner is solver0
17.66/20.01	c Got one! Elapsed wall clock time (in seconds):19.899
17.66/20.01	o 181
18.23/20.30	c cleaning 9630 clauses out of 19262 with flag 5808/29778
20.45/21.40	c And the winner is solver0
20.48/21.52	c Got one! Elapsed wall clock time (in seconds):21.403
20.48/21.52	o 173
20.48/21.59	c And the winner is solver0
20.67/22.02	c Got one! Elapsed wall clock time (in seconds):21.908
20.67/22.02	o 163
20.85/22.19	c And the winner is solver0
21.07/22.53	c Got one! Elapsed wall clock time (in seconds):22.413
21.07/22.53	o 162
21.41/22.72	c And the winner is solver0
21.50/23.03	c Got one! Elapsed wall clock time (in seconds):22.917
21.50/23.03	o 161
22.03/23.30	c cleaning 8051 clauses out of 16125 with flag 5383/36271
25.03/24.86	c cleaning 7024 clauses out of 14073 with flag 45228/42270
26.04/25.33	c And the winner is solver0
26.15/25.54	c Got one! Elapsed wall clock time (in seconds):25.422
26.15/25.54	o 160
27.15/26.04	c And the winner is solver0
27.15/26.09	c Got one! Elapsed wall clock time (in seconds):25.976
27.15/26.09	o 159
27.29/26.17	c And the winner is solver0
27.50/26.59	c Got one! Elapsed wall clock time (in seconds):26.481
27.50/26.59	o 158
27.50/26.61	c And the winner is solver0
27.53/27.10	c Got one! Elapsed wall clock time (in seconds):26.986
27.53/27.10	o 139
28.11/27.46	c cleaning 6584 clauses out of 13188 with flag 12573/48409
28.33/27.60	c And the winner is solver0
28.53/27.65	c Got one! Elapsed wall clock time (in seconds):27.541
28.53/27.65	o 137
28.53/27.68	c And the winner is solver0
28.65/28.16	c Got one! Elapsed wall clock time (in seconds):28.045
28.65/28.16	o 131
30.72/29.27	c cleaning 6288 clauses out of 12592 with flag 33680/54397
31.32/29.53	c And the winner is solver0
31.45/29.66	c Got one! Elapsed wall clock time (in seconds):29.55
31.45/29.66	o 127
33.60/30.73	c cleaning 5726 clauses out of 11484 with flag 25304/59577
36.39/32.17	c cleaning 5869 clauses out of 11758 with flag 70536/65577
39.19/33.57	c cleaning 6425 clauses out of 12889 with flag 128944/72577
41.19/34.50	c And the winner is solver0
41.30/34.67	c Got one! Elapsed wall clock time (in seconds):34.556
41.30/34.67	o 126
41.34/34.70	c And the winner is solver0
41.37/35.19	c Got one! Elapsed wall clock time (in seconds):35.075
41.37/35.19	o 125
42.59/35.90	c And the winner is solver0
42.87/36.19	c Got one! Elapsed wall clock time (in seconds):36.08
42.87/36.19	o 124
43.28/36.46	c And the winner is solver0
43.54/36.70	c Got one! Elapsed wall clock time (in seconds):36.585
43.54/36.70	o 118
43.94/36.96	c And the winner is solver0
44.14/37.20	c Got one! Elapsed wall clock time (in seconds):37.09
44.14/37.20	o 108
44.92/37.62	c cleaning 9195 clauses out of 18392 with flag 15719/84505
45.92/38.12	c And the winner is solver0
46.03/38.21	c Got one! Elapsed wall clock time (in seconds):38.095
46.03/38.21	o 106
46.03/38.25	c And the winner is solver0
46.15/38.71	c Got one! Elapsed wall clock time (in seconds):38.6
46.15/38.71	o 103
46.52/38.92	c And the winner is solver0
46.66/39.22	c Got one! Elapsed wall clock time (in seconds):39.105
46.66/39.22	o 100
47.02/39.49	c cleaning 7629 clauses out of 15291 with flag 14592/90599
48.41/40.11	c And the winner is solver0
48.52/40.22	c Got one! Elapsed wall clock time (in seconds):40.109
48.52/40.22	o 93
48.86/40.40	c cleaning 6569 clauses out of 13165 with flag 7216/96102
51.13/41.52	c cleaning 6280 clauses out of 12596 with flag 57684/102102
51.74/41.85	c And the winner is solver0
51.89/42.23	c Got one! Elapsed wall clock time (in seconds):42.116
51.89/42.23	o 90
52.02/42.34	c And the winner is solver0
52.18/42.74	c Got one! Elapsed wall clock time (in seconds):42.627
52.18/42.74	o 89
53.29/43.38	c cleaning 6096 clauses out of 12215 with flag 23197/108001
53.49/43.40	c And the winner is solver0
53.58/43.75	c Got one! Elapsed wall clock time (in seconds):43.638
53.58/43.75	o 88
53.87/43.97	c And the winner is solver0
54.10/44.27	c Got one! Elapsed wall clock time (in seconds):44.161
54.10/44.27	o 83
55.75/45.20	c cleaning 5618 clauses out of 11267 with flag 34162/113149
57.74/46.20	c cleaning 5816 clauses out of 11647 with flag 92239/119147
59.74/47.15	c cleaning 6415 clauses out of 12832 with flag 160453/126148
62.55/48.52	c And the winner is solver0
62.67/48.79	c Got one! Elapsed wall clock time (in seconds):48.677
62.67/48.79	o 80
62.86/48.92	c And the winner is solver0
62.98/49.31	c Got one! Elapsed wall clock time (in seconds):49.197
62.98/49.31	o 79
64.20/49.91	c And the winner is solver0
64.32/50.37	c Got one! Elapsed wall clock time (in seconds):50.26
64.32/50.37	o 77
65.74/51.13	c cleaning 10470 clauses out of 20949 with flag 28979/140680
66.74/51.61	c And the winner is solver0
66.88/51.90	c Got one! Elapsed wall clock time (in seconds):51.783
66.88/51.90	o 76
66.88/51.97	c And the winner is solver0
67.01/52.42	c Got one! Elapsed wall clock time (in seconds):52.308
67.01/52.42	o 71
67.95/52.99	c cleaning 7865 clauses out of 15753 with flag 27017/145954
68.74/53.32	c And the winner is solver0
68.87/53.45	c Got one! Elapsed wall clock time (in seconds):53.334
68.87/53.45	o 68
70.05/54.03	c cleaning 6468 clauses out of 12955 with flag 22222/151021
70.05/54.08	c And the winner is solver0
70.30/54.49	c Got one! Elapsed wall clock time (in seconds):54.368
70.30/54.49	o 64
72.30/55.55	c cleaning 5891 clauses out of 11803 with flag 43979/156337
73.30/56.07	c And the winner is solver0
73.48/56.52	c Got one! Elapsed wall clock time (in seconds):56.411
73.48/56.52	o 59
73.48/56.58	c And the winner is solver0
1317.92/1288.46	c cleaning 0 clauses out of 7869 with flag 0/7906
1800.04/1763.50	c >>>>>>>>>> Solver number 0 (65 answers) <<<<<<<<<<<<<<<<<<
1800.04/1763.50	c starts		: 197
1800.04/1763.50	c conflicts		: 159837
1800.04/1763.50	c decisions		: 499312
1800.04/1763.50	c propagations		: 73665362
1800.04/1763.50	c inspects		: 129073013
1800.04/1763.50	c shortcuts		: 0
1800.04/1763.50	c learnt literals	: 0
1800.04/1763.50	c learnt binary clauses	: 38
1800.04/1763.50	c learnt ternary clauses	: 70
1800.04/1763.50	c learnt constraints	: 159837
1800.04/1763.50	c ignored constraints	: 0
1800.04/1763.50	c root simplifications	: 0
1800.04/1763.50	c removed literals (reason simplification)	: 222571
1800.04/1763.50	c reason swapping (by a shorter reason)	: 0
1800.04/1763.50	c Calls to reduceDB	: 22
1800.04/1763.50	c Number of update (reduction) of LBD	: 76497
1800.04/1763.50	c Imported unit clauses	: 0
1800.04/1763.50	c number of reductions to clauses (during analyze)	: 0
1800.04/1763.50	c number of learned constraints concerned by reduction	: 0
1800.04/1763.50	c number of learning phase by resolution	: 0
1800.04/1763.50	c number of learning phase by cutting planes	: 0
1800.04/1763.50	c speed (assignments/second)	: 41780.731217338136
1800.04/1763.50	c non guided choices	8284
1800.04/1763.51	c learnt constraints type 
1800.04/1763.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 38
1800.04/1763.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9374
1800.04/1763.51	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/1763.51	c starts		: 106
1800.04/1763.51	c conflicts		: 9359
1800.04/1763.51	c decisions		: 378957
1800.04/1763.51	c propagations		: 1922237
1800.04/1763.51	c inspects		: 553932100
1800.04/1763.51	c shortcuts		: 0
1800.04/1763.51	c learnt literals	: 0
1800.04/1763.51	c learnt binary clauses	: 0
1800.04/1763.51	c learnt ternary clauses	: 0
1800.04/1763.51	c learnt constraints	: 9321
1800.04/1763.51	c ignored constraints	: 0
1800.04/1763.51	c root simplifications	: 0
1800.04/1763.51	c removed literals (reason simplification)	: 0
1800.04/1763.51	c reason swapping (by a shorter reason)	: 0
1800.04/1763.51	c Calls to reduceDB	: 1
1800.04/1763.51	c Number of update (reduction) of LBD	: 0
1800.04/1763.51	c Imported unit clauses	: 0
1800.04/1763.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1763.51	c number of learned constraints concerned by reduction	: 0
1800.04/1763.51	c number of learning phase by resolution	: 0
1800.04/1763.51	c number of learning phase by cutting planes	: 0
1800.04/1763.51	c speed (assignments/second)	: 1126.1693111587742
1800.04/1763.51	c non guided choices	5392
1800.04/1763.52	c learnt constraints type 
1800.04/1763.52	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 615
1800.04/1763.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8706
1800.04/1763.52	s SATISFIABLE
1800.04/1763.52	c Found 64 solution(s)
1800.04/1763.52	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 
1800.04/1763.52	c objective function=59
1800.04/1763.52	c Total wall clock time (in seconds): 1763.404

Verifier Data

OK	42

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

pid=21779
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.17 2.22 2.19 3/196 21782
/proc/meminfo: memFree=29793148/32872528 swapFree=1286144/1433312
[pid=21782] ppid=21779 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/21782/stat : 21782 (java) S 21779 21782 8056 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 10641654 95129600 927 33554432000 1073741824 1073778376 140735053750064 140735053741200 214373007421 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21782/statm: 23225 927 703 9 0 16769 0
[pid=21782/tid=21783] ppid=21779 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21783/stat : 21783 (java) D 21779 21782 8056 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 10641655 95129600 927 33554432000 1073741824 1073778376 140735053750064 140611257679400 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.17 2.22 2.19 3/196 21782
/proc/meminfo: memFree=29793148/32872528 swapFree=1286144/1433312
[pid=21782] ppid=21779 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21782/stat : 21782 (java) S 21779 21782 8056 0 -1 4202496 4467 0 1 0 8 1 0 0 20 0 18 0 10641654 9787879424 5588 33554432000 1073741824 1073778376 140735053750064 140735053741200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21782/statm: 2389619 5588 2126 9 0 2380296 0
[pid=21782/tid=21783] ppid=21779 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21782/task/21783/stat : 21783 (java) R 21779 21782 8056 0 -1 4202560 2438 0 1 0 6 1 0 0 20 0 18 0 10641655 9787879424 5588 33554432000 1073741824 1073778376 140735053750064 140611257682848 214373033229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200268 s]
/proc/loadavg: 2.17 2.22 2.19 3/196 21782
/proc/meminfo: memFree=29793148/32872528 swapFree=1286144/1433312
[pid=21782] ppid=21779 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/21782/stat : 21782 (java) S 21779 21782 8056 0 -1 4202496 4796 0 1 0 22 1 0 0 20 0 18 0 10641654 9787879424 6385 33554432000 1073741824 1073778376 140735053750064 140735053741200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21782/statm: 2389619 6385 2198 9 0 2380296 0
[pid=21782/tid=21783] ppid=21779 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/21782/task/21783/stat : 21783 (java) R 21779 21782 8056 0 -1 4202560 2454 0 1 0 16 1 0 0 20 0 18 0 10641655 9787879424 6385 33554432000 1073741824 1073778376 140735053750064 140611257682352 140611130312128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.30026 s]
/proc/loadavg: 2.17 2.22 2.19 3/196 21782
/proc/meminfo: memFree=29793148/32872528 swapFree=1286144/1433312
[pid=21782] ppid=21779 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/21782/stat : 21782 (java) S 21779 21782 8056 0 -1 4202496 5768 0 1 0 45 2 0 0 20 0 18 0 10641654 9787879424 8569 33554432000 1073741824 1073778376 140735053750064 140735053741200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21782/statm: 2389619 8569 2232 9 0 2380296 0
[pid=21782/tid=21783] ppid=21779 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/21782/task/21783/stat : 21783 (java) R 21779 21782 8056 0 -1 4202560 2457 0 1 0 26 1 0 0 20 0 18 0 10641655 9787879424 8569 33554432000 1073741824 1073778376 140735053750064 140611257682352 140611130689329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700255 s]
/proc/loadavg: 2.17 2.22 2.19 3/196 21782
/proc/meminfo: memFree=29793148/32872528 swapFree=1286144/1433312
[pid=21782] ppid=21779 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/21782/stat : 21782 (java) S 21779 21782 8056 0 -1 4202496 13775 0 1 0 162 5 0 0 20 0 19 0 10641654 10060525568 14995 33554432000 1073741824 1073778376 140735053750064 140735053741200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21782/statm: 2456183 14995 2269 9 0 2446860 0
[pid=21782/tid=21783] ppid=21779 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/21782/task/21783/stat : 21783 (java) S 21779 21782 8056 0 -1 4202560 2500 0 1 0 30 2 0 0 20 0 19 0 10641655 10060525568 14995 33554432000 1073741824 1073778376 140735053750064 140611257684856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 2.17 2.22 2.19 2/215 21807
/proc/meminfo: memFree=29736332/32872528 swapFree=1286144/1433312
[pid=21782] ppid=21779 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/21782/stat : 21782 (java) S 21779 21782 8056 0 -1 4202496 17414 0 1 0 217 9 0 0 20 0 19 0 10641654 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140735053741200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21782/statm: 2456183 18240 2275 9 0 2446860 0
[pid=21782/tid=21783] ppid=21779 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/21782/task/21783/stat : 21783 (java) S 21779 21782 8056 0 -1 4202560 2501 0 1 0 33 2 0 0 20 0 19 0 10641655 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611257684856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21785] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21785/stat : 21785 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611101677864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21786] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21786/stat : 21786 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611100625064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21787] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21787/stat : 21787 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611099572776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21788] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21788/stat : 21788 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611098519976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21789] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21789/stat : 21789 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611097467688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21790] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21790/stat : 21790 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611096414888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21791] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21791/stat : 21791 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611095362600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21792] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21792/stat : 21792 (java) S 21779 21782 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611094309800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21793] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21793/stat : 21793 (java) S 21779 21782 8056 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10641657 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611081898216 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21794] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21794/stat : 21794 (java) S 21779 21782 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10641657 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611080844280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21795] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21795/stat : 21795 (java) S 21779 21782 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10641657 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611079791880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21796] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21796/stat : 21796 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641660 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611078740368 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21797] ppid=21779 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/21782/task/21797/stat : 21797 (java) S 21779 21782 8056 0 -1 4202560 8235 0 0 0 73 2 0 0 20 0 19 0 10641660 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611077687992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21798] ppid=21779 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/21782/task/21798/stat : 21798 (java) S 21779 21782 8056 0 -1 4202560 5327 0 0 0 62 0 0 0 20 0 19 0 10641660 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611076635192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21799] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21799/stat : 21799 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641660 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611075583096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21800] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21800/stat : 21800 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641660 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611074530504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21804] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21804/stat : 21804 (java) S 21779 21782 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10641691 10060525568 18240 33554432000 1073741824 1073778376 140735053750064 140611070317608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 2.17 2.22 2.19 2/215 21813
/proc/meminfo: memFree=29721268/32872528 swapFree=1286144/1433312
[pid=21782] ppid=21779 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/21782/stat : 21782 (java) S 21779 21782 8056 0 -1 4202496 18729 0 1 0 260 12 0 0 20 0 19 0 10641654 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140735053741200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21782/statm: 2456183 24935 2277 9 0 2446860 0
[pid=21782/tid=21783] ppid=21779 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/21782/task/21783/stat : 21783 (java) S 21779 21782 8056 0 -1 4202560 2503 0 1 0 36 2 0 0 20 0 19 0 10641655 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611257684856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21785] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21785/stat : 21785 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611101677864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21786] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21786/stat : 21786 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611100625064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21787] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21787/stat : 21787 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611099572776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21788] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21788/stat : 21788 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611098519976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21789] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21789/stat : 21789 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611097467688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21790] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21790/stat : 21790 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611096414888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21791] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21791/stat : 21791 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611095362600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21792] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21792/stat : 21792 (java) S 21779 21782 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10641656 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611094309800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21793] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21793/stat : 21793 (java) S 21779 21782 8056 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10641657 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611081898216 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21794] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21794/stat : 21794 (java) S 21779 21782 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10641657 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611080844280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21795] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21795/stat : 21795 (java) S 21779 21782 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10641657 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611079791880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21796] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21796/stat : 21796 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641660 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611078740368 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21797] ppid=21779 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/21782/task/21797/stat : 21797 (java) S 21779 21782 8056 0 -1 4202560 8253 0 0 0 87 2 0 0 20 0 19 0 10641660 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611077687992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21798] ppid=21779 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/21782/task/21798/stat : 21798 (java) S 21779 21782 8056 0 -1 4202560 6591 0 0 0 75 2 0 0 20 0 19 0 10641660 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611076635192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21799] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21799/stat : 21799 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641660 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611075583096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21800] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21800/stat : 21800 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10641660 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611074530504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21804] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21804/stat : 21804 (java) S 21779 21782 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10641691 10060525568 24935 33554432000 1073741824 1073778376 140735053750064 140611070317608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 9824732

[startup+6.30075 s]
/proc/loadavg: 2.07 2.20 2.18 2/215 21834
/proc/meminfo: memFree=29632536/32872528 swapFree=1286144/1433312
[pid=21782] ppid=21779 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/21782/stat : 21782 (java) S 21779 21782 8056 0 -1 4202496 18878 0 1 0 392 15 0 0 20 0 22 0 10641654 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140735053741200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21782/statm: 2456183 42684 2291 9 0 2446860 0
[pid=21782/tid=21783] ppid=21779 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/21782/task/21783/stat : 21783 (java) S 21779 21782 8056 0 -1 4202560 2507 0 1 0 38 2 0 0 20 0 22 0 10641655 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611257684856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21785] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21785/stat : 21785 (java) S 21779 21782 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 10641656 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611101677864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21786] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21786/stat : 21786 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10641656 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611100625064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21787] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21787/stat : 21787 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10641656 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611099572776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21788] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21788/stat : 21788 (java) S 21779 21782 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10641656 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611098519976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21789] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21789/stat : 21789 (java) S 21779 21782 8056 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 10641656 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611097467688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21790] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21790/stat : 21790 (java) S 21779 21782 8056 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 10641656 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611096414888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21791] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21791/stat : 21791 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10641656 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611095362600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21792] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21792/stat : 21792 (java) S 21779 21782 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10641656 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611094309800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21793] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21793/stat : 21793 (java) S 21779 21782 8056 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 10641657 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611081898216 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21794] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21794/stat : 21794 (java) S 21779 21782 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10641657 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611080844280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21795] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21795/stat : 21795 (java) S 21779 21782 8056 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 10641657 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611079791880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21796] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21796/stat : 21796 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10641660 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611078740368 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21797] ppid=21779 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/21782/task/21797/stat : 21797 (java) S 21779 21782 8056 0 -1 4202560 8273 0 0 0 107 2 0 0 20 0 22 0 10641660 10060525568 42684 33554432000 1073741824 1073778376 140735053750064 140611077687992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21798] ppid=21779 vsize=9824732 CPUtime=0.82 cores=0,2,4,6

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

/proc/meminfo: memFree=26605680/32872528 swapFree=1286144/1433312
[pid=21782] ppid=21779 vsize=9824732 CPUtime=1758.39 cores=0,2,4,6
/proc/21782/stat : 21782 (java) S 21779 21782 8056 0 -1 4202496 36717 0 1 0 175379 460 0 0 20 0 21 0 10641654 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140735053741200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21782/statm: 2456183 921066 2303 9 0 2446860 0
[pid=21782/tid=21783] ppid=21779 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/21782/task/21783/stat : 21783 (java) S 21779 21782 8056 0 -1 4202560 2612 0 1 0 115 21 0 0 20 0 21 0 10641655 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611257684984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21785] ppid=21779 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/21782/task/21785/stat : 21785 (java) S 21779 21782 8056 0 -1 4202560 1291 0 0 0 305 35 0 0 20 0 21 0 10641656 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611101677864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21786] ppid=21779 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/21782/task/21786/stat : 21786 (java) S 21779 21782 8056 0 -1 4202560 822 0 0 0 305 34 0 0 20 0 21 0 10641656 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611100625064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21787] ppid=21779 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/21782/task/21787/stat : 21787 (java) S 21779 21782 8056 0 -1 4202560 1142 0 0 0 314 36 0 0 20 0 21 0 10641656 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611099572776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21788] ppid=21779 vsize=9824732 CPUtime=3.43 cores=0,2,4,6
/proc/21782/task/21788/stat : 21788 (java) S 21779 21782 8056 0 -1 4202560 757 0 0 0 309 34 0 0 20 0 21 0 10641656 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611098519976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21789] ppid=21779 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/21782/task/21789/stat : 21789 (java) S 21779 21782 8056 0 -1 4202560 808 0 0 0 301 34 0 0 20 0 21 0 10641656 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611097467688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21790] ppid=21779 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/21782/task/21790/stat : 21790 (java) S 21779 21782 8056 0 -1 4202560 834 0 0 0 291 32 0 0 20 0 21 0 10641656 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611096414888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21791] ppid=21779 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/21782/task/21791/stat : 21791 (java) S 21779 21782 8056 0 -1 4202560 1039 0 0 0 314 36 0 0 20 0 21 0 10641656 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611095362600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21792] ppid=21779 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/21782/task/21792/stat : 21792 (java) S 21779 21782 8056 0 -1 4202560 942 0 0 0 298 33 0 0 20 0 21 0 10641656 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611094309800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21793] ppid=21779 vsize=9824732 CPUtime=7.04 cores=0,2,4,6
/proc/21782/task/21793/stat : 21793 (java) S 21779 21782 8056 0 -1 4202560 3348 0 0 0 696 8 0 0 20 0 21 0 10641657 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611081898216 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21794] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21794/stat : 21794 (java) S 21779 21782 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10641657 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611080844280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21795] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21795/stat : 21795 (java) S 21779 21782 8056 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 10641657 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611079791880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21796] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21796/stat : 21796 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10641660 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611078740368 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21797] ppid=21779 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/21782/task/21797/stat : 21797 (java) S 21779 21782 8056 0 -1 4202560 8957 0 0 0 144 2 0 0 20 0 21 0 10641660 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611077687992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21798] ppid=21779 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/21782/task/21798/stat : 21798 (java) S 21779 21782 8056 0 -1 4202560 10818 0 0 0 117 2 0 0 20 0 21 0 10641660 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611076635192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21799] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21799/stat : 21799 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10641660 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611075583096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21800] ppid=21779 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/21782/task/21800/stat : 21800 (java) S 21779 21782 8056 0 -1 4202560 99 0 0 0 21 22 0 0 20 0 21 0 10641660 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611074530504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21804] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21804/stat : 21804 (java) S 21779 21782 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10641691 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611070317608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21998] ppid=21779 vsize=9824732 CPUtime=1651.56 cores=0,2,4,6
/proc/21782/task/21998/stat : 21998 (java) R 21779 21782 8056 0 -1 4202560 363 0 0 0 165121 35 0 0 20 0 21 0 10647312 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611073474080 140611130862157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21999] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21999/stat : 21999 (java) S 21779 21782 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10647317 10060525568 921066 33554432000 1073741824 1073778376 140735053750064 140611071370280 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1758.39
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.5 s]
/proc/loadavg: 2.26 2.16 2.17 3/216 23326
/proc/meminfo: memFree=26657076/32872528 swapFree=1286144/1433312
[pid=21782] ppid=21779 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/21782/stat : 21782 (java) S 21779 21782 8056 0 -1 4202496 36816 0 1 0 179537 467 0 0 20 0 21 0 10641654 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140735053741200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21782/statm: 2456183 931824 2303 9 0 2446860 0
[pid=21782/tid=21783] ppid=21779 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/21782/task/21783/stat : 21783 (java) S 21779 21782 8056 0 -1 4202560 2612 0 1 0 116 21 0 0 20 0 21 0 10641655 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611257684984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21785] ppid=21779 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/21782/task/21785/stat : 21785 (java) S 21779 21782 8056 0 -1 4202560 1301 0 0 0 310 35 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611101677864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21786] ppid=21779 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/21782/task/21786/stat : 21786 (java) S 21779 21782 8056 0 -1 4202560 833 0 0 0 314 35 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611100625064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21787] ppid=21779 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/21782/task/21787/stat : 21787 (java) S 21779 21782 8056 0 -1 4202560 1151 0 0 0 317 37 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611099572776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21788] ppid=21779 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/21782/task/21788/stat : 21788 (java) S 21779 21782 8056 0 -1 4202560 778 0 0 0 323 35 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611098519976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21789] ppid=21779 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/21782/task/21789/stat : 21789 (java) S 21779 21782 8056 0 -1 4202560 817 0 0 0 306 34 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611097467688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21790] ppid=21779 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/21782/task/21790/stat : 21790 (java) S 21779 21782 8056 0 -1 4202560 852 0 0 0 299 33 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611096414888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21791] ppid=21779 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/21782/task/21791/stat : 21791 (java) S 21779 21782 8056 0 -1 4202560 1048 0 0 0 318 36 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611095362600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21792] ppid=21779 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/21782/task/21792/stat : 21792 (java) S 21779 21782 8056 0 -1 4202560 949 0 0 0 303 33 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611094309800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21793] ppid=21779 vsize=9824732 CPUtime=7.05 cores=0,2,4,6
/proc/21782/task/21793/stat : 21793 (java) S 21779 21782 8056 0 -1 4202560 3350 0 0 0 696 9 0 0 20 0 21 0 10641657 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611081898216 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21794] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21794/stat : 21794 (java) S 21779 21782 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10641657 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611080844280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21795] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21795/stat : 21795 (java) S 21779 21782 8056 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 10641657 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611079791880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21796] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21796/stat : 21796 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10641660 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611078740368 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21797] ppid=21779 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/21782/task/21797/stat : 21797 (java) S 21779 21782 8056 0 -1 4202560 8957 0 0 0 144 2 0 0 20 0 21 0 10641660 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611077687992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21798] ppid=21779 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/21782/task/21798/stat : 21798 (java) S 21779 21782 8056 0 -1 4202560 10818 0 0 0 117 2 0 0 20 0 21 0 10641660 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611076635192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21799] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21799/stat : 21799 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10641660 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611075583096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21800] ppid=21779 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/21782/task/21800/stat : 21800 (java) S 21779 21782 8056 0 -1 4202560 101 0 0 0 22 22 0 0 20 0 21 0 10641660 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611074530504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21804] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21804/stat : 21804 (java) S 21779 21782 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10641691 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611070317608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21998] ppid=21779 vsize=9824732 CPUtime=1692.61 cores=0,2,4,6
/proc/21782/task/21998/stat : 21998 (java) R 21779 21782 8056 0 -1 4202560 364 0 0 0 169226 35 0 0 20 0 21 0 10647312 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611073474000 140611130860641 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21999] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21999/stat : 21999 (java) S 21779 21782 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10647317 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611071370280 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 21782 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1763.5 s]
/proc/loadavg: 2.26 2.16 2.17 3/216 23326
/proc/meminfo: memFree=26657076/32872528 swapFree=1286144/1433312
[pid=21782] ppid=21779 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/21782/stat : 21782 (java) S 21779 21782 8056 0 -1 4202496 36816 0 1 0 179537 467 0 0 20 0 21 0 10641654 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140735053741200 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21782/statm: 2456183 931824 2303 9 0 2446860 0
[pid=21782/tid=21783] ppid=21779 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/21782/task/21783/stat : 21783 (java) S 21779 21782 8056 0 -1 4202560 2612 0 1 0 116 21 0 0 20 0 21 0 10641655 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611257684984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21785] ppid=21779 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/21782/task/21785/stat : 21785 (java) S 21779 21782 8056 0 -1 4202560 1301 0 0 0 310 35 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611101677864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21786] ppid=21779 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/21782/task/21786/stat : 21786 (java) S 21779 21782 8056 0 -1 4202560 833 0 0 0 314 35 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611100625064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21787] ppid=21779 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/21782/task/21787/stat : 21787 (java) S 21779 21782 8056 0 -1 4202560 1151 0 0 0 317 37 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611099572776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21788] ppid=21779 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/21782/task/21788/stat : 21788 (java) S 21779 21782 8056 0 -1 4202560 778 0 0 0 323 35 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611098519976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21789] ppid=21779 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/21782/task/21789/stat : 21789 (java) S 21779 21782 8056 0 -1 4202560 817 0 0 0 306 34 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611097467688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21790] ppid=21779 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/21782/task/21790/stat : 21790 (java) S 21779 21782 8056 0 -1 4202560 852 0 0 0 299 33 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611096414888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21791] ppid=21779 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/21782/task/21791/stat : 21791 (java) S 21779 21782 8056 0 -1 4202560 1048 0 0 0 318 36 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611095362600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21792] ppid=21779 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/21782/task/21792/stat : 21792 (java) S 21779 21782 8056 0 -1 4202560 949 0 0 0 303 33 0 0 20 0 21 0 10641656 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611094309800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21793] ppid=21779 vsize=9824732 CPUtime=7.05 cores=0,2,4,6
/proc/21782/task/21793/stat : 21793 (java) S 21779 21782 8056 0 -1 4202560 3350 0 0 0 696 9 0 0 20 0 21 0 10641657 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611081898216 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21794] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21794/stat : 21794 (java) S 21779 21782 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10641657 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611080844280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21795] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21795/stat : 21795 (java) S 21779 21782 8056 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 10641657 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611079791880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21796] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21796/stat : 21796 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10641660 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611078740368 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21782/tid=21797] ppid=21779 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/21782/task/21797/stat : 21797 (java) S 21779 21782 8056 0 -1 4202560 8957 0 0 0 144 2 0 0 20 0 21 0 10641660 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611077687992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21798] ppid=21779 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/21782/task/21798/stat : 21798 (java) S 21779 21782 8056 0 -1 4202560 10818 0 0 0 117 2 0 0 20 0 21 0 10641660 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611076635192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21799] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21799/stat : 21799 (java) S 21779 21782 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10641660 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611075583096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21800] ppid=21779 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/21782/task/21800/stat : 21800 (java) S 21779 21782 8056 0 -1 4202560 101 0 0 0 22 22 0 0 20 0 21 0 10641660 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611074530504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21782/tid=21804] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21804/stat : 21804 (java) S 21779 21782 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10641691 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611070317608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21782/tid=21998] ppid=21779 vsize=9824732 CPUtime=1692.61 cores=0,2,4,6
/proc/21782/task/21998/stat : 21998 (java) R 21779 21782 8056 0 -1 4202560 364 0 0 0 169226 35 0 0 20 0 21 0 10647312 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611073474000 140611130860641 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21782/tid=21999] ppid=21779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21782/task/21999/stat : 21999 (java) S 21779 21782 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10647317 10060525568 931824 33554432000 1073741824 1073778376 140735053750064 140611071370280 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143

# 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): 3.8147e-06
#  lost CPU user time (s): 0.0100021
#  lost CPU system time (s): -0.00999999

Real time (s): 1763.55
CPU time (s): 1800.61
CPU user time (s): 1795.49
CPU system time (s): 5.12122
CPU usage (%): 102.102
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.48
system time used= 5.13122
maximum resident set size= 3727392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36849
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78960
involuntary context switches= 47770

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4733 second user time and 12.7441 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-16 16:05:49
IDJOB=4092265
IDBENCH=79292
IDSOLVER=2552
FILE ID=node130/4092265-1466085949
RUNJOBID= node130-1466075580-10197
PBS_JOBID= 19904009
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552735--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092265-1466085949/watcher-4092265-1466085949 -o /tmp/evaluation-result-4092265-1466085949/solver-4092265-1466085949 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466075580-10197 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092265-1466085949.wbo

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

MD5SUM BENCH= 30e25559b2b6f1151f21e207b2f87b54
RANDOM SEED=714421238

node130.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.365
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.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        29793320 kB
Buffers:           30520 kB
Cached:            61896 kB
SwapCached:          940 kB
Active:           872016 kB
Inactive:          61556 kB
Active(anon):     842176 kB
Inactive(anon):     1220 kB
Active(file):      29840 kB
Inactive(file):    60336 kB
Unevictable:     1433312 kB
Mlocked:         1286144 kB
SwapTotal:      67108856 kB
SwapFree:       67099640 kB
Dirty:               580 kB
Writeback:             0 kB
AnonPages:       2375712 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             566856 kB
SReclaimable:      10392 kB
SUnreclaim:       556464 kB
KernelStack:        1800 kB
PageTables:         8672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2743888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1048576 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= 71744 MiB
End job on node130 at 2016-06-16 16:35:13