Trace number 4109825

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.05 1763.75

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900547389--soft-66-100-0.wbo
MD5SUM992c28e15fa8da7f001d610f6b39cc4c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark52.9929
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109825-1466343839.wbo
0.11/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.216s.
0.48/0.32	c declared #vars     231
0.48/0.32	c internal #vars     1158
0.48/0.32	c #constraints  2707
0.48/0.32	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
0.48/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.48/0.32	c 2707 constraints processed.
0.48/0.32	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2528
0.48/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
0.48/0.32	c 2707 constraints processed.
0.48/0.32	c objective function length is 927 literals
0.80/0.45	c And the winner is solver0
1.18/0.83	c SATISFIABLE
1.18/0.83	c OPTIMIZING...
1.18/0.83	c Got one! Elapsed wall clock time (in seconds):0.721
1.18/0.83	o 883
1.45/0.92	c And the winner is solver0
1.82/1.33	c Got one! Elapsed wall clock time (in seconds):1.229
1.82/1.33	o 846
1.82/1.37	c And the winner is solver0
2.26/1.84	c Got one! Elapsed wall clock time (in seconds):1.735
2.26/1.84	o 378
2.26/1.85	c And the winner is solver0
2.29/2.34	c Got one! Elapsed wall clock time (in seconds):2.239
2.29/2.34	o 372
2.29/2.36	c And the winner is solver0
2.33/2.85	c Got one! Elapsed wall clock time (in seconds):2.742
2.33/2.85	o 371
2.33/2.88	c And the winner is solver0
2.49/3.36	c Got one! Elapsed wall clock time (in seconds):3.248
2.49/3.36	o 353
2.63/3.48	c And the winner is solver0
2.86/3.86	c Got one! Elapsed wall clock time (in seconds):3.751
2.86/3.86	o 352
2.86/3.86	c And the winner is solver0
2.87/4.36	c Got one! Elapsed wall clock time (in seconds):4.254
2.87/4.36	o 345
2.87/4.37	c And the winner is solver0
2.87/4.86	c Got one! Elapsed wall clock time (in seconds):4.757
2.87/4.86	o 341
2.87/4.88	c And the winner is solver0
2.98/5.36	c Got one! Elapsed wall clock time (in seconds):5.26
2.98/5.36	o 340
2.98/5.37	c And the winner is solver0
2.98/5.87	c Got one! Elapsed wall clock time (in seconds):5.762
2.98/5.87	o 330
2.98/5.89	c And the winner is solver0
3.04/6.37	c Got one! Elapsed wall clock time (in seconds):6.265
3.04/6.37	o 328
3.04/6.40	c And the winner is solver0
3.16/6.87	c Got one! Elapsed wall clock time (in seconds):6.767
3.16/6.87	o 319
3.16/6.89	c And the winner is solver0
3.23/7.37	c Got one! Elapsed wall clock time (in seconds):7.269
3.23/7.37	o 316
4.17/7.71	c cleaning 3922 clauses out of 7858 with flag 18415/7858
5.00/8.17	c And the winner is solver0
5.16/8.38	c Got one! Elapsed wall clock time (in seconds):8.271
5.16/8.38	o 313
5.20/8.45	c cleaning 4660 clauses out of 9338 with flag 9446/13260
5.20/8.49	c And the winner is solver0
5.41/8.88	c Got one! Elapsed wall clock time (in seconds):8.773
5.41/8.88	o 306
5.41/8.88	c And the winner is solver0
5.41/9.38	c Got one! Elapsed wall clock time (in seconds):9.274
5.41/9.38	o 291
5.41/9.39	c And the winner is solver0
5.41/9.88	c Got one! Elapsed wall clock time (in seconds):9.776
5.41/9.88	o 277
5.41/9.89	c And the winner is solver0
5.41/10.38	c Got one! Elapsed wall clock time (in seconds):10.278
5.41/10.38	o 270
5.41/10.39	c And the winner is solver0
5.42/10.89	c Got one! Elapsed wall clock time (in seconds):10.78
5.42/10.89	o 266
5.42/10.89	c And the winner is solver0
5.42/11.39	c Got one! Elapsed wall clock time (in seconds):11.282
5.42/11.39	o 264
5.42/11.39	c And the winner is solver0
5.43/11.89	c Got one! Elapsed wall clock time (in seconds):11.783
5.43/11.89	o 263
5.45/11.91	c And the winner is solver0
5.48/12.39	c Got one! Elapsed wall clock time (in seconds):12.285
5.48/12.39	o 256
5.48/12.40	c And the winner is solver0
5.49/12.89	c Got one! Elapsed wall clock time (in seconds):12.787
5.49/12.89	o 254
5.50/12.90	c And the winner is solver0
5.50/13.39	c Got one! Elapsed wall clock time (in seconds):13.289
5.50/13.39	o 235
5.50/13.44	c And the winner is solver0
5.64/13.90	c Got one! Elapsed wall clock time (in seconds):13.791
5.64/13.90	o 208
5.64/13.90	c And the winner is solver0
5.64/14.40	c Got one! Elapsed wall clock time (in seconds):14.292
5.64/14.40	o 206
5.65/14.42	c And the winner is solver0
5.72/14.90	c Got one! Elapsed wall clock time (in seconds):14.794
5.72/14.90	o 200
5.72/14.91	c And the winner is solver0
5.75/15.40	c Got one! Elapsed wall clock time (in seconds):15.296
5.75/15.40	o 159
5.75/15.41	c And the winner is solver0
5.76/15.90	c Got one! Elapsed wall clock time (in seconds):15.798
5.76/15.90	o 157
5.76/15.94	c And the winner is solver0
5.85/16.40	c Got one! Elapsed wall clock time (in seconds):16.299
5.85/16.40	o 156
5.85/16.50	c And the winner is solver0
6.05/16.91	c Got one! Elapsed wall clock time (in seconds):16.801
6.05/16.91	o 149
7.05/17.41	c cleaning 6198 clauses out of 12406 with flag 28998/20988
7.94/17.84	c And the winner is solver0
8.03/17.91	c Got one! Elapsed wall clock time (in seconds):17.803
8.03/17.91	o 144
8.42/18.12	c cleaning 5799 clauses out of 11604 with flag 17402/26384
8.42/18.13	c And the winner is solver0
8.55/18.41	c Got one! Elapsed wall clock time (in seconds):18.305
8.55/18.41	o 143
9.54/18.98	c cleaning 5472 clauses out of 10954 with flag 42114/31533
11.32/19.68	c cleaning 5726 clauses out of 11481 with flag 93418/37532
13.21/20.49	c And the winner is solver0
13.42/20.93	c Got one! Elapsed wall clock time (in seconds):20.822
13.42/20.93	o 142
13.75/21.19	c And the winner is solver0
13.95/21.43	c Got one! Elapsed wall clock time (in seconds):21.324
13.95/21.43	o 140
14.74/21.87	c cleaning 8949 clauses out of 17898 with flag 26747/49675
16.45/22.59	c cleaning 7475 clauses out of 14952 with flag 85932/55678
17.57/22.90	c And the winner is solver0
17.57/22.93	c Got one! Elapsed wall clock time (in seconds):22.826
17.57/22.93	o 137
18.35/23.37	c cleaning 6435 clauses out of 12877 with flag 34209/61078
20.02/24.16	c cleaning 6207 clauses out of 12441 with flag 106675/67077
21.81/25.04	c cleaning 6607 clauses out of 13234 with flag 196585/74077
24.07/26.19	c cleaning 7313 clauses out of 14627 with flag 294660/82077
24.27/26.24	c And the winner is solver0
24.36/26.43	c Got one! Elapsed wall clock time (in seconds):26.329
24.36/26.43	o 136
25.28/26.92	c cleaning 6370 clauses out of 12766 with flag 43579/87529
25.28/26.95	c And the winner is solver0
25.42/27.44	c Got one! Elapsed wall clock time (in seconds):27.331
25.42/27.44	o 135
25.55/27.51	c And the winner is solver0
25.60/27.94	c Got one! Elapsed wall clock time (in seconds):27.834
25.60/27.94	o 128
25.71/28.01	c And the winner is solver0
25.79/28.44	c Got one! Elapsed wall clock time (in seconds):28.336
25.79/28.44	o 127
25.89/28.54	c And the winner is solver0
26.00/28.94	c Got one! Elapsed wall clock time (in seconds):28.838
26.00/28.94	o 126
26.53/29.22	c And the winner is solver0
26.61/29.45	c Got one! Elapsed wall clock time (in seconds):29.34
26.61/29.45	o 124
26.71/29.53	c And the winner is solver0
26.82/29.95	c Got one! Elapsed wall clock time (in seconds):29.843
26.82/29.95	o 112
27.12/30.18	c cleaning 7307 clauses out of 14637 with flag 18090/95770
28.81/30.92	c cleaning 6661 clauses out of 13330 with flag 83689/101770
29.40/31.27	c And the winner is solver0
29.57/31.45	c Got one! Elapsed wall clock time (in seconds):31.346
29.57/31.45	o 110
29.87/31.67	c cleaning 5867 clauses out of 11743 with flag 21142/106844
30.28/31.84	c And the winner is solver0
30.39/31.95	c Got one! Elapsed wall clock time (in seconds):31.848
30.39/31.95	o 104
30.39/31.98	c And the winner is solver0
30.47/32.46	c Got one! Elapsed wall clock time (in seconds):32.35
30.47/32.46	o 95
30.47/32.47	c And the winner is solver0
30.49/32.96	c Got one! Elapsed wall clock time (in seconds):32.852
30.49/32.96	o 64
31.17/33.33	c cleaning 5835 clauses out of 11685 with flag 33466/112653
32.17/33.89	c cleaning 5922 clauses out of 11851 with flag 84186/118654
33.85/34.68	c cleaning 6446 clauses out of 12929 with flag 162121/125654
35.65/35.51	c cleaning 7228 clauses out of 14482 with flag 240198/133653
35.65/35.57	c And the winner is solver0
35.80/35.96	c Got one! Elapsed wall clock time (in seconds):35.856
35.80/35.96	o 63
36.87/36.53	c cleaning 6459 clauses out of 12922 with flag 65955/139321
37.06/36.63	c And the winner is solver0
37.15/36.97	c Got one! Elapsed wall clock time (in seconds):36.863
37.15/36.97	o 62
37.80/37.38	c cleaning 5765 clauses out of 11544 with flag 49868/144402
39.20/38.09	c cleaning 5882 clauses out of 11778 with flag 138925/150401
41.00/38.95	c cleaning 6447 clauses out of 12895 with flag 236132/157400
41.99/39.43	c And the winner is solver0
41.99/39.48	c Got one! Elapsed wall clock time (in seconds):39.371
41.99/39.48	o 58
42.38/39.61	c cleaning 5755 clauses out of 11522 with flag 11224/162474
43.37/40.13	c And the winner is solver0
43.48/40.49	c Got one! Elapsed wall clock time (in seconds):40.381
43.48/40.49	o 54
43.49/40.59	c cleaning 5876 clauses out of 11753 with flag 9859/168460
44.89/41.25	c cleaning 5937 clauses out of 11874 with flag 88424/174457
46.49/42.03	c And the winner is solver0
46.57/42.50	c Got one! Elapsed wall clock time (in seconds):42.391
46.57/42.50	o 53
47.76/43.17	c cleaning 8952 clauses out of 17909 with flag 60911/186429
47.96/43.26	c And the winner is solver0
48.10/43.51	c Got one! Elapsed wall clock time (in seconds):43.403
48.10/43.51	o 52
49.34/44.17	c cleaning 7354 clauses out of 14726 with flag 57605/192198
49.52/44.28	c And the winner is solver0
49.73/44.52	c Got one! Elapsed wall clock time (in seconds):44.417
49.73/44.52	o 51
50.46/44.99	c cleaning 6192 clauses out of 12407 with flag 52223/197233
50.66/45.09	c And the winner is solver0
50.91/45.54	c Got one! Elapsed wall clock time (in seconds):45.432
50.91/45.54	o 47
51.01/45.67	c And the winner is solver0
51.21/46.05	c Got one! Elapsed wall clock time (in seconds):45.947
51.21/46.05	o 43
51.88/46.41	c cleaning 5857 clauses out of 11741 with flag 34272/202759
51.88/46.43	c And the winner is solver0
52.00/46.57	c Got one! Elapsed wall clock time (in seconds):46.464
52.00/46.57	o 33
52.03/46.60	c And the winner is solver0
270.82/261.82	c cleaning 0 clauses out of 7882 with flag 0/7906
814.03/795.28	c cleaning 0 clauses out of 13882 with flag 0/13906
1800.05/1763.70	c >>>>>>>>>> Solver number 0 (59 answers) <<<<<<<<<<<<<<<<<<
1800.05/1763.70	c starts		: 186
1800.05/1763.70	c conflicts		: 203232
1800.05/1763.70	c decisions		: 381316
1800.05/1763.70	c propagations		: 27993111
1800.05/1763.70	c inspects		: 223097608
1800.05/1763.70	c shortcuts		: 0
1800.05/1763.70	c learnt literals	: 0
1800.05/1763.70	c learnt binary clauses	: 8
1800.05/1763.70	c learnt ternary clauses	: 160
1800.05/1763.70	c learnt constraints	: 203232
1800.05/1763.70	c ignored constraints	: 0
1800.05/1763.70	c root simplifications	: 0
1800.05/1763.70	c removed literals (reason simplification)	: 1333410
1800.05/1763.70	c reason swapping (by a shorter reason)	: 0
1800.05/1763.70	c Calls to reduceDB	: 31
1800.05/1763.70	c Number of update (reduction) of LBD	: 107210
1800.05/1763.70	c Imported unit clauses	: 0
1800.05/1763.70	c number of reductions to clauses (during analyze)	: 0
1800.05/1763.70	c number of learned constraints concerned by reduction	: 0
1800.05/1763.70	c number of learning phase by resolution	: 0
1800.05/1763.70	c number of learning phase by cutting planes	: 0
1800.05/1763.70	c speed (assignments/second)	: 15874.771106023632
1800.05/1763.70	c non guided choices	6789
1800.05/1763.71	c learnt constraints type 
1800.05/1763.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.05/1763.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6349
1800.05/1763.71	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/1763.71	c starts		: 112
1800.05/1763.71	c conflicts		: 20386
1800.05/1763.71	c decisions		: 245783
1800.05/1763.71	c propagations		: 1826809
1800.05/1763.71	c inspects		: 1680353397
1800.05/1763.71	c shortcuts		: 0
1800.05/1763.71	c learnt literals	: 0
1800.05/1763.71	c learnt binary clauses	: 0
1800.05/1763.71	c learnt ternary clauses	: 0
1800.05/1763.71	c learnt constraints	: 20361
1800.05/1763.71	c ignored constraints	: 0
1800.05/1763.71	c root simplifications	: 0
1800.05/1763.71	c removed literals (reason simplification)	: 0
1800.05/1763.71	c reason swapping (by a shorter reason)	: 0
1800.05/1763.71	c Calls to reduceDB	: 2
1800.05/1763.71	c Number of update (reduction) of LBD	: 0
1800.05/1763.71	c Imported unit clauses	: 0
1800.05/1763.71	c number of reductions to clauses (during analyze)	: 0
1800.05/1763.71	c number of learned constraints concerned by reduction	: 0
1800.05/1763.71	c number of learning phase by resolution	: 0
1800.05/1763.71	c number of learning phase by cutting planes	: 0
1800.05/1763.71	c speed (assignments/second)	: 1063.8945056071414
1800.05/1763.71	c non guided choices	5682
1800.05/1763.71	c learnt constraints type 
1800.05/1763.71	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1117
1800.05/1763.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
1800.05/1763.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19220
1800.05/1763.71	s SATISFIABLE
1800.05/1763.71	c Found 58 solution(s)
1800.05/1763.72	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.05/1763.72	c objective function=33
1800.05/1763.72	c Total wall clock time (in seconds): 1763.611

