Trace number 4092299

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 529.064 542.47

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976935--soft-0-100-0.wbo
MD5SUMda988fefd96faf0ea045ffc9072a875f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark4.65229
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 constraints101
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1229
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-4092299-1466082582.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.065s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     270
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.pb.constraints.pb.MaxWatchPbLong => 71
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.MaxWatchPb => 71
0.11/0.17	c 101 constraints processed.
0.11/0.17	c objective function length is 101 literals
1.08/0.43	c And the winner is solver0
1.43/0.68	c SATISFIABLE
1.43/0.68	c OPTIMIZING...
1.43/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.43/0.68	o 768
1.43/0.69	c And the winner is solver0
1.48/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
1.48/1.18	o 767
1.48/1.19	c And the winner is solver0
1.62/1.68	c Got one! Elapsed wall clock time (in seconds):1.572
1.62/1.68	o 707
1.62/1.68	c And the winner is solver0
1.62/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
1.62/2.18	o 673
1.62/2.19	c And the winner is solver0
1.64/2.68	c Got one! Elapsed wall clock time (in seconds):2.575
1.64/2.68	o 665
1.68/2.76	c And the winner is solver0
2.08/3.18	c Got one! Elapsed wall clock time (in seconds):3.077
2.08/3.18	o 663
2.08/3.19	c And the winner is solver0
2.08/3.68	c Got one! Elapsed wall clock time (in seconds):3.578
2.08/3.68	o 662
2.08/3.69	c And the winner is solver0
2.08/4.19	c Got one! Elapsed wall clock time (in seconds):4.08
2.08/4.19	o 653
2.10/4.21	c And the winner is solver0
2.15/4.69	c Got one! Elapsed wall clock time (in seconds):4.581
2.15/4.69	o 635
2.15/4.69	c And the winner is solver0
2.17/5.19	c Got one! Elapsed wall clock time (in seconds):5.082
2.17/5.19	o 633
2.17/5.19	c And the winner is solver0
2.17/5.69	c Got one! Elapsed wall clock time (in seconds):5.584
2.17/5.69	o 631
2.17/5.69	c And the winner is solver0
2.17/6.19	c Got one! Elapsed wall clock time (in seconds):6.085
2.17/6.19	o 593
2.17/6.20	c And the winner is solver0
2.17/6.69	c Got one! Elapsed wall clock time (in seconds):6.586
2.17/6.69	o 581
2.17/6.70	c And the winner is solver0
2.17/7.19	c Got one! Elapsed wall clock time (in seconds):7.088
2.17/7.19	o 579
2.18/7.21	c And the winner is solver0
2.21/7.69	c Got one! Elapsed wall clock time (in seconds):7.589
2.21/7.69	o 577
2.21/7.70	c And the winner is solver0
2.22/8.20	c Got one! Elapsed wall clock time (in seconds):8.09
2.22/8.20	o 568
2.22/8.20	c And the winner is solver0
2.23/8.70	c Got one! Elapsed wall clock time (in seconds):8.591
2.23/8.70	o 562
2.23/8.70	c And the winner is solver0
2.23/9.20	c Got one! Elapsed wall clock time (in seconds):9.092
2.23/9.20	o 279
2.23/9.21	c And the winner is solver0
2.29/9.70	c Got one! Elapsed wall clock time (in seconds):9.594
2.29/9.70	o 275
2.29/9.77	c And the winner is solver0
2.68/10.20	c Got one! Elapsed wall clock time (in seconds):10.095
2.68/10.20	o 264
2.68/10.21	c And the winner is solver0
2.69/10.70	c Got one! Elapsed wall clock time (in seconds):10.596
2.69/10.70	o 263
2.69/10.71	c And the winner is solver0
2.69/11.20	c Got one! Elapsed wall clock time (in seconds):11.097
2.69/11.20	o 246
2.98/11.32	c And the winner is solver0
3.04/11.70	c Got one! Elapsed wall clock time (in seconds):11.598
3.04/11.70	o 245
3.04/11.73	c And the winner is solver0
3.12/12.21	c Got one! Elapsed wall clock time (in seconds):12.099
3.12/12.21	o 240
3.12/12.21	c And the winner is solver0
3.15/12.71	c Got one! Elapsed wall clock time (in seconds):12.601
3.15/12.71	o 238
3.15/12.78	c cleaning 5502 clauses out of 11013 with flag 3818/11013
3.37/12.82	c And the winner is solver0
3.42/13.21	c Got one! Elapsed wall clock time (in seconds):13.102
3.42/13.21	o 229
3.42/13.23	c And the winner is solver0
3.48/13.71	c Got one! Elapsed wall clock time (in seconds):13.603
3.48/13.71	o 202
3.85/13.96	c cleaning 5865 clauses out of 11747 with flag 20297/17249
4.07/14.06	c And the winner is solver0
4.22/14.21	c Got one! Elapsed wall clock time (in seconds):14.104
4.22/14.21	o 194
4.22/14.24	c And the winner is solver0
4.29/14.71	c Got one! Elapsed wall clock time (in seconds):14.605
4.29/14.71	o 193
4.29/14.72	c And the winner is solver0
4.43/15.21	c Got one! Elapsed wall clock time (in seconds):15.106
4.43/15.21	o 178
4.43/15.24	c And the winner is solver0
4.52/15.71	c Got one! Elapsed wall clock time (in seconds):15.607
4.52/15.71	o 177
4.67/15.89	c cleaning 6216 clauses out of 12434 with flag 12181/23801
5.09/16.08	c And the winner is solver0
5.28/16.21	c Got one! Elapsed wall clock time (in seconds):16.108
5.28/16.21	o 176
5.28/16.25	c And the winner is solver0
5.36/16.71	c Got one! Elapsed wall clock time (in seconds):16.609
5.36/16.71	o 175
5.36/16.76	c And the winner is solver0
5.50/17.22	c Got one! Elapsed wall clock time (in seconds):17.11
5.50/17.22	o 170
5.50/17.28	c cleaning 6550 clauses out of 13104 with flag 4339/30687
6.06/17.52	c And the winner is solver0
6.22/17.72	c Got one! Elapsed wall clock time (in seconds):17.611
6.22/17.72	o 169
6.22/17.75	c And the winner is solver0
6.29/18.22	c Got one! Elapsed wall clock time (in seconds):18.112
6.29/18.22	o 167
6.29/18.27	c And the winner is solver0
6.44/18.72	c Got one! Elapsed wall clock time (in seconds):18.614
6.44/18.72	o 166
6.44/18.77	c And the winner is solver0
6.61/19.22	c Got one! Elapsed wall clock time (in seconds):19.115
6.61/19.22	o 164
6.61/19.25	c And the winner is solver0
6.69/19.72	c Got one! Elapsed wall clock time (in seconds):19.616
6.69/19.72	o 162
6.69/19.75	c And the winner is solver0
6.76/20.22	c Got one! Elapsed wall clock time (in seconds):20.117
6.76/20.22	o 158
6.76/20.24	c And the winner is solver0
6.82/20.72	c Got one! Elapsed wall clock time (in seconds):20.618
6.82/20.72	o 156
6.82/20.79	c And the winner is solver0
7.01/21.22	c Got one! Elapsed wall clock time (in seconds):21.119
7.01/21.22	o 141
7.20/21.32	c And the winner is solver0
7.38/21.73	c Got one! Elapsed wall clock time (in seconds):21.62
7.38/21.73	o 138
7.38/21.77	c And the winner is solver0
7.53/22.23	c Got one! Elapsed wall clock time (in seconds):22.121
7.53/22.23	o 135
7.53/22.28	c And the winner is solver0
7.66/22.73	c Got one! Elapsed wall clock time (in seconds):22.622
7.66/22.73	o 134
7.80/22.81	c And the winner is solver0
7.97/23.23	c Got one! Elapsed wall clock time (in seconds):23.123
7.97/23.23	o 130
7.97/23.29	c And the winner is solver0
8.13/23.73	c Got one! Elapsed wall clock time (in seconds):23.624
8.13/23.73	o 128
8.13/23.76	c And the winner is solver0
8.21/24.23	c Got one! Elapsed wall clock time (in seconds):24.125
8.21/24.23	o 126
8.21/24.29	c And the winner is solver0
8.37/24.73	c Got one! Elapsed wall clock time (in seconds):24.626
8.37/24.73	o 120
8.37/24.78	c And the winner is solver0
8.51/25.23	c Got one! Elapsed wall clock time (in seconds):25.126
8.51/25.23	o 115
8.51/25.29	c And the winner is solver0
8.67/25.73	c Got one! Elapsed wall clock time (in seconds):25.627
8.67/25.73	o 113
8.67/25.75	c And the winner is solver0
8.72/26.23	c Got one! Elapsed wall clock time (in seconds):26.128
8.72/26.23	o 111
8.72/26.25	c And the winner is solver0
8.76/26.73	c Got one! Elapsed wall clock time (in seconds):26.629
8.76/26.73	o 108
8.88/26.83	c And the winner is solver0
9.08/27.24	c Got one! Elapsed wall clock time (in seconds):27.13
9.08/27.24	o 63
9.46/27.44	c cleaning 13630 clauses out of 27265 with flag 6858/51398
9.46/27.49	c And the winner is solver0
10.03/27.74	c Got one! Elapsed wall clock time (in seconds):27.631
10.03/27.74	o 61
10.50/27.95	c cleaning 9397 clauses out of 18794 with flag 14903/56557
10.70/28.00	c And the winner is solver0
10.72/28.24	c Got one! Elapsed wall clock time (in seconds):28.134
10.72/28.24	o 59
10.72/28.28	c And the winner is solver0
10.81/28.74	c Got one! Elapsed wall clock time (in seconds):28.637
10.81/28.74	o 58
10.92/28.80	c And the winner is solver0
10.94/29.25	c Got one! Elapsed wall clock time (in seconds):29.14
10.94/29.25	o 46
11.05/29.36	c And the winner is solver0
11.19/29.75	c Got one! Elapsed wall clock time (in seconds):29.643
11.19/29.75	o 45
11.19/29.77	c And the winner is solver0
11.26/30.25	c Got one! Elapsed wall clock time (in seconds):30.146
11.26/30.25	o 43
11.26/30.30	c And the winner is solver0
11.41/30.76	c Got one! Elapsed wall clock time (in seconds):30.65
11.41/30.76	o 41
11.50/30.82	c cleaning 8511 clauses out of 17021 with flag 3735/64181
11.50/30.84	c And the winner is solver0
11.59/31.26	c Got one! Elapsed wall clock time (in seconds):31.153
11.59/31.26	o 40
11.86/31.48	c cleaning 6986 clauses out of 13974 with flag 17755/69645
12.46/31.74	c cleaning 6495 clauses out of 12989 with flag 39165/75646
13.06/32.04	c cleaning 6742 clauses out of 13493 with flag 63319/82645
13.65/32.39	c cleaning 7371 clauses out of 14753 with flag 92764/90647
14.65/32.82	c cleaning 8179 clauses out of 16380 with flag 128226/99645
14.65/32.89	c And the winner is solver0
15.14/33.26	c Got one! Elapsed wall clock time (in seconds):33.157
15.14/33.26	o 39
15.24/33.31	c And the winner is solver0
15.29/33.77	c Got one! Elapsed wall clock time (in seconds):33.661
15.29/33.77	o 38
15.54/33.92	c cleaning 7041 clauses out of 14097 with flag 11715/105541
15.96/34.18	c cleaning 6528 clauses out of 13060 with flag 35324/111545
16.54/34.47	c cleaning 6765 clauses out of 13529 with flag 61606/118542
16.74/34.52	c And the winner is solver0
17.17/34.92	c Got one! Elapsed wall clock time (in seconds):34.815
17.17/34.92	o 37
17.17/34.95	c And the winner is solver0
17.27/35.42	c Got one! Elapsed wall clock time (in seconds):35.319
17.27/35.42	o 36
17.27/35.48	c And the winner is solver0
17.41/35.93	c Got one! Elapsed wall clock time (in seconds):35.823
17.41/35.93	o 31
17.41/35.94	c And the winner is solver0
40.15/58.54	c Got one! Elapsed wall clock time (in seconds):58.436
40.15/58.54	o 27
40.46/58.70	c cleaning 6614 clauses out of 13235 with flag 11417/125013
40.85/58.96	c cleaning 6305 clauses out of 12621 with flag 33012/131013
41.52/59.25	c cleaning 6654 clauses out of 13316 with flag 58129/138013
41.93/59.45	c And the winner is solver0
42.06/59.55	c Got one! Elapsed wall clock time (in seconds):59.445
42.06/59.55	o 26
42.15/59.64	c And the winner is solver0
42.26/60.06	c Got one! Elapsed wall clock time (in seconds):59.955
42.26/60.06	o 25
42.53/60.27	c cleaning 8700 clauses out of 17400 with flag 15187/148751
42.93/60.50	c And the winner is solver0
43.24/60.67	c Got one! Elapsed wall clock time (in seconds):60.565
43.24/60.67	o 23
43.73/60.93	c cleaning 9520 clauses out of 19058 with flag 22042/159109
44.13/61.18	c cleaning 7766 clauses out of 15538 with flag 48916/165109
44.73/61.49	c cleaning 7378 clauses out of 14772 with flag 80905/172109
45.53/61.81	c cleaning 7695 clauses out of 15394 with flag 114299/180109
45.53/61.85	c And the winner is solver0
45.73/62.19	c Got one! Elapsed wall clock time (in seconds):62.087
45.73/62.19	o 22
45.93/62.31	c And the winner is solver0
46.03/62.70	c Got one! Elapsed wall clock time (in seconds):62.598
46.03/62.70	o 21
46.22/62.83	c cleaning 6816 clauses out of 13651 with flag 8994/186061
46.40/62.92	c And the winner is solver0
46.48/63.22	c Got one! Elapsed wall clock time (in seconds):63.114
46.48/63.22	o 20
46.63/63.36	c cleaning 6172 clauses out of 12354 with flag 12991/191580
47.03/63.58	c cleaning 6080 clauses out of 12182 with flag 38095/197580
47.23/63.65	c And the winner is solver0
47.40/63.78	c Got one! Elapsed wall clock time (in seconds):63.676
47.40/63.78	o 19
47.50/63.83	c And the winner is solver0
47.56/64.29	c Got one! Elapsed wall clock time (in seconds):64.188
47.56/64.29	o 14
47.76/64.41	c And the winner is solver0
47.98/64.81	c Got one! Elapsed wall clock time (in seconds):64.7
47.98/64.81	o 13
47.98/64.87	c cleaning 6404 clauses out of 12818 with flag 4594/204296
48.55/65.11	c cleaning 6196 clauses out of 12415 with flag 32395/210297
48.55/65.15	c And the winner is solver0
48.90/65.42	c Got one! Elapsed wall clock time (in seconds):65.313
48.90/65.42	o 12
49.03/65.59	c cleaning 5745 clauses out of 11501 with flag 18416/215579
49.24/65.61	c And the winner is solver0
49.39/65.93	c Got one! Elapsed wall clock time (in seconds):65.826
49.39/65.93	o 11
49.72/66.12	c cleaning 5582 clauses out of 11184 with flag 23391/221007
50.10/66.35	c cleaning 5796 clauses out of 11602 with flag 51856/227007
50.30/66.45	c And the winner is solver0
50.49/66.95	c Got one! Elapsed wall clock time (in seconds):66.839
50.49/66.95	o 9
50.58/67.04	c cleaning 5430 clauses out of 10875 with flag 10211/232076
50.99/67.28	c cleaning 5721 clauses out of 11444 with flag 37984/238075
51.58/67.51	c And the winner is solver0
51.64/67.96	c Got one! Elapsed wall clock time (in seconds):67.852
51.64/67.96	o 8
52.12/68.22	c cleaning 8206 clauses out of 16422 with flag 23036/248775
52.71/68.50	c cleaning 7106 clauses out of 14218 with flag 54558/254777
53.31/68.83	c cleaning 7045 clauses out of 14112 with flag 90837/261777
53.91/69.19	c cleaning 7525 clauses out of 15065 with flag 131122/269777
54.92/69.62	c cleaning 8267 clauses out of 16537 with flag 179812/278775
55.53/69.96	c And the winner is solver0
57.29/71.67	c Got one! Elapsed wall clock time (in seconds):71.568
57.29/71.67	o 7
57.74/71.97	c cleaning 10390 clauses out of 20805 with flag 25468/291312
58.34/72.25	c cleaning 8200 clauses out of 16416 with flag 57750/297314
58.94/72.57	c cleaning 7595 clauses out of 15212 with flag 95207/304312
59.35/72.74	c And the winner is solver0
60.79/74.14	c Got one! Elapsed wall clock time (in seconds):74.034
60.79/74.14	o 5
60.90/74.22	c cleaning 6450 clauses out of 12911 with flag 4697/309609
60.90/74.25	c And the winner is solver0
61.04/74.66	c Got one! Elapsed wall clock time (in seconds):74.554
61.04/74.66	o 4
61.31/74.84	c And the winner is solver0
61.40/75.17	c Got one! Elapsed wall clock time (in seconds):75.069
61.40/75.17	o 3
61.43/75.25	c cleaning 6236 clauses out of 12485 with flag 6007/315635
61.63/75.33	c And the winner is solver0
61.74/75.69	c Got one! Elapsed wall clock time (in seconds):75.584
61.74/75.69	o 2
61.74/75.70	c And the winner is solver0
528.88/542.46	c >>>>>>>>>> Solver number 0 (87 answers) <<<<<<<<<<<<<<<<<<
528.88/542.46	c starts		: 217
528.88/542.46	c conflicts		: 317657
528.88/542.46	c decisions		: 509675
528.88/542.46	c propagations		: 7845851
528.88/542.46	c inspects		: 162386444
528.88/542.46	c shortcuts		: 0
528.88/542.46	c learnt literals	: 16
528.88/542.46	c learnt binary clauses	: 15
528.88/542.46	c learnt ternary clauses	: 550
528.88/542.46	c learnt constraints	: 317641
528.88/542.46	c ignored constraints	: 0
528.88/542.46	c root simplifications	: 0
528.88/542.46	c removed literals (reason simplification)	: 165349
528.88/542.46	c reason swapping (by a shorter reason)	: 0
528.88/542.46	c Calls to reduceDB	: 43
528.88/542.46	c Number of update (reduction) of LBD	: 85448
528.88/542.46	c Imported unit clauses	: 0
528.88/542.46	c number of reductions to clauses (during analyze)	: 0
528.88/542.46	c number of learned constraints concerned by reduction	: 0
528.88/542.46	c number of learning phase by resolution	: 0
528.88/542.46	c number of learning phase by cutting planes	: 0
528.88/542.46	c speed (assignments/second)	: 14468.212111041856
528.88/542.46	c non guided choices	3981
528.88/542.46	c learnt constraints type 
528.88/542.46	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
528.88/542.46	c starts		: 88
528.88/542.46	c conflicts		: 648
528.88/542.46	c decisions		: 10643
528.88/542.46	c propagations		: 41458
528.88/542.46	c inspects		: 2191387
528.88/542.46	c shortcuts		: 0
528.88/542.46	c learnt literals	: 0
528.88/542.46	c learnt binary clauses	: 0
528.88/542.46	c learnt ternary clauses	: 0
528.88/542.46	c learnt constraints	: 581
528.88/542.46	c ignored constraints	: 0
528.88/542.46	c root simplifications	: 0
528.88/542.46	c removed literals (reason simplification)	: 0
528.88/542.46	c reason swapping (by a shorter reason)	: 0
528.88/542.46	c Calls to reduceDB	: 0
528.88/542.46	c Number of update (reduction) of LBD	: 0
528.88/542.46	c Imported unit clauses	: 0
528.88/542.46	c number of reductions to clauses (during analyze)	: 0
528.88/542.46	c number of learned constraints concerned by reduction	: 0
528.88/542.46	c number of learning phase by resolution	: 0
528.88/542.46	c number of learning phase by cutting planes	: 0
528.88/542.46	c speed (assignments/second)	: 88.82746799507204
528.88/542.46	c non guided choices	814
528.88/542.46	c learnt constraints type 
528.88/542.46	s OPTIMUM FOUND
528.88/542.46	c Found 86 solution(s)
528.88/542.46	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 
528.88/542.46	c objective function=2
528.88/542.46	c Total wall clock time (in seconds): 542.356

