Trace number 4091971

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.06 1773.75

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900584219--soft-33-100-0.wbo
MD5SUM8d817301a4b1c2c9b4fea9d5d7fdc9d1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark33.045
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 constraints1868
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 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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.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-4091971-1466077692.wbo
0.11/0.11	c reading problem ... 
0.49/0.33	c ... done. Wall clock time 0.221s.
0.49/0.33	c declared #vars     231
0.49/0.33	c internal #vars     2099
0.49/0.33	c #constraints  2707
0.49/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.49/0.33	c constraints type 
0.49/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
0.49/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.49/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
0.49/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.49/0.33	c 2707 constraints processed.
0.49/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.49/0.33	c constraints type 
0.49/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85
0.49/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2599
0.49/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.49/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
0.49/0.33	c 2707 constraints processed.
0.49/0.33	c objective function length is 1868 literals
1.16/0.58	c And the winner is solver0
1.92/0.84	c SATISFIABLE
1.92/0.84	c OPTIMIZING...
1.92/0.84	c Got one! Elapsed wall clock time (in seconds):0.727
1.92/0.84	o 547
1.92/0.86	c And the winner is solver0
2.20/1.35	c Got one! Elapsed wall clock time (in seconds):1.239
2.20/1.35	o 278
2.20/1.36	c And the winner is solver0
2.25/1.86	c Got one! Elapsed wall clock time (in seconds):1.748
2.25/1.86	o 225
2.25/1.87	c And the winner is solver0
2.32/2.37	c Got one! Elapsed wall clock time (in seconds):2.257
2.32/2.37	o 189
2.32/2.39	c And the winner is solver0
2.39/2.87	c Got one! Elapsed wall clock time (in seconds):2.763
2.39/2.87	o 187
2.39/2.90	c And the winner is solver0
2.61/3.38	c Got one! Elapsed wall clock time (in seconds):3.268
2.61/3.38	o 169
2.93/3.50	c And the winner is solver0
2.94/3.88	c Got one! Elapsed wall clock time (in seconds):3.773
2.94/3.88	o 159
2.94/3.89	c And the winner is solver0
2.99/4.39	c Got one! Elapsed wall clock time (in seconds):4.277
2.99/4.39	o 146
3.04/4.44	c And the winner is solver0
3.19/4.89	c Got one! Elapsed wall clock time (in seconds):4.78
3.19/4.89	o 143
3.20/4.91	c And the winner is solver0
3.24/5.39	c Got one! Elapsed wall clock time (in seconds):5.283
3.24/5.39	o 138
3.25/5.43	c And the winner is solver0
3.34/5.90	c Got one! Elapsed wall clock time (in seconds):5.786
3.34/5.90	o 131
3.34/5.97	c And the winner is solver0
3.49/6.40	c Got one! Elapsed wall clock time (in seconds):6.29
3.49/6.40	o 129
3.50/6.43	c And the winner is solver0
3.56/6.90	c Got one! Elapsed wall clock time (in seconds):6.793
3.56/6.90	o 121
3.56/6.92	c And the winner is solver0
3.60/7.41	c Got one! Elapsed wall clock time (in seconds):7.296
3.60/7.41	o 118
3.60/7.42	c And the winner is solver0
3.63/7.91	c Got one! Elapsed wall clock time (in seconds):7.798
3.63/7.91	o 105
3.63/7.92	c And the winner is solver0
3.68/8.41	c Got one! Elapsed wall clock time (in seconds):8.301
3.68/8.41	o 102
4.43/8.79	c And the winner is solver0
4.64/8.92	c Got one! Elapsed wall clock time (in seconds):8.804
4.64/8.92	o 101
4.84/9.00	c And the winner is solver0
4.86/9.42	c Got one! Elapsed wall clock time (in seconds):9.307
4.86/9.42	o 100
5.03/9.57	c And the winner is solver0
5.19/9.92	c Got one! Elapsed wall clock time (in seconds):9.81
5.19/9.92	o 99
5.19/9.95	c And the winner is solver0
5.27/10.43	c Got one! Elapsed wall clock time (in seconds):10.313
5.27/10.43	o 98
5.42/10.50	c And the winner is solver0
5.45/10.93	c Got one! Elapsed wall clock time (in seconds):10.816
5.45/10.93	o 97
5.45/10.98	c And the winner is solver0
5.66/11.43	c Got one! Elapsed wall clock time (in seconds):11.319
5.66/11.43	o 94
5.66/11.44	c And the winner is solver0
5.67/11.93	c Got one! Elapsed wall clock time (in seconds):11.822
5.67/11.93	o 90
5.67/11.95	c And the winner is solver0
5.69/12.44	c Got one! Elapsed wall clock time (in seconds):12.325
5.69/12.44	o 89
6.02/12.63	c And the winner is solver0
6.11/12.94	c Got one! Elapsed wall clock time (in seconds):12.829
6.11/12.94	o 88
6.11/12.96	c And the winner is solver0
6.15/13.44	c Got one! Elapsed wall clock time (in seconds):13.333
6.15/13.44	o 79
6.15/13.46	c And the winner is solver0
6.20/13.95	c Got one! Elapsed wall clock time (in seconds):13.837
6.20/13.95	o 75
6.20/13.96	c And the winner is solver0
6.20/14.45	c Got one! Elapsed wall clock time (in seconds):14.342
6.20/14.45	o 72
6.31/14.56	c And the winner is solver0
6.49/14.96	c Got one! Elapsed wall clock time (in seconds):14.848
6.49/14.96	o 71
6.56/15.04	c And the winner is solver0
6.66/15.46	c Got one! Elapsed wall clock time (in seconds):15.353
6.66/15.46	o 68
6.66/15.49	c And the winner is solver0
6.72/15.97	c Got one! Elapsed wall clock time (in seconds):15.858
6.72/15.97	o 67
6.98/16.12	c cleaning 6450 clauses out of 12911 with flag 4688/12911
7.24/16.20	c And the winner is solver0
7.28/16.47	c Got one! Elapsed wall clock time (in seconds):16.364
7.28/16.47	o 65
7.28/16.50	c And the winner is solver0
7.35/16.98	c Got one! Elapsed wall clock time (in seconds):16.87
7.35/16.98	o 64
8.01/17.32	c And the winner is solver0
8.11/17.49	c Got one! Elapsed wall clock time (in seconds):17.377
8.11/17.49	o 63
8.13/17.52	c And the winner is solver0
8.28/17.99	c Got one! Elapsed wall clock time (in seconds):17.885
8.28/17.99	o 59
8.28/18.07	c And the winner is solver0
8.45/18.50	c Got one! Elapsed wall clock time (in seconds):18.393
8.45/18.50	o 58
8.45/18.53	c And the winner is solver0
8.50/19.01	c Got one! Elapsed wall clock time (in seconds):18.9
8.50/19.01	o 45
8.50/19.06	c And the winner is solver0
8.61/19.52	c Got one! Elapsed wall clock time (in seconds):19.409
8.61/19.52	o 44
9.01/19.76	c cleaning 6952 clauses out of 13912 with flag 12697/20362
9.29/19.86	c And the winner is solver0
9.63/20.03	c Got one! Elapsed wall clock time (in seconds):19.918
9.63/20.03	o 43
9.63/20.04	c And the winner is solver0
12.26/22.36	c Got one! Elapsed wall clock time (in seconds):22.252
12.26/22.36	o 42
12.26/22.39	c And the winner is solver0
12.36/22.88	c Got one! Elapsed wall clock time (in seconds):22.764
12.36/22.88	o 41
12.36/22.90	c And the winner is solver0
31.64/41.76	c Got one! Elapsed wall clock time (in seconds):41.649
31.64/41.76	o 38
32.10/42.08	c And the winner is solver0
32.32/42.28	c Got one! Elapsed wall clock time (in seconds):42.167
32.32/42.28	o 37
32.58/42.42	c cleaning 6468 clauses out of 12952 with flag 6188/26354
32.58/42.44	c And the winner is solver0
33.10/42.80	c Got one! Elapsed wall clock time (in seconds):42.688
33.10/42.80	o 36
33.10/42.83	c And the winner is solver0
34.27/43.87	c Got one! Elapsed wall clock time (in seconds):43.761
34.27/43.87	o 35
34.35/43.96	c And the winner is solver0
34.53/44.39	c Got one! Elapsed wall clock time (in seconds):44.282
34.53/44.39	o 34
34.53/44.48	c And the winner is solver0
34.71/44.92	c Got one! Elapsed wall clock time (in seconds):44.806
34.71/44.92	o 23
34.71/44.97	c And the winner is solver0
34.79/45.44	c Got one! Elapsed wall clock time (in seconds):45.328
34.79/45.44	o 22
34.79/45.47	c And the winner is solver0
52.64/63.13	c Got one! Elapsed wall clock time (in seconds):63.019
52.64/63.13	o 20
52.73/63.27	c And the winner is solver0
52.92/63.66	c Got one! Elapsed wall clock time (in seconds):63.549
52.92/63.66	o 19
53.24/63.83	c And the winner is solver0
53.33/64.19	c Got one! Elapsed wall clock time (in seconds):64.078
53.33/64.19	o 18
53.50/64.35	c And the winner is solver0
53.66/64.72	c Got one! Elapsed wall clock time (in seconds):64.609
53.66/64.72	o 17
53.99/64.94	c cleaning 7642 clauses out of 15298 with flag 13878/35168
54.37/65.12	c And the winner is solver0
54.46/65.25	c Got one! Elapsed wall clock time (in seconds):65.139
54.46/65.25	o 16
54.52/65.32	c And the winner is solver0
54.57/65.78	c Got one! Elapsed wall clock time (in seconds):65.672
54.57/65.78	o 15
54.58/65.83	c And the winner is solver0
58.59/69.72	c Got one! Elapsed wall clock time (in seconds):69.609
58.59/69.72	o 9
58.91/69.97	c cleaning 6952 clauses out of 13913 with flag 21992/41425
59.71/70.39	c cleaning 6472 clauses out of 12963 with flag 69845/47427
60.31/70.62	c And the winner is solver0
60.40/70.75	c Got one! Elapsed wall clock time (in seconds):70.644
60.40/70.75	o 8
60.73/70.98	c cleaning 6077 clauses out of 12161 with flag 15155/53097
61.69/71.42	c cleaning 6036 clauses out of 12085 with flag 64885/59098
62.69/71.94	c cleaning 6521 clauses out of 13048 with flag 124089/66097
63.89/72.58	c cleaning 7263 clauses out of 14527 with flag 196681/74097
65.68/73.41	c cleaning 8128 clauses out of 16265 with flag 279458/83098
67.53/74.36	c cleaning 9060 clauses out of 18137 with flag 371170/93098
69.73/75.45	c And the winner is solver0
69.89/75.80	c Got one! Elapsed wall clock time (in seconds):75.687
69.89/75.80	o 6
71.03/76.44	c cleaning 12488 clauses out of 24976 with flag 37862/108997
72.24/77.02	c cleaning 9241 clauses out of 18488 with flag 82696/114997
73.43/77.68	c cleaning 8111 clauses out of 16245 with flag 135626/121996
74.69/78.28	c And the winner is solver0
74.86/78.34	c Got one! Elapsed wall clock time (in seconds):78.233
74.86/78.34	o 5
75.91/78.96	c cleaning 9795 clauses out of 19601 with flag 36001/133464
76.11/79.00	c And the winner is solver0
76.16/79.40	c Got one! Elapsed wall clock time (in seconds):79.285
76.16/79.40	o 4
76.90/79.89	c cleaning 7623 clauses out of 15258 with flag 33465/138916
77.70/80.28	c And the winner is solver0
77.93/80.45	c Got one! Elapsed wall clock time (in seconds):80.34
77.93/80.45	o 3
77.98/80.59	c And the winner is solver0
226.72/226.09	c cleaning 0 clauses out of 8469 with flag 0/8501
644.55/636.95	c cleaning 0 clauses out of 14469 with flag 0/14501
1453.55/1432.98	c cleaning 0 clauses out of 21473 with flag 0/21505
1800.06/1773.70	c >>>>>>>>>> Solver number 0 (61 answers) <<<<<<<<<<<<<<<<<<
1800.06/1773.70	c starts		: 182
1800.06/1773.70	c conflicts		: 144134
1800.06/1773.70	c decisions		: 320507
1800.06/1773.70	c propagations		: 14772283
1800.06/1773.70	c inspects		: 149519820
1800.06/1773.70	c shortcuts		: 0
1800.06/1773.70	c learnt literals	: 2
1800.06/1773.70	c learnt binary clauses	: 37
1800.06/1773.70	c learnt ternary clauses	: 202
1800.06/1773.70	c learnt constraints	: 144132
1800.06/1773.70	c ignored constraints	: 0
1800.06/1773.70	c root simplifications	: 0
1800.06/1773.70	c removed literals (reason simplification)	: 759988
1800.06/1773.70	c reason swapping (by a shorter reason)	: 0
1800.06/1773.70	c Calls to reduceDB	: 17
1800.06/1773.70	c Number of update (reduction) of LBD	: 67068
1800.06/1773.70	c Imported unit clauses	: 0
1800.06/1773.70	c number of reductions to clauses (during analyze)	: 0
1800.06/1773.70	c number of learned constraints concerned by reduction	: 0
1800.06/1773.70	c number of learning phase by resolution	: 0
1800.06/1773.70	c number of learning phase by cutting planes	: 0
1800.06/1773.70	c speed (assignments/second)	: 8330.128299111966
1800.06/1773.70	c non guided choices	6799
1800.06/1773.71	c learnt constraints type 
1800.06/1773.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1800.06/1773.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12816
1800.06/1773.71	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/1773.71	c starts		: 122
1800.06/1773.71	c conflicts		: 24034
1800.06/1773.71	c decisions		: 142263
1800.06/1773.71	c propagations		: 1010585
1800.06/1773.71	c inspects		: 1864009164
1800.06/1773.71	c shortcuts		: 0
1800.06/1773.71	c learnt literals	: 0
1800.06/1773.71	c learnt binary clauses	: 0
1800.06/1773.71	c learnt ternary clauses	: 0
1800.06/1773.71	c learnt constraints	: 24001
1800.06/1773.71	c ignored constraints	: 0
1800.06/1773.71	c root simplifications	: 0
1800.06/1773.71	c removed literals (reason simplification)	: 0
1800.06/1773.71	c reason swapping (by a shorter reason)	: 0
1800.06/1773.71	c Calls to reduceDB	: 3
1800.06/1773.71	c Number of update (reduction) of LBD	: 0
1800.06/1773.71	c Imported unit clauses	: 0
1800.06/1773.71	c number of reductions to clauses (during analyze)	: 0
1800.06/1773.71	c number of learned constraints concerned by reduction	: 0
1800.06/1773.71	c number of learning phase by resolution	: 0
1800.06/1773.71	c number of learning phase by cutting planes	: 0
1800.06/1773.71	c speed (assignments/second)	: 596.8854708265386
1800.06/1773.71	c non guided choices	5914
1800.06/1773.72	c learnt constraints type 
1800.06/1773.72	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1019
1800.06/1773.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 32
1800.06/1773.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22950
1800.06/1773.72	s SATISFIABLE
1800.06/1773.72	c Found 60 solution(s)
1800.06/1773.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.06/1773.72	c objective function=3
1800.06/1773.72	c Total wall clock time (in seconds): 1773.613

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4091971-1466077692/watcher-4091971-1466077692 -o /tmp/evaluation-result-4091971-1466077692/solver-4091971-1466077692 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466075468-13370 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091971-1466077692.wbo 

