Trace number 4109293

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 19.1711 37.7958

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216823--soft-66-100-0.wbo
MD5SUM9ed46c486c107ad7f5d3527fe7805777
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark6.18706
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 constraints26
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 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1207
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109293-1467320858.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.063s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     195
0.11/0.17	c #constraints  101
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.11/0.17	c 101 constraints processed.
0.11/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.11/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22
0.11/0.17	c 101 constraints processed.
0.11/0.17	c objective function length is 26 literals
2.25/0.70	c And the winner is solver1
2.25/0.71	c cleaning 2494 clauses out of 4999 with flag 14368/5000
2.82/1.17	c SATISFIABLE
2.82/1.17	c OPTIMIZING...
2.82/1.17	c Got one! Elapsed wall clock time (in seconds):1.068
2.82/1.17	o 1046
3.38/1.35	c cleaning 3746 clauses out of 7505 with flag 15942/10000
3.74/1.46	c And the winner is solver1
3.95/1.67	c Got one! Elapsed wall clock time (in seconds):1.569
3.95/1.67	o 987
4.01/1.72	c cleaning 4493 clauses out of 8986 with flag 3481/15227
4.01/1.78	c And the winner is solver0
4.28/2.18	c Got one! Elapsed wall clock time (in seconds):2.07
4.28/2.18	o 847
4.28/2.20	c And the winner is solver0
4.34/2.68	c Got one! Elapsed wall clock time (in seconds):2.571
4.34/2.68	o 831
4.39/2.78	c cleaning 5332 clauses out of 10668 with flag 10300/21402
4.61/2.84	c And the winner is solver0
4.71/3.18	c Got one! Elapsed wall clock time (in seconds):3.072
4.71/3.18	o 827
4.75/3.22	c And the winner is solver0
4.81/3.68	c Got one! Elapsed wall clock time (in seconds):3.573
4.81/3.68	o 812
4.84/3.74	c cleaning 5584 clauses out of 11170 with flag 7647/27236
5.06/3.84	c And the winner is solver0
5.16/4.18	c Got one! Elapsed wall clock time (in seconds):4.074
5.16/4.18	o 806
5.20/4.25	c cleaning 5582 clauses out of 11165 with flag 7803/32815
5.64/4.44	c cleaning 5790 clauses out of 11583 with flag 30294/38815
5.64/4.46	c And the winner is solver0
5.80/4.68	c Got one! Elapsed wall clock time (in seconds):4.575
5.80/4.68	o 792
5.84/4.71	c And the winner is solver0
5.87/5.18	c Got one! Elapsed wall clock time (in seconds):5.075
5.87/5.18	o 646
5.90/5.20	c And the winner is solver0
5.91/5.68	c Got one! Elapsed wall clock time (in seconds):5.576
5.91/5.68	o 585
5.94/5.73	c And the winner is solver0
6.02/6.18	c Got one! Elapsed wall clock time (in seconds):6.077
6.02/6.18	o 573
6.05/6.20	c And the winner is solver0
6.06/6.68	c Got one! Elapsed wall clock time (in seconds):6.578
6.06/6.68	o 566
6.12/6.78	c And the winner is solver0
6.30/7.18	c Got one! Elapsed wall clock time (in seconds):7.079
6.30/7.18	o 561
6.32/7.21	c And the winner is solver0
6.36/7.69	c Got one! Elapsed wall clock time (in seconds):7.58
6.36/7.69	o 551
6.39/7.77	c cleaning 7734 clauses out of 15475 with flag 7385/48498
6.39/7.79	c And the winner is solver0
6.59/8.19	c Got one! Elapsed wall clock time (in seconds):8.081
6.59/8.19	o 550
6.61/8.25	c And the winner is solver0
6.74/8.69	c Got one! Elapsed wall clock time (in seconds):8.582
6.74/8.69	o 544
7.01/8.80	c cleaning 6972 clauses out of 13949 with flag 11943/54706
7.01/8.84	c And the winner is solver0
7.09/9.19	c Got one! Elapsed wall clock time (in seconds):9.083
7.09/9.19	o 541
7.11/9.24	c And the winner is solver0
7.20/9.69	c Got one! Elapsed wall clock time (in seconds):9.584
7.20/9.69	o 540
7.22/9.75	c And the winner is solver0
7.34/10.19	c Got one! Elapsed wall clock time (in seconds):10.086
7.34/10.19	o 528
7.35/10.26	c cleaning 6978 clauses out of 13962 with flag 7948/61691
7.77/10.41	c And the winner is solver0
7.82/10.69	c Got one! Elapsed wall clock time (in seconds):10.586
7.82/10.69	o 527
7.83/10.73	c cleaning 6440 clauses out of 12889 with flag 3781/67596
7.83/10.75	c And the winner is solver0
7.96/11.19	c Got one! Elapsed wall clock time (in seconds):11.087
7.96/11.19	o 525
7.97/11.22	c And the winner is solver0
8.06/11.69	c Got one! Elapsed wall clock time (in seconds):11.588
8.06/11.69	o 511
8.06/11.76	c And the winner is solver0
8.21/12.19	c Got one! Elapsed wall clock time (in seconds):12.089
8.21/12.19	o 507
8.22/12.27	c cleaning 6307 clauses out of 12621 with flag 8007/73768
8.22/12.28	c And the winner is solver0
8.40/12.70	c Got one! Elapsed wall clock time (in seconds):12.59
8.40/12.70	o 503
8.68/12.87	c cleaning 5928 clauses out of 11859 with flag 18665/79314
9.04/13.06	c cleaning 5960 clauses out of 11930 with flag 40334/85313
9.04/13.09	c And the winner is solver0
9.25/13.20	c Got one! Elapsed wall clock time (in seconds):13.091
9.25/13.20	o 496
9.48/13.32	c cleaning 5624 clauses out of 11255 with flag 13941/90598
9.48/13.34	c And the winner is solver0
9.57/13.70	c Got one! Elapsed wall clock time (in seconds):13.592
9.57/13.70	o 483
9.57/13.73	c And the winner is solver0
9.66/14.20	c Got one! Elapsed wall clock time (in seconds):14.092
9.66/14.20	o 472
9.66/14.20	c And the winner is solver0
9.66/14.70	c Got one! Elapsed wall clock time (in seconds):14.593
9.66/14.70	o 463
9.66/14.74	c And the winner is solver0
9.76/15.20	c Got one! Elapsed wall clock time (in seconds):15.094
9.76/15.20	o 450
9.76/15.22	c And the winner is solver0
9.83/15.70	c Got one! Elapsed wall clock time (in seconds):15.595
9.83/15.70	o 442
9.83/15.71	c And the winner is solver0
9.85/16.20	c Got one! Elapsed wall clock time (in seconds):16.096
9.85/16.20	o 441
9.85/16.23	c And the winner is solver0
9.94/16.70	c Got one! Elapsed wall clock time (in seconds):16.596
9.94/16.70	o 437
9.94/16.73	c And the winner is solver0
10.04/17.20	c Got one! Elapsed wall clock time (in seconds):17.097
10.04/17.20	o 435
10.04/17.26	c And the winner is solver0
10.18/17.70	c Got one! Elapsed wall clock time (in seconds):17.599
10.18/17.70	o 430
10.18/17.73	c And the winner is solver0
10.24/18.21	c Got one! Elapsed wall clock time (in seconds):18.1
10.24/18.21	o 425
10.24/18.25	c cleaning 7820 clauses out of 15639 with flag 3820/100606
10.62/18.44	c cleaning 6904 clauses out of 13819 with flag 27231/106606
10.62/18.44	c And the winner is solver0
10.74/18.71	c Got one! Elapsed wall clock time (in seconds):18.601
10.74/18.71	o 424
10.74/18.75	c And the winner is solver0
10.86/19.21	c Got one! Elapsed wall clock time (in seconds):19.101
10.86/19.21	o 420
10.86/19.24	c And the winner is solver0
10.95/19.71	c Got one! Elapsed wall clock time (in seconds):19.602
10.95/19.71	o 393
11.14/19.81	c cleaning 6447 clauses out of 12896 with flag 11531/112587
11.34/19.94	c And the winner is solver0
11.43/20.21	c Got one! Elapsed wall clock time (in seconds):20.103
11.43/20.21	o 392
11.43/20.25	c cleaning 5917 clauses out of 11841 with flag 3666/117981
11.80/20.42	c cleaning 5961 clauses out of 11923 with flag 25765/123980
11.80/20.45	c And the winner is solver0
11.94/20.71	c Got one! Elapsed wall clock time (in seconds):20.604
11.94/20.71	o 384
11.94/20.73	c And the winner is solver0
12.00/21.21	c Got one! Elapsed wall clock time (in seconds):21.104
12.00/21.21	o 378
12.00/21.23	c And the winner is solver0
12.05/21.71	c Got one! Elapsed wall clock time (in seconds):21.605
12.05/21.71	o 366
12.05/21.73	c And the winner is solver0
12.11/22.21	c Got one! Elapsed wall clock time (in seconds):22.106
12.11/22.21	o 353
12.11/22.22	c And the winner is solver0
12.13/22.71	c Got one! Elapsed wall clock time (in seconds):22.607
12.13/22.71	o 331
12.13/22.79	c And the winner is solver0
12.30/23.21	c Got one! Elapsed wall clock time (in seconds):23.107
12.30/23.21	o 328
12.30/23.29	c cleaning 6880 clauses out of 13773 with flag 7720/131791
12.30/23.30	c And the winner is solver0
12.48/23.71	c Got one! Elapsed wall clock time (in seconds):23.608
12.48/23.71	o 323
12.48/23.72	c And the winner is solver0
12.51/24.21	c Got one! Elapsed wall clock time (in seconds):24.109
12.51/24.21	o 319
12.51/24.25	c And the winner is solver0
12.61/24.71	c Got one! Elapsed wall clock time (in seconds):24.609
12.61/24.71	o 304
12.61/24.73	c And the winner is solver0
12.66/25.22	c Got one! Elapsed wall clock time (in seconds):25.11
12.66/25.22	o 298
12.66/25.29	c And the winner is solver0
12.84/25.72	c Got one! Elapsed wall clock time (in seconds):25.611
12.84/25.72	o 283
12.84/25.72	c And the winner is solver0
12.84/26.22	c Got one! Elapsed wall clock time (in seconds):26.112
12.84/26.22	o 266
12.84/26.22	c And the winner is solver0
12.84/26.72	c Got one! Elapsed wall clock time (in seconds):26.612
12.84/26.72	o 258
12.84/26.73	c And the winner is solver0
12.93/27.22	c Got one! Elapsed wall clock time (in seconds):27.113
12.93/27.22	o 246
12.93/27.27	c And the winner is solver0
13.07/27.72	c Got one! Elapsed wall clock time (in seconds):27.614
13.07/27.72	o 242
13.07/27.72	c And the winner is solver0
13.07/28.22	c Got one! Elapsed wall clock time (in seconds):28.114
13.07/28.22	o 196
13.07/28.23	c And the winner is solver0
13.09/28.72	c Got one! Elapsed wall clock time (in seconds):28.615
13.09/28.72	o 191
13.09/28.76	c cleaning 7574 clauses out of 15149 with flag 3749/140047
13.24/28.85	c And the winner is solver0
13.38/29.22	c Got one! Elapsed wall clock time (in seconds):29.116
13.38/29.22	o 189
13.38/29.22	c And the winner is solver0
13.38/29.72	c Got one! Elapsed wall clock time (in seconds):29.616
13.38/29.72	o 149
13.38/29.73	c And the winner is solver0
13.40/30.22	c Got one! Elapsed wall clock time (in seconds):30.117
13.40/30.22	o 145
13.40/30.26	c And the winner is solver0
13.51/30.72	c Got one! Elapsed wall clock time (in seconds):30.618
13.51/30.72	o 136
13.51/30.80	c cleaning 7026 clauses out of 14058 with flag 8322/146531
13.88/30.98	c cleaning 6512 clauses out of 13031 with flag 32015/152530
14.07/31.04	c And the winner is solver0
14.21/31.22	c Got one! Elapsed wall clock time (in seconds):31.118
14.21/31.22	o 135
14.21/31.23	c And the winner is solver0
14.21/31.72	c Got one! Elapsed wall clock time (in seconds):31.619
14.21/31.72	o 114
14.21/31.74	c And the winner is solver0
14.26/32.23	c Got one! Elapsed wall clock time (in seconds):32.12
14.26/32.23	o 106
14.40/32.33	c cleaning 5999 clauses out of 12019 with flag 11266/158030
14.80/32.51	c cleaning 6008 clauses out of 12020 with flag 34020/164030
15.21/32.73	c cleaning 6503 clauses out of 13012 with flag 60234/171031
15.61/32.92	c And the winner is solver0
15.75/33.23	c Got one! Elapsed wall clock time (in seconds):33.12
15.75/33.23	o 98
15.75/33.23	c And the winner is solver0
15.75/33.73	c Got one! Elapsed wall clock time (in seconds):33.621
15.75/33.73	o 86
16.09/33.93	c cleaning 9032 clauses out of 18064 with flag 20206/182586
16.09/33.97	c And the winner is solver0
16.27/34.23	c Got one! Elapsed wall clock time (in seconds):34.122
16.27/34.23	o 78
16.40/34.37	c cleaning 7130 clauses out of 14272 with flag 15344/187826
16.80/34.57	c cleaning 6565 clauses out of 13142 with flag 37665/193826
16.80/34.57	c And the winner is solver0
16.99/34.73	c Got one! Elapsed wall clock time (in seconds):34.623
16.99/34.73	o 41
16.99/34.75	c And the winner is solver0
17.06/35.23	c Got one! Elapsed wall clock time (in seconds):35.125
17.06/35.23	o 40
17.06/35.29	c And the winner is solver0
17.20/35.73	c Got one! Elapsed wall clock time (in seconds):35.628
17.20/35.73	o 29
17.32/35.89	c cleaning 6685 clauses out of 13374 with flag 15192/200625
17.72/36.08	c cleaning 6339 clauses out of 12684 with flag 37162/206624
18.13/36.26	c And the winner is solver0
18.30/36.74	c Got one! Elapsed wall clock time (in seconds):36.631
18.30/36.74	o 19
18.30/36.80	c And the winner is solver0
18.43/37.24	c Got one! Elapsed wall clock time (in seconds):37.135
18.43/37.24	o 18
18.76/37.44	c cleaning 8508 clauses out of 17030 with flag 16638/217319
18.96/37.53	c And the winner is solver0
19.03/37.78	c >>>>>>>>>> Solver number 0 (70 answers) <<<<<<<<<<<<<<<<<<
19.03/37.78	c starts		: 1588
19.03/37.78	c conflicts		: 220014
19.03/37.78	c decisions		: 396519
19.03/37.78	c propagations		: 4851835
19.03/37.78	c inspects		: 70560132
19.03/37.78	c shortcuts		: 0
19.03/37.78	c learnt literals	: 39
19.03/37.78	c learnt binary clauses	: 256
19.03/37.78	c learnt ternary clauses	: 1788
19.03/37.78	c learnt constraints	: 219974
19.03/37.78	c ignored constraints	: 0
19.03/37.78	c root simplifications	: 0
19.03/37.78	c removed literals (reason simplification)	: 2324163
19.03/37.78	c reason swapping (by a shorter reason)	: 0
19.03/37.78	c Calls to reduceDB	: 33
19.03/37.78	c Number of update (reduction) of LBD	: 60874
19.03/37.78	c Imported unit clauses	: 0
19.03/37.78	c number of reductions to clauses (during analyze)	: 0
19.03/37.78	c number of learned constraints concerned by reduction	: 0
19.03/37.78	c number of learning phase by resolution	: 0
19.03/37.78	c number of learning phase by cutting planes	: 0
19.03/37.78	c speed (assignments/second)	: 134399.86149584487
19.03/37.78	c non guided choices	2452
19.03/37.78	c learnt constraints type 
19.03/37.79	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
19.03/37.79	c starts		: 74
19.03/37.79	c conflicts		: 1023
19.03/37.79	c decisions		: 7696
19.03/37.79	c propagations		: 41207
19.03/37.79	c inspects		: 4025402
19.03/37.79	c shortcuts		: 0
19.03/37.79	c learnt literals	: 0
19.03/37.79	c learnt binary clauses	: 0
19.03/37.79	c learnt ternary clauses	: 0
19.03/37.79	c learnt constraints	: 985
19.03/37.79	c ignored constraints	: 0
19.03/37.79	c root simplifications	: 0
19.03/37.79	c removed literals (reason simplification)	: 0
19.03/37.79	c reason swapping (by a shorter reason)	: 0
19.03/37.79	c Calls to reduceDB	: 0
19.03/37.79	c Number of update (reduction) of LBD	: 0
19.03/37.79	c Imported unit clauses	: 0
19.03/37.79	c number of reductions to clauses (during analyze)	: 0
19.03/37.79	c number of learned constraints concerned by reduction	: 0
19.03/37.79	c number of learning phase by resolution	: 0
19.03/37.79	c number of learning phase by cutting planes	: 0
19.03/37.79	c speed (assignments/second)	: 77022.42990654205
19.03/37.79	c non guided choices	1150
19.03/37.79	c learnt constraints type 
19.03/37.79	s OPTIMUM FOUND
19.03/37.79	c Found 71 solution(s)
19.03/37.79	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 
19.03/37.79	c objective function=18
19.03/37.79	c Total wall clock time (in seconds): 37.681

