Trace number 4109309

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 23.6314 40.1082

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225122--soft-66-100-0.wbo
MD5SUMc5bd7b5672b52c4fa4ed23b344c70430
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark5.16621
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 1250
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109309-1467320899.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.064s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     211
0.09/0.18	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 42 literals
1.41/0.51	c And the winner is solver0
1.64/0.69	c SATISFIABLE
1.64/0.69	c OPTIMIZING...
1.64/0.69	c Got one! Elapsed wall clock time (in seconds):0.569
1.64/0.69	o 1396
1.81/0.70	c And the winner is solver0
1.81/1.19	c Got one! Elapsed wall clock time (in seconds):1.07
1.81/1.19	o 951
1.85/1.21	c And the winner is solver0
1.92/1.69	c Got one! Elapsed wall clock time (in seconds):1.571
1.92/1.69	o 936
1.92/1.72	c And the winner is solver0
1.99/2.19	c Got one! Elapsed wall clock time (in seconds):2.072
1.99/2.19	o 932
1.99/2.20	c And the winner is solver0
2.08/2.69	c Got one! Elapsed wall clock time (in seconds):2.573
2.08/2.69	o 781
2.09/2.72	c And the winner is solver0
2.18/3.19	c Got one! Elapsed wall clock time (in seconds):3.074
2.18/3.19	o 778
2.20/3.21	c And the winner is solver0
2.24/3.69	c Got one! Elapsed wall clock time (in seconds):3.575
2.24/3.69	o 770
2.24/3.71	c And the winner is solver0
2.35/4.20	c Got one! Elapsed wall clock time (in seconds):4.076
2.35/4.20	o 755
2.35/4.20	c And the winner is solver0
2.35/4.70	c Got one! Elapsed wall clock time (in seconds):4.577
2.35/4.70	o 533
2.35/4.71	c And the winner is solver0
2.36/5.20	c Got one! Elapsed wall clock time (in seconds):5.078
2.36/5.20	o 362
2.36/5.20	c And the winner is solver0
2.36/5.70	c Got one! Elapsed wall clock time (in seconds):5.579
2.36/5.70	o 361
2.36/5.70	c And the winner is solver0
2.36/6.20	c Got one! Elapsed wall clock time (in seconds):6.08
2.36/6.20	o 359
2.36/6.22	c And the winner is solver0
2.40/6.70	c Got one! Elapsed wall clock time (in seconds):6.581
2.40/6.70	o 355
2.40/6.72	c And the winner is solver0
2.45/7.20	c Got one! Elapsed wall clock time (in seconds):7.082
2.45/7.20	o 342
2.45/7.22	c And the winner is solver0
2.53/7.70	c Got one! Elapsed wall clock time (in seconds):7.583
2.53/7.70	o 341
2.53/7.71	c And the winner is solver0
2.54/8.20	c Got one! Elapsed wall clock time (in seconds):8.084
2.54/8.20	o 328
2.54/8.23	c And the winner is solver0
2.60/8.70	c Got one! Elapsed wall clock time (in seconds):8.585
2.60/8.70	o 327
2.60/8.76	c And the winner is solver0
2.72/9.22	c Got one! Elapsed wall clock time (in seconds):9.095
2.72/9.22	o 326
2.89/9.37	c cleaning 5745 clauses out of 11497 with flag 8247/11497
2.89/9.37	c And the winner is solver0
3.15/9.72	c Got one! Elapsed wall clock time (in seconds):9.596
3.15/9.72	o 311
3.15/9.72	c And the winner is solver0
3.16/10.22	c Got one! Elapsed wall clock time (in seconds):10.097
3.16/10.22	o 305
3.16/10.23	c And the winner is solver0
3.18/10.72	c Got one! Elapsed wall clock time (in seconds):10.598
3.18/10.72	o 286
3.18/10.74	c And the winner is solver0
3.25/11.22	c Got one! Elapsed wall clock time (in seconds):11.099
3.25/11.22	o 283
3.25/11.23	c And the winner is solver0
3.29/11.72	c Got one! Elapsed wall clock time (in seconds):11.601
3.29/11.72	o 279
3.29/11.74	c And the winner is solver0
3.33/12.22	c Got one! Elapsed wall clock time (in seconds):12.101
3.33/12.22	o 270
3.33/12.27	c And the winner is solver0
3.46/12.72	c Got one! Elapsed wall clock time (in seconds):12.602
3.46/12.72	o 268
3.46/12.75	c And the winner is solver0
3.54/13.22	c Got one! Elapsed wall clock time (in seconds):13.103
3.54/13.22	o 261
3.54/13.26	c And the winner is solver0
3.65/13.72	c Got one! Elapsed wall clock time (in seconds):13.604
3.65/13.72	o 260
3.65/13.77	c And the winner is solver0
3.74/14.22	c Got one! Elapsed wall clock time (in seconds):14.105
3.74/14.22	o 258
3.74/14.24	c And the winner is solver0
3.77/14.73	c Got one! Elapsed wall clock time (in seconds):14.606
3.77/14.73	o 253
3.77/14.74	c And the winner is solver0
3.78/15.23	c Got one! Elapsed wall clock time (in seconds):15.107
3.78/15.23	o 249
3.78/15.26	c And the winner is solver0
3.85/15.73	c Got one! Elapsed wall clock time (in seconds):15.608
3.85/15.73	o 243
3.85/15.75	c And the winner is solver0
3.92/16.23	c Got one! Elapsed wall clock time (in seconds):16.109
3.92/16.23	o 242
4.07/16.30	c And the winner is solver0
4.09/16.73	c Got one! Elapsed wall clock time (in seconds):16.61
4.09/16.73	o 240
4.09/16.79	c And the winner is solver0
4.23/17.23	c Got one! Elapsed wall clock time (in seconds):17.111
4.23/17.23	o 237
4.23/17.28	c cleaning 8642 clauses out of 17312 with flag 2995/23057
4.36/17.31	c And the winner is solver0
4.45/17.73	c Got one! Elapsed wall clock time (in seconds):17.612
4.45/17.73	o 228
4.45/17.74	c And the winner is solver0
4.45/18.23	c Got one! Elapsed wall clock time (in seconds):18.113
4.45/18.23	o 227
4.45/18.24	c And the winner is solver0
4.45/18.73	c Got one! Elapsed wall clock time (in seconds):18.614
4.45/18.73	o 225
4.45/18.79	c And the winner is solver0
4.62/19.23	c Got one! Elapsed wall clock time (in seconds):19.115
4.62/19.23	o 224
4.62/19.25	c And the winner is solver0
4.66/19.74	c Got one! Elapsed wall clock time (in seconds):19.616
4.66/19.74	o 222
4.66/19.75	c And the winner is solver0
4.71/20.24	c Got one! Elapsed wall clock time (in seconds):20.116
4.71/20.24	o 219
4.82/20.31	c And the winner is solver0
4.90/20.74	c Got one! Elapsed wall clock time (in seconds):20.617
4.90/20.74	o 218
4.90/20.76	c And the winner is solver0
4.96/21.24	c Got one! Elapsed wall clock time (in seconds):21.118
4.96/21.24	o 216
4.96/21.26	c And the winner is solver0
5.02/21.74	c Got one! Elapsed wall clock time (in seconds):21.619
5.02/21.74	o 210
5.02/21.78	c And the winner is solver0
5.18/22.24	c Got one! Elapsed wall clock time (in seconds):22.12
5.18/22.24	o 199
5.18/22.27	c And the winner is solver0
5.28/22.74	c Got one! Elapsed wall clock time (in seconds):22.621
5.28/22.74	o 193
5.40/22.80	c cleaning 8842 clauses out of 17688 with flag 3041/32075
5.81/23.00	c cleaning 7421 clauses out of 14848 with flag 20962/38077
5.81/23.05	c And the winner is solver0
5.93/23.24	c Got one! Elapsed wall clock time (in seconds):23.122
5.93/23.24	o 180
5.93/23.26	c And the winner is solver0
5.97/23.74	c Got one! Elapsed wall clock time (in seconds):23.623
5.97/23.74	o 173
5.97/23.75	c And the winner is solver0
6.01/24.24	c Got one! Elapsed wall clock time (in seconds):24.123
6.01/24.24	o 172
6.01/24.27	c And the winner is solver0
6.13/24.74	c Got one! Elapsed wall clock time (in seconds):24.624
6.13/24.74	o 169
6.24/24.89	c cleaning 7311 clauses out of 14631 with flag 12902/45281
6.44/24.99	c And the winner is solver0
6.67/25.25	c Got one! Elapsed wall clock time (in seconds):25.125
6.67/25.25	o 155
6.67/25.25	c And the winner is solver0
6.67/25.75	c Got one! Elapsed wall clock time (in seconds):25.626
6.67/25.75	o 147
6.77/25.86	c cleaning 6591 clauses out of 13185 with flag 10551/51147
6.77/25.89	c And the winner is solver0
6.96/26.25	c Got one! Elapsed wall clock time (in seconds):26.127
6.96/26.25	o 127
6.96/26.27	c And the winner is solver0
7.03/26.75	c Got one! Elapsed wall clock time (in seconds):26.628
7.03/26.75	o 106
7.33/26.92	c cleaning 6616 clauses out of 13236 with flag 16166/57789
7.73/27.12	c cleaning 6308 clauses out of 12619 with flag 34913/63788
8.13/27.37	c cleaning 6650 clauses out of 13311 with flag 58015/70788
8.76/27.68	c cleaning 7328 clauses out of 14661 with flag 88155/78788
8.94/27.72	c And the winner is solver0
9.04/27.80	c Got one! Elapsed wall clock time (in seconds):27.679
9.04/27.80	o 103
9.04/27.81	c And the winner is solver0
9.16/28.30	c Got one! Elapsed wall clock time (in seconds):28.18
9.16/28.30	o 96
9.35/28.44	c cleaning 6455 clauses out of 12925 with flag 13139/84380
9.77/28.64	c cleaning 6229 clauses out of 12469 with flag 33463/90379
10.15/28.89	c cleaning 6615 clauses out of 13240 with flag 57241/97379
11.00/29.20	c cleaning 7302 clauses out of 14625 with flag 84568/105379
11.60/29.54	c cleaning 8155 clauses out of 16323 with flag 116527/114379
12.40/29.94	c cleaning 9075 clauses out of 18168 with flag 156458/124379
13.00/30.28	c And the winner is solver0
13.68/30.85	c Got one! Elapsed wall clock time (in seconds):30.732
13.68/30.85	o 95
14.18/31.10	c cleaning 11426 clauses out of 22851 with flag 23165/138137
14.58/31.34	c cleaning 8703 clauses out of 17425 with flag 47864/144137
14.78/31.43	c And the winner is solver0
15.92/32.55	c Got one! Elapsed wall clock time (in seconds):32.434
15.92/32.55	o 94
16.02/32.67	c cleaning 7173 clauses out of 14364 with flag 13438/149779
16.02/32.68	c And the winner is solver0
16.28/33.06	c Got one! Elapsed wall clock time (in seconds):32.935
16.28/33.06	o 76
16.56/33.23	c cleaning 6187 clauses out of 12380 with flag 19572/154968
16.56/33.25	c And the winner is solver0
16.69/33.56	c Got one! Elapsed wall clock time (in seconds):33.436
16.69/33.56	o 66
16.69/33.58	c And the winner is solver0
16.76/34.06	c Got one! Elapsed wall clock time (in seconds):33.938
16.76/34.06	o 63
16.86/34.18	c And the winner is solver0
17.12/34.56	c Got one! Elapsed wall clock time (in seconds):34.439
17.12/34.56	o 62
17.19/34.64	c cleaning 6491 clauses out of 12991 with flag 7292/161766
17.59/34.84	c cleaning 6247 clauses out of 12500 with flag 27157/167767
17.99/35.07	c cleaning 6623 clauses out of 13253 with flag 52918/174767
18.60/35.35	c cleaning 7313 clauses out of 14630 with flag 81687/182768
19.19/35.67	c cleaning 8155 clauses out of 16313 with flag 112591/191766
20.01/36.04	c cleaning 9069 clauses out of 18157 with flag 146927/201767
20.82/36.49	c cleaning 10044 clauses out of 20087 with flag 188027/212766
21.60/36.89	c And the winner is solver0
21.82/37.06	c Got one! Elapsed wall clock time (in seconds):36.942
21.82/37.06	o 57
21.82/37.07	c And the winner is solver0
21.84/37.56	c Got one! Elapsed wall clock time (in seconds):37.443
21.84/37.56	o 56
21.91/37.61	c And the winner is solver0
22.05/38.07	c Got one! Elapsed wall clock time (in seconds):37.945
22.05/38.07	o 47
22.31/38.27	c cleaning 12775 clauses out of 25569 with flag 14646/228299
22.31/38.27	c And the winner is solver0
22.56/38.57	c Got one! Elapsed wall clock time (in seconds):38.447
22.56/38.57	o 45
22.81/38.72	c And the winner is solver0
22.91/39.07	c Got one! Elapsed wall clock time (in seconds):38.95
22.91/39.07	o 36
22.91/39.09	c And the winner is solver0
23.05/39.57	c Got one! Elapsed wall clock time (in seconds):39.452
23.05/39.57	o 35
23.10/39.67	c cleaning 9707 clauses out of 19428 with flag 7821/234937
23.31/39.76	c And the winner is solver0
23.56/40.10	c >>>>>>>>>> Solver number 0 (68 answers) <<<<<<<<<<<<<<<<<<
23.56/40.10	c starts		: 207
23.56/40.10	c conflicts		: 237652
23.56/40.10	c decisions		: 379167
23.56/40.10	c propagations		: 5701380
23.56/40.10	c inspects		: 100167679
23.56/40.10	c shortcuts		: 0
23.56/40.10	c learnt literals	: 35
23.56/40.10	c learnt binary clauses	: 122
23.56/40.10	c learnt ternary clauses	: 1019
23.56/40.10	c learnt constraints	: 237616
23.56/40.10	c ignored constraints	: 0
23.56/40.10	c root simplifications	: 0
23.56/40.10	c removed literals (reason simplification)	: 2015270
23.56/40.10	c reason swapping (by a shorter reason)	: 0
23.56/40.10	c Calls to reduceDB	: 29
23.56/40.10	c Number of update (reduction) of LBD	: 56601
23.56/40.10	c Imported unit clauses	: 0
23.56/40.10	c number of reductions to clauses (during analyze)	: 0
23.56/40.10	c number of learned constraints concerned by reduction	: 0
23.56/40.10	c number of learning phase by resolution	: 0
23.56/40.10	c number of learning phase by cutting planes	: 0
23.56/40.10	c speed (assignments/second)	: 142866.664996116
23.56/40.10	c non guided choices	2379
23.56/40.10	c learnt constraints type 
23.56/40.10	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
23.56/40.10	c starts		: 68
23.56/40.10	c conflicts		: 427
23.56/40.10	c decisions		: 5981
23.56/40.10	c propagations		: 23454
23.56/40.10	c inspects		: 1013221
23.56/40.10	c shortcuts		: 0
23.56/40.10	c learnt literals	: 0
23.56/40.10	c learnt binary clauses	: 0
23.56/40.10	c learnt ternary clauses	: 0
23.56/40.10	c learnt constraints	: 374
23.56/40.10	c ignored constraints	: 0
23.56/40.10	c root simplifications	: 0
23.56/40.10	c removed literals (reason simplification)	: 0
23.56/40.10	c reason swapping (by a shorter reason)	: 0
23.56/40.10	c Calls to reduceDB	: 0
23.56/40.10	c Number of update (reduction) of LBD	: 0
23.56/40.10	c Imported unit clauses	: 0
23.56/40.10	c number of reductions to clauses (during analyze)	: 0
23.56/40.10	c number of learned constraints concerned by reduction	: 0
23.56/40.10	c number of learning phase by resolution	: 0
23.56/40.10	c number of learning phase by cutting planes	: 0
23.56/40.10	c speed (assignments/second)	: 45017.2744721689
23.56/40.10	c non guided choices	1326
23.56/40.10	c learnt constraints type 
23.56/40.10	s OPTIMUM FOUND
23.56/40.10	c Found 67 solution(s)
23.56/40.10	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 
23.56/40.10	c objective function=35
23.56/40.10	c Total wall clock time (in seconds): 39.98

