Trace number 4109509

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 14.9517 41.3769

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221624--soft-33-100-0.wbo
MD5SUMbe3c73315139989f61de040eef6a61aa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark6.43002
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.12	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4109509-1467321270.wbo
0.07/0.13	c reading problem ... 
0.07/0.19	c ... done. Wall clock time 0.065s.
0.07/0.19	c declared #vars     169
0.07/0.19	c internal #vars     233
0.07/0.19	c #constraints  101
0.07/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.19	c constraints type 
0.07/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.07/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.07/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.07/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.07/0.19	c 101 constraints processed.
0.07/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.19	c constraints type 
0.07/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.07/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.07/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.07/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
0.07/0.19	c 101 constraints processed.
0.07/0.19	c objective function length is 64 literals
0.57/0.35	c And the winner is solver0
1.10/0.69	c SATISFIABLE
1.10/0.69	c OPTIMIZING...
1.10/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
1.10/0.70	o 739
1.10/0.71	c And the winner is solver0
1.11/1.20	c Got one! Elapsed wall clock time (in seconds):1.071
1.11/1.20	o 736
1.15/1.24	c And the winner is solver0
1.31/1.70	c Got one! Elapsed wall clock time (in seconds):1.572
1.31/1.70	o 734
1.31/1.71	c And the winner is solver0
1.37/2.20	c Got one! Elapsed wall clock time (in seconds):2.073
1.37/2.20	o 731
1.38/2.21	c And the winner is solver0
1.38/2.70	c Got one! Elapsed wall clock time (in seconds):2.574
1.38/2.70	o 599
1.38/2.73	c And the winner is solver0
1.50/3.20	c Got one! Elapsed wall clock time (in seconds):3.075
1.50/3.20	o 528
1.50/3.20	c And the winner is solver0
1.51/3.70	c Got one! Elapsed wall clock time (in seconds):3.577
1.51/3.70	o 513
1.51/3.71	c And the winner is solver0
1.51/4.20	c Got one! Elapsed wall clock time (in seconds):4.078
1.51/4.20	o 361
1.51/4.21	c And the winner is solver0
1.60/4.70	c Got one! Elapsed wall clock time (in seconds):4.579
1.60/4.70	o 356
1.60/4.71	c And the winner is solver0
1.61/5.21	c Got one! Elapsed wall clock time (in seconds):5.08
1.61/5.21	o 345
1.61/5.21	c And the winner is solver0
1.61/5.71	c Got one! Elapsed wall clock time (in seconds):5.581
1.61/5.71	o 340
1.61/5.71	c And the winner is solver0
1.61/6.21	c Got one! Elapsed wall clock time (in seconds):6.082
1.61/6.21	o 339
1.61/6.22	c And the winner is solver0
1.68/6.71	c Got one! Elapsed wall clock time (in seconds):6.583
1.68/6.71	o 324
1.68/6.72	c And the winner is solver0
1.84/7.21	c Got one! Elapsed wall clock time (in seconds):7.084
1.84/7.21	o 313
1.84/7.22	c And the winner is solver0
1.85/7.71	c Got one! Elapsed wall clock time (in seconds):7.585
1.85/7.71	o 295
1.85/7.78	c And the winner is solver0
2.06/8.21	c Got one! Elapsed wall clock time (in seconds):8.087
2.06/8.21	o 284
2.06/8.22	c And the winner is solver0
2.07/8.71	c Got one! Elapsed wall clock time (in seconds):8.588
2.07/8.71	o 268
2.07/8.72	c And the winner is solver0
2.18/9.21	c Got one! Elapsed wall clock time (in seconds):9.089
2.18/9.21	o 264
2.18/9.23	c And the winner is solver0
2.23/9.72	c Got one! Elapsed wall clock time (in seconds):9.59
2.23/9.72	o 261
2.23/9.72	c And the winner is solver0
2.24/10.22	c Got one! Elapsed wall clock time (in seconds):10.091
2.24/10.22	o 251
2.24/10.22	c And the winner is solver0
2.26/10.72	c Got one! Elapsed wall clock time (in seconds):10.592
2.26/10.72	o 246
2.26/10.74	c And the winner is solver0
2.33/11.22	c Got one! Elapsed wall clock time (in seconds):11.093
2.33/11.22	o 238
2.33/11.24	c And the winner is solver0
2.38/11.72	c Got one! Elapsed wall clock time (in seconds):11.594
2.38/11.72	o 235
2.38/11.74	c And the winner is solver0
2.43/12.22	c Got one! Elapsed wall clock time (in seconds):12.095
2.43/12.22	o 229
2.43/12.25	c And the winner is solver0
2.49/12.72	c Got one! Elapsed wall clock time (in seconds):12.596
2.49/12.72	o 228
2.49/12.74	c And the winner is solver0
2.56/13.22	c Got one! Elapsed wall clock time (in seconds):13.097
2.56/13.22	o 223
2.56/13.23	c And the winner is solver0
2.59/13.72	c Got one! Elapsed wall clock time (in seconds):13.598
2.59/13.72	o 222
2.59/13.74	c And the winner is solver0
2.66/14.22	c Got one! Elapsed wall clock time (in seconds):14.099
2.66/14.22	o 219
2.66/14.23	c And the winner is solver0
2.68/14.73	c Got one! Elapsed wall clock time (in seconds):14.6
2.68/14.73	o 215
2.68/14.74	c And the winner is solver0
2.68/15.23	c Got one! Elapsed wall clock time (in seconds):15.101
2.68/15.23	o 206
2.68/15.25	c And the winner is solver0
2.76/15.73	c Got one! Elapsed wall clock time (in seconds):15.602
2.76/15.73	o 203
2.76/15.76	c And the winner is solver0
2.82/16.23	c Got one! Elapsed wall clock time (in seconds):16.103
2.82/16.23	o 202
2.82/16.25	c And the winner is solver0
2.90/16.73	c Got one! Elapsed wall clock time (in seconds):16.605
2.90/16.73	o 197
2.90/16.74	c And the winner is solver0
2.91/17.23	c Got one! Elapsed wall clock time (in seconds):17.106
2.91/17.23	o 196
2.91/17.24	c And the winner is solver0
2.91/17.73	c Got one! Elapsed wall clock time (in seconds):17.606
2.91/17.73	o 188
2.91/17.79	c And the winner is solver0
3.03/18.23	c Got one! Elapsed wall clock time (in seconds):18.107
3.03/18.23	o 171
3.19/18.32	c And the winner is solver0
3.24/18.73	c Got one! Elapsed wall clock time (in seconds):18.608
3.24/18.73	o 169
3.24/18.74	c And the winner is solver0
3.24/19.23	c Got one! Elapsed wall clock time (in seconds):19.109
3.24/19.23	o 161
3.24/19.26	c And the winner is solver0
3.30/19.74	c Got one! Elapsed wall clock time (in seconds):19.61
3.30/19.74	o 159
3.45/19.82	c cleaning 8056 clauses out of 16113 with flag 3442/16113
3.45/19.82	c And the winner is solver0
3.51/20.24	c Got one! Elapsed wall clock time (in seconds):20.111
3.51/20.24	o 156
3.63/20.31	c And the winner is solver0
3.79/20.74	c Got one! Elapsed wall clock time (in seconds):20.612
3.79/20.74	o 147
3.79/20.77	c And the winner is solver0
3.86/21.24	c Got one! Elapsed wall clock time (in seconds):21.113
3.86/21.24	o 145
3.97/21.33	c And the winner is solver0
4.06/21.74	c Got one! Elapsed wall clock time (in seconds):21.614
4.06/21.74	o 132
4.06/21.78	c And the winner is solver0
4.34/22.24	c Got one! Elapsed wall clock time (in seconds):22.115
4.34/22.24	o 128
4.34/22.25	c And the winner is solver0
4.34/22.74	c Got one! Elapsed wall clock time (in seconds):22.616
4.34/22.74	o 123
4.34/22.75	c And the winner is solver0
4.40/23.24	c Got one! Elapsed wall clock time (in seconds):23.117
4.40/23.24	o 121
4.40/23.25	c And the winner is solver0
4.44/23.74	c Got one! Elapsed wall clock time (in seconds):23.618
4.44/23.74	o 115
4.44/23.76	c And the winner is solver0
4.51/24.24	c Got one! Elapsed wall clock time (in seconds):24.119
4.51/24.24	o 110
4.51/24.26	c And the winner is solver0
4.57/24.74	c Got one! Elapsed wall clock time (in seconds):24.62
4.57/24.74	o 109
4.57/24.75	c And the winner is solver0
4.57/25.25	c Got one! Elapsed wall clock time (in seconds):25.12
4.57/25.25	o 103
4.57/25.27	c And the winner is solver0
4.64/25.75	c Got one! Elapsed wall clock time (in seconds):25.621
4.64/25.75	o 99
4.64/25.76	c And the winner is solver0
4.67/26.25	c Got one! Elapsed wall clock time (in seconds):26.122
4.67/26.25	o 95
4.67/26.27	c And the winner is solver0
4.73/26.75	c Got one! Elapsed wall clock time (in seconds):26.623
4.73/26.75	o 94
4.73/26.76	c And the winner is solver0
4.79/27.25	c Got one! Elapsed wall clock time (in seconds):27.124
4.79/27.25	o 88
4.79/27.28	c And the winner is solver0
4.88/27.75	c Got one! Elapsed wall clock time (in seconds):27.624
4.88/27.75	o 82
4.88/27.76	c And the winner is solver0
4.90/28.25	c Got one! Elapsed wall clock time (in seconds):28.125
4.90/28.25	o 76
4.90/28.28	c And the winner is solver0
4.97/28.75	c Got one! Elapsed wall clock time (in seconds):28.626
4.97/28.75	o 56
5.06/28.80	c And the winner is solver0
5.10/29.25	c Got one! Elapsed wall clock time (in seconds):29.127
5.10/29.25	o 55
5.10/29.29	c And the winner is solver0
5.20/29.75	c Got one! Elapsed wall clock time (in seconds):29.629
5.20/29.75	o 54
5.20/29.76	c And the winner is solver0
5.21/30.26	c Got one! Elapsed wall clock time (in seconds):30.13
5.21/30.26	o 49
5.21/30.27	c And the winner is solver0
5.27/30.76	c Got one! Elapsed wall clock time (in seconds):30.632
5.27/30.76	o 47
5.36/30.83	c cleaning 10163 clauses out of 20328 with flag 3330/28384
5.36/30.85	c And the winner is solver0
5.49/31.26	c Got one! Elapsed wall clock time (in seconds):31.133
5.49/31.26	o 46
5.56/31.35	c And the winner is solver0
5.69/31.76	c Got one! Elapsed wall clock time (in seconds):31.635
5.69/31.76	o 40
5.77/31.90	c cleaning 7984 clauses out of 15974 with flag 9585/34193
6.01/31.92	c And the winner is solver0
6.05/32.26	c Got one! Elapsed wall clock time (in seconds):32.137
6.05/32.26	o 39
6.12/32.31	c And the winner is solver0
6.18/32.76	c Got one! Elapsed wall clock time (in seconds):32.638
6.18/32.76	o 36
6.18/32.78	c And the winner is solver0
6.25/33.27	c Got one! Elapsed wall clock time (in seconds):33.14
6.25/33.27	o 35
6.25/33.28	c And the winner is solver0
6.31/33.77	c Got one! Elapsed wall clock time (in seconds):33.642
6.31/33.77	o 34
6.36/33.83	c And the winner is solver0
6.50/34.27	c Got one! Elapsed wall clock time (in seconds):34.145
6.50/34.27	o 19
6.55/34.38	c And the winner is solver0
6.74/34.77	c Got one! Elapsed wall clock time (in seconds):34.648
6.74/34.77	o 18
6.74/34.79	c And the winner is solver0
6.81/35.28	c Got one! Elapsed wall clock time (in seconds):35.15
6.81/35.28	o 16
6.86/35.32	c And the winner is solver0
6.91/35.78	c Got one! Elapsed wall clock time (in seconds):35.652
6.91/35.78	o 15
6.94/35.84	c cleaning 8769 clauses out of 17537 with flag 4295/43740
7.14/35.90	c And the winner is solver0
7.17/36.28	c Got one! Elapsed wall clock time (in seconds):36.155
7.17/36.28	o 14
7.25/36.34	c And the winner is solver0
7.35/36.78	c Got one! Elapsed wall clock time (in seconds):36.657
7.35/36.78	o 9
7.58/36.97	c cleaning 7711 clauses out of 15426 with flag 17051/50398
8.18/37.20	c cleaning 6855 clauses out of 13712 with flag 39677/56397
8.18/37.24	c And the winner is solver0
8.33/37.33	c Got one! Elapsed wall clock time (in seconds):37.209
8.33/37.33	o 8
8.33/37.37	c And the winner is solver0
8.47/37.84	c Got one! Elapsed wall clock time (in seconds):37.712
8.47/37.84	o 7
8.81/38.01	c cleaning 6481 clauses out of 12972 with flag 16420/62513
8.81/38.02	c And the winner is solver0
8.86/38.34	c Got one! Elapsed wall clock time (in seconds):38.214
8.86/38.34	o 5
9.19/38.53	c cleaning 5845 clauses out of 11709 with flag 20176/67731
9.57/38.76	c cleaning 5917 clauses out of 11863 with flag 44899/73731
10.19/39.04	c cleaning 6469 clauses out of 12944 with flag 73747/80731
10.79/39.39	c cleaning 7236 clauses out of 14473 with flag 109727/88731
11.79/39.82	c cleaning 8112 clauses out of 16235 with flag 150796/97731
12.59/40.29	c cleaning 9054 clauses out of 18120 with flag 198393/107731
14.10/40.90	c cleaning 10030 clauses out of 20063 with flag 249947/118731
14.41/41.06	c And the winner is solver0
14.83/41.37	c >>>>>>>>>> Solver number 0 (77 answers) <<<<<<<<<<<<<<<<<<
14.83/41.37	c starts		: 171
14.83/41.37	c conflicts		: 122249
14.83/41.37	c decisions		: 191786
14.83/41.37	c propagations		: 2627013
14.83/41.37	c inspects		: 60255571
14.83/41.37	c shortcuts		: 0
14.83/41.37	c learnt literals	: 38
14.83/41.37	c learnt binary clauses	: 23
14.83/41.37	c learnt ternary clauses	: 93
14.83/41.37	c learnt constraints	: 122210
14.83/41.37	c ignored constraints	: 0
14.83/41.37	c root simplifications	: 0
14.83/41.37	c removed literals (reason simplification)	: 649719
14.83/41.37	c reason swapping (by a shorter reason)	: 0
14.83/41.37	c Calls to reduceDB	: 14
14.83/41.37	c Number of update (reduction) of LBD	: 29750
14.83/41.37	c Imported unit clauses	: 0
14.83/41.37	c number of reductions to clauses (during analyze)	: 0
14.83/41.37	c number of learned constraints concerned by reduction	: 0
14.83/41.37	c number of learning phase by resolution	: 0
14.83/41.37	c number of learning phase by cutting planes	: 0
14.83/41.37	c speed (assignments/second)	: 63810.46418421628
14.83/41.37	c non guided choices	3302
14.83/41.37	c learnt constraints type 
14.83/41.37	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
14.83/41.37	c starts		: 77
14.83/41.37	c conflicts		: 380
14.83/41.37	c decisions		: 7102
14.83/41.37	c propagations		: 24779
14.83/41.37	c inspects		: 678926
14.83/41.37	c shortcuts		: 0
14.83/41.37	c learnt literals	: 0
14.83/41.37	c learnt binary clauses	: 0
14.83/41.37	c learnt ternary clauses	: 0
14.83/41.37	c learnt constraints	: 312
14.83/41.37	c ignored constraints	: 0
14.83/41.37	c root simplifications	: 0
14.83/41.37	c removed literals (reason simplification)	: 0
14.83/41.37	c reason swapping (by a shorter reason)	: 0
14.83/41.37	c Calls to reduceDB	: 0
14.83/41.37	c Number of update (reduction) of LBD	: 0
14.83/41.37	c Imported unit clauses	: 0
14.83/41.37	c number of reductions to clauses (during analyze)	: 0
14.83/41.37	c number of learned constraints concerned by reduction	: 0
14.83/41.37	c number of learning phase by resolution	: 0
14.83/41.37	c number of learning phase by cutting planes	: 0
14.83/41.37	c speed (assignments/second)	: 8199.53673064196
14.83/41.37	c non guided choices	1662
14.83/41.37	c learnt constraints type 
14.83/41.37	s OPTIMUM FOUND
14.83/41.37	c Found 76 solution(s)
14.83/41.37	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 
14.83/41.37	c objective function=5
14.83/41.37	c Total wall clock time (in seconds): 41.243

