Trace number 4109997

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPTIMUM 50.3773 44.8962

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552735--soft-33-100-0.wbo
MD5SUMd8302a34385139d2b71dca1f77dee50d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark40.9408
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 constraints1802
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 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 739
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB16.v20160501
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4109997-1466345582.wbo
0.09/0.13	c reading problem ... 
0.46/0.36	c ... done. Wall clock time 0.23s.
0.46/0.36	c declared #vars     231
0.46/0.36	c internal #vars     2033
0.46/0.36	c #constraints  2707
0.46/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.36	c constraints type 
0.46/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2594
0.46/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
0.46/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
0.46/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.46/0.36	c 2707 constraints processed.
0.46/0.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.36	c constraints type 
0.46/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90
0.46/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2594
0.46/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9
0.46/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
0.46/0.36	c 2707 constraints processed.
0.46/0.36	c objective function length is 1802 literals
1.47/0.62	c And the winner is solver0
1.89/0.86	c SATISFIABLE
1.89/0.86	c OPTIMIZING...
1.89/0.86	c Got one! Elapsed wall clock time (in seconds):0.736
1.89/0.86	o 582
1.89/0.89	c And the winner is solver0
2.19/1.37	c Got one! Elapsed wall clock time (in seconds):1.247
2.19/1.37	o 580
2.19/1.39	c And the winner is solver0
2.26/1.88	c Got one! Elapsed wall clock time (in seconds):1.756
2.26/1.88	o 438
2.30/1.93	c And the winner is solver0
2.53/2.39	c Got one! Elapsed wall clock time (in seconds):2.264
2.53/2.39	o 436
2.54/2.42	c And the winner is solver0
2.60/2.90	c Got one! Elapsed wall clock time (in seconds):2.77
2.60/2.90	o 301
2.60/2.92	c And the winner is solver0
2.75/3.40	c Got one! Elapsed wall clock time (in seconds):3.275
2.75/3.40	o 300
2.76/3.43	c And the winner is solver0
2.85/3.91	c Got one! Elapsed wall clock time (in seconds):3.779
2.85/3.91	o 298
2.85/3.92	c And the winner is solver0
2.92/4.41	c Got one! Elapsed wall clock time (in seconds):4.284
2.92/4.41	o 292
3.42/4.63	c And the winner is solver0
3.50/4.91	c Got one! Elapsed wall clock time (in seconds):4.787
3.50/4.91	o 291
3.50/4.95	c And the winner is solver0
3.65/5.42	c Got one! Elapsed wall clock time (in seconds):5.29
3.65/5.42	o 282
3.65/5.43	c And the winner is solver0
3.67/5.92	c Got one! Elapsed wall clock time (in seconds):5.793
3.67/5.92	o 280
3.67/5.96	c And the winner is solver0
3.77/6.42	c Got one! Elapsed wall clock time (in seconds):6.296
3.77/6.42	o 268
4.18/6.63	c And the winner is solver0
4.27/6.92	c Got one! Elapsed wall clock time (in seconds):6.798
4.27/6.92	o 226
4.27/6.94	c And the winner is solver0
4.40/7.43	c Got one! Elapsed wall clock time (in seconds):7.301
4.40/7.43	o 225
4.53/7.57	c And the winner is solver0
4.72/7.93	c Got one! Elapsed wall clock time (in seconds):7.804
4.72/7.93	o 224
4.72/7.95	c And the winner is solver0
4.77/8.43	c Got one! Elapsed wall clock time (in seconds):8.306
4.77/8.43	o 221
4.77/8.45	c And the winner is solver0
4.82/8.94	c Got one! Elapsed wall clock time (in seconds):8.809
4.82/8.94	o 220
4.82/8.97	c And the winner is solver0
4.91/9.44	c Got one! Elapsed wall clock time (in seconds):9.312
4.91/9.44	o 190
4.91/9.48	c And the winner is solver0
5.02/9.94	c Got one! Elapsed wall clock time (in seconds):9.815
5.02/9.94	o 188
5.02/9.95	c And the winner is solver0
5.04/10.44	c Got one! Elapsed wall clock time (in seconds):10.317
5.04/10.44	o 150
5.04/10.50	c And the winner is solver0
5.16/10.95	c Got one! Elapsed wall clock time (in seconds):10.82
5.16/10.95	o 143
5.28/11.04	c And the winner is solver0
5.38/11.45	c Got one! Elapsed wall clock time (in seconds):11.323
5.38/11.45	o 142
5.38/11.48	c And the winner is solver0
5.45/11.95	c Got one! Elapsed wall clock time (in seconds):11.825
5.45/11.95	o 122
6.17/12.33	c And the winner is solver0
6.26/12.45	c Got one! Elapsed wall clock time (in seconds):12.328
6.26/12.45	o 120
6.54/12.68	c cleaning 5641 clauses out of 11289 with flag 5516/11289
6.79/12.71	c And the winner is solver0
6.84/12.96	c Got one! Elapsed wall clock time (in seconds):12.831
6.84/12.96	o 114
6.84/12.97	c And the winner is solver0
6.86/13.46	c Got one! Elapsed wall clock time (in seconds):13.334
6.86/13.46	o 109
7.33/13.70	c And the winner is solver0
7.36/13.96	c Got one! Elapsed wall clock time (in seconds):13.836
7.36/13.96	o 107
7.46/14.06	c And the winner is solver0
7.61/14.49	c Got one! Elapsed wall clock time (in seconds):14.363
7.61/14.49	o 103
7.63/14.51	c And the winner is solver0
7.70/14.99	c Got one! Elapsed wall clock time (in seconds):14.866
7.70/14.99	o 97
7.70/15.05	c And the winner is solver0
7.83/15.49	c Got one! Elapsed wall clock time (in seconds):15.369
7.83/15.49	o 92
8.03/15.62	c And the winner is solver0
8.20/16.00	c Got one! Elapsed wall clock time (in seconds):15.872
8.20/16.00	o 90
9.41/16.64	c cleaning 6655 clauses out of 13317 with flag 28523/18958
9.41/16.70	c And the winner is solver0
9.93/17.00	c Got one! Elapsed wall clock time (in seconds):16.877
9.93/17.00	o 89
9.93/17.05	c And the winner is solver0
10.05/17.51	c Got one! Elapsed wall clock time (in seconds):17.383
10.05/17.51	o 62
10.05/17.53	c And the winner is solver0
10.09/18.01	c Got one! Elapsed wall clock time (in seconds):17.888
10.09/18.01	o 59
10.09/18.05	c And the winner is solver0
10.17/18.52	c Got one! Elapsed wall clock time (in seconds):18.398
10.17/18.52	o 57
10.97/18.90	c And the winner is solver0
10.99/19.03	c Got one! Elapsed wall clock time (in seconds):18.909
10.99/19.03	o 56
11.53/19.32	c cleaning 6519 clauses out of 13053 with flag 14130/25349
11.53/19.35	c And the winner is solver0
11.88/19.55	c Got one! Elapsed wall clock time (in seconds):19.419
11.88/19.55	o 55
11.88/19.60	c And the winner is solver0
12.23/20.06	c Got one! Elapsed wall clock time (in seconds):19.933
12.23/20.06	o 54
12.29/20.14	c And the winner is solver0
12.47/20.57	c Got one! Elapsed wall clock time (in seconds):20.445
12.47/20.57	o 53
12.78/20.70	c And the winner is solver0
12.82/21.09	c Got one! Elapsed wall clock time (in seconds):20.961
12.82/21.09	o 49
13.03/21.27	c And the winner is solver0
13.19/21.60	c Got one! Elapsed wall clock time (in seconds):21.474
13.19/21.60	o 42
13.19/21.68	c And the winner is solver0
13.37/22.11	c Got one! Elapsed wall clock time (in seconds):21.989
13.37/22.11	o 32
13.37/22.17	c And the winner is solver0
13.47/22.63	c Got one! Elapsed wall clock time (in seconds):22.504
13.47/22.63	o 31
13.98/22.90	c cleaning 7372 clauses out of 14753 with flag 21419/33568
14.18/23.01	c And the winner is solver0
14.23/23.15	c Got one! Elapsed wall clock time (in seconds):23.023
14.23/23.15	o 26
14.52/23.31	c And the winner is solver0
14.58/23.67	c Got one! Elapsed wall clock time (in seconds):23.544
14.58/23.67	o 25
14.82/23.84	c cleaning 6524 clauses out of 13064 with flag 15104/39251
15.86/24.32	c cleaning 6265 clauses out of 12540 with flag 67598/45251
17.05/24.92	c cleaning 6628 clauses out of 13275 with flag 130350/52251
18.47/25.61	c cleaning 7301 clauses out of 14647 with flag 203005/60251
20.06/26.42	c cleaning 8161 clauses out of 16346 with flag 292377/69251
21.85/27.31	c And the winner is solver0
21.89/27.69	c Got one! Elapsed wall clock time (in seconds):27.568
21.89/27.69	o 22
22.95/28.20	c cleaning 11470 clauses out of 22956 with flag 39425/84022
23.76/28.65	c cleaning 8732 clauses out of 17484 with flag 92973/90020
24.74/29.12	c cleaning 7862 clauses out of 15754 with flag 155138/97022
25.74/29.70	c cleaning 7940 clauses out of 15891 with flag 227357/105021
26.54/30.08	c And the winner is solver0
26.72/30.22	c Got one! Elapsed wall clock time (in seconds):30.091
26.72/30.22	o 21
26.72/30.29	c And the winner is solver0
26.87/30.74	c Got one! Elapsed wall clock time (in seconds):30.616
26.87/30.74	o 18
26.97/30.82	c And the winner is solver0
27.03/31.27	c Got one! Elapsed wall clock time (in seconds):31.14
27.03/31.27	o 17
27.87/31.77	c cleaning 9898 clauses out of 19810 with flag 43458/116880
28.67/32.14	c And the winner is solver0
28.78/32.29	c Got one! Elapsed wall clock time (in seconds):32.166
28.78/32.29	o 16
28.96/32.41	c cleaning 7809 clauses out of 15619 with flag 7962/122587
28.96/32.45	c And the winner is solver0
29.10/32.83	c Got one! Elapsed wall clock time (in seconds):32.699
29.10/32.83	o 14
29.87/33.23	c cleaning 6738 clauses out of 13499 with flag 46717/128276
30.67/33.63	c cleaning 6369 clauses out of 12758 with flag 98134/134273
30.87/33.74	c And the winner is solver0
30.99/33.89	c Got one! Elapsed wall clock time (in seconds):33.769
30.99/33.89	o 10
31.37/34.17	c cleaning 5995 clauses out of 12013 with flag 30920/139897
31.96/34.43	c And the winner is solver0
31.96/34.48	c Got one! Elapsed wall clock time (in seconds):34.352
31.96/34.48	o 9
32.07/34.59	c cleaning 5896 clauses out of 11810 with flag 8521/145689
32.45/34.77	c And the winner is solver0
32.64/35.02	c Got one! Elapsed wall clock time (in seconds):34.89
32.64/35.02	o 8
32.77/35.19	c cleaning 5641 clauses out of 11308 with flag 16706/151083
33.57/35.56	c cleaning 5819 clauses out of 11666 with flag 64659/157082
34.60/36.00	c cleaning 6418 clauses out of 12846 with flag 118988/164081
35.42/36.49	c cleaning 7207 clauses out of 14427 with flag 182918/172081
37.00/37.29	c cleaning 8104 clauses out of 16221 with flag 263256/181082
37.42/37.45	c And the winner is solver0
37.52/37.56	c Got one! Elapsed wall clock time (in seconds):37.43
37.52/37.56	o 7
37.96/37.88	c cleaning 6949 clauses out of 13927 with flag 28698/186892
38.76/38.23	c cleaning 6472 clauses out of 12978 with flag 69914/192892
39.57/38.64	c cleaning 6749 clauses out of 13506 with flag 114418/199892
40.37/39.09	c cleaning 7363 clauses out of 14758 with flag 161512/207893
41.58/39.64	c cleaning 8185 clauses out of 16395 with flag 217601/216893
43.22/40.47	c cleaning 9102 clauses out of 18211 with flag 291522/226894
43.62/40.61	c And the winner is solver0
43.65/41.10	c Got one! Elapsed wall clock time (in seconds):40.973
43.65/41.10	o 6
44.20/41.45	c cleaning 7529 clauses out of 15065 with flag 29888/232850
44.80/41.80	c And the winner is solver0
45.05/42.15	c Got one! Elapsed wall clock time (in seconds):42.021
45.05/42.15	o 4
45.10/42.29	c cleaning 6473 clauses out of 12954 with flag 6901/238269
46.10/42.74	c cleaning 6232 clauses out of 12478 with flag 50305/244267
47.11/43.20	c cleaning 6621 clauses out of 13245 with flag 92722/251267
47.91/43.70	c cleaning 7304 clauses out of 14620 with flag 133357/259267
49.58/44.41	c cleaning 8155 clauses out of 16312 with flag 185972/268269
49.98/44.64	c And the winner is solver0
50.18/44.88	c >>>>>>>>>> Solver number 0 (58 answers) <<<<<<<<<<<<<<<<<<
50.18/44.88	c starts		: 140
50.18/44.88	c conflicts		: 272221
50.18/44.88	c decisions		: 516411
50.18/44.88	c propagations		: 25043167
50.18/44.88	c inspects		: 242195834
50.18/44.88	c shortcuts		: 0
50.18/44.88	c learnt literals	: 36
50.18/44.88	c learnt binary clauses	: 180
50.18/44.88	c learnt ternary clauses	: 707
50.18/44.88	c learnt constraints	: 272184
50.18/44.88	c ignored constraints	: 0
50.18/44.88	c root simplifications	: 0
50.18/44.88	c removed literals (reason simplification)	: 1107378
50.18/44.88	c reason swapping (by a shorter reason)	: 0
50.18/44.88	c Calls to reduceDB	: 36
50.18/44.88	c Number of update (reduction) of LBD	: 113286
50.18/44.88	c Imported unit clauses	: 0
50.18/44.88	c number of reductions to clauses (during analyze)	: 0
50.18/44.88	c number of learned constraints concerned by reduction	: 0
50.18/44.88	c number of learning phase by resolution	: 0
50.18/44.88	c number of learning phase by cutting planes	: 0
50.18/44.88	c speed (assignments/second)	: 562628.720990317
50.18/44.88	c non guided choices	7755
50.18/44.88	c learnt constraints type 
50.18/44.88	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
50.18/44.88	c starts		: 76
50.18/44.88	c conflicts		: 2793
50.18/44.88	c decisions		: 86478
50.18/44.88	c propagations		: 232546
50.18/44.88	c inspects		: 24945736
50.18/44.88	c shortcuts		: 0
50.18/44.88	c learnt literals	: 0
50.18/44.88	c learnt binary clauses	: 0
50.18/44.88	c learnt ternary clauses	: 0
50.18/44.88	c learnt constraints	: 2759
50.18/44.88	c ignored constraints	: 0
50.18/44.88	c root simplifications	: 0
50.18/44.88	c removed literals (reason simplification)	: 0
50.18/44.88	c reason swapping (by a shorter reason)	: 0
50.18/44.88	c Calls to reduceDB	: 0
50.18/44.88	c Number of update (reduction) of LBD	: 0
50.18/44.88	c Imported unit clauses	: 0
50.18/44.88	c number of reductions to clauses (during analyze)	: 0
50.18/44.88	c number of learned constraints concerned by reduction	: 0
50.18/44.88	c number of learning phase by resolution	: 0
50.18/44.88	c number of learning phase by cutting planes	: 0
50.18/44.88	c speed (assignments/second)	: 88656.50019062142
50.18/44.88	c non guided choices	5946
50.18/44.88	c learnt constraints type 
50.18/44.88	s OPTIMUM FOUND
50.18/44.88	c Found 57 solution(s)
50.18/44.88	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 
50.18/44.88	c objective function=4
50.18/44.88	c Total wall clock time (in seconds): 44.759