Verifier Data

OK	35

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-4109309-1467320899/watcher-4109309-1467320899 -o /tmp/evaluation-result-4109309-1467320899/solver-4109309-1467320899 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467318804-16844 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109309-1467320899.wbo 

pid=23734
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: 0.95 1.01 1.17 2/169 23737
/proc/meminfo: memFree=26742888/32872528 swapFree=11480/941500
[pid=23737] ppid=23734 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23737/stat : 23737 (java) D 23734 23737 13214 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 13057272 9515008 175 33554432000 1073741824 1073778376 140733735745440 140733735728168 213193147280 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/23737/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 0.95 1.01 1.17 2/169 23737
/proc/meminfo: memFree=26742888/32872528 swapFree=11480/941500
[pid=23737] ppid=23734 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23737/stat : 23737 (java) S 23734 23737 13214 0 -1 4202496 4478 0 1 0 8 1 0 0 20 0 18 0 13057272 9787879424 5595 33554432000 1073741824 1073778376 140736921122352 140736921113488 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23737/statm: 2389619 5595 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 0.95 1.01 1.17 2/169 23737
/proc/meminfo: memFree=26742888/32872528 swapFree=11480/941500
[pid=23737] ppid=23734 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/23737/stat : 23737 (java) S 23734 23737 13214 0 -1 4202496 4846 0 1 0 22 1 0 0 20 0 22 0 13057272 10060525568 7437 33554432000 1073741824 1073778376 140736921122352 140736921113488 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23737/statm: 2456183 7437 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300219 s]
/proc/loadavg: 0.95 1.01 1.17 2/169 23737
/proc/meminfo: memFree=26742888/32872528 swapFree=11480/941500
[pid=23737] ppid=23734 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/23737/stat : 23737 (java) S 23734 23737 13214 0 -1 4202496 7567 0 1 0 60 2 0 0 20 0 22 0 13057272 10060525568 9732 33554432000 1073741824 1073778376 140736921122352 140736921113488 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23737/statm: 2456183 9732 2245 9 0 2446860 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+0.7003 s]
/proc/loadavg: 0.95 1.01 1.17 2/169 23737
/proc/meminfo: memFree=26742888/32872528 swapFree=11480/941500
[pid=23737] ppid=23734 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/23737/stat : 23737 (java) S 23734 23737 13214 0 -1 4202496 17945 0 1 0 175 6 0 0 20 0 22 0 13057272 10060525568 17670 33554432000 1073741824 1073778376 140736921122352 140736921113488 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23737/statm: 2456183 17670 2257 9 0 2446860 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 0.95 1.01 1.17 1/188 23762
/proc/meminfo: memFree=26680520/32872528 swapFree=11480/941500
[pid=23737] ppid=23734 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/23737/stat : 23737 (java) S 23734 23737 13214 0 -1 4202496 17964 0 1 0 185 7 0 0 20 0 19 0 13057272 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 140736921113488 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23737/statm: 2456183 19209 2260 9 0 2446860 0
[pid=23737/tid=23739] ppid=23734 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23737/task/23739/stat : 23739 (java) S 23734 23737 13214 0 -1 4202560 2467 0 1 0 14 2 0 0 20 0 19 0 13057273 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835677152120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23740] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23740/stat : 23740 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835615882152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23741] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23741/stat : 23741 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835614829608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23742] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23742/stat : 23742 (java) S 23734 23737 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835613776552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23743] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23743/stat : 23743 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835517647656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23744] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23744/stat : 23744 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835516594600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23745] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23745/stat : 23745 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835515542056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23746] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23746/stat : 23746 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835514489000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23747] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23747/stat : 23747 (java) S 23734 23737 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835513436456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23748] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23748/stat : 23748 (java) S 23734 23737 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835501239144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23749] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23749/stat : 23749 (java) S 23734 23737 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835500185464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23750] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23750/stat : 23750 (java) S 23734 23737 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835499132296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23751] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23751/stat : 23751 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835498081040 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23752] ppid=23734 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/23737/task/23752/stat : 23752 (java) S 23734 23737 13214 0 -1 4202560 8390 0 0 0 51 2 0 0 20 0 19 0 13057278 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835497027896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23753] ppid=23734 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/23737/task/23753/stat : 23753 (java) S 23734 23737 13214 0 -1 4202560 5754 0 0 0 50 0 0 0 20 0 19 0 13057278 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835495975352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23754] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23754/stat : 23754 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835494922488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23755] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23755/stat : 23755 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835493870152 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23758] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23758/stat : 23758 (java) S 23734 23737 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13057291 10060525568 19209 33554432000 1073741824 1073778376 140736921122352 139835490710824 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 0.95 1.01 1.17 3/191 23771
/proc/meminfo: memFree=26663632/32872528 swapFree=11480/941500
[pid=23737] ppid=23734 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/23737/stat : 23737 (java) S 23734 23737 13214 0 -1 4202496 18726 0 1 0 206 12 0 0 20 0 19 0 13057272 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 140736921113488 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23737/statm: 2456183 23846 2266 9 0 2446860 0
[pid=23737/tid=23739] ppid=23734 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23737/task/23739/stat : 23739 (java) S 23734 23737 13214 0 -1 4202560 2468 0 1 0 14 2 0 0 20 0 19 0 13057273 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835677152120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23740] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23740/stat : 23740 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835615882152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23741] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23741/stat : 23741 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835614829608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23742] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23742/stat : 23742 (java) S 23734 23737 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835613776552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23743] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23743/stat : 23743 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835517647656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23744] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23744/stat : 23744 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835516594600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23745] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23745/stat : 23745 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835515542056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23746] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23746/stat : 23746 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835514489000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23747] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23747/stat : 23747 (java) S 23734 23737 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835513436456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23748] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23748/stat : 23748 (java) S 23734 23737 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835501239144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23749] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23749/stat : 23749 (java) S 23734 23737 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835500185464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23750] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23750/stat : 23750 (java) S 23734 23737 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835499132296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23751] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23751/stat : 23751 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835498081040 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23752] ppid=23734 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/23737/task/23752/stat : 23752 (java) S 23734 23737 13214 0 -1 4202560 8394 0 0 0 53 2 0 0 20 0 19 0 13057278 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835497027896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23753] ppid=23734 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/23737/task/23753/stat : 23753 (java) S 23734 23737 13214 0 -1 4202560 6483 0 0 0 61 0 0 0 20 0 19 0 13057278 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835495975352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23754] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23754/stat : 23754 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835494922488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23755] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23755/stat : 23755 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835493870152 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23758] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23758/stat : 23758 (java) S 23734 23737 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13057291 10060525568 23846 33554432000 1073741824 1073778376 140736921122352 139835490710824 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=13 pid=1822 uid=0 cmd=