pid=16532
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: 1.54 1.74 2.16 4/196 16535
/proc/meminfo: memFree=30340832/32872528 swapFree=1399392/1569044
[pid=16535] ppid=16532 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16535/stat : 16535 (java) S 16532 16535 7986 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 9814408 98570240 977 33554432000 1073741824 1073778376 140735666863824 140735666854960 213422997565 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16535/statm: 24065 977 743 9 0 16771 0
[pid=16535/tid=16536] ppid=16532 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16536/stat : 16536 (java) R 16532 16535 7986 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 9814409 98570240 977 33554432000 1073741824 1073778376 140735666863824 139658720456232 213419640192 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100067 s]
/proc/loadavg: 1.54 1.74 2.16 4/196 16535
/proc/meminfo: memFree=30340832/32872528 swapFree=1399392/1569044
[pid=16535] ppid=16532 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16535/stat : 16535 (java) S 16532 16535 7986 0 -1 4202496 4504 0 1 0 10 1 0 0 20 0 18 0 9814408 9787879424 5624 33554432000 1073741824 1073778376 140735666863824 140735666854960 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16535/statm: 2389619 5626 2141 9 0 2380296 0
[pid=16535/tid=16536] ppid=16532 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16535/task/16536/stat : 16536 (java) R 16532 16535 7986 0 -1 4202560 2444 0 1 0 7 0 0 0 20 0 18 0 9814409 9787879424 5627 33554432000 1073741824 1073778376 140735666863824 139658720459680 213423023373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.2003 s]
/proc/loadavg: 1.54 1.74 2.16 4/196 16535
/proc/meminfo: memFree=30340832/32872528 swapFree=1399392/1569044
[pid=16535] ppid=16532 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/16535/stat : 16535 (java) S 16532 16535 7986 0 -1 4202496 4780 0 1 0 23 1 0 0 20 0 18 0 9814408 9787879424 6356 33554432000 1073741824 1073778376 140735666863824 140735666854960 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16535/statm: 2389619 6356 2198 9 0 2380296 0
[pid=16535/tid=16536] ppid=16532 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/16535/task/16536/stat : 16536 (java) R 16532 16535 7986 0 -1 4202560 2460 0 1 0 17 0 0 0 20 0 18 0 9814409 9787879424 6356 33554432000 1073741824 1073778376 140735666863824 139658720459680 139658592734439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300356 s]
/proc/loadavg: 1.54 1.74 2.16 4/196 16535
/proc/meminfo: memFree=30340832/32872528 swapFree=1399392/1569044
[pid=16535] ppid=16532 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/16535/stat : 16535 (java) S 16532 16535 7986 0 -1 4202496 5657 0 1 0 47 2 0 0 20 0 18 0 9814408 9787879424 7981 33554432000 1073741824 1073778376 140735666863824 140735666854960 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16535/statm: 2389619 7981 2231 9 0 2380296 0
[pid=16535/tid=16536] ppid=16532 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/16535/task/16536/stat : 16536 (java) R 16532 16535 7986 0 -1 4202560 2462 0 1 0 27 0 0 0 20 0 18 0 9814409 9787879424 7981 33554432000 1073741824 1073778376 140735666863824 139658720460152 139658593109421 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 1.54 1.74 2.16 4/196 16535
/proc/meminfo: memFree=30340832/32872528 swapFree=1399392/1569044
[pid=16535] ppid=16532 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/16535/stat : 16535 (java) S 16532 16535 7986 0 -1 4202496 15182 0 1 0 171 5 0 0 20 0 19 0 9814408 10060525568 14711 33554432000 1073741824 1073778376 140735666863824 140735666854960 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16535/statm: 2456183 14711 2260 9 0 2446860 0
[pid=16535/tid=16536] ppid=16532 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/16535/task/16536/stat : 16536 (java) S 16532 16535 7986 0 -1 4202560 2480 0 1 0 30 1 0 0 20 0 19 0 9814409 10060525568 14711 33554432000 1073741824 1073778376 140735666863824 139658720461688 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 1.81 1.80 2.17 2/215 16560
/proc/meminfo: memFree=30279044/32872528 swapFree=1399392/1569044
[pid=16535] ppid=16532 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/16535/stat : 16535 (java) S 16532 16535 7986 0 -1 4202496 18500 0 1 0 218 7 0 0 20 0 19 0 9814408 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 140735666854960 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16535/statm: 2456183 18534 2267 9 0 2446860 0
[pid=16535/tid=16536] ppid=16532 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16535/task/16536/stat : 16536 (java) S 16532 16535 7986 0 -1 4202560 2481 0 1 0 32 2 0 0 20 0 19 0 9814409 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658720461688 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16538] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16538/stat : 16538 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658564290728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16539] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16539/stat : 16539 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658563238184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16540] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16540/stat : 16540 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658562185640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16541] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16541/stat : 16541 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658561133096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16542] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16542/stat : 16542 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658560080552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16543] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16543/stat : 16543 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658559028008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16544] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16544/stat : 16544 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658557975464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16545] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16545/stat : 16545 (java) S 16532 16535 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658556922920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16546] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16546/stat : 16546 (java) S 16532 16535 7986 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9814410 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658544724072 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16547] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16547/stat : 16547 (java) S 16532 16535 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9814411 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658543670392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16548] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16548/stat : 16548 (java) S 16532 16535 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9814411 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658542617736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16549] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16549/stat : 16549 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814413 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658541566480 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16550] ppid=16532 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/16535/task/16550/stat : 16550 (java) S 16532 16535 7986 0 -1 4202560 8215 0 0 0 71 0 0 0 20 0 19 0 9814413 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658540513848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16551] ppid=16532 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/16535/task/16551/stat : 16551 (java) S 16532 16535 7986 0 -1 4202560 6451 0 0 0 61 0 0 0 20 0 19 0 9814413 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658539461304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16552] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16552/stat : 16552 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814413 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658538408952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16553] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16553/stat : 16553 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814413 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658537356616 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16556] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16556/stat : 16556 (java) S 16532 16535 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9814443 10060525568 18534 33554432000 1073741824 1073778376 140735666863824 139658534147112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 1.81 1.80 2.17 2/215 16566
/proc/meminfo: memFree=30268564/32872528 swapFree=1399392/1569044
[pid=16535] ppid=16532 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/16535/stat : 16535 (java) S 16532 16535 7986 0 -1 4202496 18766 0 1 0 250 11 0 0 20 0 19 0 9814408 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 140735666854960 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16535/statm: 2456183 23688 2267 9 0 2446860 0
[pid=16535/tid=16536] ppid=16532 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/16535/task/16536/stat : 16536 (java) S 16532 16535 7986 0 -1 4202560 2486 0 1 0 34 2 0 0 20 0 19 0 9814409 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658720461688 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16538] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16538/stat : 16538 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658564290728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16539] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16539/stat : 16539 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658563238184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16540] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16540/stat : 16540 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658562185640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16541] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16541/stat : 16541 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658561133096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16542] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16542/stat : 16542 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658560080552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16543] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16543/stat : 16543 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658559028008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16544] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16544/stat : 16544 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658557975464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16545] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16545/stat : 16545 (java) S 16532 16535 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658556922920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16546] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16546/stat : 16546 (java) S 16532 16535 7986 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9814410 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658544724072 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16547] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16547/stat : 16547 (java) S 16532 16535 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9814411 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658543670392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16548] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16548/stat : 16548 (java) S 16532 16535 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9814411 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658542617736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16549] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16549/stat : 16549 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814413 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658541566480 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16550] ppid=16532 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/16535/task/16550/stat : 16550 (java) S 16532 16535 7986 0 -1 4202560 8230 0 0 0 84 0 0 0 20 0 19 0 9814413 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658540513848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16551] ppid=16532 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/16535/task/16551/stat : 16551 (java) S 16532 16535 7986 0 -1 4202560 6670 0 0 0 73 0 0 0 20 0 19 0 9814413 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658539461304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16552] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16552/stat : 16552 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814413 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658538408952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16553] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16553/stat : 16553 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814413 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658537356616 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16556] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16556/stat : 16556 (java) S 16532 16535 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9814443 10060525568 23688 33554432000 1073741824 1073778376 140735666863824 139658534147112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9824732

