Trace number 4109305

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.05 1809.43

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213670--soft-66-100-0.wbo
MD5SUM5705deccd297dab8064630be22206ee7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark16.1555
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109305-1466341855.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.063s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     197
0.10/0.17	c #constraints  101
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.18	c 101 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 28 literals
1.85/0.67	c And the winner is solver1
1.85/0.68	c SATISFIABLE
1.85/0.68	c OPTIMIZING...
1.85/0.68	c Got one! Elapsed wall clock time (in seconds):0.568
1.85/0.68	o 884
2.64/0.81	c cleaning 2662 clauses out of 5323 with flag 3079/5323
3.04/0.96	c And the winner is solver0
3.54/1.18	c Got one! Elapsed wall clock time (in seconds):1.069
3.54/1.18	o 883
3.60/1.21	c cleaning 4185 clauses out of 8371 with flag 3365/11033
3.60/1.28	c And the winner is solver0
3.77/1.68	c Got one! Elapsed wall clock time (in seconds):1.57
3.77/1.68	o 879
3.81/1.78	c cleaning 4907 clauses out of 9818 with flag 9419/16665
4.23/1.95	c And the winner is solver0
4.37/2.18	c Got one! Elapsed wall clock time (in seconds):2.071
4.37/2.18	o 870
4.89/2.40	c cleaning 7803 clauses out of 15605 with flag 16304/27359
5.20/2.51	c And the winner is solver0
5.34/2.68	c Got one! Elapsed wall clock time (in seconds):2.572
5.34/2.68	o 866
5.34/2.69	c And the winner is solver0
5.37/3.18	c Got one! Elapsed wall clock time (in seconds):3.073
5.37/3.18	o 545
5.41/3.21	c And the winner is solver0
5.43/3.68	c Got one! Elapsed wall clock time (in seconds):3.574
5.43/3.68	o 543
5.43/3.70	c And the winner is solver0
5.49/4.18	c Got one! Elapsed wall clock time (in seconds):4.074
5.49/4.18	o 528
5.51/4.23	c And the winner is solver0
5.60/4.68	c Got one! Elapsed wall clock time (in seconds):4.575
5.60/4.68	o 527
5.62/4.70	c And the winner is solver0
5.65/5.19	c Got one! Elapsed wall clock time (in seconds):5.076
5.65/5.19	o 508
5.67/5.23	c cleaning 7267 clauses out of 14542 with flag 3413/34099
5.87/5.39	c And the winner is solver0
6.06/5.69	c Got one! Elapsed wall clock time (in seconds):5.577
6.06/5.69	o 505
6.08/5.71	c And the winner is solver0
6.12/6.19	c Got one! Elapsed wall clock time (in seconds):6.078
6.12/6.19	o 499
6.14/6.21	c And the winner is solver0
6.17/6.69	c Got one! Elapsed wall clock time (in seconds):6.578
6.17/6.69	o 488
6.20/6.71	c And the winner is solver0
6.22/7.19	c Got one! Elapsed wall clock time (in seconds):7.079
6.22/7.19	o 487
6.63/7.40	c cleaning 9553 clauses out of 19110 with flag 17916/45934
6.63/7.43	c And the winner is solver0
6.72/7.69	c Got one! Elapsed wall clock time (in seconds):7.58
6.72/7.69	o 486
6.72/7.69	c And the winner is solver0
6.77/8.19	c Got one! Elapsed wall clock time (in seconds):8.081
6.77/8.19	o 482
6.77/8.21	c And the winner is solver0
6.95/8.69	c Got one! Elapsed wall clock time (in seconds):8.581
6.95/8.69	o 474
6.95/8.70	c And the winner is solver0
6.96/9.19	c Got one! Elapsed wall clock time (in seconds):9.082
6.96/9.19	o 470
6.97/9.20	c And the winner is solver0
7.13/9.69	c Got one! Elapsed wall clock time (in seconds):9.583
7.13/9.69	o 438
7.13/9.70	c And the winner is solver0
7.13/10.19	c Got one! Elapsed wall clock time (in seconds):10.084
7.13/10.19	o 398
7.13/10.20	c And the winner is solver0
7.14/10.69	c Got one! Elapsed wall clock time (in seconds):10.585
7.14/10.69	o 384
7.15/10.70	c And the winner is solver0
7.15/11.20	c Got one! Elapsed wall clock time (in seconds):11.086
7.15/11.20	o 350
7.16/11.22	c And the winner is solver0
7.34/11.70	c Got one! Elapsed wall clock time (in seconds):11.587
7.34/11.70	o 333
7.34/11.70	c And the winner is solver0
7.34/12.20	c Got one! Elapsed wall clock time (in seconds):12.087
7.34/12.20	o 317
7.54/12.32	c And the winner is solver0
7.62/12.70	c Got one! Elapsed wall clock time (in seconds):12.588
7.62/12.70	o 315
7.62/12.72	c And the winner is solver0
7.84/13.20	c Got one! Elapsed wall clock time (in seconds):13.089
7.84/13.20	o 313
7.85/13.22	c And the winner is solver0
8.03/13.70	c Got one! Elapsed wall clock time (in seconds):13.589
8.03/13.70	o 310
8.03/13.75	c cleaning 9164 clauses out of 18338 with flag 3903/54715
8.22/13.83	c And the winner is solver0
8.33/14.20	c Got one! Elapsed wall clock time (in seconds):14.09
8.33/14.20	o 269
8.33/14.23	c And the winner is solver0
8.55/14.70	c Got one! Elapsed wall clock time (in seconds):14.591
8.55/14.70	o 267
8.55/14.71	c And the winner is solver0
8.72/15.20	c Got one! Elapsed wall clock time (in seconds):15.092
8.72/15.20	o 264
8.72/15.28	c And the winner is solver0
8.97/15.70	c Got one! Elapsed wall clock time (in seconds):15.593
8.97/15.70	o 262
8.97/15.71	c And the winner is solver0
9.13/16.20	c Got one! Elapsed wall clock time (in seconds):16.093
9.13/16.20	o 258
9.13/16.24	c And the winner is solver0
9.32/16.70	c Got one! Elapsed wall clock time (in seconds):16.594
9.32/16.70	o 254
9.32/16.71	c And the winner is solver0
9.48/17.20	c Got one! Elapsed wall clock time (in seconds):17.095
9.48/17.20	o 248
9.48/17.22	c And the winner is solver0
9.65/17.71	c Got one! Elapsed wall clock time (in seconds):17.596
9.65/17.71	o 245
9.65/17.77	c cleaning 8867 clauses out of 17741 with flag 3924/63282
9.88/17.80	c And the winner is solver0
10.26/18.21	c Got one! Elapsed wall clock time (in seconds):18.097
10.26/18.21	o 244
10.26/18.22	c And the winner is solver0
10.43/18.71	c Got one! Elapsed wall clock time (in seconds):18.598
10.43/18.71	o 237
10.62/18.86	c And the winner is solver0
10.92/19.21	c Got one! Elapsed wall clock time (in seconds):19.099
10.92/19.21	o 230
10.92/19.23	c And the winner is solver0
11.10/19.71	c Got one! Elapsed wall clock time (in seconds):19.599
11.10/19.71	o 211
11.10/19.77	c cleaning 8203 clauses out of 16406 with flag 4183/70814
11.10/19.80	c And the winner is solver0
11.35/20.21	c Got one! Elapsed wall clock time (in seconds):20.1
11.35/20.21	o 209
11.52/20.34	c cleaning 6680 clauses out of 13371 with flag 14775/75982
11.52/20.36	c And the winner is solver0
11.81/20.71	c Got one! Elapsed wall clock time (in seconds):20.601
11.81/20.71	o 208
11.81/20.74	c And the winner is solver0
12.01/21.21	c Got one! Elapsed wall clock time (in seconds):21.102
12.01/21.21	o 201
12.18/21.35	c cleaning 6329 clauses out of 12665 with flag 15879/81956
12.47/21.40	c And the winner is solver0
12.66/21.71	c Got one! Elapsed wall clock time (in seconds):21.602
12.66/21.71	o 200
12.66/21.75	c And the winner is solver0
12.85/22.21	c Got one! Elapsed wall clock time (in seconds):22.103
12.85/22.21	o 199
13.01/22.31	c cleaning 6258 clauses out of 12517 with flag 11450/88137
13.21/22.49	c cleaning 6128 clauses out of 12261 with flag 33805/94139
13.81/22.71	c cleaning 6563 clauses out of 13131 with flag 59681/101137
14.38/22.97	c cleaning 7282 clauses out of 14569 with flag 88951/109138
14.59/23.07	c And the winner is solver0
14.84/23.21	c Got one! Elapsed wall clock time (in seconds):23.104
14.84/23.21	o 198
14.84/23.24	c And the winner is solver0
15.07/23.71	c Got one! Elapsed wall clock time (in seconds):23.605
15.07/23.71	o 195
15.07/23.79	c cleaning 6474 clauses out of 12962 with flag 7763/114813
15.23/23.82	c And the winner is solver0
15.33/24.22	c Got one! Elapsed wall clock time (in seconds):24.106
15.33/24.22	o 189
15.50/24.33	c cleaning 5763 clauses out of 11529 with flag 15638/119854
15.69/24.41	c And the winner is solver0
15.82/24.72	c Got one! Elapsed wall clock time (in seconds):24.607
15.82/24.72	o 186
15.82/24.73	c And the winner is solver0
15.99/25.22	c Got one! Elapsed wall clock time (in seconds):25.108
15.99/25.22	o 182
16.16/25.32	c cleaning 5977 clauses out of 11960 with flag 11931/126048
16.16/25.36	c And the winner is solver0
16.29/25.72	c Got one! Elapsed wall clock time (in seconds):25.608
16.29/25.72	o 180
16.45/25.81	c And the winner is solver0
16.53/26.22	c Got one! Elapsed wall clock time (in seconds):26.109
16.53/26.22	o 176
16.53/26.23	c And the winner is solver0
16.59/26.72	c Got one! Elapsed wall clock time (in seconds):26.61
16.59/26.72	o 170
16.59/26.76	c cleaning 6060 clauses out of 12126 with flag 4083/132191
16.94/26.94	c cleaning 6031 clauses out of 12066 with flag 27699/138191
17.14/27.09	c And the winner is solver0
17.43/27.22	c Got one! Elapsed wall clock time (in seconds):27.111
17.43/27.22	o 166
17.43/27.25	c And the winner is solver0
17.63/27.72	c Got one! Elapsed wall clock time (in seconds):27.612
17.63/27.72	o 165
18.01/27.92	c cleaning 8667 clauses out of 17341 with flag 21382/149497
18.01/27.94	c And the winner is solver0
18.21/28.22	c Got one! Elapsed wall clock time (in seconds):28.112
18.21/28.22	o 164
18.21/28.26	c And the winner is solver0
18.40/28.72	c Got one! Elapsed wall clock time (in seconds):28.613
18.40/28.72	o 159
18.54/28.83	c And the winner is solver0
18.66/29.22	c Got one! Elapsed wall clock time (in seconds):29.114
18.66/29.22	o 149
18.66/29.27	c cleaning 7490 clauses out of 14991 with flag 4089/155814
18.80/29.34	c And the winner is solver0
18.94/29.72	c Got one! Elapsed wall clock time (in seconds):29.615
18.94/29.72	o 132
19.10/29.82	c cleaning 6594 clauses out of 13203 with flag 12583/161516
19.10/29.83	c And the winner is solver0
19.20/30.22	c Got one! Elapsed wall clock time (in seconds):30.115
19.20/30.22	o 127
19.36/30.31	c And the winner is solver0
19.46/30.73	c Got one! Elapsed wall clock time (in seconds):30.616
19.46/30.73	o 125
19.62/30.83	c And the winner is solver0
19.73/31.23	c Got one! Elapsed wall clock time (in seconds):31.117
19.73/31.23	o 119
19.73/31.27	c cleaning 7046 clauses out of 14100 with flag 4599/169007
19.87/31.36	c And the winner is solver0
20.03/31.73	c Got one! Elapsed wall clock time (in seconds):31.618
20.03/31.73	o 118
20.03/31.75	c And the winner is solver0
20.21/32.23	c Got one! Elapsed wall clock time (in seconds):32.118
20.21/32.23	o 117
20.21/32.26	c And the winner is solver0
20.40/32.73	c Got one! Elapsed wall clock time (in seconds):32.619
20.40/32.73	o 106
20.40/32.78	c cleaning 6476 clauses out of 12955 with flag 5281/174908
20.40/32.79	c And the winner is solver0
20.63/33.23	c Got one! Elapsed wall clock time (in seconds):33.12
20.63/33.23	o 100
20.77/33.30	c And the winner is solver0
20.86/33.73	c Got one! Elapsed wall clock time (in seconds):33.621
20.86/33.73	o 97
20.86/33.73	c And the winner is solver0
20.86/34.23	c Got one! Elapsed wall clock time (in seconds):34.121
20.86/34.23	o 80
20.86/34.23	c And the winner is solver0
1800.05/1809.40	c >>>>>>>>>> Solver number 0 (67 answers) <<<<<<<<<<<<<<<<<<
1800.05/1809.40	c starts		: 593
1800.05/1809.40	c conflicts		: 177698
1800.05/1809.40	c decisions		: 282312
1800.05/1809.40	c propagations		: 3734410
1800.05/1809.40	c inspects		: 60046931
1800.05/1809.40	c shortcuts		: 0
1800.05/1809.40	c learnt literals	: 1
1800.05/1809.40	c learnt binary clauses	: 31
1800.05/1809.40	c learnt ternary clauses	: 432
1800.05/1809.40	c learnt constraints	: 177697
1800.05/1809.40	c ignored constraints	: 0
1800.05/1809.40	c root simplifications	: 0
1800.05/1809.40	c removed literals (reason simplification)	: 2104649
1800.05/1809.40	c reason swapping (by a shorter reason)	: 0
1800.05/1809.40	c Calls to reduceDB	: 25
1800.05/1809.40	c Number of update (reduction) of LBD	: 41499
1800.05/1809.40	c Imported unit clauses	: 0
1800.05/1809.40	c number of reductions to clauses (during analyze)	: 0
1800.05/1809.40	c number of learned constraints concerned by reduction	: 0
1800.05/1809.40	c number of learning phase by resolution	: 0
1800.05/1809.40	c number of learning phase by cutting planes	: 0
1800.05/1809.40	c speed (assignments/second)	: 2064.665476877622
1800.05/1809.40	c non guided choices	1920
1800.05/1809.41	c learnt constraints type 
1800.05/1809.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 31
1800.05/1809.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9237
1800.05/1809.41	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.05/1809.41	c starts		: 82
1800.05/1809.41	c conflicts		: 2780
1800.05/1809.41	c decisions		: 16483
1800.05/1809.41	c propagations		: 110879
1800.05/1809.41	c inspects		: 24377882
1800.05/1809.41	c shortcuts		: 0
1800.05/1809.41	c learnt literals	: 0
1800.05/1809.41	c learnt binary clauses	: 0
1800.05/1809.41	c learnt ternary clauses	: 0
1800.05/1809.41	c learnt constraints	: 2714
1800.05/1809.41	c ignored constraints	: 0
1800.05/1809.41	c root simplifications	: 0
1800.05/1809.41	c removed literals (reason simplification)	: 0
1800.05/1809.41	c reason swapping (by a shorter reason)	: 0
1800.05/1809.41	c Calls to reduceDB	: 0
1800.05/1809.41	c Number of update (reduction) of LBD	: 0
1800.05/1809.41	c Imported unit clauses	: 0
1800.05/1809.41	c number of reductions to clauses (during analyze)	: 0
1800.05/1809.41	c number of learned constraints concerned by reduction	: 0
1800.05/1809.41	c number of learning phase by resolution	: 0
1800.05/1809.41	c number of learning phase by cutting planes	: 0
1800.05/1809.41	c speed (assignments/second)	: 62.4608489524419
1800.05/1809.41	c non guided choices	143
1800.05/1809.41	c learnt constraints type 
1800.05/1809.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2714
1800.05/1809.41	s SATISFIABLE
1800.05/1809.41	c Found 67 solution(s)
1800.05/1809.41	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 
1800.05/1809.41	c objective function=80
1800.05/1809.41	c Total wall clock time (in seconds): 1809.302