Verifier Data

OK	5

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-4109509-1467321270/watcher-4109509-1467321270 -o /tmp/evaluation-result-4109509-1467321270/solver-4109509-1467321270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8602 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109509-1467321270.wbo 

pid=12613
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

[startup+0 s]
/proc/loadavg: 1.95 2.07 2.06 2/194 12616
/proc/meminfo: memFree=28379816/32872528 swapFree=1522152/1652968
[pid=12616] ppid=12613 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/12616/stat : 12616 (runsolver) R 12613 3195 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 1 0 2805974 24911872 50 33554432000 4194304 4338465 140736711239072 140736711236608 217410333634 0 0 4096 24578 0 0 0 17 7 0 0 0 0 0
/proc/12616/statm: 6082 50 4 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.100061 s]
/proc/loadavg: 1.95 2.07 2.06 2/194 12616
/proc/meminfo: memFree=28379816/32872528 swapFree=1522152/1652968
[pid=12616] ppid=12613 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 3195 0 -1 4202496 4382 0 1 0 7 0 0 0 20 0 18 0 2805974 9787879424 5489 33554432000 1073741824 1073778376 140734284452928 140734284444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12616/statm: 2389619 5489 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 1.95 2.07 2.06 2/194 12616
/proc/meminfo: memFree=28379816/32872528 swapFree=1522152/1652968
[pid=12616] ppid=12613 vsize=9691604 CPUtime=0.22 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 3195 0 -1 4202496 4736 0 1 0 21 1 0 0 20 0 20 0 2805974 9924202496 7847 33554432000 1073741824 1073778376 140734284452928 140734284444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12616/statm: 2422901 7847 2208 9 0 2413578 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9691604