[startup+6.30083 s]
/proc/loadavg: 1.81 1.80 2.17 2/215 16587
/proc/meminfo: memFree=30202376/32872528 swapFree=1399392/1569044
[pid=16535] ppid=16532 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/16535/stat : 16535 (java) S 16532 16535 7986 0 -1 4202496 18920 0 1 0 326 23 0 0 20 0 19 0 9814408 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 140735666854960 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16535/statm: 2456183 42752 2283 9 0 2446860 0
[pid=16535/tid=16536] ppid=16532 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/16535/task/16536/stat : 16536 (java) S 16532 16535 7986 0 -1 4202560 2489 0 1 0 36 2 0 0 20 0 19 0 9814409 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658720461688 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16538] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16538/stat : 16538 (java) S 16532 16535 7986 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658564290728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16539] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16539/stat : 16539 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658563238184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16540] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16540/stat : 16540 (java) S 16532 16535 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658562185640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16541] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16541/stat : 16541 (java) S 16532 16535 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658561133096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16542] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16542/stat : 16542 (java) S 16532 16535 7986 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658560080552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16543] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16543/stat : 16543 (java) S 16532 16535 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658559028008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16544] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16544/stat : 16544 (java) S 16532 16535 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658557975464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16545] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16545/stat : 16545 (java) S 16532 16535 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9814409 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658556922920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16546] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16546/stat : 16546 (java) S 16532 16535 7986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9814410 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658544724072 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16547] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16547/stat : 16547 (java) S 16532 16535 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9814411 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658543670392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16548] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16548/stat : 16548 (java) S 16532 16535 7986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9814411 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658542617736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16549] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16549/stat : 16549 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9814413 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658541566480 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16550] ppid=16532 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/16535/task/16550/stat : 16550 (java) S 16532 16535 7986 0 -1 4202560 8245 0 0 0 99 0 0 0 20 0 19 0 9814413 10060525568 42752 33554432000 1073741824 1073778376 140735666863824 139658540513848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16551] ppid=16532 vsize=9824732 CPUtime=0.83 cores=0,2,4,6

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

