Trace number 4109605

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 38.2772 41.3234

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224929--soft-66-100-0.wbo
MD5SUM3ff78030d7fc141241cdd1d8ac18da82
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark36.5784
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1264
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109605-1466342437.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.063s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     211
0.11/0.17	c #constraints  101
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.11/0.17	c 101 constraints processed.
0.11/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.11/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.11/0.17	c 101 constraints processed.
0.11/0.17	c objective function length is 42 literals
1.48/0.51	c And the winner is solver0
1.69/0.67	c SATISFIABLE
1.69/0.67	c OPTIMIZING...
1.69/0.67	c Got one! Elapsed wall clock time (in seconds):0.568
1.69/0.67	o 1306
1.69/0.69	c And the winner is solver0
1.80/1.18	c Got one! Elapsed wall clock time (in seconds):1.069
1.80/1.18	o 1012
1.88/1.25	c And the winner is solver0
2.17/1.68	c Got one! Elapsed wall clock time (in seconds):1.57
2.17/1.68	o 438
2.21/1.73	c And the winner is solver0
2.31/2.18	c Got one! Elapsed wall clock time (in seconds):2.071
2.31/2.18	o 437
2.31/2.19	c And the winner is solver0
2.36/2.68	c Got one! Elapsed wall clock time (in seconds):2.573
2.36/2.68	o 435
2.36/2.69	c And the winner is solver0
2.41/3.18	c Got one! Elapsed wall clock time (in seconds):3.074
2.41/3.18	o 430
2.41/3.19	c And the winner is solver0
2.41/3.68	c Got one! Elapsed wall clock time (in seconds):3.575
2.41/3.68	o 423
2.41/3.69	c And the winner is solver0
2.45/4.18	c Got one! Elapsed wall clock time (in seconds):4.075
2.45/4.18	o 407
2.45/4.20	c And the winner is solver0
2.49/4.68	c Got one! Elapsed wall clock time (in seconds):4.577
2.49/4.68	o 403
2.49/4.69	c And the winner is solver0
2.49/5.18	c Got one! Elapsed wall clock time (in seconds):5.078
2.49/5.18	o 402
2.51/5.21	c And the winner is solver0
2.55/5.68	c Got one! Elapsed wall clock time (in seconds):5.579
2.55/5.68	o 399
2.96/5.82	c cleaning 4367 clauses out of 8735 with flag 2930/8735
3.68/6.01	c And the winner is solver1
3.77/6.19	c Got one! Elapsed wall clock time (in seconds):6.08
3.77/6.19	o 390
3.79/6.22	c And the winner is solver0
3.85/6.69	c Got one! Elapsed wall clock time (in seconds):6.581
3.85/6.69	o 386
3.88/6.75	c And the winner is solver0
3.97/7.19	c Got one! Elapsed wall clock time (in seconds):7.082
3.97/7.19	o 376
3.98/7.20	c And the winner is solver0
3.98/7.69	c Got one! Elapsed wall clock time (in seconds):7.583
3.98/7.69	o 354
4.01/7.75	c And the winner is solver0
4.13/8.19	c Got one! Elapsed wall clock time (in seconds):8.084
4.13/8.19	o 349
4.14/8.22	c And the winner is solver0
4.22/8.69	c Got one! Elapsed wall clock time (in seconds):8.585
4.22/8.69	o 343
4.22/8.73	c And the winner is solver0
4.30/9.19	c Got one! Elapsed wall clock time (in seconds):9.086
4.30/9.19	o 316
4.31/9.23	c And the winner is solver0
4.38/9.69	c Got one! Elapsed wall clock time (in seconds):9.587
4.38/9.69	o 310
4.39/9.71	c And the winner is solver0
4.43/10.19	c Got one! Elapsed wall clock time (in seconds):10.088
4.43/10.19	o 309
4.43/10.22	c And the winner is solver0
4.50/10.70	c Got one! Elapsed wall clock time (in seconds):10.589
4.50/10.70	o 306
4.50/10.78	c And the winner is solver0
4.69/11.20	c Got one! Elapsed wall clock time (in seconds):11.09
4.69/11.20	o 299
4.69/11.30	c cleaning 10603 clauses out of 21205 with flag 6452/25572
5.13/11.43	c And the winner is solver0
5.21/11.70	c Got one! Elapsed wall clock time (in seconds):11.591
5.21/11.70	o 297
5.21/11.73	c And the winner is solver0
5.30/12.20	c Got one! Elapsed wall clock time (in seconds):12.092
5.30/12.20	o 296
5.30/12.21	c And the winner is solver0
5.32/12.70	c Got one! Elapsed wall clock time (in seconds):12.593
5.32/12.70	o 279
5.32/12.71	c And the winner is solver0
5.36/13.20	c Got one! Elapsed wall clock time (in seconds):13.094
5.36/13.20	o 278
5.36/13.21	c And the winner is solver0
5.41/13.70	c Got one! Elapsed wall clock time (in seconds):13.595
5.41/13.70	o 274
5.41/13.74	c And the winner is solver0
5.53/14.20	c Got one! Elapsed wall clock time (in seconds):14.096
5.53/14.20	o 271
5.53/14.22	c And the winner is solver0
5.58/14.70	c Got one! Elapsed wall clock time (in seconds):14.596
5.58/14.70	o 268
5.58/14.75	c And the winner is solver0
5.70/15.20	c Got one! Elapsed wall clock time (in seconds):15.097
5.70/15.20	o 265
5.93/15.30	c cleaning 9380 clauses out of 18770 with flag 3221/33740
6.26/15.42	c And the winner is solver0
6.53/15.70	c Got one! Elapsed wall clock time (in seconds):15.598
6.53/15.70	o 264
6.53/15.76	c And the winner is solver0
6.65/16.20	c Got one! Elapsed wall clock time (in seconds):16.099
6.65/16.20	o 263
6.65/16.27	c cleaning 7632 clauses out of 15278 with flag 3238/39628
6.65/16.29	c And the winner is solver0
6.87/16.71	c Got one! Elapsed wall clock time (in seconds):16.6
6.87/16.71	o 252
6.87/16.71	c And the winner is solver0
6.89/17.21	c Got one! Elapsed wall clock time (in seconds):17.1
6.89/17.21	o 249
6.89/17.29	c And the winner is solver0
7.06/17.71	c Got one! Elapsed wall clock time (in seconds):17.601
7.06/17.71	o 245
7.06/17.72	c And the winner is solver0
7.08/18.21	c Got one! Elapsed wall clock time (in seconds):18.102
7.08/18.21	o 243
7.08/18.29	c And the winner is solver0
7.26/18.71	c Got one! Elapsed wall clock time (in seconds):18.603
7.26/18.71	o 229
7.26/18.77	c cleaning 7345 clauses out of 14697 with flag 3318/46679
7.47/18.82	c And the winner is solver0
7.52/19.21	c Got one! Elapsed wall clock time (in seconds):19.104
7.52/19.21	o 228
7.52/19.27	c And the winner is solver0
7.66/19.71	c Got one! Elapsed wall clock time (in seconds):19.605
7.66/19.71	o 224
7.66/19.75	c And the winner is solver0
7.74/20.21	c Got one! Elapsed wall clock time (in seconds):20.106
7.74/20.21	o 220
7.90/20.32	c cleaning 7370 clauses out of 14743 with flag 9990/54070
7.90/20.36	c And the winner is solver0
8.05/20.71	c Got one! Elapsed wall clock time (in seconds):20.607
8.05/20.71	o 219
8.05/20.74	c And the winner is solver0
8.12/21.21	c Got one! Elapsed wall clock time (in seconds):21.108
8.12/21.21	o 217
8.30/21.37	c cleaning 6695 clauses out of 13396 with flag 15467/60093
8.30/21.38	c And the winner is solver0
8.48/21.71	c Got one! Elapsed wall clock time (in seconds):21.609
8.48/21.71	o 189
8.64/21.85	c And the winner is solver0
8.76/22.22	c Got one! Elapsed wall clock time (in seconds):22.11
8.76/22.22	o 177
8.76/22.26	c cleaning 5994 clauses out of 11994 with flag 3796/65386
8.76/22.27	c And the winner is solver0
8.89/22.72	c Got one! Elapsed wall clock time (in seconds):22.611
8.89/22.72	o 174
9.28/22.90	c cleaning 5722 clauses out of 11473 with flag 16174/70859
9.28/22.98	c And the winner is solver0
9.46/23.22	c Got one! Elapsed wall clock time (in seconds):23.112
9.46/23.22	o 169
9.61/23.30	c And the winner is solver0
9.66/23.72	c Got one! Elapsed wall clock time (in seconds):23.613
9.66/23.72	o 163
9.66/23.76	c cleaning 5876 clauses out of 11752 with flag 3388/76860
10.02/23.97	c cleaning 5935 clauses out of 11876 with flag 25089/82860
10.02/23.97	c And the winner is solver0
10.19/24.22	c Got one! Elapsed wall clock time (in seconds):24.114
10.19/24.22	o 162
10.36/24.36	c And the winner is solver0
10.57/24.72	c Got one! Elapsed wall clock time (in seconds):24.615
10.57/24.72	o 134
10.57/24.76	c cleaning 5676 clauses out of 11355 with flag 3509/88274
10.73/24.87	c And the winner is solver0
10.92/25.22	c Got one! Elapsed wall clock time (in seconds):25.115
10.92/25.22	o 131
10.92/25.30	c cleaning 5702 clauses out of 11404 with flag 7867/93999
11.07/25.40	c And the winner is solver0
11.28/25.72	c Got one! Elapsed wall clock time (in seconds):25.616
11.28/25.72	o 129
11.28/25.79	c cleaning 5389 clauses out of 10779 with flag 7486/99076
11.84/26.00	c cleaning 5694 clauses out of 11391 with flag 30271/105077
12.24/26.22	c cleaning 6342 clauses out of 12694 with flag 53457/112074
12.45/26.36	c And the winner is solver0
12.61/26.72	c Got one! Elapsed wall clock time (in seconds):26.617
12.61/26.72	o 109
12.61/26.77	c cleaning 6020 clauses out of 12049 with flag 3961/117771
12.95/26.92	c And the winner is solver0
13.02/27.22	c Got one! Elapsed wall clock time (in seconds):27.118
13.02/27.22	o 94
13.02/27.27	c cleaning 5921 clauses out of 11854 with flag 3591/123596
13.02/27.29	c And the winner is solver0
13.25/27.73	c Got one! Elapsed wall clock time (in seconds):27.619
13.25/27.73	o 74
13.60/27.90	c cleaning 5835 clauses out of 11678 with flag 16880/129342
13.60/27.92	c And the winner is solver0
13.68/28.23	c Got one! Elapsed wall clock time (in seconds):28.12
13.68/28.23	o 72
14.01/28.40	c cleaning 5849 clauses out of 11706 with flag 18224/135205
14.44/28.62	c cleaning 5925 clauses out of 11855 with flag 39628/141203
14.83/28.82	c And the winner is solver0
14.90/29.23	c Got one! Elapsed wall clock time (in seconds):29.127
14.90/29.23	o 71
15.23/29.46	c cleaning 8368 clauses out of 16741 with flag 20879/152014
15.63/29.69	c cleaning 7184 clauses out of 14373 with flag 45618/158014
16.24/29.96	c cleaning 7083 clauses out of 14188 with flag 75396/165013
16.83/30.27	c cleaning 7553 clauses out of 15108 with flag 109743/173016
17.63/30.62	c cleaning 8271 clauses out of 16552 with flag 150662/182013
18.43/31.04	c cleaning 9137 clauses out of 18283 with flag 201226/192015
19.44/31.51	c cleaning 10070 clauses out of 20145 with flag 255147/203014
20.45/32.04	c cleaning 11036 clauses out of 22077 with flag 303970/215017
21.65/32.62	c cleaning 12011 clauses out of 24037 with flag 359198/228013
22.85/33.28	c cleaning 13009 clauses out of 26026 with flag 419627/242013
24.45/34.01	c cleaning 14006 clauses out of 28017 with flag 489238/257013
26.06/34.81	c cleaning 15002 clauses out of 30009 with flag 556891/273013
27.65/35.69	c cleaning 16001 clauses out of 32007 with flag 634229/290013
29.87/36.73	c cleaning 17001 clauses out of 34006 with flag 717404/308013
32.07/37.82	c cleaning 18000 clauses out of 36005 with flag 805125/327014
34.47/39.00	c cleaning 18998 clauses out of 38000 with flag 898272/347013
37.35/40.47	c cleaning 19996 clauses out of 39993 with flag 993694/368013
37.96/40.79	c And the winner is solver0
38.18/41.30	c >>>>>>>>>> Solver number 0 (56 answers) <<<<<<<<<<<<<<<<<<
38.18/41.30	c starts		: 1407
38.18/41.30	c conflicts		: 373588
38.18/41.30	c decisions		: 589732
38.18/41.30	c propagations		: 9490313
38.18/41.30	c inspects		: 210895104
38.18/41.30	c shortcuts		: 0
38.18/41.30	c learnt literals	: 35
38.18/41.30	c learnt binary clauses	: 180
38.18/41.30	c learnt ternary clauses	: 1045
38.18/41.30	c learnt constraints	: 373552
38.18/41.30	c ignored constraints	: 0
38.18/41.30	c root simplifications	: 0
38.18/41.30	c removed literals (reason simplification)	: 3315032
38.18/41.30	c reason swapping (by a shorter reason)	: 0
38.18/41.30	c Calls to reduceDB	: 38
38.18/41.30	c Number of update (reduction) of LBD	: 95106
38.18/41.30	c Imported unit clauses	: 0
38.18/41.30	c number of reductions to clauses (during analyze)	: 0
38.18/41.30	c number of learned constraints concerned by reduction	: 0
38.18/41.30	c number of learning phase by resolution	: 0
38.18/41.30	c number of learning phase by cutting planes	: 0
38.18/41.30	c speed (assignments/second)	: 270256.0940881649
38.18/41.30	c non guided choices	2048
38.18/41.30	c learnt constraints type 
38.18/41.30	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
38.18/41.30	c starts		: 60
38.18/41.30	c conflicts		: 1010
38.18/41.30	c decisions		: 8491
38.18/41.30	c propagations		: 41796
38.18/41.30	c inspects		: 3504313
38.18/41.30	c shortcuts		: 0
38.18/41.30	c learnt literals	: 0
38.18/41.30	c learnt binary clauses	: 0
38.18/41.30	c learnt ternary clauses	: 0
38.18/41.30	c learnt constraints	: 968
38.18/41.30	c ignored constraints	: 0
38.18/41.30	c root simplifications	: 0
38.18/41.30	c removed literals (reason simplification)	: 0
38.18/41.30	c reason swapping (by a shorter reason)	: 0
38.18/41.30	c Calls to reduceDB	: 0
38.18/41.30	c Number of update (reduction) of LBD	: 0
38.18/41.30	c Imported unit clauses	: 0
38.18/41.30	c number of reductions to clauses (during analyze)	: 0
38.18/41.30	c number of learned constraints concerned by reduction	: 0
38.18/41.30	c number of learning phase by resolution	: 0
38.18/41.30	c number of learning phase by cutting planes	: 0
38.18/41.30	c speed (assignments/second)	: 3463.948284435604
38.18/41.30	c non guided choices	701
38.18/41.30	c learnt constraints type 
38.18/41.30	s OPTIMUM FOUND
38.18/41.30	c Found 56 solution(s)
38.18/41.30	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 
38.18/41.30	c objective function=71
38.18/41.30	c Total wall clock time (in seconds): 41.198