[startup+6.30084 s]
/proc/loadavg: 0.88 0.99 1.16 1/188 23789
/proc/meminfo: memFree=26628320/32872528 swapFree=11480/941500
[pid=23737] ppid=23734 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/23737/stat : 23737 (java) S 23734 23737 13214 0 -1 4202496 18824 0 1 0 222 18 0 0 20 0 19 0 13057272 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 140736921113488 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23737/statm: 2456183 33524 2268 9 0 2446860 0
[pid=23737/tid=23739] ppid=23734 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23737/task/23739/stat : 23739 (java) S 23734 23737 13214 0 -1 4202560 2470 0 1 0 14 2 0 0 20 0 19 0 13057273 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835677152120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23740] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23740/stat : 23740 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835615882152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23741] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23741/stat : 23741 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835614829608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23742] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23742/stat : 23742 (java) S 23734 23737 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835613776552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23743] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23743/stat : 23743 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835517647656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23744] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23744/stat : 23744 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835516594600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23745] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23745/stat : 23745 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835515542056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23746] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23746/stat : 23746 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835514489000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23747] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23747/stat : 23747 (java) S 23734 23737 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13057274 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835513436456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23748] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23748/stat : 23748 (java) S 23734 23737 13214 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835501239144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23749] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23749/stat : 23749 (java) S 23734 23737 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835500185464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23750] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23750/stat : 23750 (java) S 23734 23737 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835499132296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23751] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23751/stat : 23751 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835498081040 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23752] ppid=23734 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/23737/task/23752/stat : 23752 (java) S 23734 23737 13214 0 -1 4202560 8399 0 0 0 59 2 0 0 20 0 19 0 13057278 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835497027896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23753] ppid=23734 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/23737/task/23753/stat : 23753 (java) S 23734 23737 13214 0 -1 4202560 6487 0 0 0 65 0 0 0 20 0 19 0 13057278 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835495975352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23754] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23754/stat : 23754 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835494922488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23755] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23755/stat : 23755 (java) S 23734 23737 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835493870152 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23758] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23758/stat : 23758 (java) S 23734 23737 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13057291 10060525568 33524 33554432000 1073741824 1073778376 140736921122352 139835490710824 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.4

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

