Trace number 4109553

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 21.8017 42.6746

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974372--soft-33-100-0.wbo
MD5SUM9e79fcc5962892fd65131f45b2c5bc52
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark13.069
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
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-4109553-1467321329.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.064s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     233
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 => 30
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
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.OriginalHTClausePB => 30
0.11/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.11/0.17	c 101 constraints processed.
0.11/0.17	c objective function length is 64 literals
0.65/0.38	c And the winner is solver0
1.35/0.68	c SATISFIABLE
1.35/0.68	c OPTIMIZING...
1.35/0.68	c Got one! Elapsed wall clock time (in seconds):0.568
1.35/0.68	o 880
1.35/0.68	c And the winner is solver0
1.36/1.18	c Got one! Elapsed wall clock time (in seconds):1.07
1.36/1.18	o 817
1.36/1.18	c And the winner is solver0
1.36/1.68	c Got one! Elapsed wall clock time (in seconds):1.571
1.36/1.68	o 614
1.41/1.79	c And the winner is solver0
2.04/2.18	c Got one! Elapsed wall clock time (in seconds):2.072
2.04/2.18	o 588
2.04/2.20	c And the winner is solver0
2.10/2.68	c Got one! Elapsed wall clock time (in seconds):2.573
2.10/2.68	o 574
2.10/2.68	c And the winner is solver0
2.10/3.18	c Got one! Elapsed wall clock time (in seconds):3.074
2.10/3.18	o 535
2.10/3.19	c And the winner is solver0
2.10/3.68	c Got one! Elapsed wall clock time (in seconds):3.575
2.10/3.68	o 518
2.10/3.69	c And the winner is solver0
2.10/4.18	c Got one! Elapsed wall clock time (in seconds):4.076
2.10/4.18	o 515
2.10/4.19	c And the winner is solver0
2.10/4.68	c Got one! Elapsed wall clock time (in seconds):4.577
2.10/4.68	o 506
2.10/4.69	c And the winner is solver0
2.11/5.19	c Got one! Elapsed wall clock time (in seconds):5.078
2.11/5.19	o 504
2.12/5.21	c And the winner is solver0
2.18/5.69	c Got one! Elapsed wall clock time (in seconds):5.579
2.18/5.69	o 495
2.18/5.69	c And the winner is solver0
2.18/6.19	c Got one! Elapsed wall clock time (in seconds):6.08
2.18/6.19	o 491
2.18/6.19	c And the winner is solver0
2.18/6.69	c Got one! Elapsed wall clock time (in seconds):6.581
2.18/6.69	o 477
2.20/6.70	c And the winner is solver0
2.20/7.19	c Got one! Elapsed wall clock time (in seconds):7.082
2.20/7.19	o 476
2.21/7.23	c And the winner is solver0
2.36/7.69	c Got one! Elapsed wall clock time (in seconds):7.584
2.36/7.69	o 465
2.38/7.71	c And the winner is solver0
2.42/8.19	c Got one! Elapsed wall clock time (in seconds):8.085
2.42/8.19	o 458
2.43/8.20	c And the winner is solver0
2.46/8.69	c Got one! Elapsed wall clock time (in seconds):8.586
2.46/8.69	o 456
2.47/8.72	c And the winner is solver0
2.53/9.19	c Got one! Elapsed wall clock time (in seconds):9.087
2.53/9.19	o 446
2.53/9.20	c And the winner is solver0
2.54/9.70	c Got one! Elapsed wall clock time (in seconds):9.588
2.54/9.70	o 438
2.83/9.86	c cleaning 5425 clauses out of 10850 with flag 9090/10850
2.83/9.88	c And the winner is solver0
3.09/10.20	c Got one! Elapsed wall clock time (in seconds):10.089
3.09/10.20	o 431
3.09/10.23	c And the winner is solver0
3.16/10.70	c Got one! Elapsed wall clock time (in seconds):10.59
3.16/10.70	o 426
3.16/10.71	c And the winner is solver0
3.18/11.20	c Got one! Elapsed wall clock time (in seconds):11.091
3.18/11.20	o 422
3.18/11.24	c And the winner is solver0
3.28/11.70	c Got one! Elapsed wall clock time (in seconds):11.592
3.28/11.70	o 396
3.28/11.74	c And the winner is solver0
3.37/12.20	c Got one! Elapsed wall clock time (in seconds):12.093
3.37/12.20	o 389
3.38/12.21	c And the winner is solver0
3.38/12.70	c Got one! Elapsed wall clock time (in seconds):12.594
3.38/12.70	o 388
3.38/12.71	c And the winner is solver0
3.39/13.20	c Got one! Elapsed wall clock time (in seconds):13.095
3.39/13.20	o 365
3.39/13.25	c And the winner is solver0
3.50/13.70	c Got one! Elapsed wall clock time (in seconds):13.596
3.50/13.70	o 361
3.50/13.72	c And the winner is solver0
3.54/14.20	c Got one! Elapsed wall clock time (in seconds):14.097
3.54/14.20	o 358
3.54/14.22	c And the winner is solver0
3.59/14.70	c Got one! Elapsed wall clock time (in seconds):14.598
3.59/14.70	o 350
3.59/14.74	c And the winner is solver0
3.69/15.21	c Got one! Elapsed wall clock time (in seconds):15.099
3.69/15.21	o 348
3.69/15.25	c And the winner is solver0
3.78/15.71	c Got one! Elapsed wall clock time (in seconds):15.6
3.78/15.71	o 346
3.78/15.73	c And the winner is solver0
3.84/16.21	c Got one! Elapsed wall clock time (in seconds):16.101
3.84/16.21	o 336
3.84/16.23	c And the winner is solver0
3.87/16.71	c Got one! Elapsed wall clock time (in seconds):16.602
3.87/16.71	o 326
3.87/16.74	c And the winner is solver0
3.93/17.21	c Got one! Elapsed wall clock time (in seconds):17.103
3.93/17.21	o 323
3.93/17.23	c And the winner is solver0
3.97/17.71	c Got one! Elapsed wall clock time (in seconds):17.603
3.97/17.71	o 320
3.97/17.72	c And the winner is solver0
3.99/18.21	c Got one! Elapsed wall clock time (in seconds):18.104
3.99/18.21	o 318
3.99/18.24	c And the winner is solver0
4.07/18.71	c Got one! Elapsed wall clock time (in seconds):18.605
4.07/18.71	o 306
4.07/18.76	c And the winner is solver0
4.17/19.21	c Got one! Elapsed wall clock time (in seconds):19.106
4.17/19.21	o 284
4.17/19.29	c And the winner is solver0
4.35/19.71	c Got one! Elapsed wall clock time (in seconds):19.607
4.35/19.71	o 278
4.35/19.74	c And the winner is solver0
4.42/20.22	c Got one! Elapsed wall clock time (in seconds):20.108
4.42/20.22	o 277
4.59/20.32	c cleaning 9627 clauses out of 19260 with flag 6560/24685
4.59/20.39	c And the winner is solver0
4.86/20.72	c Got one! Elapsed wall clock time (in seconds):20.609
4.86/20.72	o 268
4.86/20.75	c And the winner is solver0
4.97/21.22	c Got one! Elapsed wall clock time (in seconds):21.11
4.97/21.22	o 261
4.97/21.24	c And the winner is solver0
5.02/21.72	c Got one! Elapsed wall clock time (in seconds):21.611
5.02/21.72	o 248
5.02/21.79	c And the winner is solver0
5.24/22.22	c Got one! Elapsed wall clock time (in seconds):22.112
5.24/22.22	o 247
5.24/22.27	c And the winner is solver0
5.49/22.72	c Got one! Elapsed wall clock time (in seconds):22.613
5.49/22.72	o 243
5.64/22.82	c cleaning 8656 clauses out of 17311 with flag 7031/32363
5.86/22.90	c And the winner is solver0
5.96/23.22	c Got one! Elapsed wall clock time (in seconds):23.114
5.96/23.22	o 239
5.96/23.29	c And the winner is solver0
6.13/23.72	c Got one! Elapsed wall clock time (in seconds):23.615
6.13/23.72	o 221
6.13/23.78	c And the winner is solver0
6.27/24.22	c Got one! Elapsed wall clock time (in seconds):24.116
6.27/24.22	o 207
6.27/24.27	c cleaning 7498 clauses out of 15006 with flag 3824/38714
6.43/24.33	c And the winner is solver0
6.51/24.72	c Got one! Elapsed wall clock time (in seconds):24.617
6.51/24.72	o 204
6.65/24.86	c And the winner is solver0
6.80/25.23	c Got one! Elapsed wall clock time (in seconds):25.118
6.80/25.23	o 191
6.80/25.28	c And the winner is solver0
6.96/25.73	c Got one! Elapsed wall clock time (in seconds):25.619
6.96/25.73	o 179
6.96/25.74	c And the winner is solver0
7.00/26.23	c Got one! Elapsed wall clock time (in seconds):26.12
7.00/26.23	o 176
7.00/26.28	c cleaning 7415 clauses out of 14843 with flag 3676/46049
7.13/26.34	c And the winner is solver0
7.25/26.73	c Got one! Elapsed wall clock time (in seconds):26.621
7.25/26.73	o 172
7.25/26.77	c And the winner is solver0
7.37/27.23	c Got one! Elapsed wall clock time (in seconds):27.122
7.37/27.23	o 142
7.50/27.37	c cleaning 6721 clauses out of 13450 with flag 10646/52071
7.70/27.44	c And the winner is solver0
7.85/27.73	c Got one! Elapsed wall clock time (in seconds):27.623
7.85/27.73	o 120
7.98/27.86	c cleaning 5916 clauses out of 11837 with flag 11282/57179
7.98/27.87	c And the winner is solver0
8.18/28.23	c Got one! Elapsed wall clock time (in seconds):28.124
8.18/28.23	o 119
8.31/28.34	c And the winner is solver0
8.45/28.73	c Got one! Elapsed wall clock time (in seconds):28.625
8.45/28.73	o 115
8.59/28.85	c cleaning 6135 clauses out of 12286 with flag 11954/63544
8.79/28.95	c And the winner is solver0
8.95/29.23	c Got one! Elapsed wall clock time (in seconds):29.126
8.95/29.23	o 111
8.95/29.27	c And the winner is solver0
9.07/29.73	c Got one! Elapsed wall clock time (in seconds):29.627
9.07/29.73	o 104
9.22/29.86	c cleaning 6460 clauses out of 12919 with flag 12616/70312
9.22/29.89	c And the winner is solver0
9.43/30.23	c Got one! Elapsed wall clock time (in seconds):30.128
9.43/30.23	o 96
9.57/30.39	c cleaning 5741 clauses out of 11498 with flag 15886/75351
9.96/30.55	c And the winner is solver0
10.08/30.74	c Got one! Elapsed wall clock time (in seconds):30.629
10.08/30.74	o 94
10.08/30.78	c And the winner is solver0
10.23/31.24	c Got one! Elapsed wall clock time (in seconds):31.129
10.23/31.24	o 93
10.23/31.28	c cleaning 6091 clauses out of 12181 with flag 3902/81775
10.35/31.31	c And the winner is solver0
10.38/31.74	c Got one! Elapsed wall clock time (in seconds):31.63
10.38/31.74	o 92
10.38/31.75	c And the winner is solver0
10.43/32.24	c Got one! Elapsed wall clock time (in seconds):32.131
10.43/32.24	o 80
10.43/32.27	c And the winner is solver0
10.53/32.74	c Got one! Elapsed wall clock time (in seconds):32.632
10.53/32.74	o 78
10.64/32.86	c And the winner is solver0
10.79/33.24	c Got one! Elapsed wall clock time (in seconds):33.134
10.79/33.24	o 65
10.90/33.33	c cleaning 6575 clauses out of 13167 with flag 9372/88852
10.90/33.38	c And the winner is solver0
11.11/33.74	c Got one! Elapsed wall clock time (in seconds):33.635
11.11/33.74	o 64
11.22/33.89	c cleaning 6098 clauses out of 12211 with flag 14719/94471
11.85/34.15	c cleaning 6049 clauses out of 12114 with flag 36388/100472
12.74/34.45	c cleaning 6526 clauses out of 13064 with flag 65576/107471
13.51/34.77	c cleaning 7264 clauses out of 14539 with flag 101302/115472
14.32/35.15	c cleaning 8136 clauses out of 16275 with flag 138881/124472
14.73/35.32	c And the winner is solver0
14.88/35.74	c Got one! Elapsed wall clock time (in seconds):35.637
14.88/35.74	o 61
14.88/35.79	c cleaning 6827 clauses out of 13666 with flag 4174/129999
15.20/35.92	c And the winner is solver0
15.28/36.25	c Got one! Elapsed wall clock time (in seconds):36.139
15.28/36.25	o 60
15.28/36.26	c And the winner is solver0
15.32/36.75	c Got one! Elapsed wall clock time (in seconds):36.642
15.32/36.75	o 58
15.41/36.84	c cleaning 6482 clauses out of 12965 with flag 10536/136125
15.61/36.94	c And the winner is solver0
15.77/37.25	c Got one! Elapsed wall clock time (in seconds):37.145
15.77/37.25	o 57
15.86/37.35	c And the winner is solver0
15.98/37.75	c Got one! Elapsed wall clock time (in seconds):37.647
15.98/37.75	o 55
15.98/37.78	c And the winner is solver0
16.09/38.26	c Got one! Elapsed wall clock time (in seconds):38.151
16.09/38.26	o 52
16.16/38.31	c cleaning 6851 clauses out of 13708 with flag 3938/143350
16.16/38.34	c And the winner is solver0
16.26/38.76	c Got one! Elapsed wall clock time (in seconds):38.654
16.26/38.76	o 38
16.53/38.91	c cleaning 5927 clauses out of 11859 with flag 14047/148352
16.53/38.96	c And the winner is solver0
16.69/39.27	c Got one! Elapsed wall clock time (in seconds):39.158
16.69/39.27	o 32
16.95/39.41	c cleaning 5845 clauses out of 11693 with flag 15200/154113
16.95/39.42	c And the winner is solver0
17.04/39.77	c Got one! Elapsed wall clock time (in seconds):39.662
17.04/39.77	o 31
17.29/39.91	c And the winner is solver0
17.37/40.27	c Got one! Elapsed wall clock time (in seconds):40.167
17.37/40.27	o 29
17.42/40.32	c cleaning 5644 clauses out of 11290 with flag 3859/159555
17.84/40.52	c cleaning 5816 clauses out of 11646 with flag 25678/165556
18.27/40.77	c cleaning 6411 clauses out of 12828 with flag 50753/172556
18.86/41.06	c cleaning 7206 clauses out of 14415 with flag 82795/180555
19.66/41.41	c cleaning 8101 clauses out of 16206 with flag 120603/189556
20.47/41.85	c cleaning 9046 clauses out of 18097 with flag 160621/199557
21.06/42.20	c And the winner is solver0
21.66/42.66	c >>>>>>>>>> Solver number 0 (78 answers) <<<<<<<<<<<<<<<<<<
21.66/42.66	c starts		: 203
21.66/42.66	c conflicts		: 207625
21.66/42.66	c decisions		: 354695
21.66/42.66	c propagations		: 5580037
21.66/42.66	c inspects		: 86701629
21.66/42.66	c shortcuts		: 0
21.66/42.66	c learnt literals	: 37
21.66/42.66	c learnt binary clauses	: 8
21.66/42.66	c learnt ternary clauses	: 358
21.66/42.66	c learnt constraints	: 207587
21.66/42.66	c ignored constraints	: 0
21.66/42.66	c root simplifications	: 0
21.66/42.66	c removed literals (reason simplification)	: 1229662
21.66/42.66	c reason swapping (by a shorter reason)	: 0
21.66/42.66	c Calls to reduceDB	: 28
21.66/42.66	c Number of update (reduction) of LBD	: 60049
21.66/42.66	c Imported unit clauses	: 0
21.66/42.66	c number of reductions to clauses (during analyze)	: 0
21.66/42.66	c number of learned constraints concerned by reduction	: 0
21.66/42.66	c number of learning phase by resolution	: 0
21.66/42.66	c number of learning phase by cutting planes	: 0
21.66/42.66	c speed (assignments/second)	: 131338.25260085677
21.66/42.66	c non guided choices	2528
21.66/42.66	c learnt constraints type 
21.66/42.66	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
21.66/42.66	c starts		: 78
21.66/42.66	c conflicts		: 516
21.66/42.66	c decisions		: 7731
21.66/42.66	c propagations		: 32236
21.66/42.66	c inspects		: 1435650
21.66/42.66	c shortcuts		: 0
21.66/42.66	c learnt literals	: 0
21.66/42.66	c learnt binary clauses	: 0
21.66/42.66	c learnt ternary clauses	: 0
21.66/42.66	c learnt constraints	: 447
21.66/42.66	c ignored constraints	: 0
21.66/42.66	c root simplifications	: 0
21.66/42.66	c removed literals (reason simplification)	: 0
21.66/42.66	c reason swapping (by a shorter reason)	: 0
21.66/42.66	c Calls to reduceDB	: 0
21.66/42.66	c Number of update (reduction) of LBD	: 0
21.66/42.66	c Imported unit clauses	: 0
21.66/42.66	c number of reductions to clauses (during analyze)	: 0
21.66/42.66	c number of learned constraints concerned by reduction	: 0
21.66/42.66	c number of learning phase by resolution	: 0
21.66/42.66	c number of learning phase by cutting planes	: 0
21.66/42.66	c speed (assignments/second)	: 13550.231189575452
21.66/42.66	c non guided choices	713
21.66/42.66	c learnt constraints type 
21.66/42.66	s OPTIMUM FOUND
21.66/42.66	c Found 77 solution(s)
21.66/42.67	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 
21.66/42.67	c objective function=29
21.66/42.67	c Total wall clock time (in seconds): 42.559