Verifier Data

OK	71

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

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

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


[startup+0 s]
/proc/loadavg: 2.12 1.62 0.90 4/197 1495
/proc/meminfo: memFree=30032596/32872528 swapFree=1103996/1183712
[pid=1495] ppid=1492 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1495/stat : 1495 (java) R 1492 1495 29675 0 -1 4202496 1062 0 0 0 0 0 0 0 20 0 1 0 36292644 23793664 711 33554432000 1073741824 1073778376 140733936069504 140733936058568 271778362728 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1495/statm: 5809 711 526 9 0 128 0
[pid=1495/tid=1496] ppid=1492 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1496/stat : 1496 (java) R 1492 1495 29675 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36292644 98570240 978 33554432000 1073741824 1073778376 140733936069504 139659853884968 271787574656 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 2.12 1.62 0.90 4/197 1495
/proc/meminfo: memFree=30032596/32872528 swapFree=1103996/1183712
[pid=1495] ppid=1492 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/1495/stat : 1495 (java) S 1492 1495 29675 0 -1 4202496 4543 0 1 0 10 1 0 0 20 0 18 0 36292644 9787879424 5655 33554432000 1073741824 1073778376 140733936069504 140733936060640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1495/statm: 2389619 5655 2156 9 0 2380296 0
[pid=1495/tid=1496] ppid=1492 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/1495/task/1496/stat : 1496 (java) R 1492 1495 29675 0 -1 4202560 2441 0 1 0 7 1 0 0 20 0 18 0 36292644 9787879424 5655 33554432000 1073741824 1073778376 140733936069504 139659853888416 139659860288124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200292 s]
/proc/loadavg: 2.12 1.62 0.90 4/197 1495
/proc/meminfo: memFree=30032596/32872528 swapFree=1103996/1183712
[pid=1495] ppid=1492 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/1495/stat : 1495 (java) S 1492 1495 29675 0 -1 4202496 4922 0 1 0 26 1 0 0 20 0 22 0 36292644 10060525568 7519 33554432000 1073741824 1073778376 140733936069504 140733936060640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1495/statm: 2456183 7519 2219 9 0 2446860 0
[pid=1495/tid=1496] ppid=1492 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1495/task/1496/stat : 1496 (java) S 1492 1495 29675 0 -1 4202560 2473 0 1 0 14 1 0 0 20 0 22 0 36292644 10060525568 7519 33554432000 1073741824 1073778376 140733936069504 139659853890424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.30026 s]
/proc/loadavg: 2.12 1.62 0.90 4/197 1495
/proc/meminfo: memFree=30032596/32872528 swapFree=1103996/1183712
[pid=1495] ppid=1492 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/1495/stat : 1495 (java) S 1492 1495 29675 0 -1 4202496 8276 0 1 0 66 2 0 0 20 0 22 0 36292644 10060525568 9826 33554432000 1073741824 1073778376 140733936069504 140733936060640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1495/statm: 2456183 9826 2247 9 0 2446860 0
[pid=1495/tid=1496] ppid=1492 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1495/task/1496/stat : 1496 (java) S 1492 1495 29675 0 -1 4202560 2473 0 1 0 14 1 0 0 20 0 22 0 36292644 10060525568 9826 33554432000 1073741824 1073778376 140733936069504 139659853890424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9824732