Verifier Data

OK	80

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

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

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


[startup+0 s]
/proc/loadavg: 0.39 0.08 0.03 3/197 22161
/proc/meminfo: memFree=31018540/32872528 swapFree=190484/190484
[pid=22161] ppid=22158 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/22161/stat : 22161 (java) R 22158 22161 21743 0 -1 4202496 1061 0 0 0 0 0 0 0 20 0 1 0 36236047 23793664 711 33554432000 1073741824 1073778376 140733650773632 140733650762696 249640826216 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22161/statm: 5809 711 526 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 0.39 0.08 0.03 3/197 22161
/proc/meminfo: memFree=31018540/32872528 swapFree=190484/190484
[pid=22161] ppid=22158 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22161/stat : 22161 (java) S 22158 22161 21743 0 -1 4202496 4433 0 1 0 9 1 0 0 20 0 18 0 36236047 9787879424 6068 33554432000 1073741824 1073778376 140733650773632 140733650764768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22161/statm: 2389619 6068 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200262 s]
/proc/loadavg: 0.39 0.08 0.03 3/197 22161
/proc/meminfo: memFree=31018540/32872528 swapFree=190484/190484
[pid=22161] ppid=22158 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/22161/stat : 22161 (java) S 22158 22161 21743 0 -1 4202496 4752 0 1 0 24 1 0 0 20 0 22 0 36236047 10060525568 7883 33554432000 1073741824 1073778376 140733650773632 140733650764768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22161/statm: 2456183 7883 2219 9 0 2446860 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300193 s]
/proc/loadavg: 0.39 0.08 0.03 3/197 22161
/proc/meminfo: memFree=31018540/32872528 swapFree=190484/190484
[pid=22161] ppid=22158 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/22161/stat : 22161 (java) S 22158 22161 21743 0 -1 4202496 7868 0 1 0 64 1 0 0 20 0 22 0 36236047 10060525568 10142 33554432000 1073741824 1073778376 140733650773632 140733650764768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22161/statm: 2456183 10142 2248 9 0 2446860 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+0.700176 s]
/proc/loadavg: 0.39 0.08 0.03 3/197 22161
/proc/meminfo: memFree=31018540/32872528 swapFree=190484/190484
[pid=22161] ppid=22158 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/22161/stat : 22161 (java) S 22158 22161 21743 0 -1 4202496 15112 0 1 0 219 5 0 0 20 0 22 0 36236047 10060525568 20768 33554432000 1073741824 1073778376 140733650773632 140733650764768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22161/statm: 2456183 20768 2258 9 0 2446860 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 0.39 0.08 0.03 2/216 22186
/proc/meminfo: memFree=30874164/32872528 swapFree=190484/190484
[pid=22161] ppid=22158 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/22161/stat : 22161 (java) S 22158 22161 21743 0 -1 4202496 21865 0 1 0 368 9 0 0 20 0 19 0 36236047 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140733650764768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22161/statm: 2456183 44437 2272 9 0 2446860 0
[pid=22161/tid=22163] ppid=22158 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/22161/task/22163/stat : 22163 (java) S 22158 22161 21743 0 -1 4202560 2412 0 1 0 15 0 0 0 20 0 19 0 36236048 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140699066327928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22164] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22164/stat : 22164 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140699038780328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22165] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22165/stat : 22165 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140699037727784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22166] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22166/stat : 22166 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140699036674728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22161/tid=22167] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22167/stat : 22167 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698906569512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22168] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22168/stat : 22168 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698905516456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22169] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22169/stat : 22169 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698904463912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22170] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22170/stat : 22170 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698903410856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22171] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22171/stat : 22171 (java) S 22158 22161 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698902358312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22172] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22172/stat : 22172 (java) S 22158 22161 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36236050 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698419845992 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22173] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22173/stat : 22173 (java) S 22158 22161 21743 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36236050 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698418792312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22174] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22174/stat : 22174 (java) S 22158 22161 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236050 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698417739144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22175] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22175/stat : 22175 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236052 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698416687888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22176] ppid=22158 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/22161/task/22176/stat : 22176 (java) S 22158 22161 21743 0 -1 4202560 6934 0 0 0 90 0 0 0 20 0 19 0 36236052 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698415634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22177] ppid=22158 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/22161/task/22177/stat : 22177 (java) S 22158 22161 21743 0 -1 4202560 11124 0 0 0 88 1 0 0 20 0 19 0 36236052 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698414582200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22178] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22178/stat : 22178 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236052 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698413529336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22179] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22179/stat : 22179 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236052 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698412477000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22186] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22186/stat : 22186 (java) S 22158 22161 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36236116 10060525568 44437 33554432000 1073741824 1073778376 140733650773632 140698409317160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 0.44 0.10 0.03 4/219 22195
/proc/meminfo: memFree=30816564/32872528 swapFree=190484/190484
[pid=22161] ppid=22158 vsize=9824732 CPUtime=5.37 cores=0,2,4,6
/proc/22161/stat : 22161 (java) S 22158 22161 21743 0 -1 4202496 22005 0 1 0 523 14 0 0 20 0 19 0 36236047 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140733650764768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22161/statm: 2456183 49655 2286 9 0 2446860 0
[pid=22161/tid=22163] ppid=22158 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/22161/task/22163/stat : 22163 (java) S 22158 22161 21743 0 -1 4202560 2412 0 1 0 16 0 0 0 20 0 19 0 36236048 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140699066327928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22164] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22164/stat : 22164 (java) S 22158 22161 21743 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140699038780328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22165] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22165/stat : 22165 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140699037727784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22166] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22166/stat : 22166 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140699036674728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22167] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22167/stat : 22167 (java) S 22158 22161 21743 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698906569512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22168] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22168/stat : 22168 (java) S 22158 22161 21743 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698905516456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22169] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22169/stat : 22169 (java) S 22158 22161 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698904463912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22161/tid=22170] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22170/stat : 22170 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698903410856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22171] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22171/stat : 22171 (java) S 22158 22161 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698902358312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22172] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22172/stat : 22172 (java) S 22158 22161 21743 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36236050 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698419845992 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22173] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22173/stat : 22173 (java) S 22158 22161 21743 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36236050 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698418792312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22174] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22174/stat : 22174 (java) S 22158 22161 21743 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36236050 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698417739144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22175] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22175/stat : 22175 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236052 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698416687888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22176] ppid=22158 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/22161/task/22176/stat : 22176 (java) S 22158 22161 21743 0 -1 4202560 6935 0 0 0 98 0 0 0 20 0 19 0 36236052 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698415634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22177] ppid=22158 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/22161/task/22177/stat : 22177 (java) S 22158 22161 21743 0 -1 4202560 11197 0 0 0 117 2 0 0 20 0 19 0 36236052 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698414582200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22178] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22178/stat : 22178 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236052 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698413529336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22179] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22179/stat : 22179 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236052 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698412477000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22186] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22186/stat : 22186 (java) S 22158 22161 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36236116 10060525568 49655 33554432000 1073741824 1073778376 140733650773632 140698409317160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 9824732