Verifier Data

OK	4

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-4109997-1466345582/watcher-4109997-1466345582 -o /tmp/evaluation-result-4109997-1466345582/solver-4109997-1466345582 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466341822-29691 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109997-1466345582.wbo 

pid=5763
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.46 2.31 2.16 3/196 5766
/proc/meminfo: memFree=26662876/32872528 swapFree=1103996/1183712
[pid=5766] ppid=5763 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/5766/stat : 5766 (java) D 5763 5766 29675 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 36607139 9515008 184 33554432000 1073741824 1073778376 140735426535808 140735426527032 271787388343 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/5766/statm: 2323 184 142 9 0 71 0

[startup+0.100135 s]
/proc/loadavg: 2.46 2.31 2.16 3/196 5766
/proc/meminfo: memFree=26662876/32872528 swapFree=1103996/1183712
[pid=5766] ppid=5763 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/5766/stat : 5766 (java) S 5763 5766 29675 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 36607139 9787879424 6029 33554432000 1073741824 1073778376 140736005717552 140736005708688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5766/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.46 2.31 2.16 3/196 5766
/proc/meminfo: memFree=26662876/32872528 swapFree=1103996/1183712
[pid=5766] ppid=5763 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/5766/stat : 5766 (java) S 5763 5766 29675 0 -1 4202496 4709 0 1 0 21 2 0 0 20 0 18 0 36607139 9787879424 6792 33554432000 1073741824 1073778376 140736005717552 140736005708688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5766/statm: 2389619 6792 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 2.46 2.31 2.16 3/196 5766
/proc/meminfo: memFree=26662876/32872528 swapFree=1103996/1183712
[pid=5766] ppid=5763 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/5766/stat : 5766 (java) S 5763 5766 29675 0 -1 4202496 5519 0 1 0 44 2 0 0 20 0 18 0 36607139 9787879424 8345 33554432000 1073741824 1073778376 140736005717552 140736005708688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5766/statm: 2389619 8345 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.70027 s]
/proc/loadavg: 2.46 2.31 2.16 3/196 5766
/proc/meminfo: memFree=26662876/32872528 swapFree=1103996/1183712
[pid=5766] ppid=5763 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/5766/stat : 5766 (java) S 5763 5766 29675 0 -1 4202496 15572 0 1 0 167 5 0 0 20 0 19 0 36607139 10060525568 16707 33554432000 1073741824 1073778376 140736005717552 140736005708688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5766/statm: 2456183 16707 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 2.46 2.31 2.16 2/215 5791
/proc/meminfo: memFree=26599472/32872528 swapFree=1103996/1183712
[pid=5766] ppid=5763 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/5766/stat : 5766 (java) S 5763 5766 29675 0 -1 4202496 18937 0 1 0 218 8 0 0 20 0 19 0 36607139 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140736005708688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5766/statm: 2456183 18844 2266 9 0 2446860 0
[pid=5766/tid=5768] ppid=5763 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/5766/task/5768/stat : 5768 (java) S 5763 5766 29675 0 -1 4202560 2424 0 1 0 33 2 0 0 20 0 19 0 36607140 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070648210296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5769] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5769/stat : 5769 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070637271336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5770] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5770/stat : 5770 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070636218536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5771] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5771/stat : 5771 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070635166248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5766/tid=5772] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5772/stat : 5772 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070634113448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5773] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5773/stat : 5773 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070633061160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5774] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5774/stat : 5774 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070632008360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5775] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5775/stat : 5775 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070630956072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5776] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5776/stat : 5776 (java) S 5763 5766 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070629903272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5777] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5777/stat : 5777 (java) S 5763 5766 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36607142 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070472464616 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5778] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5778/stat : 5778 (java) S 5763 5766 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36607143 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070471410680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5779] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5779/stat : 5779 (java) S 5763 5766 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36607143 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070470358280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5780] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5780/stat : 5780 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607145 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070469306768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5781] ppid=5763 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/5766/task/5781/stat : 5781 (java) S 5763 5766 29675 0 -1 4202560 8747 0 0 0 63 2 0 0 20 0 19 0 36607145 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070468254392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5782] ppid=5763 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/5766/task/5782/stat : 5782 (java) S 5763 5766 29675 0 -1 4202560 6418 0 0 0 66 0 0 0 20 0 19 0 36607145 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070467201592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5783] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5783/stat : 5783 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607145 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070466149496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5784] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5784/stat : 5784 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607145 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070465096904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5788] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5788/stat : 5788 (java) S 5763 5766 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36607177 10060525568 18844 33554432000 1073741824 1073778376 140736005717552 140070460834856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 2.35 2.28 2.15 2/215 5797
/proc/meminfo: memFree=26582824/32872528 swapFree=1103996/1183712
[pid=5766] ppid=5763 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/5766/stat : 5766 (java) S 5763 5766 29675 0 -1 4202496 20898 0 1 0 261 14 0 0 20 0 19 0 36607139 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140736005708688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5766/statm: 2456183 26014 2266 9 0 2446860 0
[pid=5766/tid=5768] ppid=5763 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/5766/task/5768/stat : 5768 (java) S 5763 5766 29675 0 -1 4202560 2428 0 1 0 35 2 0 0 20 0 19 0 36607140 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070648210296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5769] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5769/stat : 5769 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070637271336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5770] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5770/stat : 5770 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070636218536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5771] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5771/stat : 5771 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070635166248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5766/tid=5772] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5772/stat : 5772 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070634113448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5773] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5773/stat : 5773 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070633061160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5774] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5774/stat : 5774 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070632008360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5775] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5775/stat : 5775 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070630956072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5776] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5776/stat : 5776 (java) S 5763 5766 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070629903272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5777] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5777/stat : 5777 (java) S 5763 5766 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36607142 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070472464616 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5778] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5778/stat : 5778 (java) S 5763 5766 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36607143 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070471410680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5779] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5779/stat : 5779 (java) S 5763 5766 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36607143 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070470358280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5780] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5780/stat : 5780 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607145 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070469306768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5781] ppid=5763 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/5766/task/5781/stat : 5781 (java) S 5763 5766 29675 0 -1 4202560 10462 0 0 0 82 2 0 0 20 0 19 0 36607145 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070468254392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5782] ppid=5763 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/5766/task/5782/stat : 5782 (java) S 5763 5766 29675 0 -1 4202560 6629 0 0 0 75 1 0 0 20 0 19 0 36607145 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070467201592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5783] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5783/stat : 5783 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607145 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070466149496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5784] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5784/stat : 5784 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607145 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070465096904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5788] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5788/stat : 5788 (java) S 5763 5766 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36607177 10060525568 26014 33554432000 1073741824 1073778376 140736005717552 140070460834856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 9824732