[startup+0.700237 s]
/proc/loadavg: 2.12 1.62 0.90 4/197 1495
/proc/meminfo: memFree=30032596/32872528 swapFree=1103996/1183712
[pid=1495] ppid=1492 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/1495/stat : 1495 (java) S 1492 1495 29675 0 -1 4202496 16615 0 1 0 170 7 0 0 20 0 19 0 36292644 10060525568 15947 33554432000 1073741824 1073778376 140733936069504 140733936060640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1495/statm: 2456183 15947 2257 9 0 2446860 0
[pid=1495/tid=1496] ppid=1492 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1495/task/1496/stat : 1496 (java) S 1492 1495 29675 0 -1 4202560 2473 0 1 0 14 1 0 0 20 0 19 0 36292644 10060525568 15947 33554432000 1073741824 1073778376 140733936069504 139659853890424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 2.12 1.62 0.90 2/216 1520
/proc/meminfo: memFree=29977184/32872528 swapFree=1103996/1183712
[pid=1495] ppid=1492 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/1495/stat : 1495 (java) S 1492 1495 29675 0 -1 4202496 17728 0 1 0 207 10 0 0 20 0 19 0 36292644 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 140733936060640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1495/statm: 2456183 20179 2264 9 0 2446860 0
[pid=1495/tid=1496] ppid=1492 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1495/task/1496/stat : 1496 (java) S 1492 1495 29675 0 -1 4202560 2474 0 1 0 14 1 0 0 20 0 19 0 36292644 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659853890424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1498] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1498/stat : 1498 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659792619688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1499] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1499/stat : 1499 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659791567144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1500] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1500/stat : 1500 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659790514600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1501] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1501/stat : 1501 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659789462056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1502] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1502/stat : 1502 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659788409512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1503] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1503/stat : 1503 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659692423976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1504] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1504/stat : 1504 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659691371432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1505] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1505/stat : 1505 (java) S 1492 1495 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659690318888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1506] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1506/stat : 1506 (java) S 1492 1495 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36292646 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659678120040 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1507] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1507/stat : 1507 (java) S 1492 1495 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36292647 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659677066360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1508] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1508/stat : 1508 (java) S 1492 1495 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36292647 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659676013704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1509] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1509/stat : 1509 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659674962448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1510] ppid=1492 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/1495/task/1510/stat : 1510 (java) S 1492 1495 29675 0 -1 4202560 5478 0 0 0 54 0 0 0 20 0 19 0 36292649 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659673909816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1511] ppid=1492 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/1495/task/1511/stat : 1511 (java) S 1492 1495 29675 0 -1 4202560 8416 0 0 0 53 2 0 0 20 0 19 0 36292649 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659672857272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1512] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1512/stat : 1512 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659671804920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1513] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1513/stat : 1513 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659670752584 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1517] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1517/stat : 1517 (java) S 1492 1495 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36292662 10060525568 20179 33554432000 1073741824 1073778376 140733936069504 139659666490536 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 2.11 1.63 0.91 2/216 1529
/proc/meminfo: memFree=29937412/32872528 swapFree=1103996/1183712
[pid=1495] ppid=1492 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/1495/stat : 1495 (java) S 1492 1495 29675 0 -1 4202496 17767 0 1 0 225 16 0 0 20 0 19 0 36292644 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 140733936060640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1495/statm: 2456183 26841 2266 9 0 2446860 0
[pid=1495/tid=1496] ppid=1492 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1495/task/1496/stat : 1496 (java) S 1492 1495 29675 0 -1 4202560 2475 0 1 0 14 2 0 0 20 0 19 0 36292644 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659853890424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1498] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1498/stat : 1498 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659792619688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1499] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1499/stat : 1499 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659791567144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1500] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1500/stat : 1500 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659790514600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1501] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1501/stat : 1501 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659789462056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1502] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1502/stat : 1502 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659788409512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1503] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1503/stat : 1503 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659692423976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1504] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1504/stat : 1504 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659691371432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1505] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1505/stat : 1505 (java) S 1492 1495 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659690318888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1506] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1506/stat : 1506 (java) S 1492 1495 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36292646 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659678120040 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1507] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1507/stat : 1507 (java) S 1492 1495 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36292647 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659677066360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1508] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1508/stat : 1508 (java) S 1492 1495 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36292647 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659676013704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1509] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1509/stat : 1509 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659674962448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1510] ppid=1492 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/1495/task/1510/stat : 1510 (java) S 1492 1495 29675 0 -1 4202560 5482 0 0 0 58 0 0 0 20 0 19 0 36292649 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659673909816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1511] ppid=1492 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/1495/task/1511/stat : 1511 (java) S 1492 1495 29675 0 -1 4202560 8417 0 0 0 53 2 0 0 20 0 19 0 36292649 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659672857272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1512] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1512/stat : 1512 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659671804920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1513] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1513/stat : 1513 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659670752584 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1517] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1517/stat : 1517 (java) S 1492 1495 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36292662 10060525568 26841 33554432000 1073741824 1073778376 140733936069504 139659666490536 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=21 pid=1814 uid=0 cmd=