[pid=23737/tid=23745] ppid=23734 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23737/task/23745/stat : 23745 (java) S 23734 23737 13214 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 13057274 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835515542056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23746] ppid=23734 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23737/task/23746/stat : 23746 (java) S 23734 23737 13214 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 13057274 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835514489000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23747] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23747/stat : 23747 (java) S 23734 23737 13214 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13057274 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835513436456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23748] ppid=23734 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23737/task/23748/stat : 23748 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 1 5 0 0 20 0 19 0 13057275 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835501239144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23749] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23749/stat : 23749 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835500185464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23750] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23750/stat : 23750 (java) S 23734 23737 13214 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835499132296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23751] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23751/stat : 23751 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835498081040 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23752] ppid=23734 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/23737/task/23752/stat : 23752 (java) S 23734 23737 13214 0 -1 4202560 8451 0 0 0 77 2 0 0 20 0 19 0 13057278 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835497027896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23753] ppid=23734 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/23737/task/23753/stat : 23753 (java) S 23734 23737 13214 0 -1 4202560 6525 0 0 0 92 0 0 0 20 0 19 0 13057278 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835495975352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23754] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23754/stat : 23754 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835494922488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23755] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23755/stat : 23755 (java) S 23734 23737 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835493870152 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23758] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23758/stat : 23758 (java) S 23734 23737 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13057291 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835490710824 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.05
Current children cumulated vsize (KiB) 9824732