Verifier Data

OK	33

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-4109825-1466343839/watcher-4109825-1466343839 -o /tmp/evaluation-result-4109825-1466343839/solver-4109825-1466343839 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466341826-28148 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109825-1466343839.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.44 2.09 1.73 3/196 2498
/proc/meminfo: memFree=30956540/32872528 swapFree=249320/249320
[pid=2498] ppid=2495 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2498/stat : 2498 (java) S 2495 2498 28131 0 -1 4202496 1346 0 0 0 0 0 0 0 20 0 2 0 36434345 98570240 970 33554432000 1073741824 1073778376 140734893169760 140734893160896 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2498/statm: 24065 977 743 9 0 16771 0
[pid=2498/tid=2499] ppid=2495 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2499/stat : 2499 (java) R 2495 2498 28131 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36434346 98570240 977 33554432000 1073741824 1073778376 140734893169760 140057837125160 247064249728 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100152 s]
/proc/loadavg: 2.44 2.09 1.73 3/196 2498
/proc/meminfo: memFree=30956540/32872528 swapFree=249320/249320
[pid=2498] ppid=2495 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/2498/stat : 2498 (java) S 2495 2498 28131 0 -1 4202496 4504 0 1 0 10 1 0 0 20 0 18 0 36434345 9787879424 6129 33554432000 1073741824 1073778376 140734893169760 140734893160896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2498/statm: 2389619 6129 2156 9 0 2380296 0
[pid=2498/tid=2499] ppid=2495 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/2498/task/2499/stat : 2499 (java) R 2495 2498 28131 0 -1 4202560 2385 0 1 0 8 0 0 0 20 0 18 0 36434346 9787879424 6130 33554432000 1073741824 1073778376 140734893169760 140057837128608 247067632909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200337 s]
/proc/loadavg: 2.44 2.09 1.73 3/196 2498
/proc/meminfo: memFree=30956540/32872528 swapFree=249320/249320
[pid=2498] ppid=2495 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/2498/stat : 2498 (java) S 2495 2498 28131 0 -1 4202496 4738 0 1 0 25 1 0 0 20 0 18 0 36434345 9787879424 6837 33554432000 1073741824 1073778376 140734893169760 140734893160896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2498/statm: 2389619 6837 2214 9 0 2380296 0
[pid=2498/tid=2499] ppid=2495 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/2498/task/2499/stat : 2499 (java) R 2495 2498 28131 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 18 0 36434346 9787879424 6837 33554432000 1073741824 1073778376 140734893169760 140057837128608 140057692452116 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300333 s]
/proc/loadavg: 2.44 2.09 1.73 3/196 2498
/proc/meminfo: memFree=30956540/32872528 swapFree=249320/249320
[pid=2498] ppid=2495 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/2498/stat : 2498 (java) S 2495 2498 28131 0 -1 4202496 5765 0 1 0 47 1 0 0 20 0 18 0 36434345 9787879424 8919 33554432000 1073741824 1073778376 140734893169760 140734893160896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2498/statm: 2389619 8919 2231 9 0 2380296 0
[pid=2498/tid=2499] ppid=2495 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/2498/task/2499/stat : 2499 (java) R 2495 2498 28131 0 -1 4202560 2404 0 1 0 26 1 0 0 20 0 18 0 36434346 9787879424 8919 33554432000 1073741824 1073778376 140734893169760 140057837129960 140057692807846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700282 s]
/proc/loadavg: 2.44 2.09 1.73 3/196 2498
/proc/meminfo: memFree=30956540/32872528 swapFree=249320/249320
[pid=2498] ppid=2495 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/2498/stat : 2498 (java) S 2495 2498 28131 0 -1 4202496 7889 0 1 0 114 4 0 0 20 0 19 0 36434345 10060525568 11862 33554432000 1073741824 1073778376 140734893169760 140734893160896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2498/statm: 2456183 11862 2258 9 0 2446860 0
[pid=2498/tid=2499] ppid=2495 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/2498/task/2499/stat : 2499 (java) S 2495 2498 28131 0 -1 4202560 2421 0 1 0 29 1 0 0 20 0 19 0 36434346 10060525568 11862 33554432000 1073741824 1073778376 140734893169760 140057837130616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 2.44 2.09 1.73 3/215 2523
/proc/meminfo: memFree=30892572/32872528 swapFree=249320/249320
[pid=2498] ppid=2495 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/2498/stat : 2498 (java) S 2495 2498 28131 0 -1 4202496 18815 0 1 0 212 10 0 0 20 0 19 0 36434345 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140734893160896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2498/statm: 2456183 20702 2261 9 0 2446860 0
[pid=2498/tid=2499] ppid=2495 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/2498/task/2499/stat : 2499 (java) S 2495 2498 28131 0 -1 4202560 2421 0 1 0 30 2 0 0 20 0 19 0 36434346 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057837130616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2501] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2501/stat : 2501 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057815231272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2502] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057814178472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2503] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2503/stat : 2503 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057813126184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2498/tid=2504] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057812073384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2505] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057811020072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2506] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057340012712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2507] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057338960424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2508] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057337907624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2509] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434348 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057325497064 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2510] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434348 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057324443128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2511] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434348 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057323390728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2512] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2512/stat : 2512 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434350 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057322339216 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2513] ppid=2495 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 28131 0 -1 4202560 7527 0 0 0 71 1 0 0 20 0 19 0 36434350 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057321285816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2514] ppid=2495 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/2498/task/2514/stat : 2514 (java) R 2495 2498 28131 0 -1 4202560 7520 0 0 0 60 1 0 0 20 0 19 0 36434350 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057320233016 140057842956236 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2515] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2515/stat : 2515 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434350 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057319180920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2516] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2516/stat : 2516 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434350 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057318128328 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2519] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2519/stat : 2519 (java) S 2495 2498 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434379 10060525568 20702 33554432000 1073741824 1073778376 140734893169760 140057314870952 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 2.44 2.09 1.73 2/215 2529
/proc/meminfo: memFree=30876864/32872528 swapFree=249320/249320
[pid=2498] ppid=2495 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/2498/stat : 2498 (java) S 2495 2498 28131 0 -1 4202496 20119 0 1 0 237 12 0 0 20 0 19 0 36434345 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140734893160896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2498/statm: 2456183 25347 2265 9 0 2446860 0
[pid=2498/tid=2499] ppid=2495 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/2498/task/2499/stat : 2499 (java) S 2495 2498 28131 0 -1 4202560 2423 0 1 0 31 2 0 0 20 0 19 0 36434346 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057837130616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2501] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2501/stat : 2501 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057815231272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2502] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057814178472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2503] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2503/stat : 2503 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057813126184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2498/tid=2504] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057812073384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2505] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057811020072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2506] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057340012712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2507] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057338960424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2508] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057337907624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2509] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434348 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057325497064 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2510] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434348 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057324443128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2511] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434348 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057323390728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2512] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2512/stat : 2512 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434350 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057322339216 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2513] ppid=2495 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 28131 0 -1 4202560 7527 0 0 0 79 2 0 0 20 0 19 0 36434350 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057321285816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2514] ppid=2495 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/2498/task/2514/stat : 2514 (java) S 2495 2498 28131 0 -1 4202560 8794 0 0 0 72 1 0 0 20 0 19 0 36434350 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057320233016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2515] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2515/stat : 2515 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434350 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057319180920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2516] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2516/stat : 2516 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434350 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057318128328 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2519] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2519/stat : 2519 (java) S 2495 2498 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434379 10060525568 25347 33554432000 1073741824 1073778376 140734893169760 140057314870952 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9824732