Verifier Data

OK	2

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-4092299-1466082582/watcher-4092299-1466082582 -o /tmp/evaluation-result-4092299-1466082582/solver-4092299-1466082582 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466075271-14509 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092299-1466082582.wbo 

pid=23216
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: 2.90 3.42 3.29 2/196 23219
/proc/meminfo: memFree=29913672/32872528 swapFree=1190796/1305260
[pid=23219] ppid=23216 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23219/stat : 23219 (java) S 23216 23219 8029 0 -1 4202496 1351 0 0 0 0 0 0 0 20 0 2 0 10304844 98570240 976 33554432000 1073741824 1073778376 140733280428000 140733280419136 214540779581 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23219/statm: 24065 976 743 9 0 16771 0
[pid=23219/tid=23220] ppid=23216 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23220/stat : 23220 (java) R 23216 23219 8029 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10304845 98570240 976 33554432000 1073741824 1073778376 140733280428000 140425494445608 214537422208 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100095 s]
/proc/loadavg: 2.90 3.42 3.29 2/196 23219
/proc/meminfo: memFree=29913672/32872528 swapFree=1190796/1305260
[pid=23219] ppid=23216 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/23219/stat : 23219 (java) S 23216 23219 8029 0 -1 4202496 4508 0 1 0 10 1 0 0 20 0 18 0 10304844 9787879424 6132 33554432000 1073741824 1073778376 140733280428000 140733280419136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23219/statm: 2389619 6134 2158 9 0 2380296 0
[pid=23219/tid=23220] ppid=23216 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23219/task/23220/stat : 23220 (java) R 23216 23219 8029 0 -1 4202560 2404 0 1 0 7 0 0 0 20 0 18 0 10304845 9787879424 6134 33554432000 1073741824 1073778376 140733280428000 140425494449056 140425434203552 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.200282 s]
/proc/loadavg: 2.90 3.42 3.29 2/196 23219
/proc/meminfo: memFree=29913672/32872528 swapFree=1190796/1305260
[pid=23219] ppid=23216 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/23219/stat : 23219 (java) S 23216 23219 8029 0 -1 4202496 4871 0 1 0 26 1 0 0 20 0 22 0 10304844 10060525568 7951 33554432000 1073741824 1073778376 140733280428000 140733280419136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23219/statm: 2456183 7951 2222 9 0 2446860 0
[pid=23219/tid=23220] ppid=23216 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23219/task/23220/stat : 23220 (java) S 23216 23219 8029 0 -1 4202560 2434 0 1 0 14 1 0 0 20 0 22 0 10304845 10060525568 7951 33554432000 1073741824 1073778376 140733280428000 140425494451064 214540793769 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.30027 s]
/proc/loadavg: 2.90 3.42 3.29 2/196 23219
/proc/meminfo: memFree=29913672/32872528 swapFree=1190796/1305260
[pid=23219] ppid=23216 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/23219/stat : 23219 (java) S 23216 23219 8029 0 -1 4202496 10964 0 1 0 65 3 0 0 20 0 22 0 10304844 10060525568 11809 33554432000 1073741824 1073778376 140733280428000 140733280419136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23219/statm: 2456183 11828 2247 9 0 2446860 0
[pid=23219/tid=23220] ppid=23216 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23219/task/23220/stat : 23220 (java) S 23216 23219 8029 0 -1 4202560 2434 0 1 0 14 1 0 0 20 0 22 0 10304845 10060525568 11828 33554432000 1073741824 1073778376 140733280428000 140425494451064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9824732