[startup+6.30084 s]
/proc/loadavg: 2.35 2.28 2.15 2/215 5818
/proc/meminfo: memFree=26491540/32872528 swapFree=1103996/1183712
[pid=5766] ppid=5763 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/5766/stat : 5766 (java) S 5763 5766 29675 0 -1 4202496 21661 0 1 0 351 26 0 0 20 0 19 0 36607139 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140736005708688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5766/statm: 2456183 44599 2283 9 0 2446860 0
[pid=5766/tid=5768] ppid=5763 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/5766/task/5768/stat : 5768 (java) S 5763 5766 29675 0 -1 4202560 2432 0 1 0 37 2 0 0 20 0 19 0 36607140 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070648210296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5769] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5769/stat : 5769 (java) S 5763 5766 29675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070637271336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5770] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5770/stat : 5770 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070636218536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5771] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5771/stat : 5771 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070635166248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5766/tid=5772] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5772/stat : 5772 (java) S 5763 5766 29675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070634113448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5773] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5773/stat : 5773 (java) S 5763 5766 29675 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070633061160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5766/tid=5774] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5774/stat : 5774 (java) S 5763 5766 29675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070632008360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5775] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5775/stat : 5775 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070630956072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5776] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5776/stat : 5776 (java) S 5763 5766 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36607141 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070629903272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5777] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5777/stat : 5777 (java) S 5763 5766 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36607142 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070472464616 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5778] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5778/stat : 5778 (java) S 5763 5766 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36607143 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070471410680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5766/tid=5779] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5779/stat : 5779 (java) S 5763 5766 29675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36607143 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070470358280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5780] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5780/stat : 5780 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607145 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070469306768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5781] ppid=5763 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/5766/task/5781/stat : 5781 (java) S 5763 5766 29675 0 -1 4202560 10892 0 0 0 93 2 0 0 20 0 19 0 36607145 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070468254392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5782] ppid=5763 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/5766/task/5782/stat : 5782 (java) S 5763 5766 29675 0 -1 4202560 6835 0 0 0 92 2 0 0 20 0 19 0 36607145 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070467201592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5783] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5783/stat : 5783 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607145 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070466149496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5784] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5784/stat : 5784 (java) S 5763 5766 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36607145 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070465096904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5788] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5788/stat : 5788 (java) S 5763 5766 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36607177 10060525568 44599 33554432000 1073741824 1073778376 140736005717552 140070460834856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=5766/tid=5780] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5780/stat : 5780 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36607145 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070469306768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5781] ppid=5763 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/5766/task/5781/stat : 5781 (java) S 5763 5766 29675 0 -1 4202560 18713 0 0 0 200 3 0 0 20 0 22 0 36607145 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070468254392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5782] ppid=5763 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/5766/task/5782/stat : 5782 (java) S 5763 5766 29675 0 -1 4202560 6841 0 0 0 114 2 0 0 20 0 22 0 36607145 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070467201592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5783] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5783/stat : 5783 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36607145 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070466149496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5784] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5784/stat : 5784 (java) S 5763 5766 29675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36607145 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070465096904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5788] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5788/stat : 5788 (java) S 5763 5766 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36607177 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070460834856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5957] ppid=5763 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/5766/task/5957/stat : 5957 (java) R 5763 5766 29675 0 -1 4202560 3 0 0 0 98 0 0 0 20 0 22 0 36611359 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070462939888 140070511481027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5958] ppid=5763 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/5766/task/5958/stat : 5958 (java) R 5763 5766 29675 0 -1 4202560 2 0 0 0 98 0 0 0 20 0 22 0 36611359 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070463993240 140070510942131 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5959] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5959/stat : 5959 (java) S 5763 5766 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36611365 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070461888168 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 47.11
Current children cumulated vsize (KiB) 9824732