Verifier Data

OK	29

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-4109553-1467321329/watcher-4109553-1467321329 -o /tmp/evaluation-result-4109553-1467321329/solver-4109553-1467321329 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467318784-20067 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109553-1467321329.wbo 

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

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


[startup+0 s]
/proc/loadavg: 0.95 1.17 1.24 2/169 29585
/proc/meminfo: memFree=28366640/32872528 swapFree=1590004/1720820
[pid=29585] ppid=29582 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29585/stat : 29585 (java) S 29582 29585 13693 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 13091444 98570240 978 33554432000 1073741824 1073778376 140733268021072 140733268012208 226087698493 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29585/statm: 24065 978 744 9 0 16771 0
[pid=29585/tid=29586] ppid=29582 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29586/stat : 29586 (java) R 29582 29585 13693 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13091444 98570240 978 33554432000 1073741824 1073778376 140733268021072 140412829380136 226084341120 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100153 s]
/proc/loadavg: 0.95 1.17 1.24 2/169 29585
/proc/meminfo: memFree=28366640/32872528 swapFree=1590004/1720820
[pid=29585] ppid=29582 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/29585/stat : 29585 (java) S 29582 29585 13693 0 -1 4202496 4479 0 1 0 10 1 0 0 20 0 18 0 13091444 9787879424 6099 33554432000 1073741824 1073778376 140733268021072 140733268012208 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29585/statm: 2389619 6099 2156 9 0 2380296 0
[pid=29585/tid=29586] ppid=29582 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/29585/task/29586/stat : 29586 (java) R 29582 29585 13693 0 -1 4202560 2387 0 1 0 6 1 0 0 20 0 18 0 13091444 9787879424 6109 33554432000 1073741824 1073778376 140733268021072 140412829375000 140412832186437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200385 s]
/proc/loadavg: 0.95 1.17 1.24 2/169 29585
/proc/meminfo: memFree=28366640/32872528 swapFree=1590004/1720820
[pid=29585] ppid=29582 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/29585/stat : 29585 (java) S 29582 29585 13693 0 -1 4202496 4820 0 1 0 25 2 0 0 20 0 22 0 13091444 10060525568 7908 33554432000 1073741824 1073778376 140733268021072 140733268012208 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29585/statm: 2456183 7908 2220 9 0 2446860 0
[pid=29585/tid=29586] ppid=29582 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/29585/task/29586/stat : 29586 (java) S 29582 29585 13693 0 -1 4202560 2416 0 1 0 14 1 0 0 20 0 22 0 13091444 10060525568 7908 33554432000 1073741824 1073778376 140733268021072 140412829385592 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300286 s]
/proc/loadavg: 0.95 1.17 1.24 2/169 29585
/proc/meminfo: memFree=28366640/32872528 swapFree=1590004/1720820
[pid=29585] ppid=29582 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/29585/stat : 29585 (java) S 29582 29585 13693 0 -1 4202496 7513 0 1 0 63 2 0 0 20 0 22 0 13091444 10060525568 9647 33554432000 1073741824 1073778376 140733268021072 140733268012208 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29585/statm: 2456183 9657 2250 9 0 2446860 0
[pid=29585/tid=29586] ppid=29582 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/29585/task/29586/stat : 29586 (java) S 29582 29585 13693 0 -1 4202560 2416 0 1 0 14 1 0 0 20 0 22 0 13091444 10060525568 9657 33554432000 1073741824 1073778376 140733268021072 140412829385592 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+0.700304 s]
/proc/loadavg: 0.95 1.17 1.24 2/169 29585
/proc/meminfo: memFree=28366640/32872528 swapFree=1590004/1720820
[pid=29585] ppid=29582 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/29585/stat : 29585 (java) S 29582 29585 13693 0 -1 4202496 15074 0 1 0 131 5 0 0 20 0 19 0 13091444 10060525568 15194 33554432000 1073741824 1073778376 140733268021072 140733268012208 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29585/statm: 2456183 15194 2254 9 0 2446860 0
[pid=29585/tid=29586] ppid=29582 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/29585/task/29586/stat : 29586 (java) S 29582 29585 13693 0 -1 4202560 2416 0 1 0 14 1 0 0 20 0 19 0 13091444 10060525568 15194 33554432000 1073741824 1073778376 140733268021072 140412829385592 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 0.95 1.17 1.24 1/188 29610
/proc/meminfo: memFree=28314424/32872528 swapFree=1590004/1720820
[pid=29585] ppid=29582 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/29585/stat : 29585 (java) S 29582 29585 13693 0 -1 4202496 15087 0 1 0 131 5 0 0 20 0 19 0 13091444 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140733268012208 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29585/statm: 2456183 16222 2257 9 0 2446860 0
[pid=29585/tid=29586] ppid=29582 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/29585/task/29586/stat : 29586 (java) S 29582 29585 13693 0 -1 4202560 2417 0 1 0 14 2 0 0 20 0 19 0 13091444 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412829385592 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29588] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29588/stat : 29588 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412818447272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29589] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29589/stat : 29589 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412817394728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29590] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29590/stat : 29590 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412670655144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29591] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29591/stat : 29591 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412669602600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29592] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29592/stat : 29592 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412668549544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29593] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29593/stat : 29593 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412667497000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29594] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29594/stat : 29594 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412666443944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29595] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29595/stat : 29595 (java) S 29582 29585 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412665391400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29596] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29596/stat : 29596 (java) S 29582 29585 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13091446 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412653194088 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29597] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29597/stat : 29597 (java) S 29582 29585 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13091447 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412652140408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29598] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29598/stat : 29598 (java) S 29582 29585 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13091447 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412651087240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29599] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29599/stat : 29599 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091449 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412650035984 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29600] ppid=29582 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/29585/task/29600/stat : 29600 (java) S 29582 29585 13693 0 -1 4202560 5058 0 0 0 36 1 0 0 20 0 19 0 13091449 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412648982840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29601] ppid=29582 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/29585/task/29601/stat : 29601 (java) S 29582 29585 13693 0 -1 4202560 6263 0 0 0 38 0 0 0 20 0 19 0 13091449 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412647930296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29602] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29602/stat : 29602 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091449 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412646877432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29603] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29603/stat : 29603 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091449 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412645825096 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29607] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29607/stat : 29607 (java) S 29582 29585 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13091462 10060525568 16222 33554432000 1073741824 1073778376 140733268021072 140412641613224 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.19 1.22 1.26 3/191 29619
/proc/meminfo: memFree=28283084/32872528 swapFree=1590004/1720820
[pid=29585] ppid=29582 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/29585/stat : 29585 (java) S 29582 29585 13693 0 -1 4202496 16989 0 1 0 200 10 0 0 20 0 19 0 13091444 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140733268012208 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29585/statm: 2456183 24997 2264 9 0 2446860 0
[pid=29585/tid=29586] ppid=29582 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/29585/task/29586/stat : 29586 (java) S 29582 29585 13693 0 -1 4202560 2418 0 1 0 14 2 0 0 20 0 19 0 13091444 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412829385592 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29588] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29588/stat : 29588 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412818447272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29589] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29589/stat : 29589 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412817394728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29590] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29590/stat : 29590 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412670655144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29591] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29591/stat : 29591 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412669602600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29592] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29592/stat : 29592 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412668549544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29593] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29593/stat : 29593 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412667497000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29594] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29594/stat : 29594 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412666443944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29595] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29595/stat : 29595 (java) S 29582 29585 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412665391400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29596] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29596/stat : 29596 (java) S 29582 29585 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13091446 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412653194088 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29597] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29597/stat : 29597 (java) S 29582 29585 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13091447 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412652140408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29598] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29598/stat : 29598 (java) S 29582 29585 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13091447 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412651087240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29599] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29599/stat : 29599 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091449 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412650035984 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29600] ppid=29582 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/29585/task/29600/stat : 29600 (java) S 29582 29585 13693 0 -1 4202560 5104 0 0 0 61 1 0 0 20 0 19 0 13091449 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412648982840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29601] ppid=29582 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/29585/task/29601/stat : 29601 (java) S 29582 29585 13693 0 -1 4202560 8080 0 0 0 56 1 0 0 20 0 19 0 13091449 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412647930296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29602] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29602/stat : 29602 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091449 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412646877432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29603] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29603/stat : 29603 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091449 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412645825096 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29607] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29607/stat : 29607 (java) S 29582 29585 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13091462 10060525568 24997 33554432000 1073741824 1073778376 140733268021072 140412641613224 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1797 uid=0 cmd=