[startup+6.30086 s]
/proc/loadavg: 2.11 1.63 0.91 2/216 1551
/proc/meminfo: memFree=29901560/32872528 swapFree=1103996/1183712
[pid=1495] ppid=1492 vsize=9824732 CPUtime=3.85 cores=1,3,5,7
/proc/1495/stat : 1495 (java) S 1492 1495 29675 0 -1 4202496 23055 0 1 0 357 28 0 0 20 0 19 0 36292644 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 140733936060640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1495/statm: 2456183 46474 2285 9 0 2446860 0
[pid=1495/tid=1496] ppid=1492 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/1495/task/1496/stat : 1496 (java) S 1492 1495 29675 0 -1 4202560 2476 0 1 0 15 2 0 0 20 0 19 0 36292644 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659853890424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1498] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1498/stat : 1498 (java) S 1492 1495 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659792619688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1499] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1499/stat : 1499 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659791567144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1500] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1500/stat : 1500 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659790514600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1501] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1501/stat : 1501 (java) S 1492 1495 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659789462056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1502] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1502/stat : 1502 (java) S 1492 1495 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659788409512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1503] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1503/stat : 1503 (java) S 1492 1495 29675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659692423976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1504] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1504/stat : 1504 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659691371432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1505] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1505/stat : 1505 (java) S 1492 1495 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36292645 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659690318888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1506] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1506/stat : 1506 (java) S 1492 1495 29675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36292646 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659678120040 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1507] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1507/stat : 1507 (java) S 1492 1495 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36292647 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659677066360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1508] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1508/stat : 1508 (java) S 1492 1495 29675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36292647 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659676013704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1509] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1509/stat : 1509 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 46474 33554432000 1073741824 1073778376 140733936069504 139659674962448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1510] ppid=1492 vsize=9824732 CPUtime=0.89 cores=1,3,5,7

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