[startup+0.300227 s]
/proc/loadavg: 1.95 2.07 2.06 2/194 12616
/proc/meminfo: memFree=28379816/32872528 swapFree=1522152/1652968
[pid=12616] ppid=12613 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 3195 0 -1 4202496 7813 0 1 0 56 1 0 0 20 0 22 0 2805974 10060525568 9567 33554432000 1073741824 1073778376 140734284452928 140734284444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12616/statm: 2456183 9567 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824732

[startup+0.700242 s]
/proc/loadavg: 1.95 2.07 2.06 2/194 12616
/proc/meminfo: memFree=28379816/32872528 swapFree=1522152/1652968
[pid=12616] ppid=12613 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 3195 0 -1 4202496 12149 0 1 0 105 5 0 0 20 0 19 0 2805974 10060525568 12528 33554432000 1073741824 1073778376 140734284452928 140734284444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12616/statm: 2456183 12528 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9824732

[startup+1.50075 s]
/proc/loadavg: 1.96 2.07 2.06 1/213 12647
/proc/meminfo: memFree=28326624/32872528 swapFree=1522152/1652968
[pid=12616] ppid=12613 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 3195 0 -1 4202496 13140 0 1 0 124 7 0 0 20 0 19 0 2805974 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 140734284444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12616/statm: 2456183 15619 2254 9 0 2446860 0
[pid=12616/tid=12618] ppid=12613 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) S 12613 12616 3195 0 -1 4202560 2422 0 1 0 14 2 0 0 20 0 19 0 2805976 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139880213701496 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12619] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139880175193128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12620] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139880174140328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12621] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139880055171880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12622] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139880054119080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=12623] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139880053066280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12624] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139880052013480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=12625] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139880050960680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12626] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139880049907880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12627] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2805978 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139879567580136 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12628] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) S 12613 12616 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2805979 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139879566526200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12629] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) S 12613 12616 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2805979 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139879565473288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12630] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139879564421776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12631] ppid=12613 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 3195 0 -1 4202560 5301 0 0 0 35 2 0 0 20 0 19 0 2805981 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139879563368888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12632] ppid=12613 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/12616/task/12632/stat : 12632 (java) S 12613 12616 3195 0 -1 4202560 4072 0 0 0 35 0 0 0 20 0 19 0 2805981 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139879562316088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12633] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12633/stat : 12633 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139879561263480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12634] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12634/stat : 12634 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139879560210888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12638] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12638/stat : 12638 (java) S 12613 12616 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2805995 10060525568 15619 33554432000 1073741824 1073778376 140734284452928 139879555999016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.96 2.07 2.06 1/213 12659
/proc/meminfo: memFree=28315176/32872528 swapFree=1522152/1652968
[pid=12616] ppid=12613 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 3195 0 -1 4202496 14557 0 1 0 141 9 0 0 20 0 19 0 2805974 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 140734284444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12616/statm: 2456183 20234 2257 9 0 2446860 0
[pid=12616/tid=12618] ppid=12613 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) S 12613 12616 3195 0 -1 4202560 2423 0 1 0 15 2 0 0 20 0 19 0 2805976 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139880213701496 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12619] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139880175193128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12620] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139880174140328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12621] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139880055171880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12622] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139880054119080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=12623] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139880053066280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12624] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139880052013480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=12625] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139880050960680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12626] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139880049907880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12627] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2805978 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139879567580136 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12628] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) S 12613 12616 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2805979 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139879566526200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12629] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) S 12613 12616 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2805979 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139879565473288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12630] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139879564421776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12631] ppid=12613 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 3195 0 -1 4202560 5303 0 0 0 38 2 0 0 20 0 19 0 2805981 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139879563368888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12632] ppid=12613 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/12616/task/12632/stat : 12632 (java) S 12613 12616 3195 0 -1 4202560 5457 0 0 0 45 0 0 0 20 0 19 0 2805981 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139879562316088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12633] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12633/stat : 12633 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139879561263480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12634] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12634/stat : 12634 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139879560210888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12638] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12638/stat : 12638 (java) S 12613 12616 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2805995 10060525568 20234 33554432000 1073741824 1073778376 140734284452928 139879555999016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1814 uid=0 cmd=