[startup+6.30087 s]
/proc/loadavg: 1.19 1.22 1.26 1/188 29637
/proc/meminfo: memFree=28254284/32872528 swapFree=1590004/1720820
[pid=29585] ppid=29582 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/29585/stat : 29585 (java) S 29582 29585 13693 0 -1 4202496 17088 0 1 0 206 12 0 0 20 0 19 0 13091444 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140733268012208 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29585/statm: 2456183 32671 2267 9 0 2446860 0
[pid=29585/tid=29586] ppid=29582 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/29585/task/29586/stat : 29586 (java) S 29582 29585 13693 0 -1 4202560 2420 0 1 0 14 2 0 0 20 0 19 0 13091444 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412829385592 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29588] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29588/stat : 29588 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412818447272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29589] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29589/stat : 29589 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412817394728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29590] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29590/stat : 29590 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412670655144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29591] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29591/stat : 29591 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412669602600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29592] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29592/stat : 29592 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412668549544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29593] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29593/stat : 29593 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412667497000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29594] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29594/stat : 29594 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412666443944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29595] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29595/stat : 29595 (java) S 29582 29585 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13091445 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412665391400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29596] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29596/stat : 29596 (java) S 29582 29585 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13091446 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412653194088 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29597] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29597/stat : 29597 (java) S 29582 29585 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13091447 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412652140408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29598] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29598/stat : 29598 (java) S 29582 29585 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13091447 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412651087240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29599] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29599/stat : 29599 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091449 10060525568 32671 33554432000 1073741824 1073778376 140733268021072 140412650035984 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29600] ppid=29582 vsize=9824732 CPUtime=0.65 cores=1,3,5,7

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