/proc/1495/task/1507/stat : 1507 (java) S 1492 1495 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36292647 10060525568 71292 33554432000 1073741824 1073778376 140733936069504 139659677066360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1508] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1508/stat : 1508 (java) S 1492 1495 29675 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 36292647 10060525568 71292 33554432000 1073741824 1073778376 140733936069504 139659676013704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1509] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1509/stat : 1509 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36292649 10060525568 71292 33554432000 1073741824 1073778376 140733936069504 139659674962448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1510] ppid=1492 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/1495/task/1510/stat : 1510 (java) S 1492 1495 29675 0 -1 4202560 6945 0 0 0 107 0 0 0 20 0 22 0 36292649 10060525568 71292 33554432000 1073741824 1073778376 140733936069504 139659673909816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1511] ppid=1492 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/1495/task/1511/stat : 1511 (java) S 1492 1495 29675 0 -1 4202560 15245 0 0 0 127 3 0 0 20 0 22 0 36292649 10060525568 71292 33554432000 1073741824 1073778376 140733936069504 139659672857272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1512] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1512/stat : 1512 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36292649 10060525568 71292 33554432000 1073741824 1073778376 140733936069504 139659671804920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1513] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1513/stat : 1513 (java) S 1492 1495 29675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36292649 10060525568 71292 33554432000 1073741824 1073778376 140733936069504 139659670752584 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1557] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1557/stat : 1557 (java) S 1492 1495 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36293263 10060525568 71292 33554432000 1073741824 1073778376 140733936069504 139659666491048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1703] ppid=1492 vsize=9824732 CPUtime=10.61 cores=1,3,5,7
/proc/1495/task/1703/stat : 1703 (java) R 1492 1495 29675 0 -1 4202560 14 0 0 0 1061 0 0 0 20 0 22 0 36295568 10060525568 71292 33554432000 1073741824 1073778376 140733936069504 139659667542512 139659794138592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1704] ppid=1492 vsize=9824732 CPUtime=10.58 cores=1,3,5,7
/proc/1495/task/1704/stat : 1704 (java) R 1492 1495 29675 0 -1 4202560 257 0 0 0 1058 0 0 0 20 0 22 0 36295568 10060525568 71292 33554432000 1073741824 1073778376 140733936069504 139659668593936 139659794033144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1705] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1705/stat : 1705 (java) S 1492 1495 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36295568 10060525568 71292 33554432000 1073741824 1073778376 140733936069504 139659669648552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 36.51
Current children cumulated vsize (KiB) 9824732

