Trace number 4109761

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 64.4552 45.4932

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900571761--soft-66-100-0.wbo
MD5SUMe6a38cb3cbe3360d46534c568351a60a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark37.7503
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 constraints900
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 45741
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45740
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 713
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4109761-1466343729.wbo
0.08/0.13	c reading problem ... 
0.44/0.34	c ... done. Wall clock time 0.217s.
0.44/0.34	c declared #vars     231
0.44/0.34	c internal #vars     1131
0.44/0.34	c #constraints  2707
0.44/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.44/0.35	c constraints type 
0.44/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2525
0.44/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.44/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 159
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.44/0.35	c 2707 constraints processed.
0.44/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.44/0.35	c constraints type 
0.44/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 159
0.44/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2525
0.44/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.44/0.35	c 2707 constraints processed.
0.44/0.35	c objective function length is 900 literals
0.98/0.52	c And the winner is solver0
1.46/0.85	c SATISFIABLE
1.46/0.85	c OPTIMIZING...
1.46/0.85	c Got one! Elapsed wall clock time (in seconds):0.723
1.46/0.85	o 307
1.46/0.87	c And the winner is solver0
1.67/1.36	c Got one! Elapsed wall clock time (in seconds):1.229
1.67/1.36	o 281
1.67/1.39	c And the winner is solver0
1.91/1.86	c Got one! Elapsed wall clock time (in seconds):1.736
1.91/1.86	o 280
2.03/1.91	c And the winner is solver0
2.25/2.37	c Got one! Elapsed wall clock time (in seconds):2.241
2.25/2.37	o 266
2.33/2.40	c And the winner is solver0
2.44/2.87	c Got one! Elapsed wall clock time (in seconds):2.744
2.44/2.87	o 265
2.44/2.88	c And the winner is solver0
2.46/3.38	c Got one! Elapsed wall clock time (in seconds):3.248
2.46/3.38	o 219
2.46/3.39	c And the winner is solver0
2.54/3.88	c Got one! Elapsed wall clock time (in seconds):3.751
2.54/3.88	o 214
2.57/3.91	c And the winner is solver0
2.63/4.38	c Got one! Elapsed wall clock time (in seconds):4.254
2.63/4.38	o 213
2.70/4.50	c And the winner is solver0
2.95/4.88	c Got one! Elapsed wall clock time (in seconds):4.756
2.95/4.88	o 202
2.98/4.90	c And the winner is solver0
3.05/5.39	c Got one! Elapsed wall clock time (in seconds):5.259
3.05/5.39	o 198
3.30/5.53	c And the winner is solver0
3.36/5.89	c Got one! Elapsed wall clock time (in seconds):5.761
3.36/5.89	o 196
3.37/5.91	c And the winner is solver0
3.43/6.39	c Got one! Elapsed wall clock time (in seconds):6.264
3.43/6.39	o 194
3.43/6.40	c And the winner is solver0
3.49/6.89	c Got one! Elapsed wall clock time (in seconds):6.766
3.49/6.89	o 183
3.49/6.91	c And the winner is solver0
3.54/7.40	c Got one! Elapsed wall clock time (in seconds):7.268
3.54/7.40	o 168
3.93/7.59	c And the winner is solver0
4.14/7.90	c Got one! Elapsed wall clock time (in seconds):7.77
4.14/7.90	o 167
4.14/7.91	c And the winner is solver0
4.20/8.40	c Got one! Elapsed wall clock time (in seconds):8.271
4.20/8.40	o 159
4.20/8.40	c And the winner is solver0
4.20/8.90	c Got one! Elapsed wall clock time (in seconds):8.773
4.20/8.90	o 105
4.62/9.19	c cleaning 4595 clauses out of 9190 with flag 11274/9190
5.74/9.60	c And the winner is solver0
5.76/9.90	c Got one! Elapsed wall clock time (in seconds):9.775
5.76/9.90	o 94
5.96/10.04	c cleaning 4842 clauses out of 9698 with flag 5966/14293
5.96/10.07	c And the winner is solver0
6.12/10.40	c Got one! Elapsed wall clock time (in seconds):10.277
6.12/10.40	o 80
6.12/10.44	c And the winner is solver0
6.21/10.91	c Got one! Elapsed wall clock time (in seconds):10.779
6.21/10.91	o 66
6.38/11.02	c And the winner is solver0
6.44/11.41	c Got one! Elapsed wall clock time (in seconds):11.281
6.44/11.41	o 53
7.01/11.72	c cleaning 5317 clauses out of 10645 with flag 26656/20082
8.11/12.27	c cleaning 5658 clauses out of 11328 with flag 73498/26082
8.91/12.61	c And the winner is solver0
8.98/12.91	c Got one! Elapsed wall clock time (in seconds):12.785
8.98/12.91	o 52
9.34/13.10	c cleaning 5769 clauses out of 11553 with flag 16639/31965
9.56/13.22	c And the winner is solver0
9.59/13.42	c Got one! Elapsed wall clock time (in seconds):13.289
9.59/13.42	o 50
10.40/13.84	c cleaning 5621 clauses out of 11257 with flag 32923/37438
11.42/14.35	c cleaning 5810 clauses out of 11634 with flag 84283/43436
12.80/15.04	c cleaning 6410 clauses out of 12824 with flag 153090/50436
13.42/15.37	c And the winner is solver0
13.57/15.47	c Got one! Elapsed wall clock time (in seconds):15.338
13.57/15.47	o 49
13.99/15.67	c cleaning 5896 clauses out of 11796 with flag 13830/55818
14.39/15.83	c And the winner is solver0
14.48/15.97	c Got one! Elapsed wall clock time (in seconds):15.844
14.48/15.97	o 45
14.92/16.21	c cleaning 5448 clauses out of 10904 with flag 22522/60822
15.32/16.41	c And the winner is solver0
15.32/16.48	c Got one! Elapsed wall clock time (in seconds):16.351
15.32/16.48	o 44
15.43/16.58	c And the winner is solver0
15.62/16.99	c Got one! Elapsed wall clock time (in seconds):16.859
15.62/16.99	o 43
15.83/17.17	c cleaning 5681 clauses out of 11364 with flag 15849/66730
17.31/17.80	c cleaning 5834 clauses out of 11685 with flag 72851/72732
17.51/17.91	c And the winner is solver0
17.51/17.99	c Got one! Elapsed wall clock time (in seconds):17.866
17.51/17.99	o 42
18.17/18.38	c cleaning 5535 clauses out of 11076 with flag 34077/77957
18.98/18.74	c And the winner is solver0
19.07/19.00	c Got one! Elapsed wall clock time (in seconds):18.875
19.07/19.00	o 40
19.45/19.21	c cleaning 5620 clauses out of 11253 with flag 14321/83669
20.65/19.83	c cleaning 5804 clauses out of 11632 with flag 67449/89668
21.24/20.15	c And the winner is solver0
21.37/20.51	c Got one! Elapsed wall clock time (in seconds):20.385
21.37/20.51	o 39
21.60/20.66	c And the winner is solver0
21.76/21.02	c Got one! Elapsed wall clock time (in seconds):20.896
21.76/21.02	o 38
21.90/21.16	c cleaning 5779 clauses out of 11578 with flag 10121/95418
22.98/21.65	c And the winner is solver0
23.13/22.04	c Got one! Elapsed wall clock time (in seconds):21.908
23.13/22.04	o 37
23.25/22.16	c cleaning 5540 clauses out of 11095 with flag 7203/100714
23.66/22.35	c And the winner is solver0
23.80/22.55	c Got one! Elapsed wall clock time (in seconds):22.419
23.80/22.55	o 36
24.28/22.89	c cleaning 5319 clauses out of 10646 with flag 23946/105805
25.10/23.23	c And the winner is solver0
25.19/23.56	c Got one! Elapsed wall clock time (in seconds):23.43
25.19/23.56	o 28
25.45/23.74	c cleaning 5402 clauses out of 10831 with flag 12232/111309
25.65/23.81	c And the winner is solver0
25.72/24.07	c Got one! Elapsed wall clock time (in seconds):23.943
25.72/24.07	o 26
26.36/24.45	c cleaning 5255 clauses out of 10534 with flag 31373/116414
26.36/24.45	c And the winner is solver0
26.50/24.58	c Got one! Elapsed wall clock time (in seconds):24.457
26.50/24.58	o 23
27.11/24.97	c And the winner is solver0
27.31/25.10	c Got one! Elapsed wall clock time (in seconds):24.972
27.31/25.10	o 20
27.48/25.21	c cleaning 5462 clauses out of 10930 with flag 6245/122065
28.16/25.55	c And the winner is solver0
28.32/25.62	c Got one! Elapsed wall clock time (in seconds):25.488
28.32/25.62	o 11
28.46/25.78	c cleaning 5529 clauses out of 11074 with flag 10412/127671
29.67/26.34	c cleaning 5766 clauses out of 11552 with flag 54481/133678
30.09/26.52	c And the winner is solver0
30.14/26.64	c Got one! Elapsed wall clock time (in seconds):26.508
30.14/26.64	o 8
30.64/26.94	c cleaning 5424 clauses out of 10850 with flag 20648/138742
31.24/27.28	c And the winner is solver0
31.45/27.65	c Got one! Elapsed wall clock time (in seconds):27.527
31.45/27.65	o 7
31.71/27.88	c cleaning 5534 clauses out of 11080 with flag 14674/144396
32.91/28.44	c cleaning 5764 clauses out of 11544 with flag 59052/150394
34.12/29.09	c cleaning 6387 clauses out of 12784 with flag 106812/157398
35.73/29.89	c cleaning 7197 clauses out of 14394 with flag 168455/165395
38.00/30.92	c cleaning 8092 clauses out of 16195 with flag 237224/174394
38.18/31.08	c And the winner is solver0
38.36/31.18	c Got one! Elapsed wall clock time (in seconds):31.054
38.36/31.18	o 6
39.17/31.63	c cleaning 6786 clauses out of 13576 with flag 27952/179867
40.37/32.25	c cleaning 6394 clauses out of 12791 with flag 72249/185868
41.76/32.93	c cleaning 6696 clauses out of 13398 with flag 117030/192869
43.36/33.76	c cleaning 7347 clauses out of 14700 with flag 169191/200867
44.38/34.21	c And the winner is solver0
44.41/34.71	c Got one! Elapsed wall clock time (in seconds):34.578
44.41/34.71	o 5
44.56/34.84	c cleaning 6371 clauses out of 12747 with flag 5540/206261
45.76/35.40	c cleaning 6179 clauses out of 12375 with flag 39230/212260
47.23/36.11	c cleaning 6590 clauses out of 13194 with flag 75691/219258
47.64/36.37	c And the winner is solver0
47.80/36.73	c Got one! Elapsed wall clock time (in seconds):36.604
47.80/36.73	o 3
48.30/37.03	c cleaning 6229 clauses out of 12471 with flag 16397/225125
49.31/37.51	c cleaning 6118 clauses out of 12245 with flag 46980/231128
50.29/38.03	c cleaning 6557 clauses out of 13124 with flag 81383/238125
50.49/38.17	c And the winner is solver0
50.67/38.26	c Got one! Elapsed wall clock time (in seconds):38.132
50.67/38.26	o 2
51.35/38.62	c cleaning 6223 clauses out of 12455 with flag 17804/244013
52.33/39.11	c cleaning 6112 clauses out of 12232 with flag 44492/250013
53.35/39.65	c cleaning 6558 clauses out of 13122 with flag 78085/257015
54.53/40.27	c cleaning 7275 clauses out of 14563 with flag 113346/265014
55.75/40.89	c cleaning 8137 clauses out of 16289 with flag 157191/274015
57.33/41.63	c cleaning 9073 clauses out of 18154 with flag 200933/284019
59.33/42.61	c cleaning 10034 clauses out of 20075 with flag 246935/295013
61.14/43.57	c cleaning 11014 clauses out of 22037 with flag 289511/307013
63.34/44.64	c cleaning 12006 clauses out of 24015 with flag 338595/320013
63.99/44.99	c And the winner is solver0
64.32/45.48	c >>>>>>>>>> Solver number 0 (45 answers) <<<<<<<<<<<<<<<<<<
64.32/45.48	c starts		: 527
64.32/45.48	c conflicts		: 325149
64.32/45.48	c decisions		: 556351
64.32/45.48	c propagations		: 21696883
64.32/45.48	c inspects		: 379442435
64.32/45.48	c shortcuts		: 0
64.32/45.48	c learnt literals	: 35
64.32/45.48	c learnt binary clauses	: 295
64.32/45.48	c learnt ternary clauses	: 1651
64.32/45.48	c learnt constraints	: 325113
64.32/45.48	c ignored constraints	: 0
64.32/45.48	c root simplifications	: 0
64.32/45.48	c removed literals (reason simplification)	: 2331513
64.32/45.48	c reason swapping (by a shorter reason)	: 0
64.32/45.48	c Calls to reduceDB	: 48
64.32/45.48	c Number of update (reduction) of LBD	: 154828
64.32/45.48	c Imported unit clauses	: 0
64.32/45.48	c number of reductions to clauses (during analyze)	: 0
64.32/45.48	c number of learned constraints concerned by reduction	: 0
64.32/45.48	c number of learning phase by resolution	: 0
64.32/45.48	c number of learning phase by cutting planes	: 0
64.32/45.48	c speed (assignments/second)	: 480859.97650761285
64.32/45.48	c non guided choices	5584
64.32/45.48	c learnt constraints type 
64.32/45.48	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
64.32/45.48	c starts		: 68
64.32/45.48	c conflicts		: 3859
64.32/45.48	c decisions		: 43798
64.32/45.48	c propagations		: 209543
64.32/45.48	c inspects		: 41177046
64.32/45.48	c shortcuts		: 0
64.32/45.48	c learnt literals	: 0
64.32/45.48	c learnt binary clauses	: 0
64.32/45.48	c learnt ternary clauses	: 0
64.32/45.48	c learnt constraints	: 3837
64.32/45.48	c ignored constraints	: 0
64.32/45.48	c root simplifications	: 0
64.32/45.48	c removed literals (reason simplification)	: 0
64.32/45.48	c reason swapping (by a shorter reason)	: 0
64.32/45.48	c Calls to reduceDB	: 0
64.32/45.48	c Number of update (reduction) of LBD	: 0
64.32/45.48	c Imported unit clauses	: 0
64.32/45.48	c number of reductions to clauses (during analyze)	: 0
64.32/45.48	c number of learned constraints concerned by reduction	: 0
64.32/45.48	c number of learning phase by resolution	: 0
64.32/45.48	c number of learning phase by cutting planes	: 0
64.32/45.48	c speed (assignments/second)	: 29310.812701077073
64.32/45.48	c non guided choices	4870
64.32/45.48	c learnt constraints type 
64.32/45.48	s OPTIMUM FOUND
64.32/45.48	c Found 44 solution(s)
64.32/45.48	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 
64.32/45.48	c objective function=2
64.32/45.48	c Total wall clock time (in seconds): 45.351

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

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

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