Verifier Data

OK	18

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-4109293-1467320858/watcher-4109293-1467320858 -o /tmp/evaluation-result-4109293-1467320858/solver-4109293-1467320858 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467318689-18276 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109293-1467320858.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.90 1.99 4/196 23388
/proc/meminfo: memFree=29362584/32872528 swapFree=1254912/1391860
[pid=23388] ppid=23385 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23388/stat : 23388 (java) S 23385 23388 16091 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 13046638 98570240 978 33554432000 1073741824 1073778376 140736369477360 140736369468496 272889839677 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23388/statm: 24065 978 744 9 0 16771 0
[pid=23388/tid=23389] ppid=23385 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23389/stat : 23389 (java) R 23385 23388 16091 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13046638 98570240 978 33554432000 1073741824 1073778376 140736369477360 140447780929064 272886482304 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 1.84 1.90 1.99 4/196 23388
/proc/meminfo: memFree=29362584/32872528 swapFree=1254912/1391860
[pid=23388] ppid=23385 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/23388/stat : 23388 (java) S 23385 23388 16091 0 -1 4202496 4537 0 1 0 10 1 0 0 20 0 18 0 13046638 9787879424 5657 33554432000 1073741824 1073778376 140736369477360 140736369468496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23388/statm: 2389619 5657 2156 9 0 2380296 0
[pid=23388/tid=23389] ppid=23385 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23388/task/23389/stat : 23389 (java) R 23385 23388 16091 0 -1 4202560 2442 0 1 0 7 0 0 0 20 0 18 0 13046638 9787879424 5657 33554432000 1073741824 1073778376 140736369477360 140447780932512 272889865485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.208791 s]
/proc/loadavg: 1.84 1.90 1.99 4/196 23388
/proc/meminfo: memFree=29362584/32872528 swapFree=1254912/1391860
[pid=23388] ppid=23385 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/23388/stat : 23388 (java) S 23385 23388 16091 0 -1 4202496 5349 0 1 0 27 2 0 0 20 0 22 0 13046638 10060525568 7750 33554432000 1073741824 1073778376 140736369477360 140736369468496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23388/statm: 2456183 7750 2226 9 0 2446860 0
[pid=23388/tid=23389] ppid=23385 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/23388/task/23389/stat : 23389 (java) S 23385 23388 16091 0 -1 4202560 2471 0 1 0 14 1 0 0 20 0 22 0 13046638 10060525568 7750 33554432000 1073741824 1073778376 140736369477360 140447780934520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9824732