[startup+40.8082 s]
/proc/loadavg: 2.12 1.67 0.95 5/218 1705
/proc/meminfo: memFree=29694732/32872528 swapFree=1103996/1183712
[pid=1495] ppid=1492 vsize=9824732 CPUtime=38.1 cores=1,3,5,7
/proc/1495/stat : 1495 (java) S 1492 1495 29675 0 -1 4202496 27290 0 1 0 3685 125 0 0 20 0 19 0 36292644 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 140733936060640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1495/statm: 2456183 86170 2287 9 0 2446860 0
[pid=1495/tid=1496] ppid=1492 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/1495/task/1496/stat : 1496 (java) S 1492 1495 29675 0 -1 4202560 2479 0 1 0 18 2 0 0 20 0 19 0 36292644 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659853890424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1498] ppid=1492 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/1495/task/1498/stat : 1498 (java) S 1492 1495 29675 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659792619688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1499] ppid=1492 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/1495/task/1499/stat : 1499 (java) S 1492 1495 29675 0 -1 4202560 32 0 0 0 10 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659791567144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1500] ppid=1492 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1495/task/1500/stat : 1500 (java) S 1492 1495 29675 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659790514600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1501] ppid=1492 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1495/task/1501/stat : 1501 (java) S 1492 1495 29675 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659789462056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1502] ppid=1492 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/1495/task/1502/stat : 1502 (java) S 1492 1495 29675 0 -1 4202560 51 0 0 0 9 1 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659788409512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1503] ppid=1492 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/1495/task/1503/stat : 1503 (java) S 1492 1495 29675 0 -1 4202560 30 0 0 0 9 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659692423976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1504] ppid=1492 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1495/task/1504/stat : 1504 (java) S 1492 1495 29675 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659691371432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1505] ppid=1492 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/1495/task/1505/stat : 1505 (java) S 1492 1495 29675 0 -1 4202560 48 0 0 0 10 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659690318888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1506] ppid=1492 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1495/task/1506/stat : 1506 (java) S 1492 1495 29675 0 -1 4202560 134 0 0 0 1 7 0 0 20 0 19 0 36292646 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659678120040 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1507] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1507/stat : 1507 (java) S 1492 1495 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36292647 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659677066360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1508] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1508/stat : 1508 (java) S 1492 1495 29675 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 36292647 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659676013704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1509] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1509/stat : 1509 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659674962448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1510] ppid=1492 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/1495/task/1510/stat : 1510 (java) S 1492 1495 29675 0 -1 4202560 6945 0 0 0 107 0 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659673909816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1511] ppid=1492 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/1495/task/1511/stat : 1511 (java) S 1492 1495 29675 0 -1 4202560 15245 0 0 0 127 3 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659672857272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1512] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1512/stat : 1512 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659671804920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1513] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1513/stat : 1513 (java) S 1492 1495 29675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659670752584 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1557] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1557/stat : 1557 (java) S 1492 1495 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36293263 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659666491048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 38.1
Current children cumulated vsize (KiB) 9824732