[startup+0 s]
/proc/loadavg: 1.73 1.96 1.72 2/194 23546
/proc/meminfo: memFree=31338152/32872528 swapFree=190484/190484
[pid=23546] ppid=23543 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/23546/stat : 23546 (java) D 23543 23546 21743 0 -1 4202496 170 0 0 0 0 0 0 0 20 0 1 0 36423391 2560000 46 33554432000 1073741824 1073778376 140735775930208 140735775927336 249640873255 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/23546/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 1.73 1.96 1.72 2/194 23546
/proc/meminfo: memFree=31338152/32872528 swapFree=190484/190484
[pid=23546] ppid=23543 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/23546/stat : 23546 (java) S 23543 23546 21743 0 -1 4202496 4294 0 1 0 7 1 0 0 20 0 18 0 36423391 9787879424 5418 33554432000 1073741824 1073778376 140735859161856 140735859152992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23546/statm: 2389619 5421 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 1.73 1.96 1.72 2/194 23546
/proc/meminfo: memFree=31338152/32872528 swapFree=190484/190484
[pid=23546] ppid=23543 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/23546/stat : 23546 (java) S 23543 23546 21743 0 -1 4202496 4679 0 1 0 21 1 0 0 20 0 18 0 36423391 9787879424 6784 33554432000 1073741824 1073778376 140735859161856 140735859152992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23546/statm: 2389619 6784 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300237 s]
/proc/loadavg: 1.73 1.96 1.72 2/194 23546
/proc/meminfo: memFree=31338152/32872528 swapFree=190484/190484
[pid=23546] ppid=23543 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/23546/stat : 23546 (java) S 23543 23546 21743 0 -1 4202496 5645 0 1 0 43 1 0 0 20 0 18 0 36423391 9787879424 8387 33554432000 1073741824 1073778376 140735859161856 140735859152992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23546/statm: 2389619 8387 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700308 s]
/proc/loadavg: 1.73 1.96 1.72 2/194 23546
/proc/meminfo: memFree=31338152/32872528 swapFree=190484/190484
[pid=23546] ppid=23543 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/23546/stat : 23546 (java) S 23543 23546 21743 0 -1 4202496 13080 0 1 0 139 5 0 0 20 0 19 0 36423391 10060525568 13726 33554432000 1073741824 1073778376 140735859161856 140735859152992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23546/statm: 2456183 13726 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 1.73 1.96 1.72 1/213 23577
/proc/meminfo: memFree=31272712/32872528 swapFree=190484/190484
[pid=23546] ppid=23543 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/23546/stat : 23546 (java) S 23543 23546 21743 0 -1 4202496 17926 0 1 0 181 10 0 0 20 0 19 0 36423391 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 140735859152992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23546/statm: 2456183 18003 2262 9 0 2446860 0
[pid=23546/tid=23548] ppid=23543 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/23546/task/23548/stat : 23548 (java) S 23543 23546 21743 0 -1 4202560 2427 0 1 0 31 1 0 0 20 0 19 0 36423392 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139936238060408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23549] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23549/stat : 23549 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139936210512680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23550] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23550/stat : 23550 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139936080112296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23551] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23551/stat : 23551 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139936079060008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23552] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23552/stat : 23552 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139936078007208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23546/tid=23553] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23553/stat : 23553 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139936076953896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23554] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23554/stat : 23554 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139936075901096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23546/tid=23555] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23555/stat : 23555 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139935738751528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23556] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23556/stat : 23556 (java) S 23543 23546 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139935737698728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23557] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23557/stat : 23557 (java) S 23543 23546 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36423395 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139935725501160 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23558] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23558/stat : 23558 (java) S 23543 23546 21743 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36423396 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139935724447224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23559] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23559/stat : 23559 (java) S 23543 23546 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423396 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139935723394824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23560] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23560/stat : 23560 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139935722343312 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23561] ppid=23543 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/23546/task/23561/stat : 23561 (java) S 23543 23546 21743 0 -1 4202560 8316 0 0 0 54 2 0 0 20 0 19 0 36423398 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139935721289912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23562] ppid=23543 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/23546/task/23562/stat : 23562 (java) S 23543 23546 21743 0 -1 4202560 5837 0 0 0 57 1 0 0 20 0 19 0 36423398 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139935720237112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23546/tid=23563] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23563/stat : 23563 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139935719185016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23564] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23564/stat : 23564 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139935718132424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23570] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23570/stat : 23570 (java) S 23543 23546 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423427 10060525568 18003 33554432000 1073741824 1073778376 140735859161856 139935713920552 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 1.73 1.96 1.72 1/213 23589
/proc/meminfo: memFree=31255436/32872528 swapFree=190484/190484
[pid=23546] ppid=23543 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/23546/stat : 23546 (java) S 23543 23546 21743 0 -1 4202496 19062 0 1 0 232 14 0 0 20 0 19 0 36423391 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 140735859152992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23546/statm: 2456183 24195 2265 9 0 2446860 0
[pid=23546/tid=23548] ppid=23543 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/23546/task/23548/stat : 23548 (java) S 23543 23546 21743 0 -1 4202560 2429 0 1 0 32 1 0 0 20 0 19 0 36423392 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139936238060408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23549] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23549/stat : 23549 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139936210512680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23550] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23550/stat : 23550 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139936080112296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23551] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23551/stat : 23551 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139936079060008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23552] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23552/stat : 23552 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139936078007208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23546/tid=23553] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23553/stat : 23553 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139936076953896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23554] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23554/stat : 23554 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139936075901096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23546/tid=23555] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23555/stat : 23555 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139935738751528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23556] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23556/stat : 23556 (java) S 23543 23546 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139935737698728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23557] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23557/stat : 23557 (java) S 23543 23546 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36423395 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139935725501160 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23558] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23558/stat : 23558 (java) S 23543 23546 21743 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36423396 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139935724447224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23559] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23559/stat : 23559 (java) S 23543 23546 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423396 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139935723394824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23560] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23560/stat : 23560 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139935722343312 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23561] ppid=23543 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/23546/task/23561/stat : 23561 (java) S 23543 23546 21743 0 -1 4202560 9376 0 0 0 74 2 0 0 20 0 19 0 36423398 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139935721289912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23562] ppid=23543 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/23546/task/23562/stat : 23562 (java) S 23543 23546 21743 0 -1 4202560 5882 0 0 0 76 1 0 0 20 0 19 0 36423398 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139935720237112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23546/tid=23563] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23563/stat : 23563 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139935719185016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23564] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23564/stat : 23564 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139935718132424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23570] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23570/stat : 23570 (java) S 23543 23546 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423427 10060525568 24195 33554432000 1073741824 1073778376 140735859161856 139935713920552 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30084 s]
/proc/loadavg: 1.75 1.96 1.72 5/219 23628
/proc/meminfo: memFree=31131580/32872528 swapFree=190484/190484
[pid=23546] ppid=23543 vsize=9824732 CPUtime=3.43 cores=1,3,5,7
/proc/23546/stat : 23546 (java) S 23543 23546 21743 0 -1 4202496 19292 0 1 0 316 27 0 0 20 0 19 0 36423391 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 140735859152992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23546/statm: 2456183 43079 2283 9 0 2446860 0
[pid=23546/tid=23548] ppid=23543 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/23546/task/23548/stat : 23548 (java) S 23543 23546 21743 0 -1 4202560 2431 0 1 0 33 2 0 0 20 0 19 0 36423392 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139936238060408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23549] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23549/stat : 23549 (java) S 23543 23546 21743 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139936210512680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23550] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23550/stat : 23550 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139936080112296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23551] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23551/stat : 23551 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139936079060008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23552] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23552/stat : 23552 (java) S 23543 23546 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139936078007208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23546/tid=23553] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23553/stat : 23553 (java) S 23543 23546 21743 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139936076953896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23554] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23554/stat : 23554 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139936075901096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23546/tid=23555] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23555/stat : 23555 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139935738751528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23556] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23556/stat : 23556 (java) S 23543 23546 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423394 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139935737698728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23557] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23557/stat : 23557 (java) S 23543 23546 21743 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36423395 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139935725501160 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23558] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23558/stat : 23558 (java) S 23543 23546 21743 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 36423396 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139935724447224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23559] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23559/stat : 23559 (java) S 23543 23546 21743 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36423396 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139935723394824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23560] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23560/stat : 23560 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139935722343312 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23561] ppid=23543 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/23546/task/23561/stat : 23561 (java) S 23543 23546 21743 0 -1 4202560 9476 0 0 0 91 2 0 0 20 0 19 0 36423398 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139935721289912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23562] ppid=23543 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/23546/task/23562/stat : 23562 (java) S 23543 23546 21743 0 -1 4202560 5883 0 0 0 81 2 0 0 20 0 19 0 36423398 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139935720237112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23546/tid=23563] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23563/stat : 23563 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139935719185016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23564] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23564/stat : 23564 (java) S 23543 23546 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139935718132424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23570] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23570/stat : 23570 (java) S 23543 23546 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423427 10060525568 43079 33554432000 1073741824 1073778376 140735859161856 139935713920552 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 9824732

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