[startup+0.300248 s]
/proc/loadavg: 1.84 1.90 1.99 4/196 23388
/proc/meminfo: memFree=29362584/32872528 swapFree=1254912/1391860
[pid=23388] ppid=23385 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/23388/stat : 23388 (java) S 23385 23388 16091 0 -1 4202496 7366 0 1 0 63 2 0 0 20 0 22 0 13046638 10060525568 9432 33554432000 1073741824 1073778376 140736369477360 140736369468496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23388/statm: 2456183 9432 2247 9 0 2446860 0
[pid=23388/tid=23389] ppid=23385 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/23388/task/23389/stat : 23389 (java) S 23385 23388 16091 0 -1 4202560 2471 0 1 0 14 1 0 0 20 0 22 0 13046638 10060525568 9432 33554432000 1073741824 1073778376 140736369477360 140447780934520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+0.700208 s]
/proc/loadavg: 1.84 1.90 1.99 4/196 23388
/proc/meminfo: memFree=29362584/32872528 swapFree=1254912/1391860
[pid=23388] ppid=23385 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/23388/stat : 23388 (java) S 23385 23388 16091 0 -1 4202496 15382 0 1 0 221 4 0 0 20 0 22 0 13046638 10060525568 22248 33554432000 1073741824 1073778376 140736369477360 140736369468496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23388/statm: 2456183 22248 2255 9 0 2446860 0
[pid=23388/tid=23389] ppid=23385 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/23388/task/23389/stat : 23389 (java) S 23385 23388 16091 0 -1 4202560 2471 0 1 0 14 1 0 0 20 0 22 0 13046638 10060525568 22112 33554432000 1073741824 1073778376 140736369477360 140447780934520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 1.84 1.90 1.99 4/215 23410
/proc/meminfo: memFree=29276404/32872528 swapFree=1254912/1391860
[pid=23388] ppid=23385 vsize=9824732 CPUtime=3.95 cores=0,2,4,6
/proc/23388/stat : 23388 (java) S 23385 23388 16091 0 -1 4202496 23244 0 1 0 385 10 0 0 20 0 19 0 13046638 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140736369468496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23388/statm: 2456183 46498 2272 9 0 2446860 0
[pid=23388/tid=23389] ppid=23385 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/23388/task/23389/stat : 23389 (java) S 23385 23388 16091 0 -1 4202560 2472 0 1 0 14 1 0 0 20 0 19 0 13046638 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447780934520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23391] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23391/stat : 23391 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447624718888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23392] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23392/stat : 23392 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447623666088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23393] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23393/stat : 23393 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447622613288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23394] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23394/stat : 23394 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447621560488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23395] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23395/stat : 23395 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447620508712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23396] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23396/stat : 23396 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447619455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23397] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23397/stat : 23397 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447618403112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23398] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23398/stat : 23398 (java) S 23385 23388 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447617350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23399] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23399/stat : 23399 (java) S 23385 23388 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447605152232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23400] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23400/stat : 23400 (java) S 23385 23388 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447604098296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23401] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23401/stat : 23401 (java) S 23385 23388 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447603045384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23402] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23402/stat : 23402 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447601993872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23403] ppid=23385 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/23388/task/23403/stat : 23403 (java) S 23385 23388 16091 0 -1 4202560 10632 0 0 0 123 2 0 0 20 0 19 0 13046643 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447600942008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23404] ppid=23385 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/23388/task/23404/stat : 23404 (java) S 23385 23388 16091 0 -1 4202560 8741 0 0 0 87 1 0 0 20 0 19 0 13046643 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447599889208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23405] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23405/stat : 23405 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447598836600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23406] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23406/stat : 23406 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447597784008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23409] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23409/stat : 23409 (java) S 23385 23388 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13046656 10060525568 46498 33554432000 1073741824 1073778376 140736369477360 140447594623912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 1.84 1.90 1.99 5/218 23419
/proc/meminfo: memFree=29175820/32872528 swapFree=1254912/1391860
[pid=23388] ppid=23385 vsize=9824732 CPUtime=4.71 cores=0,2,4,6
/proc/23388/stat : 23388 (java) S 23385 23388 16091 0 -1 4202496 23777 0 1 0 453 18 0 0 20 0 19 0 13046638 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140736369468496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23388/statm: 2456183 48597 2285 9 0 2446860 0
[pid=23388/tid=23389] ppid=23385 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/23388/task/23389/stat : 23389 (java) S 23385 23388 16091 0 -1 4202560 2472 0 1 0 14 2 0 0 20 0 19 0 13046638 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447780934520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23391] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23391/stat : 23391 (java) S 23385 23388 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447624718888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23392] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23392/stat : 23392 (java) S 23385 23388 16091 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447623666088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23393] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23393/stat : 23393 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447622613288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23394] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23394/stat : 23394 (java) S 23385 23388 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447621560488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23395] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23395/stat : 23395 (java) S 23385 23388 16091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447620508712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23396] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23396/stat : 23396 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447619455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23397] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23397/stat : 23397 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447618403112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23398] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23398/stat : 23398 (java) S 23385 23388 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447617350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23399] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23399/stat : 23399 (java) S 23385 23388 16091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447605152232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23400] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23400/stat : 23400 (java) S 23385 23388 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447604098296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23401] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23401/stat : 23401 (java) S 23385 23388 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447603045384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23402] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23402/stat : 23402 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447601993872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23403] ppid=23385 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/23388/task/23403/stat : 23403 (java) S 23385 23388 16091 0 -1 4202560 10638 0 0 0 128 2 0 0 20 0 19 0 13046643 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447600942008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23404] ppid=23385 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/23388/task/23404/stat : 23404 (java) S 23385 23388 16091 0 -1 4202560 9208 0 0 0 94 1 0 0 20 0 19 0 13046643 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447599889208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23405] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23405/stat : 23405 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447598836600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23406] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23406/stat : 23406 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447597784008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23416] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23416/stat : 23416 (java) S 23385 23388 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13046807 10060525568 48597 33554432000 1073741824 1073778376 140736369477360 140447593571368 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 1.77 1.89 1.99 2/215 23437
/proc/meminfo: memFree=29162280/32872528 swapFree=1254912/1391860
[pid=23388] ppid=23385 vsize=9824732 CPUtime=6.06 cores=0,2,4,6
/proc/23388/stat : 23388 (java) S 23385 23388 16091 0 -1 4202496 23885 0 1 0 572 34 0 0 20 0 19 0 13046638 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140736369468496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23388/statm: 2456183 51813 2286 9 0 2446860 0
[pid=23388/tid=23389] ppid=23385 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/23388/task/23389/stat : 23389 (java) S 23385 23388 16091 0 -1 4202560 2473 0 1 0 15 2 0 0 20 0 19 0 13046638 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447780934520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23391] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23391/stat : 23391 (java) S 23385 23388 16091 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447624718888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23392] ppid=23385 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23388/task/23392/stat : 23392 (java) S 23385 23388 16091 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 13046639 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447623666088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23393] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23393/stat : 23393 (java) S 23385 23388 16091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447622613288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23394] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23394/stat : 23394 (java) S 23385 23388 16091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447621560488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23395] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23395/stat : 23395 (java) S 23385 23388 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447620508712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23396] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23396/stat : 23396 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447619455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23397] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23397/stat : 23397 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046639 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447618403112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23398] ppid=23385 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23388/task/23398/stat : 23398 (java) S 23385 23388 16091 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 13046639 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447617350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23399] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23399/stat : 23399 (java) S 23385 23388 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447605152232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23400] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23400/stat : 23400 (java) S 23385 23388 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447604098296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23401] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23401/stat : 23401 (java) S 23385 23388 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447603045384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23402] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23402/stat : 23402 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447601993872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23403] ppid=23385 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/23388/task/23403/stat : 23403 (java) S 23385 23388 16091 0 -1 4202560 10648 0 0 0 134 2 0 0 20 0 19 0 13046643 10060525568 51813 33554432000 1073741824 1073778376 140736369477360 140447600942008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23404] ppid=23385 vsize=9824732 CPUtime=0.95 cores=0,2,4,6

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