[startup+41.2008 s]
/proc/loadavg: 2.12 1.67 0.95 5/218 1705
/proc/meminfo: memFree=29694732/32872528 swapFree=1103996/1183712
[pid=1495] ppid=1492 vsize=9824732 CPUtime=38.1 cores=1,3,5,7
/proc/1495/stat : 1495 (java) S 1492 1495 29675 0 -1 4202496 27290 0 1 0 3685 125 0 0 20 0 19 0 36292644 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 140733936060640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1495/statm: 2456183 86170 2287 9 0 2446860 0
[pid=1495/tid=1496] ppid=1492 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/1495/task/1496/stat : 1496 (java) S 1492 1495 29675 0 -1 4202560 2479 0 1 0 18 2 0 0 20 0 19 0 36292644 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659853890424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1498] ppid=1492 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/1495/task/1498/stat : 1498 (java) S 1492 1495 29675 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659792619688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1499] ppid=1492 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/1495/task/1499/stat : 1499 (java) S 1492 1495 29675 0 -1 4202560 32 0 0 0 10 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659791567144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1500] ppid=1492 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1495/task/1500/stat : 1500 (java) S 1492 1495 29675 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659790514600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1501] ppid=1492 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1495/task/1501/stat : 1501 (java) S 1492 1495 29675 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659789462056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1502] ppid=1492 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/1495/task/1502/stat : 1502 (java) S 1492 1495 29675 0 -1 4202560 51 0 0 0 9 1 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659788409512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1503] ppid=1492 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/1495/task/1503/stat : 1503 (java) S 1492 1495 29675 0 -1 4202560 30 0 0 0 9 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659692423976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1504] ppid=1492 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1495/task/1504/stat : 1504 (java) S 1492 1495 29675 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659691371432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1505] ppid=1492 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/1495/task/1505/stat : 1505 (java) S 1492 1495 29675 0 -1 4202560 48 0 0 0 10 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659690318888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1506] ppid=1492 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1495/task/1506/stat : 1506 (java) S 1492 1495 29675 0 -1 4202560 134 0 0 0 1 7 0 0 20 0 19 0 36292646 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659678120040 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1507] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1507/stat : 1507 (java) S 1492 1495 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36292647 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659677066360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1508] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1508/stat : 1508 (java) S 1492 1495 29675 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 36292647 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659676013704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1509] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1509/stat : 1509 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659674962448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1510] ppid=1492 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/1495/task/1510/stat : 1510 (java) S 1492 1495 29675 0 -1 4202560 6945 0 0 0 107 0 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659673909816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1511] ppid=1492 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/1495/task/1511/stat : 1511 (java) S 1492 1495 29675 0 -1 4202560 15245 0 0 0 127 3 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659672857272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1512] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1512/stat : 1512 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659671804920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1513] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1513/stat : 1513 (java) S 1492 1495 29675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659670752584 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1557] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1557/stat : 1557 (java) S 1492 1495 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36293263 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659666491048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 38.1
Current children cumulated vsize (KiB) 9824732