/proc/16535/task/16536/stat : 16536 (java) S 16532 16535 7986 0 -1 4202560 2622 0 1 0 175 29 0 0 20 0 21 0 9814409 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658720461752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16538] ppid=16532 vsize=9824732 CPUtime=4.81 cores=0,2,4,6
/proc/16535/task/16538/stat : 16538 (java) S 16532 16535 7986 0 -1 4202560 594 0 0 0 467 14 0 0 20 0 21 0 9814409 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658564290728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16539] ppid=16532 vsize=9824732 CPUtime=5.08 cores=0,2,4,6
/proc/16535/task/16539/stat : 16539 (java) S 16532 16535 7986 0 -1 4202560 557 0 0 0 492 16 0 0 20 0 21 0 9814409 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658563238184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16540] ppid=16532 vsize=9824732 CPUtime=4.68 cores=0,2,4,6
/proc/16535/task/16540/stat : 16540 (java) S 16532 16535 7986 0 -1 4202560 647 0 0 0 453 15 0 0 20 0 21 0 9814409 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658562185640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16541] ppid=16532 vsize=9824732 CPUtime=5 cores=0,2,4,6
/proc/16535/task/16541/stat : 16541 (java) S 16532 16535 7986 0 -1 4202560 645 0 0 0 483 17 0 0 20 0 21 0 9814409 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658561133096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16542] ppid=16532 vsize=9824732 CPUtime=5.01 cores=0,2,4,6
/proc/16535/task/16542/stat : 16542 (java) S 16532 16535 7986 0 -1 4202560 678 0 0 0 486 15 0 0 20 0 21 0 9814409 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658560080552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16543] ppid=16532 vsize=9824732 CPUtime=5.08 cores=0,2,4,6
/proc/16535/task/16543/stat : 16543 (java) S 16532 16535 7986 0 -1 4202560 728 0 0 0 492 16 0 0 20 0 21 0 9814409 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658559028008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16544] ppid=16532 vsize=9824732 CPUtime=4.95 cores=0,2,4,6
/proc/16535/task/16544/stat : 16544 (java) S 16532 16535 7986 0 -1 4202560 633 0 0 0 479 16 0 0 20 0 21 0 9814409 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658557975464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16545] ppid=16532 vsize=9824732 CPUtime=4.94 cores=0,2,4,6
/proc/16535/task/16545/stat : 16545 (java) S 16532 16535 7986 0 -1 4202560 589 0 0 0 478 16 0 0 20 0 21 0 9814409 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658556922920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16546] ppid=16532 vsize=9824732 CPUtime=4.2 cores=0,2,4,6
/proc/16535/task/16546/stat : 16546 (java) S 16532 16535 7986 0 -1 4202560 2187 0 0 0 399 21 0 0 20 0 21 0 9814410 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658544724072 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16547] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16547/stat : 16547 (java) S 16532 16535 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9814411 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658543670392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16548] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16548/stat : 16548 (java) S 16532 16535 7986 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 21 0 9814411 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658542617736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16549] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16549/stat : 16549 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9814413 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658541566480 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16550] ppid=16532 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/16535/task/16550/stat : 16550 (java) S 16532 16535 7986 0 -1 4202560 13246 0 0 0 188 3 0 0 20 0 21 0 9814413 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658540513848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16551] ppid=16532 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/16535/task/16551/stat : 16551 (java) S 16532 16535 7986 0 -1 4202560 15859 0 0 0 179 3 0 0 20 0 21 0 9814413 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658539461304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16552] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16552/stat : 16552 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9814413 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658538408952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16553] ppid=16532 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/16535/task/16553/stat : 16553 (java) S 16532 16535 7986 0 -1 4202560 98 0 0 0 35 34 0 0 20 0 21 0 9814413 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658537356616 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16556] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16556/stat : 16556 (java) S 16532 16535 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9814443 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658534147112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16732] ppid=16532 vsize=9824732 CPUtime=1622.85 cores=0,2,4,6
/proc/16535/task/16732/stat : 16732 (java) R 16532 16535 7986 0 -1 4202560 3405 0 0 0 162245 40 0 0 20 0 21 0 9822463 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658535197936 139658593510916 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16733] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16733/stat : 16733 (java) S 16532 16535 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9822470 10060525568 641736 33554432000 1073741824 1073778376 140735666863824 139658536252456 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1747.87
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.7 s]
/proc/loadavg: 2.14 2.20 2.17 5/218 17088
/proc/meminfo: memFree=26748052/32872528 swapFree=1399392/1569044
[pid=16535] ppid=16532 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/16535/stat : 16535 (java) S 16532 16535 7986 0 -1 4202496 44830 0 1 0 179669 337 0 0 20 0 21 0 9814408 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 140735666854960 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16535/statm: 2456183 642885 2295 9 0 2446860 0
[pid=16535/tid=16536] ppid=16532 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/16535/task/16536/stat : 16536 (java) S 16532 16535 7986 0 -1 4202560 2624 0 1 0 177 30 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658720461752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16538] ppid=16532 vsize=9824732 CPUtime=4.94 cores=0,2,4,6
/proc/16535/task/16538/stat : 16538 (java) S 16532 16535 7986 0 -1 4202560 597 0 0 0 479 15 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658564290728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16539] ppid=16532 vsize=9824732 CPUtime=5.19 cores=0,2,4,6
/proc/16535/task/16539/stat : 16539 (java) S 16532 16535 7986 0 -1 4202560 560 0 0 0 503 16 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658563238184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16540] ppid=16532 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/16535/task/16540/stat : 16540 (java) S 16532 16535 7986 0 -1 4202560 649 0 0 0 470 15 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658562185640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16541] ppid=16532 vsize=9824732 CPUtime=5.14 cores=0,2,4,6
/proc/16535/task/16541/stat : 16541 (java) S 16532 16535 7986 0 -1 4202560 648 0 0 0 497 17 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658561133096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16542] ppid=16532 vsize=9824732 CPUtime=5.14 cores=0,2,4,6
/proc/16535/task/16542/stat : 16542 (java) S 16532 16535 7986 0 -1 4202560 680 0 0 0 499 15 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658560080552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16543] ppid=16532 vsize=9824732 CPUtime=5.21 cores=0,2,4,6
/proc/16535/task/16543/stat : 16543 (java) S 16532 16535 7986 0 -1 4202560 730 0 0 0 505 16 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658559028008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16544] ppid=16532 vsize=9824732 CPUtime=5.11 cores=0,2,4,6
/proc/16535/task/16544/stat : 16544 (java) S 16532 16535 7986 0 -1 4202560 639 0 0 0 495 16 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658557975464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16545] ppid=16532 vsize=9824732 CPUtime=5.06 cores=0,2,4,6
/proc/16535/task/16545/stat : 16545 (java) S 16532 16535 7986 0 -1 4202560 592 0 0 0 489 17 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658556922920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16546] ppid=16532 vsize=9824732 CPUtime=4.2 cores=0,2,4,6
/proc/16535/task/16546/stat : 16546 (java) S 16532 16535 7986 0 -1 4202560 2191 0 0 0 399 21 0 0 20 0 21 0 9814410 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658544724072 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16547] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16547/stat : 16547 (java) S 16532 16535 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9814411 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658543670392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16548] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16548/stat : 16548 (java) S 16532 16535 7986 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 21 0 9814411 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658542617736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16549] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16549/stat : 16549 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9814413 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658541566480 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16550] ppid=16532 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/16535/task/16550/stat : 16550 (java) S 16532 16535 7986 0 -1 4202560 13246 0 0 0 188 3 0 0 20 0 21 0 9814413 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658540513848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16551] ppid=16532 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/16535/task/16551/stat : 16551 (java) S 16532 16535 7986 0 -1 4202560 15859 0 0 0 179 3 0 0 20 0 21 0 9814413 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658539461304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16552] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16552/stat : 16552 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9814413 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658538408952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16553] ppid=16532 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/16535/task/16553/stat : 16553 (java) S 16532 16535 7986 0 -1 4202560 102 0 0 0 36 35 0 0 20 0 21 0 9814413 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658537356616 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16556] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16556/stat : 16556 (java) S 16532 16535 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9814443 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658534147112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16732] ppid=16532 vsize=9824732 CPUtime=1673.8 cores=0,2,4,6
/proc/16535/task/16732/stat : 16732 (java) R 16532 16535 7986 0 -1 4202560 3410 0 0 0 167338 42 0 0 20 0 21 0 9822463 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658535197680 139658593510916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16733] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16733/stat : 16733 (java) S 16532 16535 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9822470 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658536252456 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 16535 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1773.7 s]
/proc/loadavg: 2.14 2.20 2.17 5/218 17088
/proc/meminfo: memFree=26748052/32872528 swapFree=1399392/1569044
[pid=16535] ppid=16532 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/16535/stat : 16535 (java) S 16532 16535 7986 0 -1 4202496 44830 0 1 0 179669 337 0 0 20 0 21 0 9814408 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 140735666854960 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16535/statm: 2456183 642885 2295 9 0 2446860 0
[pid=16535/tid=16536] ppid=16532 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/16535/task/16536/stat : 16536 (java) S 16532 16535 7986 0 -1 4202560 2624 0 1 0 177 30 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658720461752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16538] ppid=16532 vsize=9824732 CPUtime=4.94 cores=0,2,4,6
/proc/16535/task/16538/stat : 16538 (java) S 16532 16535 7986 0 -1 4202560 597 0 0 0 479 15 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658564290728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16539] ppid=16532 vsize=9824732 CPUtime=5.19 cores=0,2,4,6
/proc/16535/task/16539/stat : 16539 (java) S 16532 16535 7986 0 -1 4202560 560 0 0 0 503 16 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658563238184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16540] ppid=16532 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/16535/task/16540/stat : 16540 (java) S 16532 16535 7986 0 -1 4202560 649 0 0 0 470 15 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658562185640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16541] ppid=16532 vsize=9824732 CPUtime=5.14 cores=0,2,4,6
/proc/16535/task/16541/stat : 16541 (java) S 16532 16535 7986 0 -1 4202560 648 0 0 0 497 17 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658561133096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16542] ppid=16532 vsize=9824732 CPUtime=5.14 cores=0,2,4,6
/proc/16535/task/16542/stat : 16542 (java) S 16532 16535 7986 0 -1 4202560 680 0 0 0 499 15 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658560080552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16543] ppid=16532 vsize=9824732 CPUtime=5.21 cores=0,2,4,6
/proc/16535/task/16543/stat : 16543 (java) S 16532 16535 7986 0 -1 4202560 730 0 0 0 505 16 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658559028008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16544] ppid=16532 vsize=9824732 CPUtime=5.11 cores=0,2,4,6
/proc/16535/task/16544/stat : 16544 (java) S 16532 16535 7986 0 -1 4202560 639 0 0 0 495 16 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658557975464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16545] ppid=16532 vsize=9824732 CPUtime=5.06 cores=0,2,4,6
/proc/16535/task/16545/stat : 16545 (java) S 16532 16535 7986 0 -1 4202560 592 0 0 0 489 17 0 0 20 0 21 0 9814409 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658556922920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16546] ppid=16532 vsize=9824732 CPUtime=4.2 cores=0,2,4,6
/proc/16535/task/16546/stat : 16546 (java) S 16532 16535 7986 0 -1 4202560 2191 0 0 0 399 21 0 0 20 0 21 0 9814410 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658544724072 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16547] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16547/stat : 16547 (java) S 16532 16535 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9814411 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658543670392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16548] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16548/stat : 16548 (java) S 16532 16535 7986 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 21 0 9814411 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658542617736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16549] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16549/stat : 16549 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9814413 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658541566480 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16535/tid=16550] ppid=16532 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/16535/task/16550/stat : 16550 (java) S 16532 16535 7986 0 -1 4202560 13246 0 0 0 188 3 0 0 20 0 21 0 9814413 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658540513848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16551] ppid=16532 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/16535/task/16551/stat : 16551 (java) S 16532 16535 7986 0 -1 4202560 15859 0 0 0 179 3 0 0 20 0 21 0 9814413 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658539461304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16552] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16552/stat : 16552 (java) S 16532 16535 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9814413 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658538408952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16553] ppid=16532 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/16535/task/16553/stat : 16553 (java) S 16532 16535 7986 0 -1 4202560 102 0 0 0 36 35 0 0 20 0 21 0 9814413 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658537356616 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16535/tid=16556] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16556/stat : 16556 (java) S 16532 16535 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9814443 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658534147112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16535/tid=16732] ppid=16532 vsize=9824732 CPUtime=1673.8 cores=0,2,4,6
/proc/16535/task/16732/stat : 16732 (java) R 16532 16535 7986 0 -1 4202560 3410 0 0 0 167338 42 0 0 20 0 21 0 9822463 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658535197680 139658593510916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16535/tid=16733] ppid=16532 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16535/task/16733/stat : 16733 (java) S 16532 16535 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9822470 10060525568 642885 33554432000 1073741824 1073778376 140735666863824 139658536252456 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16535 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=649475
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=933402
# CPU time returned by wait4() is 1796.58
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1773.75
CPU time (s): 1800.06
CPU user time (s): 1796.69
CPU system time (s): 3.37
CPU usage (%): 101.483
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.65
system time used= 3.9334
maximum resident set size= 2576688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44860
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= 85592
involuntary context switches= 76664

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4324 second user time and 14.3738 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-16 13:48:12
IDJOB=4091971
IDBENCH=78885
IDSOLVER=2552
FILE ID=node140/4091971-1466077692
RUNJOBID= node140-1466075468-13370
PBS_JOBID= 19904000
Free space on /tmp= 71740 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.1900584219--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091971-1466077692/watcher-4091971-1466077692 -o /tmp/evaluation-result-4091971-1466077692/solver-4091971-1466077692 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466075468-13370 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091971-1466077692.wbo

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

MD5SUM BENCH= 8d817301a4b1c2c9b4fea9d5d7fdc9d1
RANDOM SEED=1135420145

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.54
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.714
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:        30341748 kB
Buffers:           21988 kB
Cached:            54464 kB
SwapCached:         2568 kB
Active:           201140 kB
Inactive:          47632 kB
Active(anon):     173148 kB
Inactive(anon):     1792 kB
Active(file):      27992 kB
Inactive(file):    45840 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096816 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       1709852 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             565944 kB
SReclaimable:       9912 kB
SUnreclaim:       556032 kB
KernelStack:        1784 kB
PageTables:         8332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2189512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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= 71740 MiB
End job on node140 at 2016-06-16 14:17:46