[startup+44.0009 s]
/proc/loadavg: 2.40 2.30 2.16 4/218 5959
/proc/meminfo: memFree=25221008/32872528 swapFree=1103996/1183712
[pid=5766] ppid=5763 vsize=9824732 CPUtime=48.71 cores=0,2,4,6
/proc/5766/stat : 5766 (java) S 5763 5766 29675 0 -1 4202496 31486 0 1 0 4723 148 0 0 20 0 22 0 36607139 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140736005708688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5766/statm: 2456183 357697 2289 9 0 2446860 0
[pid=5766/tid=5768] ppid=5763 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/5766/task/5768/stat : 5768 (java) S 5763 5766 29675 0 -1 4202560 2460 0 1 0 101 3 0 0 20 0 22 0 36607140 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070648210296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5769] ppid=5763 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/5766/task/5769/stat : 5769 (java) S 5763 5766 29675 0 -1 4202560 66 0 0 0 12 2 0 0 20 0 22 0 36607141 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070637271336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5770] ppid=5763 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/5766/task/5770/stat : 5770 (java) S 5763 5766 29675 0 -1 4202560 35 0 0 0 9 2 0 0 20 0 22 0 36607141 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070636218536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5771] ppid=5763 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/5766/task/5771/stat : 5771 (java) S 5763 5766 29675 0 -1 4202560 56 0 0 0 9 2 0 0 20 0 22 0 36607141 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070635166248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5766/tid=5772] ppid=5763 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/5766/task/5772/stat : 5772 (java) S 5763 5766 29675 0 -1 4202560 64 0 0 0 12 4 0 0 20 0 22 0 36607141 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070634113448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5766/tid=5773] ppid=5763 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/5766/task/5773/stat : 5773 (java) S 5763 5766 29675 0 -1 4202560 86 0 0 0 13 4 0 0 20 0 22 0 36607141 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070633061160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5774] ppid=5763 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/5766/task/5774/stat : 5774 (java) S 5763 5766 29675 0 -1 4202560 52 0 0 0 10 2 0 0 20 0 22 0 36607141 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070632008360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5766/tid=5775] ppid=5763 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/5766/task/5775/stat : 5775 (java) S 5763 5766 29675 0 -1 4202560 74 0 0 0 16 4 0 0 20 0 22 0 36607141 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070630956072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5776] ppid=5763 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/5766/task/5776/stat : 5776 (java) S 5763 5766 29675 0 -1 4202560 61 0 0 0 11 3 0 0 20 0 22 0 36607141 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070629903272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5777] ppid=5763 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/5766/task/5777/stat : 5777 (java) S 5763 5766 29675 0 -1 4202560 592 0 0 0 0 4 0 0 20 0 22 0 36607142 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070472464616 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5778] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5778/stat : 5778 (java) S 5763 5766 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36607143 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070471410680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5779] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5779/stat : 5779 (java) S 5763 5766 29675 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 22 0 36607143 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070470358280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5780] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5780/stat : 5780 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36607145 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070469306768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5781] ppid=5763 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/5766/task/5781/stat : 5781 (java) S 5763 5766 29675 0 -1 4202560 18713 0 0 0 200 3 0 0 20 0 22 0 36607145 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070468254392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5782] ppid=5763 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/5766/task/5782/stat : 5782 (java) S 5763 5766 29675 0 -1 4202560 6841 0 0 0 114 2 0 0 20 0 22 0 36607145 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070467201592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5783] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5783/stat : 5783 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36607145 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070466149496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5784] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5784/stat : 5784 (java) S 5763 5766 29675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36607145 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070465096904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5788] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5788/stat : 5788 (java) S 5763 5766 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36607177 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070460834856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5957] ppid=5763 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/5766/task/5957/stat : 5957 (java) R 5763 5766 29675 0 -1 4202560 3 0 0 0 178 0 0 0 20 0 22 0 36611359 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070462938200 140070510810106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5958] ppid=5763 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/5766/task/5958/stat : 5958 (java) R 5763 5766 29675 0 -1 4202560 3 0 0 0 178 0 0 0 20 0 22 0 36611359 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070463990504 140070510902247 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5959] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5959/stat : 5959 (java) S 5763 5766 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36611365 10060525568 357697 33554432000 1073741824 1073778376 140736005717552 140070461888168 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 48.71
Current children cumulated vsize (KiB) 9824732