[startup+0.700254 s]
/proc/loadavg: 2.90 3.42 3.29 2/196 23219
/proc/meminfo: memFree=29913672/32872528 swapFree=1190796/1305260
[pid=23219] ppid=23216 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/23219/stat : 23219 (java) S 23216 23219 8029 0 -1 4202496 13306 0 1 0 141 7 0 0 20 0 19 0 10304844 10060525568 15318 33554432000 1073741824 1073778376 140733280428000 140733280419136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23219/statm: 2456183 15318 2254 9 0 2446860 0
[pid=23219/tid=23220] ppid=23216 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23219/task/23220/stat : 23220 (java) S 23216 23219 8029 0 -1 4202560 2434 0 1 0 14 2 0 0 20 0 19 0 10304845 10060525568 15318 33554432000 1073741824 1073778376 140733280428000 140425494451064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 2.90 3.42 3.29 2/215 23244
/proc/meminfo: memFree=29860640/32872528 swapFree=1190796/1305260
[pid=23219] ppid=23216 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/23219/stat : 23219 (java) S 23216 23219 8029 0 -1 4202496 15352 0 1 0 155 7 0 0 20 0 19 0 10304844 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140733280419136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23219/statm: 2456183 16376 2254 9 0 2446860 0
[pid=23219/tid=23220] ppid=23216 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23219/task/23220/stat : 23220 (java) S 23216 23219 8029 0 -1 4202560 2435 0 1 0 14 2 0 0 20 0 19 0 10304845 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425494451064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23222] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23222/stat : 23222 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425337453224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23223] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23223/stat : 23223 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425336400680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23224] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23224/stat : 23224 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425335348136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23219/tid=23225] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23225/stat : 23225 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425334295592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23226] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23226/stat : 23226 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425333242024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23227] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23227/stat : 23227 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425332189480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23228] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23228/stat : 23228 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425331136936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23229] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23229/stat : 23229 (java) S 23216 23219 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425330084392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23230] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23230/stat : 23230 (java) S 23216 23219 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10304847 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425317886568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23231] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23231/stat : 23231 (java) S 23216 23219 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10304847 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425316832888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23232] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23232/stat : 23232 (java) S 23216 23219 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10304847 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425315780232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23233] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23233/stat : 23233 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304849 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425314728976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23234] ppid=23216 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/23219/task/23234/stat : 23234 (java) S 23216 23219 8029 0 -1 4202560 5357 0 0 0 39 0 0 0 20 0 19 0 10304849 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425313675320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23235] ppid=23216 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23219/task/23235/stat : 23235 (java) S 23216 23219 8029 0 -1 4202560 6217 0 0 0 47 1 0 0 20 0 19 0 10304849 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425312622776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23236] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23236/stat : 23236 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304849 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425311570424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23237] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23237/stat : 23237 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304849 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425310518088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23240] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23240/stat : 23240 (java) S 23216 23219 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10304863 10060525568 16376 33554432000 1073741824 1073778376 140733280428000 140425307358760 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 2.75 3.38 3.27 4/215 23253
/proc/meminfo: memFree=29845352/32872528 swapFree=1190796/1305260
[pid=23219] ppid=23216 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/23219/stat : 23219 (java) S 23216 23219 8029 0 -1 4202496 17373 0 1 0 198 10 0 0 20 0 19 0 10304844 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140733280419136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23219/statm: 2456183 23144 2264 9 0 2446860 0
[pid=23219/tid=23220] ppid=23216 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23219/task/23220/stat : 23220 (java) S 23216 23219 8029 0 -1 4202560 2435 0 1 0 14 2 0 0 20 0 19 0 10304845 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425494451064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23222] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23222/stat : 23222 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425337453224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23223] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23223/stat : 23223 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425336400680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23224] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23224/stat : 23224 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425335348136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23219/tid=23225] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23225/stat : 23225 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425334295592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23226] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23226/stat : 23226 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425333242024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23227] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23227/stat : 23227 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425332189480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23228] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23228/stat : 23228 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425331136936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23229] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23229/stat : 23229 (java) S 23216 23219 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425330084392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23230] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23230/stat : 23230 (java) S 23216 23219 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10304847 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425317886568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23231] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23231/stat : 23231 (java) S 23216 23219 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10304847 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425316832888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23232] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23232/stat : 23232 (java) S 23216 23219 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10304847 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425315780232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23233] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23233/stat : 23233 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304849 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425314728976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23234] ppid=23216 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/23219/task/23234/stat : 23234 (java) S 23216 23219 8029 0 -1 4202560 5360 0 0 0 50 0 0 0 20 0 19 0 10304849 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425313675320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23235] ppid=23216 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/23219/task/23235/stat : 23235 (java) S 23216 23219 8029 0 -1 4202560 8203 0 0 0 65 2 0 0 20 0 19 0 10304849 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425312622776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23236] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23236/stat : 23236 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304849 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425311570424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23237] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23237/stat : 23237 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304849 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425310518088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23240] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23240/stat : 23240 (java) S 23216 23219 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10304863 10060525568 23144 33554432000 1073741824 1073778376 140733280428000 140425307358760 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=23 pid=1808 uid=0 cmd=