[startup+6.30077 s]
/proc/loadavg: 2.41 2.09 1.74 3/215 2550
/proc/meminfo: memFree=30810892/32872528 swapFree=249320/249320
[pid=2498] ppid=2495 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/2498/stat : 2498 (java) S 2495 2498 28131 0 -1 4202496 22312 0 1 0 285 19 0 0 20 0 19 0 36434345 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140734893160896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2498/statm: 2456183 41134 2269 9 0 2446860 0
[pid=2498/tid=2499] ppid=2495 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/2498/task/2499/stat : 2499 (java) S 2495 2498 28131 0 -1 4202560 2426 0 1 0 33 2 0 0 20 0 19 0 36434346 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057837130616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2501] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2501/stat : 2501 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057815231272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2502] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057814178472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2503] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2503/stat : 2503 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057813126184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2498/tid=2504] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057812073384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2505] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057811020072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2506] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057340012712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2507] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057338960424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2508] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434346 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057337907624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2509] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 28131 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36434348 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057325497064 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2510] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434348 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057324443128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2511] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434348 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057323390728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2512] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2512/stat : 2512 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434350 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057322339216 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2513] ppid=2495 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 28131 0 -1 4202560 7531 0 0 0 85 2 0 0 20 0 19 0 36434350 10060525568 41134 33554432000 1073741824 1073778376 140734893169760 140057321285816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2514] ppid=2495 vsize=9824732 CPUtime=0.86 cores=1,3,5,7

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