[startup+6.30079 s]
/proc/loadavg: 1.96 2.07 2.06 3/216 12698
/proc/meminfo: memFree=28288400/32872528 swapFree=1522152/1652968
[pid=12616] ppid=12613 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 3195 0 -1 4202496 16202 0 1 0 156 12 0 0 20 0 19 0 2805974 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 140734284444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12616/statm: 2456183 27163 2266 9 0 2446860 0
[pid=12616/tid=12618] ppid=12613 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) S 12613 12616 3195 0 -1 4202560 2425 0 1 0 15 2 0 0 20 0 19 0 2805976 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139880213701496 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12619] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139880175193128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12620] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139880174140328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12621] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139880055171880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12622] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139880054119080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=12623] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139880053066280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12624] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139880052013480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=12625] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139880050960680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12626] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2805977 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139880049907880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12627] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 3195 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 2805978 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139879567580136 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12628] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) S 12613 12616 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2805979 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139879566526200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12629] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) S 12613 12616 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2805979 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139879565473288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12630] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139879564421776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12631] ppid=12613 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 3195 0 -1 4202560 5303 0 0 0 39 2 0 0 20 0 19 0 2805981 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139879563368888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12632] ppid=12613 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/12616/task/12632/stat : 12632 (java) S 12613 12616 3195 0 -1 4202560 7013 0 0 0 55 1 0 0 20 0 19 0 2805981 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139879562316088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12633] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12633/stat : 12633 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139879561263480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12634] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12634/stat : 12634 (java) S 12613 12616 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139879560210888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12638] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12638/stat : 12638 (java) S 12613 12616 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2805995 10060525568 27163 33554432000 1073741824 1073778376 140734284452928 139879555999016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.68

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