[startup+6.3009 s]
/proc/loadavg: 2.75 3.38 3.27 3/215 23271
/proc/meminfo: memFree=29801468/32872528 swapFree=1190796/1305260
[pid=23219] ppid=23216 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/23219/stat : 23219 (java) S 23216 23219 8029 0 -1 4202496 17456 0 1 0 205 12 0 0 20 0 19 0 10304844 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140733280419136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23219/statm: 2456183 32339 2266 9 0 2446860 0
[pid=23219/tid=23220] ppid=23216 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23219/task/23220/stat : 23220 (java) S 23216 23219 8029 0 -1 4202560 2438 0 1 0 15 2 0 0 20 0 19 0 10304845 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425494451064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23222] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23222/stat : 23222 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425337453224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23223] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23223/stat : 23223 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425336400680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23224] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23224/stat : 23224 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425335348136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23219/tid=23225] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23225/stat : 23225 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425334295592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23226] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23226/stat : 23226 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425333242024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23227] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23227/stat : 23227 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425332189480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23228] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23228/stat : 23228 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425331136936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23229] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23229/stat : 23229 (java) S 23216 23219 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10304845 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425330084392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23230] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23230/stat : 23230 (java) S 23216 23219 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10304847 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425317886568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23231] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23231/stat : 23231 (java) S 23216 23219 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10304847 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425316832888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23232] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23232/stat : 23232 (java) S 23216 23219 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10304847 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425315780232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23233] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23233/stat : 23233 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10304849 10060525568 32339 33554432000 1073741824 1073778376 140733280428000 140425314728976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23234] ppid=23216 vsize=9824732 CPUtime=0.5 cores=1,3,5,7

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