[startup+41.3008 s]
/proc/loadavg: 2.12 1.67 0.95 5/218 1705
/proc/meminfo: memFree=29694732/32872528 swapFree=1103996/1183712
[pid=1495] ppid=1492 vsize=9824732 CPUtime=38.17 cores=1,3,5,7
/proc/1495/stat : 1495 (java) S 1492 1495 29675 0 -1 4202496 27290 0 1 0 3692 125 0 0 20 0 19 0 36292644 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 140733936060640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1495/statm: 2456183 86170 2287 9 0 2446860 0
[pid=1495/tid=1496] ppid=1492 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/1495/task/1496/stat : 1496 (java) R 1492 1495 29675 0 -1 4202560 2479 0 1 0 22 2 0 0 20 0 19 0 36292644 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659853890352 139659794592676 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1498] ppid=1492 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/1495/task/1498/stat : 1498 (java) S 1492 1495 29675 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659792619688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1499] ppid=1492 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/1495/task/1499/stat : 1499 (java) S 1492 1495 29675 0 -1 4202560 32 0 0 0 10 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659791567144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1500] ppid=1492 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1495/task/1500/stat : 1500 (java) S 1492 1495 29675 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659790514600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1501] ppid=1492 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1495/task/1501/stat : 1501 (java) S 1492 1495 29675 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659789462056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1502] ppid=1492 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/1495/task/1502/stat : 1502 (java) S 1492 1495 29675 0 -1 4202560 51 0 0 0 9 1 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659788409512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1503] ppid=1492 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/1495/task/1503/stat : 1503 (java) S 1492 1495 29675 0 -1 4202560 30 0 0 0 9 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659692423976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1504] ppid=1492 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1495/task/1504/stat : 1504 (java) S 1492 1495 29675 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659691371432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1505] ppid=1492 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/1495/task/1505/stat : 1505 (java) S 1492 1495 29675 0 -1 4202560 48 0 0 0 10 0 0 0 20 0 19 0 36292645 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659690318888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1506] ppid=1492 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1495/task/1506/stat : 1506 (java) S 1492 1495 29675 0 -1 4202560 134 0 0 0 1 7 0 0 20 0 19 0 36292646 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659678120040 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1507] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1507/stat : 1507 (java) S 1492 1495 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36292647 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659677066360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1508] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1508/stat : 1508 (java) S 1492 1495 29675 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 36292647 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659676013704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1509] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1509/stat : 1509 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659674962448 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1495/tid=1510] ppid=1492 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/1495/task/1510/stat : 1510 (java) S 1492 1495 29675 0 -1 4202560 6945 0 0 0 108 0 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659673909816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1511] ppid=1492 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/1495/task/1511/stat : 1511 (java) S 1492 1495 29675 0 -1 4202560 15245 0 0 0 128 3 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659672857272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1495/tid=1512] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1512/stat : 1512 (java) S 1492 1495 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659671804920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1495/tid=1513] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1513/stat : 1513 (java) S 1492 1495 29675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36292649 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659670752584 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1495/tid=1557] ppid=1492 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1495/task/1557/stat : 1557 (java) S 1492 1495 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36293263 10060525568 86170 33554432000 1073741824 1073778376 140733936069504 139659666491048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 38.17
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0100009
#  lost CPU user time (s): 0.0200002
#  lost CPU system time (s): -0.0100001

Real time (s): 41.3234
CPU time (s): 38.2772
CPU user time (s): 36.9454
CPU system time (s): 1.3318
CPU usage (%): 92.6283
Max. virtual memory (cumulated for all children) (KiB): 9826272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.9254
system time used= 1.3418
maximum resident set size= 344708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27297
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= 3519
involuntary context switches= 2248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.299954 second user time and 0.401938 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-19 15:20:37
IDJOB=4109605
IDBENCH=78867
IDSOLVER=2552
FILE ID=node115/4109605-1466342437
RUNJOBID= node115-1466341822-29692
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/wnqueen/normalized-t2001.13queen13.1111224929--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109605-1466342437/watcher-4109605-1466342437 -o /tmp/evaluation-result-4109605-1466342437/solver-4109605-1466342437 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466341822-29692 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109605-1466342437.wbo

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

MD5SUM BENCH= 3ff78030d7fc141241cdd1d8ac18da82
RANDOM SEED=1756920562

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:        30033496 kB
Buffers:          188392 kB
Cached:           255340 kB
SwapCached:         2556 kB
Active:           567276 kB
Inactive:         330400 kB
Active(anon):     453820 kB
Inactive(anon):     2352 kB
Active(file):     113456 kB
Inactive(file):   328048 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:               544 kB
Writeback:             0 kB
AnonPages:       1599360 kB
Mapped:            16768 kB
Shmem:                 0 kB
Slab:             614964 kB
SReclaimable:      58652 kB
SUnreclaim:       556312 kB
KernelStack:        1792 kB
PageTables:         8064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1970008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 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 15:21:18