[startup+44.4009 s]
/proc/loadavg: 2.40 2.30 2.16 4/218 5959
/proc/meminfo: memFree=25221008/32872528 swapFree=1103996/1183712
[pid=5766] ppid=5763 vsize=9824732 CPUtime=49.58 cores=0,2,4,6
/proc/5766/stat : 5766 (java) S 5763 5766 29675 0 -1 4202496 31544 0 1 0 4807 151 0 0 20 0 22 0 36607139 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140736005708688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5766/statm: 2456183 363860 2289 9 0 2446860 0
[pid=5766/tid=5768] ppid=5763 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/5766/task/5768/stat : 5768 (java) S 5763 5766 29675 0 -1 4202560 2460 0 1 0 101 3 0 0 20 0 22 0 36607140 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070648210296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5769] ppid=5763 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/5766/task/5769/stat : 5769 (java) S 5763 5766 29675 0 -1 4202560 78 0 0 0 14 2 0 0 20 0 22 0 36607141 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070637271336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5770] ppid=5763 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/5766/task/5770/stat : 5770 (java) S 5763 5766 29675 0 -1 4202560 45 0 0 0 11 2 0 0 20 0 22 0 36607141 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070636218536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5771] ppid=5763 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/5766/task/5771/stat : 5771 (java) S 5763 5766 29675 0 -1 4202560 57 0 0 0 10 2 0 0 20 0 22 0 36607141 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070635166248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5772] ppid=5763 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/5766/task/5772/stat : 5772 (java) S 5763 5766 29675 0 -1 4202560 69 0 0 0 14 4 0 0 20 0 22 0 36607141 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070634113448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5773] ppid=5763 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/5766/task/5773/stat : 5773 (java) S 5763 5766 29675 0 -1 4202560 86 0 0 0 14 4 0 0 20 0 22 0 36607141 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070633061160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5774] ppid=5763 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/5766/task/5774/stat : 5774 (java) S 5763 5766 29675 0 -1 4202560 59 0 0 0 11 2 0 0 20 0 22 0 36607141 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070632008360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5766/tid=5775] ppid=5763 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/5766/task/5775/stat : 5775 (java) S 5763 5766 29675 0 -1 4202560 85 0 0 0 19 5 0 0 20 0 22 0 36607141 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070630956072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5776] ppid=5763 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/5766/task/5776/stat : 5776 (java) S 5763 5766 29675 0 -1 4202560 72 0 0 0 15 3 0 0 20 0 22 0 36607141 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070629903272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5777] ppid=5763 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/5766/task/5777/stat : 5777 (java) S 5763 5766 29675 0 -1 4202560 592 0 0 0 0 4 0 0 20 0 22 0 36607142 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070472464616 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5778] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5778/stat : 5778 (java) S 5763 5766 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36607143 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070471410680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5779] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5779/stat : 5779 (java) S 5763 5766 29675 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 22 0 36607143 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070470358280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5780] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5780/stat : 5780 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36607145 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070469306768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5781] ppid=5763 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/5766/task/5781/stat : 5781 (java) S 5763 5766 29675 0 -1 4202560 18713 0 0 0 200 3 0 0 20 0 22 0 36607145 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070468254392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5782] ppid=5763 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/5766/task/5782/stat : 5782 (java) S 5763 5766 29675 0 -1 4202560 6841 0 0 0 114 2 0 0 20 0 22 0 36607145 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070467201592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5783] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5783/stat : 5783 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36607145 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070466149496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5784] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5784/stat : 5784 (java) S 5763 5766 29675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36607145 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070465096904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5788] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5788/stat : 5788 (java) S 5763 5766 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36607177 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070460834856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5957] ppid=5763 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/5766/task/5957/stat : 5957 (java) R 5763 5766 29675 0 -1 4202560 3 0 0 0 213 0 0 0 20 0 22 0 36611359 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070462938112 140070511673499 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5958] ppid=5763 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/5766/task/5958/stat : 5958 (java) R 5763 5766 29675 0 -1 4202560 4 0 0 0 213 0 0 0 20 0 22 0 36611359 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070463991480 140070510902230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5959] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5959/stat : 5959 (java) S 5763 5766 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36611365 10060525568 363860 33554432000 1073741824 1073778376 140736005717552 140070461888168 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 49.58
Current children cumulated vsize (KiB) 9824732