/proc/23219/task/23235/stat : 23235 (java) S 23216 23219 8029 0 -1 4202560 15223 0 0 0 165 3 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425312622776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23236] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23236/stat : 23236 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425311570424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23237] ppid=23216 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23219/task/23237/stat : 23237 (java) S 23216 23219 8029 0 -1 4202560 32 0 0 0 3 4 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425310518088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23240] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23240/stat : 23240 (java) S 23216 23219 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10304863 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425307358760 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23502] ppid=23216 vsize=9824732 CPUtime=463.61 cores=1,3,5,7
/proc/23219/task/23502/stat : 23502 (java) R 23216 23219 8029 0 -1 4202560 27 0 0 0 46354 7 0 0 20 0 21 0 10312415 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425309462192 140425434705757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23503] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23503/stat : 23503 (java) S 23216 23219 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10312418 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425306305320 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 527.38
Current children cumulated vsize (KiB) 9824732

[startup+541.601 s]
/proc/loadavg: 2.30 2.44 2.81 4/217 23512
/proc/meminfo: memFree=29991704/32872528 swapFree=1190796/1305260
[pid=23219] ppid=23216 vsize=9824732 CPUtime=528.18 cores=1,3,5,7
/proc/23219/stat : 23219 (java) S 23216 23219 8029 0 -1 4202496 26089 0 1 0 52639 179 0 0 20 0 21 0 10304844 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140733280419136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23219/statm: 2456183 81550 2287 9 0 2446860 0
[pid=23219/tid=23220] ppid=23216 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/23219/task/23220/stat : 23220 (java) S 23216 23219 8029 0 -1 4202560 2456 0 1 0 51 5 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425494451064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23222] ppid=23216 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23219/task/23222/stat : 23222 (java) S 23216 23219 8029 0 -1 4202560 59 0 0 0 14 2 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425337453224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23223] ppid=23216 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23219/task/23223/stat : 23223 (java) S 23216 23219 8029 0 -1 4202560 40 0 0 0 13 2 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425336400680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23219/tid=23224] ppid=23216 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23219/task/23224/stat : 23224 (java) S 23216 23219 8029 0 -1 4202560 36 0 0 0 13 2 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425335348136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23225] ppid=23216 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/23219/task/23225/stat : 23225 (java) S 23216 23219 8029 0 -1 4202560 70 0 0 0 15 3 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425334295592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23226] ppid=23216 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/23219/task/23226/stat : 23226 (java) S 23216 23219 8029 0 -1 4202560 47 0 0 0 17 2 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425333242024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23227] ppid=23216 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23219/task/23227/stat : 23227 (java) S 23216 23219 8029 0 -1 4202560 51 0 0 0 13 3 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425332189480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23219/tid=23228] ppid=23216 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23219/task/23228/stat : 23228 (java) S 23216 23219 8029 0 -1 4202560 48 0 0 0 13 3 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425331136936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23229] ppid=23216 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/23219/task/23229/stat : 23229 (java) S 23216 23219 8029 0 -1 4202560 65 0 0 0 17 4 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425330084392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23230] ppid=23216 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23219/task/23230/stat : 23230 (java) S 23216 23219 8029 0 -1 4202560 100 0 0 0 2 6 0 0 20 0 21 0 10304847 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425317886568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23231] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23231/stat : 23231 (java) S 23216 23219 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10304847 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425316832888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23232] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23232/stat : 23232 (java) S 23216 23219 8029 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 10304847 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425315780232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23233] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23233/stat : 23233 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425314728976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23234] ppid=23216 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/23219/task/23234/stat : 23234 (java) S 23216 23219 8029 0 -1 4202560 5383 0 0 0 96 0 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425313675320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23235] ppid=23216 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/23219/task/23235/stat : 23235 (java) S 23216 23219 8029 0 -1 4202560 15223 0 0 0 165 3 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425312622776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23236] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23236/stat : 23236 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425311570424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23237] ppid=23216 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23219/task/23237/stat : 23237 (java) S 23216 23219 8029 0 -1 4202560 32 0 0 0 3 4 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425310518088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23240] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23240/stat : 23240 (java) S 23216 23219 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10304863 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425307358760 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23502] ppid=23216 vsize=9824732 CPUtime=464.4 cores=1,3,5,7
/proc/23219/task/23502/stat : 23502 (java) R 23216 23219 8029 0 -1 4202560 27 0 0 0 46433 7 0 0 20 0 21 0 10312415 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425309462192 140425434705799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23503] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23503/stat : 23503 (java) S 23216 23219 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10312418 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425306305320 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 528.18
Current children cumulated vsize (KiB) 9824732