[pid=23546/tid=23557] ppid=23543 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23546/task/23557/stat : 23557 (java) S 23543 23546 21743 0 -1 4202560 1231 0 0 0 2 8 0 0 20 0 22 0 36423395 10060525568 568777 33554432000 1073741824 1073778376 140735859161856 139935725501160 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23558] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23558/stat : 23558 (java) S 23543 23546 21743 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 36423396 10060525568 568777 33554432000 1073741824 1073778376 140735859161856 139935724447224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23559] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23559/stat : 23559 (java) S 23543 23546 21743 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 36423396 10060525568 568777 33554432000 1073741824 1073778376 140735859161856 139935723394824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23560] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23560/stat : 23560 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36423398 10060525568 568777 33554432000 1073741824 1073778376 140735859161856 139935722343312 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23561] ppid=23543 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/23546/task/23561/stat : 23561 (java) S 23543 23546 21743 0 -1 4202560 11359 0 0 0 134 2 0 0 20 0 22 0 36423398 10060525568 568777 33554432000 1073741824 1073778376 140735859161856 139935721289912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23562] ppid=23543 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/23546/task/23562/stat : 23562 (java) S 23543 23546 21743 0 -1 4202560 5898 0 0 0 108 2 0 0 20 0 22 0 36423398 10060525568 568777 33554432000 1073741824 1073778376 140735859161856 139935720237112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23563] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23563/stat : 23563 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36423398 10060525568 568777 33554432000 1073741824 1073778376 140735859161856 139935719185016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23564] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23564/stat : 23564 (java) S 23543 23546 21743 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36423398 10060525568 568777 33554432000 1073741824 1073778376 140735859161856 139935718132424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23570] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23570/stat : 23570 (java) S 23543 23546 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36423427 10060525568 568777 33554432000 1073741824 1073778376 140735859161856 139935713920552 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23901] ppid=23543 vsize=9824732 CPUtime=4.88 cores=1,3,5,7
/proc/23546/task/23901/stat : 23901 (java) R 23543 23546 21743 0 -1 4202560 4 0 0 0 488 0 0 0 20 0 22 0 36427220 10060525568 568777 33554432000 1073741824 1073778376 140735859161856 139935716024472 139936091683237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23546/tid=23902] ppid=23543 vsize=9824732 CPUtime=4.88 cores=1,3,5,7
/proc/23546/task/23902/stat : 23902 (java) R 23543 23546 21743 0 -1 4202560 240 0 0 0 482 6 0 0 20 0 22 0 36427220 10060525568 568777 33554432000 1073741824 1073778376 140735859161856 139935717077464 139936091918336 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23903] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23903/stat : 23903 (java) S 23543 23546 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36427224 10060525568 568777 33554432000 1073741824 1073778376 140735859161856 139935714972712 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 60.55
Current children cumulated vsize (KiB) 9824732