[pid=12616/tid=12627] ppid=12613 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 3195 0 -1 4202560 16 0 0 0 1 4 0 0 20 0 22 0 2805978 10060525568 48650 33554432000 1073741824 1073778376 140734284452928 139879567580136 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12628] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) S 12613 12616 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2805979 10060525568 48650 33554432000 1073741824 1073778376 140734284452928 139879566526200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12629] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) S 12613 12616 3195 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 2805979 10060525568 48650 33554432000 1073741824 1073778376 140734284452928 139879565473288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12630] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2805981 10060525568 48650 33554432000 1073741824 1073778376 140734284452928 139879564421776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12631] ppid=12613 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 3195 0 -1 4202560 6811 0 0 0 84 2 0 0 20 0 22 0 2805981 10060525568 48650 33554432000 1073741824 1073778376 140734284452928 139879563368888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12632] ppid=12613 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/12616/task/12632/stat : 12632 (java) S 12613 12616 3195 0 -1 4202560 10099 0 0 0 90 2 0 0 20 0 22 0 2805981 10060525568 48650 33554432000 1073741824 1073778376 140734284452928 139879562316088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12633] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12633/stat : 12633 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2805981 10060525568 48650 33554432000 1073741824 1073778376 140734284452928 139879561263480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12634] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12634/stat : 12634 (java) S 12613 12616 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 2805981 10060525568 48650 33554432000 1073741824 1073778376 140734284452928 139879560210888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12638] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12638/stat : 12638 (java) S 12613 12616 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2805995 10060525568 48650 33554432000 1073741824 1073778376 140734284452928 139879555999016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=13135] ppid=12613 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/12616/task/13135/stat : 13135 (java) R 12613 12616 3195 0 -1 4202560 4 0 0 0 163 0 0 0 20 0 22 0 2809809 10060525568 48650 33554432000 1073741824 1073778376 140734284452928 139879557050928 139880055701952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=13136] ppid=12613 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/12616/task/13136/stat : 13136 (java) R 12613 12616 3195 0 -1 4202560 2 0 0 0 163 0 0 0 20 0 22 0 2809809 10060525568 48650 33554432000 1073741824 1073778376 140734284452928 139879558103336 139880055780174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=13137] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/13137/stat : 13137 (java) S 12613 12616 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2809809 10060525568 48650 33554432000 1073741824 1073778376 140734284452928 139879559156520 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 9824732