[startup+542.001 s]
/proc/loadavg: 2.30 2.44 2.81 4/217 23512
/proc/meminfo: memFree=29991704/32872528 swapFree=1190796/1305260
[pid=23219] ppid=23216 vsize=9824732 CPUtime=528.58 cores=1,3,5,7
/proc/23219/stat : 23219 (java) S 23216 23219 8029 0 -1 4202496 26089 0 1 0 52679 179 0 0 20 0 21 0 10304844 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140733280419136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23219/statm: 2456183 81550 2287 9 0 2446860 0
[pid=23219/tid=23220] ppid=23216 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/23219/task/23220/stat : 23220 (java) S 23216 23219 8029 0 -1 4202560 2456 0 1 0 51 5 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425494451064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23222] ppid=23216 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23219/task/23222/stat : 23222 (java) S 23216 23219 8029 0 -1 4202560 59 0 0 0 14 2 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425337453224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23223] ppid=23216 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23219/task/23223/stat : 23223 (java) S 23216 23219 8029 0 -1 4202560 40 0 0 0 13 2 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425336400680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23219/tid=23224] ppid=23216 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23219/task/23224/stat : 23224 (java) S 23216 23219 8029 0 -1 4202560 36 0 0 0 13 2 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425335348136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23225] ppid=23216 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/23219/task/23225/stat : 23225 (java) S 23216 23219 8029 0 -1 4202560 70 0 0 0 15 3 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425334295592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23226] ppid=23216 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/23219/task/23226/stat : 23226 (java) S 23216 23219 8029 0 -1 4202560 47 0 0 0 17 2 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425333242024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23227] ppid=23216 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23219/task/23227/stat : 23227 (java) S 23216 23219 8029 0 -1 4202560 51 0 0 0 13 3 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425332189480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23219/tid=23228] ppid=23216 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23219/task/23228/stat : 23228 (java) S 23216 23219 8029 0 -1 4202560 48 0 0 0 13 3 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425331136936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23229] ppid=23216 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/23219/task/23229/stat : 23229 (java) S 23216 23219 8029 0 -1 4202560 65 0 0 0 17 4 0 0 20 0 21 0 10304845 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425330084392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23230] ppid=23216 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23219/task/23230/stat : 23230 (java) S 23216 23219 8029 0 -1 4202560 100 0 0 0 2 6 0 0 20 0 21 0 10304847 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425317886568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23231] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23231/stat : 23231 (java) S 23216 23219 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10304847 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425316832888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23232] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23232/stat : 23232 (java) S 23216 23219 8029 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 10304847 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425315780232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23233] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23233/stat : 23233 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425314728976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23234] ppid=23216 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/23219/task/23234/stat : 23234 (java) S 23216 23219 8029 0 -1 4202560 5383 0 0 0 96 0 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425313675320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23235] ppid=23216 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/23219/task/23235/stat : 23235 (java) S 23216 23219 8029 0 -1 4202560 15223 0 0 0 165 3 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425312622776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23236] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23236/stat : 23236 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425311570424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23237] ppid=23216 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23219/task/23237/stat : 23237 (java) S 23216 23219 8029 0 -1 4202560 32 0 0 0 3 4 0 0 20 0 21 0 10304849 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425310518088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23240] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23240/stat : 23240 (java) S 23216 23219 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10304863 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425307358760 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23502] ppid=23216 vsize=9824732 CPUtime=464.8 cores=1,3,5,7
/proc/23219/task/23502/stat : 23502 (java) R 23216 23219 8029 0 -1 4202560 27 0 0 0 46473 7 0 0 20 0 21 0 10312415 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425309462192 140425434705713 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23503] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23503/stat : 23503 (java) S 23216 23219 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10312418 10060525568 81550 33554432000 1073741824 1073778376 140733280428000 140425306305320 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 528.58
Current children cumulated vsize (KiB) 9824732