[pid=23388/tid=23393] ppid=23385 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23388/task/23393/stat : 23393 (java) S 23385 23388 16091 0 -1 4202560 24 0 0 0 6 2 0 0 20 0 20 0 13046639 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447622613288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23394] ppid=23385 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23388/task/23394/stat : 23394 (java) S 23385 23388 16091 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 20 0 13046639 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447621560488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23395] ppid=23385 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23388/task/23395/stat : 23395 (java) S 23385 23388 16091 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 20 0 13046639 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447620508712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23396] ppid=23385 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23388/task/23396/stat : 23396 (java) S 23385 23388 16091 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 20 0 13046639 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447619455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23397] ppid=23385 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23388/task/23397/stat : 23397 (java) S 23385 23388 16091 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 20 0 13046639 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447618403112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23398] ppid=23385 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23388/task/23398/stat : 23398 (java) S 23385 23388 16091 0 -1 4202560 29 0 0 0 7 2 0 0 20 0 20 0 13046639 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447617350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23399] ppid=23385 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23388/task/23399/stat : 23399 (java) S 23385 23388 16091 0 -1 4202560 92 0 0 0 0 4 0 0 20 0 20 0 13046640 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447605152232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23400] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23400/stat : 23400 (java) S 23385 23388 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13046640 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447604098296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23401] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23401/stat : 23401 (java) S 23385 23388 16091 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 20 0 13046640 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447603045384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23402] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23402/stat : 23402 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13046643 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447601993872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23403] ppid=23385 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/23388/task/23403/stat : 23403 (java) S 23385 23388 16091 0 -1 4202560 10703 0 0 0 148 3 0 0 20 0 20 0 13046643 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447600942008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23404] ppid=23385 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/23388/task/23404/stat : 23404 (java) S 23385 23388 16091 0 -1 4202560 9208 0 0 0 95 1 0 0 20 0 20 0 13046643 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447599889208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23405] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23405/stat : 23405 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13046643 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447598836600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23406] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23406/stat : 23406 (java) S 23385 23388 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 13046643 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447597784008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23416] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23416/stat : 23416 (java) S 23385 23388 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13046807 10060525568 53304 33554432000 1073741824 1073778376 140736369477360 140447593571368 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 18.42
Current children cumulated vsize (KiB) 9824732