[pid=2498/tid=2505] ppid=2495 vsize=9824732 CPUtime=5.37 cores=1,3,5,7
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 28131 0 -1 4202560 485 0 0 0 521 16 0 0 20 0 21 0 36434346 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057811020072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2506] ppid=2495 vsize=9824732 CPUtime=5.61 cores=1,3,5,7
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 28131 0 -1 4202560 771 0 0 0 543 18 0 0 20 0 21 0 36434346 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057340012712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2507] ppid=2495 vsize=9824732 CPUtime=4.84 cores=1,3,5,7
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 28131 0 -1 4202560 743 0 0 0 468 16 0 0 20 0 21 0 36434346 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057338960424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2508] ppid=2495 vsize=9824732 CPUtime=4.85 cores=1,3,5,7
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 28131 0 -1 4202560 757 0 0 0 467 18 0 0 20 0 21 0 36434346 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057337907624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2509] ppid=2495 vsize=9824732 CPUtime=7.46 cores=1,3,5,7
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 28131 0 -1 4202560 3576 0 0 0 736 10 0 0 20 0 21 0 36434348 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057325497064 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2510] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36434348 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057324443128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2511] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 28131 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 21 0 36434348 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057323390728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2512] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2512/stat : 2512 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36434350 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057322339216 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2513] ppid=2495 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 28131 0 -1 4202560 7985 0 0 0 125 2 0 0 20 0 21 0 36434350 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057321285816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2514] ppid=2495 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/2498/task/2514/stat : 2514 (java) S 2495 2498 28131 0 -1 4202560 24894 0 0 0 259 3 0 0 20 0 21 0 36434350 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057320233016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2515] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2515/stat : 2515 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36434350 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057319180920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2516] ppid=2495 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/2498/task/2516/stat : 2516 (java) S 2495 2498 28131 0 -1 4202560 100 0 0 0 34 40 0 0 20 0 21 0 36434350 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057318128328 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2519] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2519/stat : 2519 (java) S 2495 2498 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36434379 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057314870952 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2693] ppid=2495 vsize=9824732 CPUtime=1653.16 cores=1,3,5,7
/proc/2498/task/2693/stat : 2693 (java) R 2495 2498 28131 0 -1 4202560 1757 0 0 0 165263 53 0 0 20 0 21 0 36439004 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057316974224 140057692985182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2694] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2694/stat : 2694 (java) S 2495 2498 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36439007 10060525568 1029861 33554432000 1073741824 1073778376 140734893169760 140057313817896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1757.73
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.7 s]
/proc/loadavg: 2.07 2.17 2.06 3/216 2932
/proc/meminfo: memFree=23195548/32872528 swapFree=249320/249320
[pid=2498] ppid=2495 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/2498/stat : 2498 (java) S 2495 2498 28131 0 -1 4202496 49112 0 1 0 179653 350 0 0 20 0 21 0 36434345 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140734893160896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2498/statm: 2456183 1035525 2295 9 0 2446860 0
[pid=2498/tid=2499] ppid=2495 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/2498/task/2499/stat : 2499 (java) S 2495 2498 28131 0 -1 4202560 2540 0 1 0 97 44 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057837130744 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2501] ppid=2495 vsize=9824732 CPUtime=5.39 cores=1,3,5,7
/proc/2498/task/2501/stat : 2501 (java) S 2495 2498 28131 0 -1 4202560 724 0 0 0 521 18 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057815231272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2502] ppid=2495 vsize=9824732 CPUtime=4.98 cores=1,3,5,7
/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 28131 0 -1 4202560 673 0 0 0 483 15 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057814178472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2503] ppid=2495 vsize=9824732 CPUtime=4.97 cores=1,3,5,7
/proc/2498/task/2503/stat : 2503 (java) S 2495 2498 28131 0 -1 4202560 619 0 0 0 482 15 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057813126184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2498/tid=2504] ppid=2495 vsize=9824732 CPUtime=5.34 cores=1,3,5,7
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 28131 0 -1 4202560 712 0 0 0 517 17 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057812073384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2505] ppid=2495 vsize=9824732 CPUtime=5.51 cores=1,3,5,7
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 28131 0 -1 4202560 490 0 0 0 535 16 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057811020072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2498/tid=2506] ppid=2495 vsize=9824732 CPUtime=5.86 cores=1,3,5,7
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 28131 0 -1 4202560 776 0 0 0 567 19 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057340012712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2498/tid=2507] ppid=2495 vsize=9824732 CPUtime=4.97 cores=1,3,5,7
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 28131 0 -1 4202560 752 0 0 0 481 16 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057338960424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2508] ppid=2495 vsize=9824732 CPUtime=4.99 cores=1,3,5,7
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 28131 0 -1 4202560 766 0 0 0 481 18 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057337907624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2509] ppid=2495 vsize=9824732 CPUtime=7.46 cores=1,3,5,7
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 28131 0 -1 4202560 3580 0 0 0 736 10 0 0 20 0 21 0 36434348 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057325497064 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2510] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36434348 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057324443128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2511] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 28131 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 21 0 36434348 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057323390728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2512] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2512/stat : 2512 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36434350 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057322339216 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2513] ppid=2495 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 28131 0 -1 4202560 7985 0 0 0 125 2 0 0 20 0 21 0 36434350 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057321285816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2514] ppid=2495 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/2498/task/2514/stat : 2514 (java) S 2495 2498 28131 0 -1 4202560 24894 0 0 0 259 3 0 0 20 0 21 0 36434350 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057320233016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2515] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2515/stat : 2515 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36434350 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057319180920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2516] ppid=2495 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/2498/task/2516/stat : 2516 (java) S 2495 2498 28131 0 -1 4202560 102 0 0 0 35 41 0 0 20 0 21 0 36434350 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057318128328 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2519] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2519/stat : 2519 (java) S 2495 2498 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36434379 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057314870952 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2693] ppid=2495 vsize=9824732 CPUtime=1694.12 cores=1,3,5,7
/proc/2498/task/2693/stat : 2693 (java) R 2495 2498 28131 0 -1 4202560 1758 0 0 0 169359 53 0 0 20 0 21 0 36439004 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057316974288 140057693144495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2694] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2694/stat : 2694 (java) S 2495 2498 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36439007 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057313817896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 2498 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1763.7 s]
/proc/loadavg: 2.07 2.17 2.06 3/216 2932
/proc/meminfo: memFree=23195548/32872528 swapFree=249320/249320
[pid=2498] ppid=2495 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/2498/stat : 2498 (java) S 2495 2498 28131 0 -1 4202496 49112 0 1 0 179653 350 0 0 20 0 21 0 36434345 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140734893160896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2498/statm: 2456183 1035525 2295 9 0 2446860 0
[pid=2498/tid=2499] ppid=2495 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/2498/task/2499/stat : 2499 (java) S 2495 2498 28131 0 -1 4202560 2540 0 1 0 97 44 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057837130744 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2501] ppid=2495 vsize=9824732 CPUtime=5.39 cores=1,3,5,7
/proc/2498/task/2501/stat : 2501 (java) S 2495 2498 28131 0 -1 4202560 724 0 0 0 521 18 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057815231272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2502] ppid=2495 vsize=9824732 CPUtime=4.98 cores=1,3,5,7
/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 28131 0 -1 4202560 673 0 0 0 483 15 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057814178472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2503] ppid=2495 vsize=9824732 CPUtime=4.97 cores=1,3,5,7
/proc/2498/task/2503/stat : 2503 (java) S 2495 2498 28131 0 -1 4202560 619 0 0 0 482 15 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057813126184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2498/tid=2504] ppid=2495 vsize=9824732 CPUtime=5.34 cores=1,3,5,7
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 28131 0 -1 4202560 712 0 0 0 517 17 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057812073384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2505] ppid=2495 vsize=9824732 CPUtime=5.51 cores=1,3,5,7
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 28131 0 -1 4202560 490 0 0 0 535 16 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057811020072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2498/tid=2506] ppid=2495 vsize=9824732 CPUtime=5.86 cores=1,3,5,7
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 28131 0 -1 4202560 776 0 0 0 567 19 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057340012712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2498/tid=2507] ppid=2495 vsize=9824732 CPUtime=4.97 cores=1,3,5,7
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 28131 0 -1 4202560 752 0 0 0 481 16 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057338960424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2508] ppid=2495 vsize=9824732 CPUtime=4.99 cores=1,3,5,7
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 28131 0 -1 4202560 766 0 0 0 481 18 0 0 20 0 21 0 36434346 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057337907624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2509] ppid=2495 vsize=9824732 CPUtime=7.46 cores=1,3,5,7
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 28131 0 -1 4202560 3580 0 0 0 736 10 0 0 20 0 21 0 36434348 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057325497064 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2510] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36434348 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057324443128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2511] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 28131 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 21 0 36434348 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057323390728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2512] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2512/stat : 2512 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36434350 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057322339216 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2498/tid=2513] ppid=2495 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 28131 0 -1 4202560 7985 0 0 0 125 2 0 0 20 0 21 0 36434350 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057321285816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2514] ppid=2495 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/2498/task/2514/stat : 2514 (java) S 2495 2498 28131 0 -1 4202560 24894 0 0 0 259 3 0 0 20 0 21 0 36434350 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057320233016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2515] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2515/stat : 2515 (java) S 2495 2498 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36434350 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057319180920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2516] ppid=2495 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/2498/task/2516/stat : 2516 (java) S 2495 2498 28131 0 -1 4202560 102 0 0 0 35 41 0 0 20 0 21 0 36434350 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057318128328 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2519] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2519/stat : 2519 (java) S 2495 2498 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36434379 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057314870952 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2498/tid=2693] ppid=2495 vsize=9824732 CPUtime=1694.12 cores=1,3,5,7
/proc/2498/task/2693/stat : 2693 (java) R 2495 2498 28131 0 -1 4202560 1758 0 0 0 169359 53 0 0 20 0 21 0 36439004 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057316974288 140057693144495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2498/tid=2694] ppid=2495 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2498/task/2694/stat : 2694 (java) S 2495 2498 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36439007 10060525568 1035525 33554432000 1073741824 1073778376 140734893169760 140057313817896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2498 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=199544
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=2391
# CPU time returned by wait4() is 1796.2
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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.02
#  lost CPU user time (s): 0.02
#  lost CPU system time (s): 0