[startup+39.6008 s]
/proc/loadavg: 0.76 0.95 1.14 3/191 23960
/proc/meminfo: memFree=26544060/32872528 swapFree=11480/941500
[pid=23737] ppid=23734 vsize=9824732 CPUtime=23.1 cores=1,3,5,7
/proc/23737/stat : 23737 (java) S 23734 23737 13214 0 -1 4202496 19605 0 1 0 2190 120 0 0 20 0 22 0 13057272 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 140736921113488 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23737/statm: 2456183 51415 2287 9 0 2446860 0
[pid=23737/tid=23739] ppid=23734 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/23737/task/23739/stat : 23739 (java) S 23734 23737 13214 0 -1 4202560 2472 0 1 0 19 2 0 0 20 0 22 0 13057273 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835677152120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23740] ppid=23734 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23737/task/23740/stat : 23740 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 13057274 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835615882152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23741] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23741/stat : 23741 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 13057274 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835614829608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23742] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23742/stat : 23742 (java) S 23734 23737 13214 0 -1 4202560 46 0 0 0 3 0 0 0 20 0 22 0 13057274 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835613776552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23743] ppid=23734 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23737/task/23743/stat : 23743 (java) S 23734 23737 13214 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 13057274 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835517647656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23744] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23744/stat : 23744 (java) S 23734 23737 13214 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 13057274 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835516594600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23745] ppid=23734 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23737/task/23745/stat : 23745 (java) S 23734 23737 13214 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 13057274 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835515542056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23746] ppid=23734 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23737/task/23746/stat : 23746 (java) S 23734 23737 13214 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 13057274 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835514489000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23747] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23747/stat : 23747 (java) S 23734 23737 13214 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 13057274 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835513436456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23748] ppid=23734 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23737/task/23748/stat : 23748 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 1 5 0 0 20 0 22 0 13057275 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835501239144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23749] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23749/stat : 23749 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13057275 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835500185464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23750] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23750/stat : 23750 (java) S 23734 23737 13214 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 13057275 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835499132296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23751] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23751/stat : 23751 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13057278 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835498081040 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23752] ppid=23734 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/23737/task/23752/stat : 23752 (java) S 23734 23737 13214 0 -1 4202560 8451 0 0 0 77 2 0 0 20 0 22 0 13057278 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835497027896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23753] ppid=23734 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/23737/task/23753/stat : 23753 (java) S 23734 23737 13214 0 -1 4202560 6525 0 0 0 92 0 0 0 20 0 22 0 13057278 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835495975352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23754] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23754/stat : 23754 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13057278 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835494922488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23755] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23755/stat : 23755 (java) S 23734 23737 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13057278 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835493870152 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23758] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23758/stat : 23758 (java) S 23734 23737 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13057291 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835490710824 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23958] ppid=23734 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23737/task/23958/stat : 23958 (java) R 23734 23737 13214 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 22 0 13061230 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835489659880 139835617723833 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23959] ppid=23734 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23737/task/23959/stat : 23959 (java) R 23734 23737 13214 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 22 0 13061230 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835492815960 139835617458440 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23960] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23960/stat : 23960 (java) S 23734 23737 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13061230 10060525568 51415 33554432000 1073741824 1073778376 140736921122352 139835491763240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 23.1
Current children cumulated vsize (KiB) 9824732