[startup+44.8008 s]
/proc/loadavg: 2.40 2.30 2.16 4/218 5959
/proc/meminfo: memFree=25221008/32872528 swapFree=1103996/1183712
[pid=5766] ppid=5763 vsize=9824732 CPUtime=50.18 cores=0,2,4,6
/proc/5766/stat : 5766 (java) S 5763 5766 29675 0 -1 4202496 31544 0 1 0 4865 153 0 0 20 0 19 0 36607139 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140736005708688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5766/statm: 2456183 363854 2289 9 0 2446860 0
[pid=5766/tid=5768] ppid=5763 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/5766/task/5768/stat : 5768 (java) R 5763 5766 29675 0 -1 4202560 2460 0 1 0 110 3 0 0 20 0 19 0 36607140 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070648210056 140070510401474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5769] ppid=5763 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/5766/task/5769/stat : 5769 (java) S 5763 5766 29675 0 -1 4202560 78 0 0 0 14 2 0 0 20 0 19 0 36607141 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070637271336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5770] ppid=5763 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/5766/task/5770/stat : 5770 (java) S 5763 5766 29675 0 -1 4202560 45 0 0 0 11 2 0 0 20 0 19 0 36607141 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070636218536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5771] ppid=5763 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/5766/task/5771/stat : 5771 (java) S 5763 5766 29675 0 -1 4202560 57 0 0 0 10 2 0 0 20 0 19 0 36607141 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070635166248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5772] ppid=5763 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/5766/task/5772/stat : 5772 (java) S 5763 5766 29675 0 -1 4202560 69 0 0 0 14 4 0 0 20 0 19 0 36607141 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070634113448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5773] ppid=5763 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/5766/task/5773/stat : 5773 (java) S 5763 5766 29675 0 -1 4202560 86 0 0 0 14 4 0 0 20 0 19 0 36607141 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070633061160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5774] ppid=5763 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/5766/task/5774/stat : 5774 (java) S 5763 5766 29675 0 -1 4202560 59 0 0 0 11 2 0 0 20 0 19 0 36607141 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070632008360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5766/tid=5775] ppid=5763 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/5766/task/5775/stat : 5775 (java) S 5763 5766 29675 0 -1 4202560 85 0 0 0 19 5 0 0 20 0 19 0 36607141 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070630956072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5776] ppid=5763 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/5766/task/5776/stat : 5776 (java) S 5763 5766 29675 0 -1 4202560 72 0 0 0 15 3 0 0 20 0 19 0 36607141 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070629903272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5777] ppid=5763 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/5766/task/5777/stat : 5777 (java) S 5763 5766 29675 0 -1 4202560 592 0 0 0 0 4 0 0 20 0 19 0 36607142 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070472464616 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5778] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5778/stat : 5778 (java) S 5763 5766 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36607143 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070471410680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5779] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5779/stat : 5779 (java) S 5763 5766 29675 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 36607143 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070470358280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5780] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5780/stat : 5780 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607145 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070469306768 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5781] ppid=5763 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/5766/task/5781/stat : 5781 (java) S 5763 5766 29675 0 -1 4202560 18713 0 0 0 200 3 0 0 20 0 19 0 36607145 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070468254392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5766/tid=5782] ppid=5763 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/5766/task/5782/stat : 5782 (java) S 5763 5766 29675 0 -1 4202560 6841 0 0 0 114 2 0 0 20 0 19 0 36607145 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070467201592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5783] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5783/stat : 5783 (java) S 5763 5766 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36607145 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070466149496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5766/tid=5784] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5784/stat : 5784 (java) S 5763 5766 29675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36607145 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070465096904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5766/tid=5788] ppid=5763 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5766/task/5788/stat : 5788 (java) S 5763 5766 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36607177 10060525568 363854 33554432000 1073741824 1073778376 140736005717552 140070460834856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 44.8962
CPU time (s): 50.3773
CPU user time (s): 48.6946
CPU system time (s): 1.68274
CPU usage (%): 112.209
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.6946
system time used= 1.68274
maximum resident set size= 1455440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31555
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3237
involuntary context switches= 2104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.309952 second user time and 0.433934 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-19 16:13:02
IDJOB=4109997
IDBENCH=78994
IDSOLVER=2552
FILE ID=node115/4109997-1466345582
RUNJOBID= node115-1466341822-29691
PBS_JOBID= 19922037
Free space on /tmp= 71744 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.1900552735--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109997-1466345582/watcher-4109997-1466345582 -o /tmp/evaluation-result-4109997-1466345582/solver-4109997-1466345582 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466341822-29691 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109997-1466345582.wbo

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

MD5SUM BENCH= d8302a34385139d2b71dca1f77dee50d
RANDOM SEED=994811804

node115.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.103
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.20
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.103
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.103
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.103
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.103
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.103
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.103
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.103
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:        26663404 kB
Buffers:          190880 kB
Cached:           257232 kB
SwapCached:         2556 kB
Active:          3936688 kB
Inactive:         332356 kB
Active(anon):    3820932 kB
Inactive(anon):     2352 kB
Active(file):     115756 kB
Inactive(file):   330004 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       5003320 kB
Mapped:            16796 kB
Shmem:                 0 kB
Slab:             615092 kB
SReclaimable:      58852 kB
SUnreclaim:       556240 kB
KernelStack:        1776 kB
PageTables:        13832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5299788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3842048 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 node115 at 2016-06-19 16:13:47