/proc/29585/task/29599/stat : 29599 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091449 10060525568 52625 33554432000 1073741824 1073778376 140733268021072 140412650035984 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29600] ppid=29582 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/29585/task/29600/stat : 29600 (java) S 29582 29585 13693 0 -1 4202560 6129 0 0 0 116 2 0 0 20 0 19 0 13091449 10060525568 52625 33554432000 1073741824 1073778376 140733268021072 140412648982840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29601] ppid=29582 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/29585/task/29601/stat : 29601 (java) S 29582 29585 13693 0 -1 4202560 14444 0 0 0 117 2 0 0 20 0 19 0 13091449 10060525568 52625 33554432000 1073741824 1073778376 140733268021072 140412647930296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29602] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29602/stat : 29602 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13091449 10060525568 52625 33554432000 1073741824 1073778376 140733268021072 140412646877432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29603] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29603/stat : 29603 (java) S 29582 29585 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13091449 10060525568 52625 33554432000 1073741824 1073778376 140733268021072 140412645825096 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29607] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29607/stat : 29607 (java) S 29582 29585 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13091462 10060525568 52625 33554432000 1073741824 1073778376 140733268021072 140412641613224 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 17.36
Current children cumulated vsize (KiB) 9824732

[startup+41.6009 s]
/proc/loadavg: 1.14 1.20 1.25 3/191 29838
/proc/meminfo: memFree=28165504/32872528 swapFree=1590004/1720820
[pid=29585] ppid=29582 vsize=9824732 CPUtime=20.04 cores=1,3,5,7
/proc/29585/stat : 29585 (java) S 29582 29585 13693 0 -1 4202496 25223 0 1 0 1860 144 0 0 20 0 22 0 13091444 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140733268012208 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29585/statm: 2456183 51960 2287 9 0 2446860 0
[pid=29585/tid=29586] ppid=29582 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/29585/task/29586/stat : 29586 (java) S 29582 29585 13693 0 -1 4202560 2423 0 1 0 22 2 0 0 20 0 22 0 13091444 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412829385592 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29588] ppid=29582 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/29585/task/29588/stat : 29588 (java) S 29582 29585 13693 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 13091445 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412818447272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29589] ppid=29582 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/29585/task/29589/stat : 29589 (java) S 29582 29585 13693 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 13091445 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412817394728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29590] ppid=29582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29585/task/29590/stat : 29590 (java) S 29582 29585 13693 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 13091445 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412670655144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29591] ppid=29582 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/29585/task/29591/stat : 29591 (java) S 29582 29585 13693 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 22 0 13091445 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412669602600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29592] ppid=29582 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/29585/task/29592/stat : 29592 (java) S 29582 29585 13693 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 13091445 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412668549544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29593] ppid=29582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29585/task/29593/stat : 29593 (java) S 29582 29585 13693 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 13091445 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412667497000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29594] ppid=29582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29585/task/29594/stat : 29594 (java) S 29582 29585 13693 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 13091445 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412666443944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29595] ppid=29582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29585/task/29595/stat : 29595 (java) S 29582 29585 13693 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 13091445 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412665391400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29596] ppid=29582 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/29585/task/29596/stat : 29596 (java) S 29582 29585 13693 0 -1 4202560 13 0 0 0 2 11 0 0 20 0 22 0 13091446 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412653194088 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29597] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29597/stat : 29597 (java) S 29582 29585 13693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13091447 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412652140408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29598] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29598/stat : 29598 (java) S 29582 29585 13693 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 22 0 13091447 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412651087240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29599] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29599/stat : 29599 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13091449 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412650035984 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29600] ppid=29582 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/29585/task/29600/stat : 29600 (java) S 29582 29585 13693 0 -1 4202560 6129 0 0 0 117 2 0 0 20 0 22 0 13091449 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412648982840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29601] ppid=29582 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/29585/task/29601/stat : 29601 (java) S 29582 29585 13693 0 -1 4202560 14444 0 0 0 120 2 0 0 20 0 22 0 13091449 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412647930296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29602] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29602/stat : 29602 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13091449 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412646877432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29603] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29603/stat : 29603 (java) S 29582 29585 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13091449 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412645825096 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29607] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29607/stat : 29607 (java) S 29582 29585 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13091462 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412641613224 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29836] ppid=29582 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/29585/task/29836/stat : 29836 (java) R 29582 29585 13693 0 -1 4202560 7 0 0 0 129 0 0 0 20 0 22 0 13095472 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412643716312 140412698499010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29837] ppid=29582 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/29585/task/29837/stat : 29837 (java) R 29582 29585 13693 0 -1 4202560 2 0 0 0 129 0 0 0 20 0 22 0 13095472 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412642663288 140412698886193 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29838] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29838/stat : 29838 (java) S 29582 29585 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13095473 10060525568 51960 33554432000 1073741824 1073778376 140733268021072 140412644771112 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 20.04
Current children cumulated vsize (KiB) 9824732