[startup+40.0008 s]
/proc/loadavg: 0.76 0.95 1.14 3/191 23960
/proc/meminfo: memFree=26544060/32872528 swapFree=11480/941500
[pid=23737] ppid=23734 vsize=9824732 CPUtime=23.52 cores=1,3,5,7
/proc/23737/stat : 23737 (java) S 23734 23737 13214 0 -1 4202496 19606 0 1 0 2230 122 0 0 20 0 19 0 13057272 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 140736921113488 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23737/statm: 2456183 51409 2287 9 0 2446860 0
[pid=23737/tid=23739] ppid=23734 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/23737/task/23739/stat : 23739 (java) S 23734 23737 13214 0 -1 4202560 2472 0 1 0 19 2 0 0 20 0 19 0 13057273 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835677152120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23740] ppid=23734 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23737/task/23740/stat : 23740 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 13057274 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835615882152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23741] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23741/stat : 23741 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 13057274 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835614829608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23742] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23742/stat : 23742 (java) S 23734 23737 13214 0 -1 4202560 46 0 0 0 3 0 0 0 20 0 19 0 13057274 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835613776552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23743] ppid=23734 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23737/task/23743/stat : 23743 (java) S 23734 23737 13214 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 13057274 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835517647656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23744] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23744/stat : 23744 (java) S 23734 23737 13214 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 19 0 13057274 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835516594600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23745] ppid=23734 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23737/task/23745/stat : 23745 (java) S 23734 23737 13214 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 13057274 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835515542056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23746] ppid=23734 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23737/task/23746/stat : 23746 (java) S 23734 23737 13214 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 13057274 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835514489000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23747] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23747/stat : 23747 (java) S 23734 23737 13214 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13057274 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835513436456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23748] ppid=23734 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23737/task/23748/stat : 23748 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 1 5 0 0 20 0 19 0 13057275 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835501239144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23749] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23749/stat : 23749 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835500185464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23750] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23750/stat : 23750 (java) S 23734 23737 13214 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835499132296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23751] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23751/stat : 23751 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835498081040 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23752] ppid=23734 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/23737/task/23752/stat : 23752 (java) S 23734 23737 13214 0 -1 4202560 8451 0 0 0 77 2 0 0 20 0 19 0 13057278 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835497027896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23753] ppid=23734 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/23737/task/23753/stat : 23753 (java) S 23734 23737 13214 0 -1 4202560 6525 0 0 0 92 0 0 0 20 0 19 0 13057278 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835495975352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23754] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23754/stat : 23754 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835494922488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23755] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23755/stat : 23755 (java) S 23734 23737 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835493870152 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23758] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23758/stat : 23758 (java) S 23734 23737 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13057291 10060525568 51409 33554432000 1073741824 1073778376 140736921122352 139835490710824 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.52
Current children cumulated vsize (KiB) 9824732