[startup+542.408 s]
/proc/loadavg: 2.28 2.43 2.80 4/217 23512
/proc/meminfo: memFree=29991960/32872528 swapFree=1190796/1305260
[pid=23219] ppid=23216 vsize=9824732 CPUtime=527.81 cores=1,3,5,7
/proc/23219/stat : 23219 (java) S 23216 23219 8029 0 -1 4202496 26090 0 1 0 52595 186 0 0 20 0 20 0 10304844 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140733280419136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23219/statm: 2456183 80971 2287 9 0 2446860 0
[pid=23219/tid=23220] ppid=23216 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/23219/task/23220/stat : 23220 (java) R 23216 23219 8029 0 -1 4202560 2456 0 1 0 51 5 0 0 20 0 20 0 10304845 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425494451064 140425434264272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23222] ppid=23216 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23219/task/23222/stat : 23222 (java) S 23216 23219 8029 0 -1 4202560 59 0 0 0 14 2 0 0 20 0 20 0 10304845 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425337453224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23223] ppid=23216 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23219/task/23223/stat : 23223 (java) S 23216 23219 8029 0 -1 4202560 40 0 0 0 13 2 0 0 20 0 20 0 10304845 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425336400680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23219/tid=23224] ppid=23216 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23219/task/23224/stat : 23224 (java) S 23216 23219 8029 0 -1 4202560 36 0 0 0 13 2 0 0 20 0 20 0 10304845 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425335348136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23219/tid=23225] ppid=23216 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/23219/task/23225/stat : 23225 (java) S 23216 23219 8029 0 -1 4202560 70 0 0 0 15 3 0 0 20 0 20 0 10304845 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425334295592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23226] ppid=23216 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/23219/task/23226/stat : 23226 (java) S 23216 23219 8029 0 -1 4202560 47 0 0 0 17 2 0 0 20 0 20 0 10304845 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425333242024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23227] ppid=23216 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23219/task/23227/stat : 23227 (java) S 23216 23219 8029 0 -1 4202560 51 0 0 0 13 3 0 0 20 0 20 0 10304845 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425332189480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23219/tid=23228] ppid=23216 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23219/task/23228/stat : 23228 (java) S 23216 23219 8029 0 -1 4202560 48 0 0 0 13 3 0 0 20 0 20 0 10304845 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425331136936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23229] ppid=23216 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/23219/task/23229/stat : 23229 (java) S 23216 23219 8029 0 -1 4202560 65 0 0 0 17 4 0 0 20 0 20 0 10304845 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425330084392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23230] ppid=23216 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23219/task/23230/stat : 23230 (java) S 23216 23219 8029 0 -1 4202560 100 0 0 0 2 6 0 0 20 0 20 0 10304847 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425317886568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23231] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23231/stat : 23231 (java) S 23216 23219 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 10304847 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425316832888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23232] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23232/stat : 23232 (java) S 23216 23219 8029 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 20 0 10304847 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425315780232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23233] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23233/stat : 23233 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 10304849 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425314728976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23234] ppid=23216 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/23219/task/23234/stat : 23234 (java) S 23216 23219 8029 0 -1 4202560 5383 0 0 0 96 0 0 0 20 0 20 0 10304849 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425313675320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23235] ppid=23216 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/23219/task/23235/stat : 23235 (java) S 23216 23219 8029 0 -1 4202560 15223 0 0 0 165 3 0 0 20 0 20 0 10304849 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425312622776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23236] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23236/stat : 23236 (java) S 23216 23219 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 10304849 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425311570424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23219/tid=23237] ppid=23216 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23219/task/23237/stat : 23237 (java) S 23216 23219 8029 0 -1 4202560 32 0 0 0 3 4 0 0 20 0 20 0 10304849 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425310518088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23219/tid=23240] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23240/stat : 23240 (java) S 23216 23219 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 10304863 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425307358760 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23219/tid=23503] ppid=23216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23219/task/23503/stat : 23503 (java) S 23216 23219 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 10312418 10060525568 80971 33554432000 1073741824 1073778376 140733280428000 140425306305320 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 527.81
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): 1.07001
#  lost CPU user time (s): 1.14001
#  lost CPU system time (s): -0.0700001