[startup+42.4008 s]
/proc/loadavg: 1.21 1.21 1.25 3/191 29838
/proc/meminfo: memFree=28169776/32872528 swapFree=1590004/1720820
[pid=29585] ppid=29582 vsize=9824732 CPUtime=21.45 cores=1,3,5,7
/proc/29585/stat : 29585 (java) S 29582 29585 13693 0 -1 4202496 25233 0 1 0 2000 145 0 0 20 0 20 0 13091444 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140733268012208 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29585/statm: 2456183 50936 2287 9 0 2446860 0
[pid=29585/tid=29586] ppid=29582 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/29585/task/29586/stat : 29586 (java) S 29582 29585 13693 0 -1 4202560 2423 0 1 0 22 2 0 0 20 0 20 0 13091444 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412829385592 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29588] ppid=29582 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/29585/task/29588/stat : 29588 (java) S 29582 29585 13693 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412818447272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29589] ppid=29582 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/29585/task/29589/stat : 29589 (java) S 29582 29585 13693 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412817394728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29590] ppid=29582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29585/task/29590/stat : 29590 (java) S 29582 29585 13693 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412670655144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29591] ppid=29582 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/29585/task/29591/stat : 29591 (java) S 29582 29585 13693 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412669602600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29592] ppid=29582 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/29585/task/29592/stat : 29592 (java) S 29582 29585 13693 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412668549544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29593] ppid=29582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29585/task/29593/stat : 29593 (java) S 29582 29585 13693 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412667497000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29594] ppid=29582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29585/task/29594/stat : 29594 (java) S 29582 29585 13693 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412666443944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29595] ppid=29582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29585/task/29595/stat : 29595 (java) S 29582 29585 13693 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412665391400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29596] ppid=29582 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/29585/task/29596/stat : 29596 (java) S 29582 29585 13693 0 -1 4202560 13 0 0 0 2 11 0 0 20 0 20 0 13091446 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412653194088 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29597] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29597/stat : 29597 (java) S 29582 29585 13693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13091447 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412652140408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29598] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29598/stat : 29598 (java) S 29582 29585 13693 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 20 0 13091447 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412651087240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29599] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29599/stat : 29599 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13091449 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412650035984 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29600] ppid=29582 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/29585/task/29600/stat : 29600 (java) S 29582 29585 13693 0 -1 4202560 6129 0 0 0 118 2 0 0 20 0 20 0 13091449 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412648982840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29601] ppid=29582 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/29585/task/29601/stat : 29601 (java) S 29582 29585 13693 0 -1 4202560 14444 0 0 0 120 2 0 0 20 0 20 0 13091449 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412647930296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29602] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29602/stat : 29602 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13091449 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412646877432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29603] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29603/stat : 29603 (java) S 29582 29585 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13091449 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412645825096 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29607] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29607/stat : 29607 (java) S 29582 29585 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13091462 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412641613224 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29837] ppid=29582 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/29585/task/29837/stat : 29837 (java) R 29582 29585 13693 0 -1 4202560 2 0 0 0 209 0 0 0 20 0 20 0 13095472 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412642664080 140412699216279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.45
Current children cumulated vsize (KiB) 9824732