Real time (s): 1763.75
CPU time (s): 1800.05
CPU user time (s): 1796.55
CPU system time (s): 3.5
CPU usage (%): 102.058
Max. virtual memory (cumulated for all children) (KiB): 9826440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.2
system time used= 4.00239
maximum resident set size= 4142172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49151
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78394
involuntary context switches= 52854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4544 second user time and 14.8597 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-19 15:43:59
IDJOB=4109825
IDBENCH=78937
IDSOLVER=2552
FILE ID=node103/4109825-1466343839
RUNJOBID= node103-1466341826-28148
PBS_JOBID= 19922045
Free space on /tmp= 71732 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.1900547389--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109825-1466343839/watcher-4109825-1466343839 -o /tmp/evaluation-result-4109825-1466343839/solver-4109825-1466343839 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466341826-28148 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109825-1466343839.wbo

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

MD5SUM BENCH= 992c28e15fa8da7f001d610f6b39cc4c
RANDOM SEED=298108306

node103.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.278
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.55
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.278
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.278
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		: 2667.278
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.278
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.278
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.278
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.278
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:        30956960 kB
Buffers:          168124 kB
Cached:           327508 kB
SwapCached:         2492 kB
Active:           552080 kB
Inactive:         356384 kB
Active(anon):     411360 kB
Inactive(anon):     3408 kB
Active(file):     140720 kB
Inactive(file):   352976 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099656 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:        642100 kB
Mapped:            16652 kB
Shmem:                 0 kB
Slab:             617344 kB
SReclaimable:      61168 kB
SUnreclaim:       556176 kB
KernelStack:        1800 kB
PageTables:         5780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     857052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node103 at 2016-06-19 16:13:23