[startup+44.801 s]
/proc/loadavg: 2.38 2.09 1.77 7/219 23939
/proc/meminfo: memFree=28777216/32872528 swapFree=190484/190484
[pid=23546] ppid=23543 vsize=9824732 CPUtime=63.79 cores=1,3,5,7
/proc/23546/stat : 23546 (java) S 23543 23546 21743 0 -1 4202496 25066 0 1 0 6228 151 0 0 20 0 22 0 36423391 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 140735859152992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23546/statm: 2456183 685407 2288 9 0 2446860 0
[pid=23546/tid=23548] ppid=23543 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/23546/task/23548/stat : 23548 (java) S 23543 23546 21743 0 -1 4202560 2437 0 1 0 66 2 0 0 20 0 22 0 36423392 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139936238060408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23549] ppid=23543 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23546/task/23549/stat : 23549 (java) S 23543 23546 21743 0 -1 4202560 104 0 0 0 11 4 0 0 20 0 22 0 36423394 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139936210512680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23550] ppid=23543 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23546/task/23550/stat : 23550 (java) S 23543 23546 21743 0 -1 4202560 133 0 0 0 13 4 0 0 20 0 22 0 36423394 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139936080112296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23551] ppid=23543 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/23546/task/23551/stat : 23551 (java) S 23543 23546 21743 0 -1 4202560 127 0 0 0 15 4 0 0 20 0 22 0 36423394 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139936079060008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23552] ppid=23543 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23546/task/23552/stat : 23552 (java) S 23543 23546 21743 0 -1 4202560 74 0 0 0 11 3 0 0 20 0 22 0 36423394 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139936078007208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23553] ppid=23543 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23546/task/23553/stat : 23553 (java) S 23543 23546 21743 0 -1 4202560 118 0 0 0 14 3 0 0 20 0 22 0 36423394 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139936076953896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23554] ppid=23543 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/23546/task/23554/stat : 23554 (java) S 23543 23546 21743 0 -1 4202560 112 0 0 0 14 4 0 0 20 0 22 0 36423394 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139936075901096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23555] ppid=23543 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23546/task/23555/stat : 23555 (java) S 23543 23546 21743 0 -1 4202560 82 0 0 0 14 3 0 0 20 0 22 0 36423394 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935738751528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23556] ppid=23543 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23546/task/23556/stat : 23556 (java) S 23543 23546 21743 0 -1 4202560 76 0 0 0 11 3 0 0 20 0 22 0 36423394 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935737698728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23557] ppid=23543 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23546/task/23557/stat : 23557 (java) S 23543 23546 21743 0 -1 4202560 1231 0 0 0 2 8 0 0 20 0 22 0 36423395 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935725501160 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23558] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23558/stat : 23558 (java) S 23543 23546 21743 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 36423396 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935724447224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23559] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23559/stat : 23559 (java) S 23543 23546 21743 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 36423396 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935723394824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23560] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23560/stat : 23560 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36423398 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935722343312 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23561] ppid=23543 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/23546/task/23561/stat : 23561 (java) S 23543 23546 21743 0 -1 4202560 11359 0 0 0 134 2 0 0 20 0 22 0 36423398 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935721289912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23562] ppid=23543 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/23546/task/23562/stat : 23562 (java) S 23543 23546 21743 0 -1 4202560 5898 0 0 0 108 2 0 0 20 0 22 0 36423398 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935720237112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23563] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23563/stat : 23563 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36423398 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935719185016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23564] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23564/stat : 23564 (java) S 23543 23546 21743 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36423398 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935718132424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23570] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23570/stat : 23570 (java) S 23543 23546 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36423427 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935713920552 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23901] ppid=23543 vsize=9824732 CPUtime=6.44 cores=1,3,5,7
/proc/23546/task/23901/stat : 23901 (java) R 23543 23546 21743 0 -1 4202560 4 0 0 0 644 0 0 0 20 0 22 0 36427220 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935716022760 139936091681767 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23546/tid=23902] ppid=23543 vsize=9824732 CPUtime=6.44 cores=1,3,5,7
/proc/23546/task/23902/stat : 23902 (java) R 23543 23546 21743 0 -1 4202560 464 0 0 0 632 12 0 0 20 0 22 0 36427220 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935717076912 139936091643936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23903] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23903/stat : 23903 (java) S 23543 23546 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36427224 10060525568 685407 33554432000 1073741824 1073778376 140735859161856 139935714972712 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 63.79
Current children cumulated vsize (KiB) 9824732