[startup+42.6007 s]
/proc/loadavg: 1.21 1.21 1.25 3/191 29838
/proc/meminfo: memFree=28169776/32872528 swapFree=1590004/1720820
[pid=29585] ppid=29582 vsize=9824732 CPUtime=21.65 cores=1,3,5,7
/proc/29585/stat : 29585 (java) S 29582 29585 13693 0 -1 4202496 25233 0 1 0 2020 145 0 0 20 0 20 0 13091444 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140733268012208 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29585/statm: 2456183 50936 2287 9 0 2446860 0
[pid=29585/tid=29586] ppid=29582 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/29585/task/29586/stat : 29586 (java) S 29582 29585 13693 0 -1 4202560 2423 0 1 0 22 2 0 0 20 0 20 0 13091444 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412829385592 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29588] ppid=29582 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/29585/task/29588/stat : 29588 (java) S 29582 29585 13693 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412818447272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29589] ppid=29582 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/29585/task/29589/stat : 29589 (java) S 29582 29585 13693 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412817394728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29590] ppid=29582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29585/task/29590/stat : 29590 (java) S 29582 29585 13693 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412670655144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29591] ppid=29582 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/29585/task/29591/stat : 29591 (java) S 29582 29585 13693 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412669602600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29592] ppid=29582 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/29585/task/29592/stat : 29592 (java) S 29582 29585 13693 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412668549544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29593] ppid=29582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29585/task/29593/stat : 29593 (java) S 29582 29585 13693 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412667497000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29594] ppid=29582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29585/task/29594/stat : 29594 (java) S 29582 29585 13693 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412666443944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29595] ppid=29582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/29585/task/29595/stat : 29595 (java) S 29582 29585 13693 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 20 0 13091445 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412665391400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29596] ppid=29582 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/29585/task/29596/stat : 29596 (java) S 29582 29585 13693 0 -1 4202560 13 0 0 0 2 11 0 0 20 0 20 0 13091446 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412653194088 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29597] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29597/stat : 29597 (java) S 29582 29585 13693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13091447 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412652140408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29598] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29598/stat : 29598 (java) S 29582 29585 13693 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 20 0 13091447 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412651087240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29599] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29599/stat : 29599 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13091449 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412650035984 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29600] ppid=29582 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/29585/task/29600/stat : 29600 (java) S 29582 29585 13693 0 -1 4202560 6129 0 0 0 118 2 0 0 20 0 20 0 13091449 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412648982840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29585/tid=29601] ppid=29582 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/29585/task/29601/stat : 29601 (java) S 29582 29585 13693 0 -1 4202560 14444 0 0 0 120 2 0 0 20 0 20 0 13091449 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412647930296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29602] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29602/stat : 29602 (java) S 29582 29585 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13091449 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412646877432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29585/tid=29603] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29603/stat : 29603 (java) S 29582 29585 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13091449 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412645825096 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29585/tid=29607] ppid=29582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29585/task/29607/stat : 29607 (java) S 29582 29585 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13091462 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412641613224 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29585/tid=29837] ppid=29582 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/29585/task/29837/stat : 29837 (java) R 29582 29585 13693 0 -1 4202560 2 0 0 0 229 0 0 0 20 0 20 0 13095472 10060525568 50936 33554432000 1073741824 1073778376 140733268021072 140412642664080 140412699216042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.65
Current children cumulated vsize (KiB) 9824732