Real time (s): 542.47
CPU time (s): 529.064
CPU user time (s): 527.131
CPU system time (s): 1.93269
CPU usage (%): 97.5287
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 525.991
system time used= 2.0027
maximum resident set size= 351220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26103
page faults= 1
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24988
involuntary context switches= 7217

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

The end

Launcher Data

Begin job on node127 at 2016-06-16 15:09:42
IDJOB=4092299
IDBENCH=79200
IDSOLVER=2552
FILE ID=node127/4092299-1466082582
RUNJOBID= node127-1466075271-14509
PBS_JOBID= 19904012
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110976935--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092299-1466082582/watcher-4092299-1466082582 -o /tmp/evaluation-result-4092299-1466082582/solver-4092299-1466082582 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466075271-14509 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092299-1466082582.wbo

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

MD5SUM BENCH= da988fefd96faf0ea045ffc9072a875f
RANDOM SEED=221981762

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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:        29913836 kB
Buffers:           29068 kB
Cached:            63776 kB
SwapCached:        34660 kB
Active:           859580 kB
Inactive:          93744 kB
Active(anon):     827500 kB
Inactive(anon):    35592 kB
Active(file):      32080 kB
Inactive(file):    58152 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066088 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:       2146764 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566828 kB
SReclaimable:      10992 kB
SUnreclaim:       555836 kB
KernelStack:        1800 kB
PageTables:         8636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2296524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    917504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node127 at 2016-06-16 15:18:45