[startup+40.808 s]
/proc/loadavg: 1.51 1.93 2.02 6/216 13152
/proc/meminfo: memFree=28221028/32872528 swapFree=1522152/1652968
[pid=12616] ppid=12613 vsize=9824732 CPUtime=13.84 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 3195 0 -1 4202496 21487 0 1 0 1267 117 0 0 20 0 22 0 2805974 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 140734284444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12616/statm: 2456183 48652 2288 9 0 2446860 0
[pid=12616/tid=12618] ppid=12613 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) S 12613 12616 3195 0 -1 4202560 2427 0 1 0 21 2 0 0 20 0 22 0 2805976 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139880213701496 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12619] ppid=12613 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 3195 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 2805977 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139880175193128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12620] ppid=12613 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 3195 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 2805977 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139880174140328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=12621] ppid=12613 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 3195 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 2805977 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139880055171880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=12622] ppid=12613 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 3195 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 2805977 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139880054119080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12623] ppid=12613 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 3195 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 2805977 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139880053066280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12624] ppid=12613 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 3195 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 2805977 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139880052013480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12625] ppid=12613 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 3195 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 2805977 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139880050960680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12626] ppid=12613 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 3195 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 2805977 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139880049907880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12627] ppid=12613 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 3195 0 -1 4202560 16 0 0 0 1 4 0 0 20 0 22 0 2805978 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139879567580136 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12628] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) S 12613 12616 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2805979 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139879566526200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12629] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) S 12613 12616 3195 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 2805979 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139879565473288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12630] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2805981 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139879564421776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12631] ppid=12613 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 3195 0 -1 4202560 6811 0 0 0 86 2 0 0 20 0 22 0 2805981 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139879563368888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12632] ppid=12613 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/12616/task/12632/stat : 12632 (java) S 12613 12616 3195 0 -1 4202560 10099 0 0 0 90 2 0 0 20 0 22 0 2805981 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139879562316088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12633] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12633/stat : 12633 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2805981 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139879561263480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12634] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12634/stat : 12634 (java) S 12613 12616 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 2805981 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139879560210888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12638] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12638/stat : 12638 (java) S 12613 12616 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2805995 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139879555999016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=13135] ppid=12613 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/12616/task/13135/stat : 13135 (java) R 12613 12616 3195 0 -1 4202560 6 0 0 0 243 0 0 0 20 0 22 0 2809809 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139879557050664 139880055291199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=13136] ppid=12613 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/12616/task/13136/stat : 13136 (java) R 12613 12616 3195 0 -1 4202560 2 0 0 0 243 0 0 0 20 0 22 0 2809809 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139879558102952 139880055780222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=13137] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/13137/stat : 13137 (java) S 12613 12616 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2809809 10060525568 48652 33554432000 1073741824 1073778376 140734284452928 139879559156520 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 13.84
Current children cumulated vsize (KiB) 9824732