Child status: 30

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

Real time (s): 42.6746
CPU time (s): 21.8017
CPU user time (s): 20.2499
CPU system time (s): 1.55176
CPU usage (%): 51.0882
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.2299
system time used= 1.56176
maximum resident set size= 222024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25241
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= 3307
involuntary context switches= 1045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.221966 second user time and 0.368943 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-30 23:15:29
IDJOB=4109553
IDBENCH=78848
IDSOLVER=2552
FILE ID=node120/4109553-1467321329
RUNJOBID= node120-1467318784-20067
PBS_JOBID= 20005266
Free space on /tmp= 71672 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.1110974372--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109553-1467321329/watcher-4109553-1467321329 -o /tmp/evaluation-result-4109553-1467321329/solver-4109553-1467321329 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467318784-20067 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109553-1467321329.wbo

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

MD5SUM BENCH= 9e79fcc5962892fd65131f45b2c5bc52
RANDOM SEED=156180314

node120.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.669
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.33
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.669
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.56
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.669
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.669
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.669
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.669
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.54
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.669
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.669
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:        28367540 kB
Buffers:          176212 kB
Cached:          1852488 kB
SwapCached:            0 kB
Active:           270588 kB
Inactive:        1769924 kB
Active(anon):      14224 kB
Inactive(anon):        0 kB
Active(file):     256364 kB
Inactive(file):  1769924 kB
Unevictable:     1720820 kB
Mlocked:         1590004 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:       1854896 kB
Mapped:            13972 kB
Shmem:               204 kB
Slab:             611972 kB
SReclaimable:      56132 kB
SUnreclaim:       555840 kB
KernelStack:        1576 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1817712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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= 71672 MiB
End job on node120 at 2016-06-30 23:16:12