[startup+40.1007 s]
/proc/loadavg: 0.76 0.95 1.14 3/191 23960
/proc/meminfo: memFree=26544060/32872528 swapFree=11480/941500
[pid=23737] ppid=23734 vsize=9824732 CPUtime=23.56 cores=1,3,5,7
/proc/23737/stat : 23737 (java) S 23734 23737 13214 0 -1 4202496 19609 0 1 0 2234 122 0 0 20 0 19 0 13057272 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 140736921113488 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23737/statm: 2456183 51412 2287 9 0 2446860 0
[pid=23737/tid=23739] ppid=23734 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/23737/task/23739/stat : 23739 (java) R 23734 23737 13214 0 -1 4202560 2472 0 1 0 21 2 0 0 20 0 19 0 13057273 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835677152048 139835617269824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23740] ppid=23734 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23737/task/23740/stat : 23740 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 13057274 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835615882152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23741] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23741/stat : 23741 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 13057274 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835614829608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23742] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23742/stat : 23742 (java) S 23734 23737 13214 0 -1 4202560 46 0 0 0 3 0 0 0 20 0 19 0 13057274 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835613776552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23743] ppid=23734 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23737/task/23743/stat : 23743 (java) S 23734 23737 13214 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 13057274 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835517647656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23744] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23744/stat : 23744 (java) S 23734 23737 13214 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 19 0 13057274 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835516594600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23745] ppid=23734 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23737/task/23745/stat : 23745 (java) S 23734 23737 13214 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 13057274 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835515542056 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23746] ppid=23734 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23737/task/23746/stat : 23746 (java) S 23734 23737 13214 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 13057274 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835514489000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23747] ppid=23734 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23737/task/23747/stat : 23747 (java) S 23734 23737 13214 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13057274 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835513436456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23748] ppid=23734 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23737/task/23748/stat : 23748 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 1 5 0 0 20 0 19 0 13057275 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835501239144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23749] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23749/stat : 23749 (java) S 23734 23737 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835500185464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23750] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23750/stat : 23750 (java) S 23734 23737 13214 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 13057275 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835499132296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23751] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23751/stat : 23751 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835498081040 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23752] ppid=23734 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/23737/task/23752/stat : 23752 (java) S 23734 23737 13214 0 -1 4202560 8452 0 0 0 77 2 0 0 20 0 19 0 13057278 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835497027896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23737/tid=23753] ppid=23734 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/23737/task/23753/stat : 23753 (java) S 23734 23737 13214 0 -1 4202560 6527 0 0 0 93 0 0 0 20 0 19 0 13057278 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835495975352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23737/tid=23754] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23754/stat : 23754 (java) S 23734 23737 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835494922488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23737/tid=23755] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23755/stat : 23755 (java) S 23734 23737 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13057278 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835493870152 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23737/tid=23758] ppid=23734 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23737/task/23758/stat : 23758 (java) S 23734 23737 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13057291 10060525568 51412 33554432000 1073741824 1073778376 140736921122352 139835490710824 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.56
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 40.1082
CPU time (s): 23.6314
CPU user time (s): 22.3396
CPU system time (s): 1.2918
CPU usage (%): 58.9191
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.3396
system time used= 1.2918
maximum resident set size= 208416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19617
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= 3150
involuntary context switches= 965

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