[startup+6.30086 s]
/proc/loadavg: 0.44 0.10 0.03 2/216 22213
/proc/meminfo: memFree=30804296/32872528 swapFree=190484/190484
[pid=22161] ppid=22158 vsize=9824732 CPUtime=6.17 cores=0,2,4,6
/proc/22161/stat : 22161 (java) S 22158 22161 21743 0 -1 4202496 22098 0 1 0 589 28 0 0 20 0 19 0 36236047 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140733650764768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22161/statm: 2456183 49535 2287 9 0 2446860 0
[pid=22161/tid=22163] ppid=22158 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/22161/task/22163/stat : 22163 (java) S 22158 22161 21743 0 -1 4202560 2414 0 1 0 16 0 0 0 20 0 19 0 36236048 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140699066327928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22164] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22164/stat : 22164 (java) S 22158 22161 21743 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140699038780328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22165] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22165/stat : 22165 (java) S 22158 22161 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140699037727784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22166] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22166/stat : 22166 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140699036674728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22167] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22167/stat : 22167 (java) S 22158 22161 21743 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698906569512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22168] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22168/stat : 22168 (java) S 22158 22161 21743 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698905516456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22161/tid=22169] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22169/stat : 22169 (java) S 22158 22161 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698904463912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22161/tid=22170] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22170/stat : 22170 (java) S 22158 22161 21743 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698903410856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22171] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22171/stat : 22171 (java) S 22158 22161 21743 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236049 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698902358312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22172] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22172/stat : 22172 (java) S 22158 22161 21743 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36236050 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698419845992 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22173] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22173/stat : 22173 (java) S 22158 22161 21743 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36236050 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698418792312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22174] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22174/stat : 22174 (java) S 22158 22161 21743 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36236050 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698417739144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22175] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22175/stat : 22175 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236052 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698416687888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22176] ppid=22158 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/22161/task/22176/stat : 22176 (java) S 22158 22161 21743 0 -1 4202560 6935 0 0 0 98 0 0 0 20 0 19 0 36236052 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698415634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22177] ppid=22158 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/22161/task/22177/stat : 22177 (java) S 22158 22161 21743 0 -1 4202560 11205 0 0 0 118 2 0 0 20 0 19 0 36236052 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698414582200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22178] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22178/stat : 22178 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236052 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698413529336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22179] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22179/stat : 22179 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236052 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698412477000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22186] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22186/stat : 22186 (java) S 22158 22161 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36236116 10060525568 49535 33554432000 1073741824 1073778376 140733650773632 140698409317160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 9824732


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