[startup+45.208 s]
/proc/loadavg: 2.38 2.09 1.77 1/213 23945
/proc/meminfo: memFree=28540836/32872528 swapFree=190484/190484
[pid=23546] ppid=23543 vsize=9824732 CPUtime=64.2 cores=1,3,5,7
/proc/23546/stat : 23546 (java) S 23543 23546 21743 0 -1 4202496 25067 0 1 0 6267 153 0 0 20 0 19 0 36423391 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 140735859152992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23546/statm: 2456183 685400 2288 9 0 2446860 0
[pid=23546/tid=23548] ppid=23543 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/23546/task/23548/stat : 23548 (java) S 23543 23546 21743 0 -1 4202560 2437 0 1 0 66 2 0 0 20 0 19 0 36423392 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936238060408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23549] ppid=23543 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23546/task/23549/stat : 23549 (java) S 23543 23546 21743 0 -1 4202560 104 0 0 0 11 4 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936210512680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23550] ppid=23543 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23546/task/23550/stat : 23550 (java) S 23543 23546 21743 0 -1 4202560 133 0 0 0 13 4 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936080112296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23551] ppid=23543 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/23546/task/23551/stat : 23551 (java) S 23543 23546 21743 0 -1 4202560 127 0 0 0 15 4 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936079060008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23552] ppid=23543 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23546/task/23552/stat : 23552 (java) S 23543 23546 21743 0 -1 4202560 74 0 0 0 11 3 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936078007208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23553] ppid=23543 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23546/task/23553/stat : 23553 (java) S 23543 23546 21743 0 -1 4202560 118 0 0 0 14 3 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936076953896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23554] ppid=23543 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/23546/task/23554/stat : 23554 (java) S 23543 23546 21743 0 -1 4202560 112 0 0 0 14 4 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936075901096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23555] ppid=23543 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23546/task/23555/stat : 23555 (java) S 23543 23546 21743 0 -1 4202560 82 0 0 0 14 3 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935738751528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23556] ppid=23543 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23546/task/23556/stat : 23556 (java) S 23543 23546 21743 0 -1 4202560 76 0 0 0 11 3 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935737698728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23557] ppid=23543 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23546/task/23557/stat : 23557 (java) S 23543 23546 21743 0 -1 4202560 1231 0 0 0 2 8 0 0 20 0 19 0 36423395 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935725501160 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23558] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23558/stat : 23558 (java) S 23543 23546 21743 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 36423396 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935724447224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23559] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23559/stat : 23559 (java) S 23543 23546 21743 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 36423396 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935723394824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23560] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23560/stat : 23560 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935722343312 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23561] ppid=23543 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/23546/task/23561/stat : 23561 (java) S 23543 23546 21743 0 -1 4202560 11359 0 0 0 134 2 0 0 20 0 19 0 36423398 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935721289912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23562] ppid=23543 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/23546/task/23562/stat : 23562 (java) S 23543 23546 21743 0 -1 4202560 5898 0 0 0 108 2 0 0 20 0 19 0 36423398 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935720237112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23563] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23563/stat : 23563 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935719185016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23564] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23564/stat : 23564 (java) S 23543 23546 21743 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935718132424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23570] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23570/stat : 23570 (java) S 23543 23546 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423427 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935713920552 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 64.2
Current children cumulated vsize (KiB) 9824732