The end

Launcher Data

Begin job on node113 at 2016-06-30 23:08:19
IDJOB=4109309
IDBENCH=78772
IDSOLVER=2552
FILE ID=node113/4109309-1467320899
RUNJOBID= node113-1467318804-16844
PBS_JOBID= 20005277
Free space on /tmp= 71736 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.1111225122--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109309-1467320899/watcher-4109309-1467320899 -o /tmp/evaluation-result-4109309-1467320899/solver-4109309-1467320899 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467318804-16844 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109309-1467320899.wbo

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

MD5SUM BENCH= c5bd7b5672b52c4fa4ed23b344c70430
RANDOM SEED=1733393066

node113.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.947
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.89
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.947
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	: 5325.52
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.947
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.947
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.54
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.947
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.56
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.947
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.947
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.56
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.947
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:        26743788 kB
Buffers:          137424 kB
Cached:          4275796 kB
SwapCached:            0 kB
Active:          2939752 kB
Inactive:        1488008 kB
Active(anon):      11704 kB
Inactive(anon):     5656 kB
Active(file):    2928048 kB
Inactive(file):  1482352 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               900 kB
Writeback:            28 kB
AnonPages:        956360 kB
Mapped:            13172 kB
Shmem:               204 kB
Slab:             629884 kB
SReclaimable:      74024 kB
SUnreclaim:       555860 kB
KernelStack:        1416 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1039556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    935936 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= 71736 MiB
End job on node113 at 2016-06-30 23:09:00