[startup+37.2008 s]
/proc/loadavg: 1.83 1.89 1.99 3/215 23617
/proc/meminfo: memFree=29186572/32872528 swapFree=1254912/1391860
[pid=23388] ppid=23385 vsize=9824732 CPUtime=18.43 cores=0,2,4,6
/proc/23388/stat : 23388 (java) S 23385 23388 16091 0 -1 4202496 24664 0 1 0 1703 140 0 0 20 0 19 0 13046638 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140736369468496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23388/statm: 2456183 53302 2287 9 0 2446860 0
[pid=23388/tid=23389] ppid=23385 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/23388/task/23389/stat : 23389 (java) S 23385 23388 16091 0 -1 4202560 2475 0 1 0 19 2 0 0 20 0 19 0 13046638 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447780934520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23391] ppid=23385 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23388/task/23391/stat : 23391 (java) S 23385 23388 16091 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 19 0 13046639 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447624718888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23392] ppid=23385 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23388/task/23392/stat : 23392 (java) S 23385 23388 16091 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 19 0 13046639 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447623666088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23393] ppid=23385 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23388/task/23393/stat : 23393 (java) S 23385 23388 16091 0 -1 4202560 24 0 0 0 6 2 0 0 20 0 19 0 13046639 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447622613288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23394] ppid=23385 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23388/task/23394/stat : 23394 (java) S 23385 23388 16091 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 13046639 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447621560488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23395] ppid=23385 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23388/task/23395/stat : 23395 (java) S 23385 23388 16091 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 19 0 13046639 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447620508712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23396] ppid=23385 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23388/task/23396/stat : 23396 (java) S 23385 23388 16091 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 13046639 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447619455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23397] ppid=23385 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23388/task/23397/stat : 23397 (java) S 23385 23388 16091 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 13046639 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447618403112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23398] ppid=23385 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23388/task/23398/stat : 23398 (java) S 23385 23388 16091 0 -1 4202560 29 0 0 0 7 2 0 0 20 0 19 0 13046639 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447617350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23399] ppid=23385 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23388/task/23399/stat : 23399 (java) S 23385 23388 16091 0 -1 4202560 92 0 0 0 0 4 0 0 20 0 19 0 13046640 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447605152232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23400] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23400/stat : 23400 (java) S 23385 23388 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447604098296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23401] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23401/stat : 23401 (java) S 23385 23388 16091 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447603045384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23402] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23402/stat : 23402 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447601993872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23403] ppid=23385 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/23388/task/23403/stat : 23403 (java) S 23385 23388 16091 0 -1 4202560 10703 0 0 0 148 3 0 0 20 0 19 0 13046643 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447600942008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23404] ppid=23385 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/23388/task/23404/stat : 23404 (java) S 23385 23388 16091 0 -1 4202560 9208 0 0 0 95 1 0 0 20 0 19 0 13046643 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447599889208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23405] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23405/stat : 23405 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447598836600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23406] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23406/stat : 23406 (java) S 23385 23388 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447597784008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23416] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23416/stat : 23416 (java) S 23385 23388 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13046807 10060525568 53302 33554432000 1073741824 1073778376 140736369477360 140447593571368 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 18.43
Current children cumulated vsize (KiB) 9824732