[startup+45.4007 s]
/proc/loadavg: 2.38 2.09 1.77 1/213 23945
/proc/meminfo: memFree=28540836/32872528 swapFree=190484/190484
[pid=23546] ppid=23543 vsize=9824732 CPUtime=64.32 cores=1,3,5,7
/proc/23546/stat : 23546 (java) S 23543 23546 21743 0 -1 4202496 25067 0 1 0 6279 153 0 0 20 0 19 0 36423391 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 140735859152992 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23546/statm: 2456183 685400 2288 9 0 2446860 0
[pid=23546/tid=23548] ppid=23543 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/23546/task/23548/stat : 23548 (java) R 23543 23546 21743 0 -1 4202560 2437 0 1 0 76 2 0 0 20 0 19 0 36423392 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936238060168 139936091346882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23549] ppid=23543 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23546/task/23549/stat : 23549 (java) S 23543 23546 21743 0 -1 4202560 104 0 0 0 11 4 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936210512680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23550] ppid=23543 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23546/task/23550/stat : 23550 (java) S 23543 23546 21743 0 -1 4202560 133 0 0 0 13 4 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936080112296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23551] ppid=23543 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/23546/task/23551/stat : 23551 (java) S 23543 23546 21743 0 -1 4202560 127 0 0 0 15 4 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936079060008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23552] ppid=23543 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23546/task/23552/stat : 23552 (java) S 23543 23546 21743 0 -1 4202560 74 0 0 0 11 3 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936078007208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23553] ppid=23543 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23546/task/23553/stat : 23553 (java) S 23543 23546 21743 0 -1 4202560 118 0 0 0 14 3 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936076953896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23554] ppid=23543 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/23546/task/23554/stat : 23554 (java) S 23543 23546 21743 0 -1 4202560 112 0 0 0 14 4 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139936075901096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23555] ppid=23543 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23546/task/23555/stat : 23555 (java) S 23543 23546 21743 0 -1 4202560 82 0 0 0 14 3 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935738751528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23556] ppid=23543 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23546/task/23556/stat : 23556 (java) S 23543 23546 21743 0 -1 4202560 76 0 0 0 11 3 0 0 20 0 19 0 36423394 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935737698728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23557] ppid=23543 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23546/task/23557/stat : 23557 (java) S 23543 23546 21743 0 -1 4202560 1231 0 0 0 2 8 0 0 20 0 19 0 36423395 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935725501160 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23558] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23558/stat : 23558 (java) S 23543 23546 21743 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 36423396 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935724447224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23559] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23559/stat : 23559 (java) S 23543 23546 21743 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 36423396 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935723394824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23560] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23560/stat : 23560 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935722343312 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23546/tid=23561] ppid=23543 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/23546/task/23561/stat : 23561 (java) S 23543 23546 21743 0 -1 4202560 11359 0 0 0 135 2 0 0 20 0 19 0 36423398 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935721289912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23562] ppid=23543 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/23546/task/23562/stat : 23562 (java) S 23543 23546 21743 0 -1 4202560 5898 0 0 0 108 2 0 0 20 0 19 0 36423398 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935720237112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23563] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23563/stat : 23563 (java) S 23543 23546 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935719185016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23546/tid=23564] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23564/stat : 23564 (java) S 23543 23546 21743 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36423398 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935718132424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23546/tid=23570] ppid=23543 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23546/task/23570/stat : 23570 (java) S 23543 23546 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423427 10060525568 685400 33554432000 1073741824 1073778376 140735859161856 139935713920552 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 64.32
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 45.4932
CPU time (s): 64.4552
CPU user time (s): 62.7925
CPU system time (s): 1.66275
CPU usage (%): 141.681
Max. virtual memory (cumulated for all children) (KiB): 9825980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.7925
system time used= 1.66275
maximum resident set size= 2754364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25078
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= 3063
involuntary context switches= 1690

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