[startup+41.2009 s]
/proc/loadavg: 1.51 1.93 2.02 6/216 13152
/proc/meminfo: memFree=28221028/32872528 swapFree=1522152/1652968
[pid=12616] ppid=12613 vsize=9824732 CPUtime=14.75 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 3195 0 -1 4202496 26849 0 1 0 1355 120 0 0 20 0 19 0 2805974 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 140734284444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12616/statm: 2456183 51667 2288 9 0 2446860 0
[pid=12616/tid=12618] ppid=12613 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) S 12613 12616 3195 0 -1 4202560 2427 0 1 0 21 2 0 0 20 0 19 0 2805976 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139880213701496 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12619] ppid=12613 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 3195 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 2805977 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139880175193128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12620] ppid=12613 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 3195 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 2805977 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139880174140328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=12621] ppid=12613 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 3195 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 2805977 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139880055171880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=12622] ppid=12613 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 3195 0 -1 4202560 46 0 0 0 2 0 0 0 20 0 19 0 2805977 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139880054119080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12623] ppid=12613 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 3195 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 2805977 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139880053066280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12624] ppid=12613 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 3195 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 2805977 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139880052013480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12625] ppid=12613 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 3195 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 2805977 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139880050960680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12626] ppid=12613 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 3195 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 2805977 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139880049907880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12627] ppid=12613 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 3195 0 -1 4202560 16 0 0 0 1 4 0 0 20 0 19 0 2805978 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139879567580136 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12628] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) S 12613 12616 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2805979 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139879566526200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12629] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) S 12613 12616 3195 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 2805979 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139879565473288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12630] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139879564421776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12631] ppid=12613 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) R 12613 12616 3195 0 -1 4202560 12106 0 0 0 120 2 0 0 20 0 19 0 2805981 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139879563346664 139880219544049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12632] ppid=12613 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/12616/task/12632/stat : 12632 (java) S 12613 12616 3195 0 -1 4202560 10127 0 0 0 94 2 0 0 20 0 19 0 2805981 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139879562316088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12633] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12633/stat : 12633 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139879561263480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12634] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12634/stat : 12634 (java) S 12613 12616 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139879560210888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12638] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12638/stat : 12638 (java) S 12613 12616 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2805995 10060525568 51667 33554432000 1073741824 1073778376 140734284452928 139879555999016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.75
Current children cumulated vsize (KiB) 9824732