[startup+37.6009 s]
/proc/loadavg: 1.83 1.89 1.99 4/218 23623
/proc/meminfo: memFree=29182416/32872528 swapFree=1254912/1391860
[pid=23388] ppid=23385 vsize=9824732 CPUtime=19.03 cores=0,2,4,6
/proc/23388/stat : 23388 (java) S 23385 23388 16091 0 -1 4202496 24685 0 1 0 1760 143 0 0 20 0 19 0 13046638 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140736369468496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23388/statm: 2456183 54449 2287 9 0 2446860 0
[pid=23388/tid=23389] ppid=23385 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/23388/task/23389/stat : 23389 (java) S 23385 23388 16091 0 -1 4202560 2475 0 1 0 19 2 0 0 20 0 19 0 13046638 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447780934520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23391] ppid=23385 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23388/task/23391/stat : 23391 (java) S 23385 23388 16091 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447624718888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23392] ppid=23385 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23388/task/23392/stat : 23392 (java) S 23385 23388 16091 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447623666088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23393] ppid=23385 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23388/task/23393/stat : 23393 (java) S 23385 23388 16091 0 -1 4202560 27 0 0 0 7 2 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447622613288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23394] ppid=23385 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23388/task/23394/stat : 23394 (java) S 23385 23388 16091 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447621560488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23395] ppid=23385 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23388/task/23395/stat : 23395 (java) S 23385 23388 16091 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447620508712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23396] ppid=23385 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23388/task/23396/stat : 23396 (java) S 23385 23388 16091 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447619455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23397] ppid=23385 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23388/task/23397/stat : 23397 (java) S 23385 23388 16091 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447618403112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23398] ppid=23385 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23388/task/23398/stat : 23398 (java) S 23385 23388 16091 0 -1 4202560 29 0 0 0 7 2 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447617350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23399] ppid=23385 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23388/task/23399/stat : 23399 (java) S 23385 23388 16091 0 -1 4202560 92 0 0 0 0 4 0 0 20 0 19 0 13046640 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447605152232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23400] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23400/stat : 23400 (java) S 23385 23388 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447604098296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23401] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23401/stat : 23401 (java) S 23385 23388 16091 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447603045384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23402] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23402/stat : 23402 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447601993872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23403] ppid=23385 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/23388/task/23403/stat : 23403 (java) S 23385 23388 16091 0 -1 4202560 10703 0 0 0 148 3 0 0 20 0 19 0 13046643 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447600942008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23404] ppid=23385 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/23388/task/23404/stat : 23404 (java) S 23385 23388 16091 0 -1 4202560 9208 0 0 0 95 1 0 0 20 0 19 0 13046643 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447599889208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23405] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23405/stat : 23405 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447598836600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23406] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23406/stat : 23406 (java) S 23385 23388 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447597784008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23416] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23416/stat : 23416 (java) S 23385 23388 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13046807 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447593571368 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 19.03
Current children cumulated vsize (KiB) 9824732