The end

Launcher Data

Begin job on node102 at 2016-06-19 15:42:09
IDJOB=4109761
IDBENCH=78916
IDSOLVER=2552
FILE ID=node102/4109761-1466343729
RUNJOBID= node102-1466341826-21760
PBS_JOBID= 19922046
Free space on /tmp= 71728 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.1900571761--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109761-1466343729/watcher-4109761-1466343729 -o /tmp/evaluation-result-4109761-1466343729/solver-4109761-1466343729 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466341826-21760 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109761-1466343729.wbo

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

MD5SUM BENCH= e6a38cb3cbe3360d46534c568351a60a
RANDOM SEED=1729321368

node102.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.746
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.49
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.746
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.746
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.56
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.746
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.746
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.746
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.746
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		: 2666.746
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31338524 kB
Buffers:          172324 kB
Cached:           269672 kB
SwapCached:         2092 kB
Active:           274936 kB
Inactive:         326640 kB
Active(anon):     159028 kB
Inactive(anon):     3036 kB
Active(file):     115908 kB
Inactive(file):   323604 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:              1760 kB
Writeback:             0 kB
AnonPages:        340684 kB
Mapped:            17096 kB
Shmem:                 0 kB
Slab:             611280 kB
SReclaimable:      54784 kB
SUnreclaim:       556496 kB
KernelStack:        1584 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     882492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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= 71728 MiB
End job on node102 at 2016-06-19 15:42:54