[pid=22161/tid=22168] ppid=22158 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/22161/task/22168/stat : 22168 (java) S 22158 22161 21743 0 -1 4202560 158 0 0 0 68 8 0 0 20 0 21 0 36236049 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698905516456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22169] ppid=22158 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/22161/task/22169/stat : 22169 (java) S 22158 22161 21743 0 -1 4202560 152 0 0 0 68 6 0 0 20 0 21 0 36236049 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698904463912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22170] ppid=22158 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/22161/task/22170/stat : 22170 (java) S 22158 22161 21743 0 -1 4202560 219 0 0 0 74 7 0 0 20 0 21 0 36236049 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698903410856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22171] ppid=22158 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/22161/task/22171/stat : 22171 (java) S 22158 22161 21743 0 -1 4202560 222 0 0 0 68 7 0 0 20 0 21 0 36236049 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698902358312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22172] ppid=22158 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/22161/task/22172/stat : 22172 (java) S 22158 22161 21743 0 -1 4202560 945 0 0 0 38 9 0 0 20 0 21 0 36236050 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698419845992 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22173] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22173/stat : 22173 (java) S 22158 22161 21743 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36236050 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698418792312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22174] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22174/stat : 22174 (java) S 22158 22161 21743 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 21 0 36236050 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698417739144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22175] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22175/stat : 22175 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36236052 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698416687888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22176] ppid=22158 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/22161/task/22176/stat : 22176 (java) S 22158 22161 21743 0 -1 4202560 12287 0 0 0 187 2 0 0 20 0 21 0 36236052 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698415634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22177] ppid=22158 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/22161/task/22177/stat : 22177 (java) S 22158 22161 21743 0 -1 4202560 11212 0 0 0 127 2 0 0 20 0 21 0 36236052 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698414582200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22178] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22178/stat : 22178 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36236052 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698413529336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22179] ppid=22158 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/22161/task/22179/stat : 22179 (java) S 22158 22161 21743 0 -1 4202560 99 0 0 0 9 10 0 0 20 0 21 0 36236052 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698412477000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22186] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22186/stat : 22186 (java) S 22158 22161 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36236116 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698409317160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22585] ppid=22158 vsize=9824732 CPUtime=1681.3 cores=0,2,4,6
/proc/22161/task/22585/stat : 22585 (java) R 22158 22161 21743 0 -1 4202560 1893 0 0 0 168086 44 0 0 20 0 21 0 36239471 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698411421456 140698918538742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22586] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22586/stat : 22586 (java) S 22158 22161 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36239471 10060525568 247311 33554432000 1073741824 1073778376 140733650773632 140698408264744 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1712.9
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 1.72 3/218 22983
/proc/meminfo: memFree=29828684/32872528 swapFree=190484/190484
[pid=22161] ppid=22158 vsize=9824732 CPUtime=1772.93 cores=0,2,4,6
/proc/22161/stat : 22161 (java) S 22158 22161 21743 0 -1 4202496 32510 0 1 0 177077 216 0 0 20 0 21 0 36236047 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140733650764768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22161/statm: 2456183 249817 2295 9 0 2446860 0
[pid=22161/tid=22163] ppid=22158 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/22161/task/22163/stat : 22163 (java) S 22158 22161 21743 0 -1 4202560 2435 0 1 0 35 9 0 0 20 0 21 0 36236048 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140699066328056 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22164] ppid=22158 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/22161/task/22164/stat : 22164 (java) S 22158 22161 21743 0 -1 4202560 151 0 0 0 65 6 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140699038780328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22165] ppid=22158 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/22161/task/22165/stat : 22165 (java) S 22158 22161 21743 0 -1 4202560 258 0 0 0 58 6 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140699037727784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22161/tid=22166] ppid=22158 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/22161/task/22166/stat : 22166 (java) S 22158 22161 21743 0 -1 4202560 196 0 0 0 72 7 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140699036674728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22167] ppid=22158 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/22161/task/22167/stat : 22167 (java) S 22158 22161 21743 0 -1 4202560 291 0 0 0 72 7 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698906569512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22161/tid=22168] ppid=22158 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/22161/task/22168/stat : 22168 (java) S 22158 22161 21743 0 -1 4202560 168 0 0 0 69 8 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698905516456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22169] ppid=22158 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/22161/task/22169/stat : 22169 (java) S 22158 22161 21743 0 -1 4202560 152 0 0 0 68 6 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698904463912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22170] ppid=22158 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/22161/task/22170/stat : 22170 (java) S 22158 22161 21743 0 -1 4202560 224 0 0 0 75 7 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698903410856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22161/tid=22171] ppid=22158 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/22161/task/22171/stat : 22171 (java) S 22158 22161 21743 0 -1 4202560 222 0 0 0 68 7 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698902358312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22172] ppid=22158 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/22161/task/22172/stat : 22172 (java) S 22158 22161 21743 0 -1 4202560 947 0 0 0 39 9 0 0 20 0 21 0 36236050 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698419845992 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22173] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22173/stat : 22173 (java) S 22158 22161 21743 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36236050 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698418792312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22174] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22174/stat : 22174 (java) S 22158 22161 21743 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 21 0 36236050 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698417739144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22175] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22175/stat : 22175 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36236052 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698416687888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22176] ppid=22158 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/22161/task/22176/stat : 22176 (java) S 22158 22161 21743 0 -1 4202560 12287 0 0 0 187 2 0 0 20 0 21 0 36236052 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698415634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22177] ppid=22158 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/22161/task/22177/stat : 22177 (java) S 22158 22161 21743 0 -1 4202560 11212 0 0 0 127 2 0 0 20 0 21 0 36236052 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698414582200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22178] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22178/stat : 22178 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36236052 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698413529336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22179] ppid=22158 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/22161/task/22179/stat : 22179 (java) S 22158 22161 21743 0 -1 4202560 103 0 0 0 9 10 0 0 20 0 21 0 36236052 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698412477000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22186] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22186/stat : 22186 (java) S 22158 22161 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36236116 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698409317160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22585] ppid=22158 vsize=9824732 CPUtime=1741.13 cores=0,2,4,6
/proc/22161/task/22585/stat : 22585 (java) R 22158 22161 21743 0 -1 4202560 1894 0 0 0 174068 45 0 0 20 0 21 0 36239471 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698411421072 140698918155253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22586] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22586/stat : 22586 (java) S 22158 22161 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36239471 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698408264744 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.93
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 2.08 2.05 1.73 3/217 22984
/proc/meminfo: memFree=29828508/32872528 swapFree=190484/190484
[pid=22161] ppid=22158 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/22161/stat : 22161 (java) S 22158 22161 21743 0 -1 4202496 32512 0 1 0 179786 217 0 0 20 0 21 0 36236047 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140733650764768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22161/statm: 2456183 249817 2295 9 0 2446860 0
[pid=22161/tid=22163] ppid=22158 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/22161/task/22163/stat : 22163 (java) S 22158 22161 21743 0 -1 4202560 2435 0 1 0 35 9 0 0 20 0 21 0 36236048 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140699066328056 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22164] ppid=22158 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/22161/task/22164/stat : 22164 (java) S 22158 22161 21743 0 -1 4202560 151 0 0 0 65 6 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140699038780328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22165] ppid=22158 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/22161/task/22165/stat : 22165 (java) S 22158 22161 21743 0 -1 4202560 258 0 0 0 58 6 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140699037727784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22161/tid=22166] ppid=22158 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/22161/task/22166/stat : 22166 (java) S 22158 22161 21743 0 -1 4202560 196 0 0 0 72 7 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140699036674728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22167] ppid=22158 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/22161/task/22167/stat : 22167 (java) S 22158 22161 21743 0 -1 4202560 291 0 0 0 72 7 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698906569512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22161/tid=22168] ppid=22158 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/22161/task/22168/stat : 22168 (java) S 22158 22161 21743 0 -1 4202560 168 0 0 0 69 8 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698905516456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22169] ppid=22158 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/22161/task/22169/stat : 22169 (java) S 22158 22161 21743 0 -1 4202560 152 0 0 0 68 6 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698904463912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22170] ppid=22158 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/22161/task/22170/stat : 22170 (java) S 22158 22161 21743 0 -1 4202560 224 0 0 0 75 7 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698903410856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22161/tid=22171] ppid=22158 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/22161/task/22171/stat : 22171 (java) S 22158 22161 21743 0 -1 4202560 222 0 0 0 68 7 0 0 20 0 21 0 36236049 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698902358312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22172] ppid=22158 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/22161/task/22172/stat : 22172 (java) S 22158 22161 21743 0 -1 4202560 947 0 0 0 39 9 0 0 20 0 21 0 36236050 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698419845992 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22173] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22173/stat : 22173 (java) S 22158 22161 21743 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36236050 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698418792312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22174] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22174/stat : 22174 (java) S 22158 22161 21743 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 21 0 36236050 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698417739144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22175] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22175/stat : 22175 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36236052 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698416687888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22176] ppid=22158 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/22161/task/22176/stat : 22176 (java) S 22158 22161 21743 0 -1 4202560 12287 0 0 0 187 2 0 0 20 0 21 0 36236052 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698415634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22177] ppid=22158 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/22161/task/22177/stat : 22177 (java) S 22158 22161 21743 0 -1 4202560 11212 0 0 0 127 2 0 0 20 0 21 0 36236052 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698414582200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22178] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22178/stat : 22178 (java) S 22158 22161 21743 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36236052 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698413529336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22161/tid=22179] ppid=22158 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/22161/task/22179/stat : 22179 (java) S 22158 22161 21743 0 -1 4202560 105 0 0 0 9 10 0 0 20 0 21 0 36236052 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698412477000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22186] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22186/stat : 22186 (java) S 22158 22161 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36236116 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698409317160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22161/tid=22585] ppid=22158 vsize=9824732 CPUtime=1768.15 cores=0,2,4,6
/proc/22161/task/22585/stat : 22585 (java) R 22158 22161 21743 0 -1 4202560 1894 0 0 0 176770 45 0 0 20 0 21 0 36239471 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698411421072 140698918648145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22161/tid=22586] ppid=22158 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22161/task/22586/stat : 22586 (java) S 22158 22161 21743 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36239471 10060525568 249817 33554432000 1073741824 1073778376 140733650773632 140698408264744 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22161 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22161 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=369366
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=582607
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 1809.43
CPU time (s): 1800.05
CPU user time (s): 1797.88
CPU system time (s): 2.17
CPU usage (%): 99.4816
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.37
system time used= 2.58261
maximum resident set size= 1155164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32540
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81046
involuntary context switches= 65033

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5299 second user time and 15.5896 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-19 15:10:55
IDJOB=4109305
IDBENCH=78770
IDSOLVER=2552
FILE ID=node102/4109305-1466341855
RUNJOBID= node102-1466341826-21759
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/wnqueen/normalized-t2001.13queen13.1111213670--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109305-1466341855/watcher-4109305-1466341855 -o /tmp/evaluation-result-4109305-1466341855/solver-4109305-1466341855 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466341826-21759 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109305-1466341855.wbo

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

MD5SUM BENCH= 5705deccd297dab8064630be22206ee7
RANDOM SEED=1741667656

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:        31019160 kB
Buffers:          170992 kB
Cached:           268696 kB
SwapCached:         2092 kB
Active:           588948 kB
Inactive:         326220 kB
Active(anon):     474140 kB
Inactive(anon):     3036 kB
Active(file):     114808 kB
Inactive(file):   323184 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:              1868 kB
Writeback:             0 kB
AnonPages:        646728 kB
Mapped:            17100 kB
Shmem:                 0 kB
Slab:             610708 kB
SReclaimable:      54636 kB
SUnreclaim:       556072 kB
KernelStack:        1808 kB
PageTables:         5736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1377572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    417792 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:41:05