[startup+37.7009 s]
/proc/loadavg: 1.83 1.89 1.99 4/218 23623
/proc/meminfo: memFree=29182416/32872528 swapFree=1254912/1391860
[pid=23388] ppid=23385 vsize=9824732 CPUtime=19.03 cores=0,2,4,6
/proc/23388/stat : 23388 (java) S 23385 23388 16091 0 -1 4202496 24685 0 1 0 1760 143 0 0 20 0 19 0 13046638 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140736369468496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23388/statm: 2456183 54449 2287 9 0 2446860 0
[pid=23388/tid=23389] ppid=23385 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/23388/task/23389/stat : 23389 (java) S 23385 23388 16091 0 -1 4202560 2475 0 1 0 19 2 0 0 20 0 19 0 13046638 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447780934520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23391] ppid=23385 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23388/task/23391/stat : 23391 (java) S 23385 23388 16091 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447624718888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23392] ppid=23385 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23388/task/23392/stat : 23392 (java) S 23385 23388 16091 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447623666088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23393] ppid=23385 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23388/task/23393/stat : 23393 (java) S 23385 23388 16091 0 -1 4202560 27 0 0 0 7 2 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447622613288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23394] ppid=23385 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23388/task/23394/stat : 23394 (java) S 23385 23388 16091 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447621560488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23395] ppid=23385 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23388/task/23395/stat : 23395 (java) S 23385 23388 16091 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447620508712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23396] ppid=23385 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23388/task/23396/stat : 23396 (java) S 23385 23388 16091 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447619455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23397] ppid=23385 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23388/task/23397/stat : 23397 (java) S 23385 23388 16091 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447618403112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23398] ppid=23385 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23388/task/23398/stat : 23398 (java) S 23385 23388 16091 0 -1 4202560 29 0 0 0 7 2 0 0 20 0 19 0 13046639 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447617350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23388/tid=23399] ppid=23385 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23388/task/23399/stat : 23399 (java) S 23385 23388 16091 0 -1 4202560 92 0 0 0 0 4 0 0 20 0 19 0 13046640 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447605152232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23400] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23400/stat : 23400 (java) S 23385 23388 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447604098296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23401] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23401/stat : 23401 (java) S 23385 23388 16091 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 13046640 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447603045384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23402] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23402/stat : 23402 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447601993872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23403] ppid=23385 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/23388/task/23403/stat : 23403 (java) S 23385 23388 16091 0 -1 4202560 10703 0 0 0 148 3 0 0 20 0 19 0 13046643 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447600942008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23388/tid=23404] ppid=23385 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/23388/task/23404/stat : 23404 (java) S 23385 23388 16091 0 -1 4202560 9208 0 0 0 95 1 0 0 20 0 19 0 13046643 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447599889208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23405] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23405/stat : 23405 (java) S 23385 23388 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447598836600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23388/tid=23406] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23406/stat : 23406 (java) S 23385 23388 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13046643 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447597784008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23388/tid=23416] ppid=23385 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23388/task/23416/stat : 23416 (java) S 23385 23388 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13046807 10060525568 54449 33554432000 1073741824 1073778376 140736369477360 140447593571368 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 19.03
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 37.7958
CPU time (s): 19.1711
CPU user time (s): 17.6193
CPU system time (s): 1.55176
CPU usage (%): 50.7229
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.6193
system time used= 1.55176
maximum resident set size= 232224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24695
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= 3373
involuntary context switches= 1340

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.154976 second user time and 0.183972 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-30 23:07:38
IDJOB=4109293
IDBENCH=78767
IDSOLVER=2552
FILE ID=node119/4109293-1467320858
RUNJOBID= node119-1467318689-18276
PBS_JOBID= 20005280
Free space on /tmp= 71732 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.1111216823--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109293-1467320858/watcher-4109293-1467320858 -o /tmp/evaluation-result-4109293-1467320858/solver-4109293-1467320858 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467318689-18276 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109293-1467320858.wbo

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

MD5SUM BENCH= 9ed46c486c107ad7f5d3527fe7805777
RANDOM SEED=775491945

node119.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.444
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	: 5332.88
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.444
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.444
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.444
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.444
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.444
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.444
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.444
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:        29363212 kB
Buffers:          173560 kB
Cached:           262312 kB
SwapCached:            0 kB
Active:          1154404 kB
Inactive:         217476 kB
Active(anon):     920936 kB
Inactive(anon):    17912 kB
Active(file):     233468 kB
Inactive(file):   199564 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               976 kB
Writeback:             0 kB
AnonPages:       2380876 kB
Mapped:            22232 kB
Shmem:               204 kB
Slab:             611544 kB
SReclaimable:      55248 kB
SUnreclaim:       556296 kB
KernelStack:        1768 kB
PageTables:         8704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2499936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1087488 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= 71732 MiB
End job on node119 at 2016-06-30 23:08:16