[startup+41.3009 s]
/proc/loadavg: 1.51 1.93 2.02 6/216 13152
/proc/meminfo: memFree=28221028/32872528 swapFree=1522152/1652968
[pid=12616] ppid=12613 vsize=9824732 CPUtime=14.83 cores=1,3,5,7
/proc/12616/stat : 12616 (java) S 12613 12616 3195 0 -1 4202496 27413 0 1 0 1363 120 0 0 20 0 19 0 2805974 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 140734284444064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12616/statm: 2456183 51803 2288 9 0 2446860 0
[pid=12616/tid=12618] ppid=12613 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/12616/task/12618/stat : 12618 (java) S 12613 12616 3195 0 -1 4202560 2427 0 1 0 21 2 0 0 20 0 19 0 2805976 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139880213701496 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12619] ppid=12613 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12616/task/12619/stat : 12619 (java) S 12613 12616 3195 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 2805977 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139880175193128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12620] ppid=12613 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12616/task/12620/stat : 12620 (java) S 12613 12616 3195 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 2805977 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139880174140328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=12621] ppid=12613 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12621/stat : 12621 (java) S 12613 12616 3195 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 2805977 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139880055171880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12616/tid=12622] ppid=12613 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12616/task/12622/stat : 12622 (java) S 12613 12616 3195 0 -1 4202560 46 0 0 0 2 0 0 0 20 0 19 0 2805977 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139880054119080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12623] ppid=12613 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12616/task/12623/stat : 12623 (java) S 12613 12616 3195 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 2805977 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139880053066280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12624] ppid=12613 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12616/task/12624/stat : 12624 (java) S 12613 12616 3195 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 2805977 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139880052013480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12625] ppid=12613 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12616/task/12625/stat : 12625 (java) S 12613 12616 3195 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 2805977 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139880050960680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12626] ppid=12613 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12616/task/12626/stat : 12626 (java) S 12613 12616 3195 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 2805977 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139880049907880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12627] ppid=12613 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12616/task/12627/stat : 12627 (java) S 12613 12616 3195 0 -1 4202560 16 0 0 0 1 4 0 0 20 0 19 0 2805978 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139879567580136 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12628] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12628/stat : 12628 (java) S 12613 12616 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2805979 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139879566526200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12629] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12629/stat : 12629 (java) S 12613 12616 3195 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 2805979 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139879565473288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12630] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12630/stat : 12630 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139879564421776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12631] ppid=12613 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/12616/task/12631/stat : 12631 (java) S 12613 12616 3195 0 -1 4202560 12670 0 0 0 127 2 0 0 20 0 19 0 2805981 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139879563368888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12616/tid=12632] ppid=12613 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/12616/task/12632/stat : 12632 (java) S 12613 12616 3195 0 -1 4202560 10127 0 0 0 94 2 0 0 20 0 19 0 2805981 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139879562316088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12616/tid=12633] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12633/stat : 12633 (java) S 12613 12616 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139879561263480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12634] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12634/stat : 12634 (java) S 12613 12616 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2805981 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139879560210888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12616/tid=12638] ppid=12613 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12616/task/12638/stat : 12638 (java) S 12613 12616 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2805995 10060525568 51803 33554432000 1073741824 1073778376 140734284452928 139879555999016 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.83
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 41.3769
CPU time (s): 14.9517
CPU user time (s): 13.6509
CPU system time (s): 1.3008
CPU usage (%): 36.1354
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.6509
system time used= 1.3008
maximum resident set size= 207232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27421
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= 3221
involuntary context switches= 1043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.234964 second user time and 0.345947 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-30 23:14:30
IDJOB=4109509
IDBENCH=78834
IDSOLVER=2552
FILE ID=node122/4109509-1467321270
RUNJOBID= node122-1467319216-8602
PBS_JOBID= 20005252
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.1111221624--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109509-1467321270/watcher-4109509-1467321270 -o /tmp/evaluation-result-4109509-1467321270/solver-4109509-1467321270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8602 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109509-1467321270.wbo

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

MD5SUM BENCH= be3c73315139989f61de040eef6a61aa
RANDOM SEED=1176091980

node122.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.814
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.62
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.814
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.814
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.814
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.814
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.814
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.56
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.814
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.814
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28380352 kB
Buffers:           98348 kB
Cached:          1759688 kB
SwapCached:            0 kB
Active:           434820 kB
Inactive:        1649800 kB
Active(anon):     229400 kB
Inactive(anon):        4 kB
Active(file):     205420 kB
Inactive(file):  1649796 kB
Unevictable:     1652968 kB
Mlocked:         1522152 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1792 kB
Writeback:             0 kB
AnonPages:       1879684 kB
Mapped:            22188 kB
Shmem:               204 kB
Slab:             619356 kB
SReclaimable:      62980 kB
SUnreclaim:       556376 kB
KernelStack:        1584 kB
PageTables:         7960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2334304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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 node122 at 2016-06-30 23:15:11