Trace number 4110253

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 PB16MSAT (TO) 1800 1819.43

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218308--soft-0-100-0.wbo
MD5SUM603b2ea4eb6e4b400f8febe44a5c96d8
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark8.60869
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1154
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4110253-1467321819.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.065s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     270
0.09/0.18	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 101 literals
0.62/0.31	c And the winner is solver0
1.06/0.69	c SATISFIABLE
1.06/0.69	c OPTIMIZING...
1.06/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
1.06/0.69	o 767
1.08/0.71	c And the winner is solver0
1.17/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
1.17/1.19	o 752
1.17/1.20	c And the winner is solver0
1.18/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
1.18/1.69	o 611
1.18/1.70	c And the winner is solver0
1.20/2.19	c Got one! Elapsed wall clock time (in seconds):2.075
1.20/2.19	o 608
1.20/2.20	c And the winner is solver0
1.20/2.69	c Got one! Elapsed wall clock time (in seconds):2.576
1.20/2.69	o 605
1.20/2.71	c And the winner is solver0
1.40/3.20	c Got one! Elapsed wall clock time (in seconds):3.077
1.40/3.20	o 569
1.42/3.20	c And the winner is solver0
1.42/3.70	c Got one! Elapsed wall clock time (in seconds):3.579
1.42/3.70	o 534
1.42/3.70	c And the winner is solver0
1.52/4.20	c Got one! Elapsed wall clock time (in seconds):4.08
1.52/4.20	o 533
1.52/4.23	c And the winner is solver0
1.70/4.70	c Got one! Elapsed wall clock time (in seconds):4.582
1.70/4.70	o 530
1.70/4.71	c And the winner is solver0
1.73/5.20	c Got one! Elapsed wall clock time (in seconds):5.083
1.73/5.20	o 527
1.73/5.20	c And the winner is solver0
1.73/5.70	c Got one! Elapsed wall clock time (in seconds):5.584
1.73/5.70	o 499
1.73/5.71	c And the winner is solver0
1.87/6.20	c Got one! Elapsed wall clock time (in seconds):6.085
1.87/6.20	o 495
1.87/6.21	c And the winner is solver0
1.90/6.71	c Got one! Elapsed wall clock time (in seconds):6.587
1.90/6.71	o 490
1.90/6.72	c And the winner is solver0
1.96/7.21	c Got one! Elapsed wall clock time (in seconds):7.088
1.96/7.21	o 479
2.20/7.39	c And the winner is solver0
2.58/7.71	c Got one! Elapsed wall clock time (in seconds):7.589
2.58/7.71	o 446
2.58/7.72	c And the winner is solver0
2.60/8.21	c Got one! Elapsed wall clock time (in seconds):8.09
2.60/8.21	o 440
2.60/8.23	c And the winner is solver0
2.65/8.71	c Got one! Elapsed wall clock time (in seconds):8.592
2.65/8.71	o 437
2.83/8.81	c cleaning 4001 clauses out of 8018 with flag 3235/8018
2.83/8.87	c And the winner is solver0
3.03/9.21	c Got one! Elapsed wall clock time (in seconds):9.093
3.03/9.21	o 431
3.03/9.22	c And the winner is solver0
3.04/9.71	c Got one! Elapsed wall clock time (in seconds):9.594
3.04/9.71	o 425
3.04/9.72	c And the winner is solver0
3.05/10.21	c Got one! Elapsed wall clock time (in seconds):10.095
3.05/10.21	o 424
3.05/10.22	c And the winner is solver0
3.08/10.71	c Got one! Elapsed wall clock time (in seconds):10.596
3.08/10.71	o 414
3.08/10.72	c And the winner is solver0
3.08/11.22	c Got one! Elapsed wall clock time (in seconds):11.097
3.08/11.22	o 407
3.08/11.22	c And the winner is solver0
3.08/11.72	c Got one! Elapsed wall clock time (in seconds):11.598
3.08/11.72	o 396
3.08/11.73	c And the winner is solver0
3.12/12.22	c Got one! Elapsed wall clock time (in seconds):12.1
3.12/12.22	o 381
3.12/12.25	c And the winner is solver0
3.35/12.72	c Got one! Elapsed wall clock time (in seconds):12.601
3.35/12.72	o 380
3.35/12.72	c And the winner is solver0
3.35/13.22	c Got one! Elapsed wall clock time (in seconds):13.102
3.35/13.22	o 376
3.35/13.26	c And the winner is solver0
3.44/13.72	c Got one! Elapsed wall clock time (in seconds):13.603
3.44/13.72	o 375
3.44/13.73	c And the winner is solver0
3.45/14.22	c Got one! Elapsed wall clock time (in seconds):14.104
3.45/14.22	o 362
3.45/14.27	c And the winner is solver0
3.64/14.72	c Got one! Elapsed wall clock time (in seconds):14.605
3.64/14.72	o 361
3.64/14.73	c And the winner is solver0
3.64/15.22	c Got one! Elapsed wall clock time (in seconds):15.106
3.64/15.22	o 341
3.79/15.38	c And the winner is solver0
4.05/15.73	c Got one! Elapsed wall clock time (in seconds):15.607
4.05/15.73	o 338
4.05/15.74	c And the winner is solver0
4.10/16.23	c Got one! Elapsed wall clock time (in seconds):16.109
4.10/16.23	o 334
4.10/16.24	c And the winner is solver0
4.15/16.73	c Got one! Elapsed wall clock time (in seconds):16.61
4.15/16.73	o 333
4.15/16.76	c And the winner is solver0
4.22/17.23	c Got one! Elapsed wall clock time (in seconds):17.112
4.22/17.23	o 332
4.22/17.23	c And the winner is solver0
4.22/17.73	c Got one! Elapsed wall clock time (in seconds):17.613
4.22/17.73	o 330
4.22/17.77	c And the winner is solver0
4.40/18.23	c Got one! Elapsed wall clock time (in seconds):18.114
4.40/18.23	o 325
4.54/18.30	c cleaning 7071 clauses out of 14154 with flag 3539/18155
4.54/18.32	c And the winner is solver0
4.65/18.73	c Got one! Elapsed wall clock time (in seconds):18.617
4.65/18.73	o 309
4.65/18.78	c And the winner is solver0
4.89/19.24	c Got one! Elapsed wall clock time (in seconds):19.118
4.89/19.24	o 307
5.01/19.31	c And the winner is solver0
5.11/19.74	c Got one! Elapsed wall clock time (in seconds):19.618
5.11/19.74	o 298
5.11/19.76	c And the winner is solver0
5.16/20.24	c Got one! Elapsed wall clock time (in seconds):20.119
5.16/20.24	o 280
5.16/20.24	c And the winner is solver0
5.16/20.74	c Got one! Elapsed wall clock time (in seconds):20.62
5.16/20.74	o 261
5.16/20.77	c And the winner is solver0
5.25/21.24	c Got one! Elapsed wall clock time (in seconds):21.121
5.25/21.24	o 259
5.25/21.27	c And the winner is solver0
5.31/21.74	c Got one! Elapsed wall clock time (in seconds):21.622
5.31/21.74	o 258
5.31/21.77	c And the winner is solver0
5.39/22.24	c Got one! Elapsed wall clock time (in seconds):22.123
5.39/22.24	o 255
5.39/22.25	c And the winner is solver0
5.44/22.74	c Got one! Elapsed wall clock time (in seconds):22.624
5.44/22.74	o 240
5.55/22.82	c And the winner is solver0
5.67/23.24	c Got one! Elapsed wall clock time (in seconds):23.125
5.67/23.24	o 238
5.67/23.28	c And the winner is solver0
5.75/23.74	c Got one! Elapsed wall clock time (in seconds):23.626
5.75/23.74	o 237
6.04/23.93	c cleaning 8562 clauses out of 17136 with flag 12445/28208
6.67/24.27	c cleaning 7282 clauses out of 14572 with flag 41305/34206
7.46/24.65	c cleaning 7143 clauses out of 14290 with flag 73149/41206
8.26/25.08	c And the winner is solver0
8.55/25.25	c Got one! Elapsed wall clock time (in seconds):25.127
8.55/25.25	o 236
8.55/25.25	c And the winner is solver0
8.55/25.75	c Got one! Elapsed wall clock time (in seconds):25.628
8.55/25.75	o 206
8.55/25.75	c And the winner is solver0
8.56/26.25	c Got one! Elapsed wall clock time (in seconds):26.129
8.56/26.25	o 198
8.56/26.26	c And the winner is solver0
8.60/26.75	c Got one! Elapsed wall clock time (in seconds):26.63
8.60/26.75	o 188
8.60/26.80	c And the winner is solver0
8.72/27.25	c Got one! Elapsed wall clock time (in seconds):27.131
8.72/27.25	o 179
8.72/27.27	c And the winner is solver0
8.77/27.75	c Got one! Elapsed wall clock time (in seconds):27.632
8.77/27.75	o 175
8.86/27.82	c And the winner is solver0
9.28/28.25	c Got one! Elapsed wall clock time (in seconds):28.133
9.28/28.25	o 174
9.28/28.26	c And the winner is solver0
9.39/28.75	c Got one! Elapsed wall clock time (in seconds):28.634
9.39/28.75	o 172
9.47/28.80	c And the winner is solver0
9.69/29.25	c Got one! Elapsed wall clock time (in seconds):29.135
9.69/29.25	o 171
9.69/29.29	c And the winner is solver0
9.97/29.75	c Got one! Elapsed wall clock time (in seconds):29.636
9.97/29.75	o 148
9.97/29.78	c And the winner is solver0
10.04/30.26	c Got one! Elapsed wall clock time (in seconds):30.137
10.04/30.26	o 146
10.04/30.28	c And the winner is solver0
10.11/30.76	c Got one! Elapsed wall clock time (in seconds):30.638
10.11/30.76	o 137
10.11/30.78	c And the winner is solver0
10.20/31.26	c Got one! Elapsed wall clock time (in seconds):31.139
10.20/31.26	o 132
10.68/31.55	c cleaning 11908 clauses out of 23818 with flag 17000/57877
10.68/31.58	c And the winner is solver0
10.86/31.76	c Got one! Elapsed wall clock time (in seconds):31.64
10.86/31.76	o 128
10.96/31.84	c And the winner is solver0
11.07/32.26	c Got one! Elapsed wall clock time (in seconds):32.141
11.07/32.26	o 126
11.07/32.29	c And the winner is solver0
11.16/32.76	c Got one! Elapsed wall clock time (in seconds):32.642
11.16/32.76	o 125
11.16/32.78	c And the winner is solver0
11.23/33.26	c Got one! Elapsed wall clock time (in seconds):33.143
11.23/33.26	o 121
11.31/33.30	c And the winner is solver0
11.38/33.76	c Got one! Elapsed wall clock time (in seconds):33.644
11.38/33.76	o 120
11.38/33.78	c And the winner is solver0
11.47/34.26	c Got one! Elapsed wall clock time (in seconds):34.145
11.47/34.26	o 119
11.53/34.32	c And the winner is solver0
11.61/34.76	c Got one! Elapsed wall clock time (in seconds):34.646
11.61/34.76	o 118
11.67/34.81	c And the winner is solver0
11.74/35.26	c Got one! Elapsed wall clock time (in seconds):35.146
11.74/35.26	o 115
11.82/35.35	c And the winner is solver0
11.96/35.77	c Got one! Elapsed wall clock time (in seconds):35.647
11.96/35.77	o 112
12.03/35.87	c And the winner is solver0
12.22/36.27	c Got one! Elapsed wall clock time (in seconds):36.148
12.22/36.27	o 98
12.29/36.32	c And the winner is solver0
12.35/36.77	c Got one! Elapsed wall clock time (in seconds):36.649
12.35/36.77	o 91
12.41/36.82	c And the winner is solver0
12.50/37.27	c Got one! Elapsed wall clock time (in seconds):37.15
12.50/37.27	o 90
12.55/37.37	c And the winner is solver0
12.74/37.77	c Got one! Elapsed wall clock time (in seconds):37.651
12.74/37.77	o 88
12.79/37.89	c cleaning 12011 clauses out of 24033 with flag 4087/70000
13.05/37.99	c And the winner is solver0
13.60/38.27	c Got one! Elapsed wall clock time (in seconds):38.152
13.60/38.27	o 87
13.68/38.30	c And the winner is solver0
13.71/38.77	c Got one! Elapsed wall clock time (in seconds):38.653
13.71/38.77	o 84
13.77/38.85	c And the winner is solver0
13.93/39.27	c Got one! Elapsed wall clock time (in seconds):39.154
13.93/39.27	o 68
13.98/39.32	c And the winner is solver0
14.06/39.77	c Got one! Elapsed wall clock time (in seconds):39.655
14.06/39.77	o 67
14.06/39.78	c And the winner is solver0
14.08/40.28	c Got one! Elapsed wall clock time (in seconds):40.157
14.08/40.28	o 58
14.08/40.29	c And the winner is solver0
14.13/40.78	c Got one! Elapsed wall clock time (in seconds):40.659
14.13/40.78	o 56
14.36/41.00	c cleaning 9999 clauses out of 20000 with flag 13149/77978
14.59/41.04	c And the winner is solver0
14.72/41.28	c Got one! Elapsed wall clock time (in seconds):41.16
14.72/41.28	o 54
14.97/41.48	c And the winner is solver0
15.14/41.78	c Got one! Elapsed wall clock time (in seconds):41.662
15.14/41.78	o 50
15.18/41.81	c And the winner is solver0
15.25/42.28	c Got one! Elapsed wall clock time (in seconds):42.164
15.25/42.28	o 49
15.27/42.35	c cleaning 8320 clauses out of 16641 with flag 4097/84618
15.47/42.48	c And the winner is solver0
15.66/42.78	c Got one! Elapsed wall clock time (in seconds):42.666
15.66/42.78	o 46
15.89/42.92	c And the winner is solver0
15.98/43.29	c Got one! Elapsed wall clock time (in seconds):43.168
15.98/43.29	o 42
16.00/43.35	c cleaning 7484 clauses out of 14972 with flag 3879/91269
16.60/43.62	c cleaning 6741 clauses out of 13488 with flag 27334/97269
16.60/43.65	c And the winner is solver0
16.72/43.79	c Got one! Elapsed wall clock time (in seconds):43.67
16.72/43.79	o 40
17.15/44.02	c cleaning 6185 clauses out of 12381 with flag 20502/102903
17.53/44.29	c cleaning 6094 clauses out of 12196 with flag 41971/108903
17.93/44.47	c And the winner is solver0
18.41/44.89	c Got one! Elapsed wall clock time (in seconds):44.773
18.41/44.89	o 37
18.47/44.94	c cleaning 5705 clauses out of 11415 with flag 4011/114216
19.09/45.21	c cleaning 5851 clauses out of 11709 with flag 30889/120215
19.67/45.52	c cleaning 6430 clauses out of 12859 with flag 59420/127216
19.67/45.60	c And the winner is solver0
20.18/45.94	c Got one! Elapsed wall clock time (in seconds):45.826
20.18/45.94	o 36
20.33/46.07	c And the winner is solver0
20.54/46.45	c Got one! Elapsed wall clock time (in seconds):46.328
20.54/46.45	o 34
20.64/46.51	c cleaning 6190 clauses out of 12381 with flag 4308/133168
21.04/46.77	c cleaning 6088 clauses out of 12191 with flag 29011/139169
21.44/46.92	c And the winner is solver0
21.57/47.00	c Got one! Elapsed wall clock time (in seconds):46.88
21.57/47.00	o 26
21.57/47.09	c cleaning 5920 clauses out of 11849 with flag 7871/144915
22.18/47.35	c cleaning 5958 clauses out of 11929 with flag 33972/150915
22.77/47.65	c cleaning 6477 clauses out of 12971 with flag 61871/157915
23.37/47.99	c cleaning 7247 clauses out of 14493 with flag 92109/165915
24.17/48.40	c cleaning 8118 clauses out of 16246 with flag 129376/174915
25.17/48.89	c cleaning 9064 clauses out of 18128 with flag 175423/184915
26.17/49.36	c And the winner is solver0
27.03/50.15	c Got one! Elapsed wall clock time (in seconds):50.035
27.03/50.15	o 24
27.59/50.48	c cleaning 11967 clauses out of 23941 with flag 20448/199793
28.20/50.78	c cleaning 8984 clauses out of 17975 with flag 46809/205794
28.39/50.87	c And the winner is solver0
28.59/51.16	c Got one! Elapsed wall clock time (in seconds):51.039
28.59/51.16	o 18
28.69/51.28	c And the winner is solver0
29.02/51.66	c Got one! Elapsed wall clock time (in seconds):51.543
29.02/51.66	o 17
29.12/51.73	c cleaning 7241 clauses out of 14511 with flag 4821/211314
29.51/51.97	c And the winner is solver0
29.89/52.22	c Got one! Elapsed wall clock time (in seconds):52.099
29.89/52.22	o 14
30.26/52.49	c cleaning 9000 clauses out of 18000 with flag 22156/222044
30.87/52.79	c cleaning 7495 clauses out of 14997 with flag 48482/228042
31.47/53.02	c And the winner is solver0
32.11/53.67	c Got one! Elapsed wall clock time (in seconds):53.555
32.11/53.67	o 4
32.11/53.68	c And the winner is solver0
1800.00/1819.41	c >>>>>>>>>> Solver number 0 (95 answers) <<<<<<<<<<<<<<<<<<
1800.00/1819.41	c starts		: 222
1800.00/1819.41	c conflicts		: 233298
1800.00/1819.41	c decisions		: 401036
1800.00/1819.41	c propagations		: 6977914
1800.00/1819.41	c inspects		: 121318756
1800.00/1819.41	c shortcuts		: 0
1800.00/1819.41	c learnt literals	: 4
1800.00/1819.41	c learnt binary clauses	: 14
1800.00/1819.41	c learnt ternary clauses	: 650
1800.00/1819.41	c learnt constraints	: 233294
1800.00/1819.41	c ignored constraints	: 0
1800.00/1819.41	c root simplifications	: 0
1800.00/1819.41	c removed literals (reason simplification)	: 145507
1800.00/1819.41	c reason swapping (by a shorter reason)	: 0
1800.00/1819.41	c Calls to reduceDB	: 29
1800.00/1819.41	c Number of update (reduction) of LBD	: 70907
1800.00/1819.41	c Imported unit clauses	: 0
1800.00/1819.41	c number of reductions to clauses (during analyze)	: 0
1800.00/1819.41	c number of learned constraints concerned by reduction	: 0
1800.00/1819.41	c number of learning phase by resolution	: 0
1800.00/1819.41	c number of learning phase by cutting planes	: 0
1800.00/1819.41	c speed (assignments/second)	: 3835.6646451032007
1800.00/1819.41	c non guided choices	4609
1800.00/1819.42	c learnt constraints type 
1800.00/1819.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.00/1819.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12744
1800.00/1819.42	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/1819.42	c starts		: 97
1800.00/1819.42	c conflicts		: 739
1800.00/1819.42	c decisions		: 12805
1800.00/1819.42	c propagations		: 43366
1800.00/1819.42	c inspects		: 1999349
1800.00/1819.42	c shortcuts		: 0
1800.00/1819.42	c learnt literals	: 0
1800.00/1819.42	c learnt binary clauses	: 0
1800.00/1819.42	c learnt ternary clauses	: 0
1800.00/1819.42	c learnt constraints	: 664
1800.00/1819.42	c ignored constraints	: 0
1800.00/1819.42	c root simplifications	: 0
1800.00/1819.42	c removed literals (reason simplification)	: 0
1800.00/1819.42	c reason swapping (by a shorter reason)	: 0
1800.00/1819.42	c Calls to reduceDB	: 0
1800.00/1819.42	c Number of update (reduction) of LBD	: 0
1800.00/1819.42	c Imported unit clauses	: 0
1800.00/1819.42	c number of reductions to clauses (during analyze)	: 0
1800.00/1819.42	c number of learned constraints concerned by reduction	: 0
1800.00/1819.42	c number of learning phase by resolution	: 0
1800.00/1819.42	c number of learning phase by cutting planes	: 0
1800.00/1819.42	c speed (assignments/second)	: 24.559841606408234
1800.00/1819.42	c non guided choices	1831
1800.00/1819.42	c learnt constraints type 
1800.00/1819.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 664
1800.00/1819.42	s SATISFIABLE
1800.00/1819.42	c Found 94 solution(s)
1800.00/1819.42	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 
1800.00/1819.42	c objective function=4
1800.00/1819.42	c Total wall clock time (in seconds): 1819.302

Verifier Data

OK	4

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

pid=32668
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.77 0.92 1.09 3/169 32671
/proc/meminfo: memFree=28365280/32872528 swapFree=1590004/1720820
[pid=32671] ppid=32668 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/32671/stat : 32671 (java) R 32668 32671 13693 0 -1 4202496 351 0 0 0 0 0 0 0 20 0 1 0 13140373 278528 24 33554432000 1073741824 1073778376 140736691587040 140736210233368 226075108825 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32671/statm: 68 32 24 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 0.77 0.92 1.09 3/169 32671
/proc/meminfo: memFree=28365280/32872528 swapFree=1590004/1720820
[pid=32671] ppid=32668 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/32671/stat : 32671 (java) S 32668 32671 13693 0 -1 4202496 4418 0 1 0 8 1 0 0 20 0 18 0 13140373 9787879424 6044 33554432000 1073741824 1073778376 140736691587040 140736691578176 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32671/statm: 2389619 6044 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 0.77 0.92 1.09 3/169 32671
/proc/meminfo: memFree=28365280/32872528 swapFree=1590004/1720820
[pid=32671] ppid=32668 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/32671/stat : 32671 (java) S 32668 32671 13693 0 -1 4202496 4827 0 1 0 23 1 0 0 20 0 22 0 13140373 10060525568 7909 33554432000 1073741824 1073778376 140736691587040 140736691578176 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32671/statm: 2456183 7909 2221 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+0.300205 s]
/proc/loadavg: 0.77 0.92 1.09 3/169 32671
/proc/meminfo: memFree=28365280/32872528 swapFree=1590004/1720820
[pid=32671] ppid=32668 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/32671/stat : 32671 (java) S 32668 32671 13693 0 -1 4202496 7247 0 1 0 61 1 0 0 20 0 22 0 13140373 10060525568 9568 33554432000 1073741824 1073778376 140736691587040 140736691578176 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32671/statm: 2456183 9568 2248 9 0 2446860 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+0.700268 s]
/proc/loadavg: 0.77 0.92 1.09 3/169 32671
/proc/meminfo: memFree=28365280/32872528 swapFree=1590004/1720820
[pid=32671] ppid=32668 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/32671/stat : 32671 (java) S 32668 32671 13693 0 -1 4202496 16124 0 1 0 103 5 0 0 20 0 22 0 13140373 10060525568 15553 33554432000 1073741824 1073778376 140736691587040 140736691578176 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32671/statm: 2456183 15553 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9824732

[startup+1.50075 s]
/proc/loadavg: 0.77 0.92 1.09 2/188 32696
/proc/meminfo: memFree=28310544/32872528 swapFree=1590004/1720820
[pid=32671] ppid=32668 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/32671/stat : 32671 (java) S 32668 32671 13693 0 -1 4202496 16158 0 1 0 111 7 0 0 20 0 19 0 13140373 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140736691578176 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32671/statm: 2456183 16595 2253 9 0 2446860 0
[pid=32671/tid=32673] ppid=32668 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32671/task/32673/stat : 32673 (java) S 32668 32671 13693 0 -1 4202560 2410 0 1 0 14 2 0 0 20 0 19 0 13140374 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140408107099000 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32674] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32674/stat : 32674 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140408068589736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32675] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32675/stat : 32675 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140408067537192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32676] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32676/stat : 32676 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140408066484648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=32677] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32677/stat : 32677 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140408065432104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32678] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32678/stat : 32678 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140408064379560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32679] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32679/stat : 32679 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140408063327016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32680] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32680/stat : 32680 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140408062274472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32681] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32681/stat : 32681 (java) S 32668 32671 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140408061221928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32682] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32682/stat : 32682 (java) S 32668 32671 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13140376 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140407930337384 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32683] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32683/stat : 32683 (java) S 32668 32671 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13140376 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140407929283704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32684] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32684/stat : 32684 (java) S 32668 32671 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13140376 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140407928231048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32685] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32685/stat : 32685 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140379 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140407927179792 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32686] ppid=32668 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/32671/task/32686/stat : 32686 (java) S 32668 32671 13693 0 -1 4202560 4878 0 0 0 29 1 0 0 20 0 19 0 13140379 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140407926127160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32687] ppid=32668 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/32671/task/32687/stat : 32687 (java) S 32668 32671 13693 0 -1 4202560 7522 0 0 0 37 0 0 0 20 0 19 0 13140379 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140407925074616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32688] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32688/stat : 32688 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140379 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140407924022264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32689] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32689/stat : 32689 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140379 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140407922969928 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32692] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32692/stat : 32692 (java) S 32668 32671 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13140392 10060525568 16595 33554432000 1073741824 1073778376 140736691587040 140407919809576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 0.77 0.92 1.09 3/191 32705
/proc/meminfo: memFree=28296092/32872528 swapFree=1590004/1720820
[pid=32671] ppid=32668 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/32671/stat : 32671 (java) S 32668 32671 13693 0 -1 4202496 18854 0 1 0 132 8 0 0 20 0 19 0 13140373 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140736691578176 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32671/statm: 2456183 20769 2256 9 0 2446860 0
[pid=32671/tid=32673] ppid=32668 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/32671/task/32673/stat : 32673 (java) S 32668 32671 13693 0 -1 4202560 2411 0 1 0 15 2 0 0 20 0 19 0 13140374 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140408107099000 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32674] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32674/stat : 32674 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140408068589736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32675] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32675/stat : 32675 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140408067537192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32676] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32676/stat : 32676 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140408066484648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=32677] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32677/stat : 32677 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140408065432104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32678] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32678/stat : 32678 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140408064379560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32679] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32679/stat : 32679 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140408063327016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32680] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32680/stat : 32680 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140408062274472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32681] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32681/stat : 32681 (java) S 32668 32671 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13140375 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140408061221928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32682] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32682/stat : 32682 (java) S 32668 32671 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13140376 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140407930337384 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32683] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32683/stat : 32683 (java) S 32668 32671 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13140376 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140407929283704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32684] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32684/stat : 32684 (java) S 32668 32671 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13140376 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140407928231048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32685] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32685/stat : 32685 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140379 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140407927179792 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32686] ppid=32668 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/32671/task/32686/stat : 32686 (java) S 32668 32671 13693 0 -1 4202560 7536 0 0 0 45 1 0 0 20 0 19 0 13140379 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140407926127160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32687] ppid=32668 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/32671/task/32687/stat : 32687 (java) S 32668 32671 13693 0 -1 4202560 7531 0 0 0 41 0 0 0 20 0 19 0 13140379 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140407925074616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32688] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32688/stat : 32688 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140379 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140407924022264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32689] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32689/stat : 32689 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13140379 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140407922969928 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32692] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32692/stat : 32692 (java) S 32668 32671 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13140392 10060525568 20769 33554432000 1073741824 1073778376 140736691587040 140407919809576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1797 uid=0 cmd=

############
# WARNING:
# current cumulated CPU time (1.41 s) is less than in the last sample (1.42 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999999 s) to the 'lost time'.

[startup+3.2083 s]
/proc/loadavg: 0.70 0.91 1.08 2/188 32708
/proc/meminfo: memFree=28289084/32872528 swapFree=1590004/1720820
[pid=32671] ppid=32668 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/32671/stat : 32671 (java) S 32668 32671 13693 0 -1 4202496 18863 0 1 0 134 8 0 0 20 0 22 0 13140373 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140736691578176 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32671/statm: 2456183 21799 2256 9 0 2446860 0
[pid=32671/tid=32673] ppid=32668 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/32671/task/32673/stat : 32673 (java) S 32668 32671 13693 0 -1 4202560 2412 0 1 0 15 2 0 0 20 0 22 0 13140374 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140408107099000 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32674] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32674/stat : 32674 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13140375 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140408068589736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32675] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32675/stat : 32675 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13140375 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140408067537192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32676] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32676/stat : 32676 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13140375 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140408066484648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=32677] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32677/stat : 32677 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13140375 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140408065432104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32678] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32678/stat : 32678 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13140375 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140408064379560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32679] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32679/stat : 32679 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13140375 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140408063327016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32680] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32680/stat : 32680 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13140375 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140408062274472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32681] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32681/stat : 32681 (java) S 32668 32671 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13140375 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140408061221928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32682] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32682/stat : 32682 (java) S 32668 32671 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13140376 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140407930337384 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32683] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32683/stat : 32683 (java) S 32668 32671 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 13140376 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140407929283704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32684] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32684/stat : 32684 (java) S 32668 32671 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13140376 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140407928231048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32685] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32685/stat : 32685 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13140379 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140407927179792 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32686] ppid=32668 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/32671/task/32686/stat : 32686 (java) R 32668 32671 13693 0 -1 4202560 7536 0 0 0 45 1 0 0 20 0 22 0 13140379 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140407926127160 140408113561316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32687] ppid=32668 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/32671/task/32687/stat : 32687 (java) S 32668 32671 13693 0 -1 4202560 7531 0 0 0 41 0 0 0 20 0 22 0 13140379 10060525568 21799 33554432000 1073741824 1073778376 140736691587040 140407925074616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/32671/task/32678/stat : 32678 (java) S 32668 32671 13693 0 -1 4202560 470 0 0 0 32 6 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408064379560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=32679] ppid=32668 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/32671/task/32679/stat : 32679 (java) S 32668 32671 13693 0 -1 4202560 675 0 0 0 37 7 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408063327016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32680] ppid=32668 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/32671/task/32680/stat : 32680 (java) S 32668 32671 13693 0 -1 4202560 540 0 0 0 35 4 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408062274472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32681] ppid=32668 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/32671/task/32681/stat : 32681 (java) S 32668 32671 13693 0 -1 4202560 447 0 0 0 35 6 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408061221928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32682] ppid=32668 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/32671/task/32682/stat : 32682 (java) S 32668 32671 13693 0 -1 4202560 556 0 0 0 13 10 0 0 20 0 21 0 13140376 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407930337384 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32683] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32683/stat : 32683 (java) S 32668 32671 13693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 13140376 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407929283736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32684] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32684/stat : 32684 (java) S 32668 32671 13693 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 13140376 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407928231080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=32685] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32685/stat : 32685 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407927179792 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32686] ppid=32668 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/32671/task/32686/stat : 32686 (java) S 32668 32671 13693 0 -1 4202560 12203 0 0 0 133 2 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407926127160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32687] ppid=32668 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/32671/task/32687/stat : 32687 (java) S 32668 32671 13693 0 -1 4202560 9081 0 0 0 129 1 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407925074616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32688] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32688/stat : 32688 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407924022264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32689] ppid=32668 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/32671/task/32689/stat : 32689 (java) S 32668 32671 13693 0 -1 4202560 100 0 0 0 8 13 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407922969928 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32692] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32692/stat : 32692 (java) S 32668 32671 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 13140392 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407919809576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=513] ppid=32668 vsize=9824732 CPUtime=1662.94 cores=1,3,5,7
/proc/32671/task/513/stat : 513 (java) R 32668 32671 13693 0 -1 4202560 1665 0 0 0 166257 37 0 0 20 0 21 0 13145741 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407920860608 140407934131144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=514] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/514/stat : 514 (java) S 32668 32671 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 13145742 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407918757288 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1702.89
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 1.32 1.22 1.14 2/191 570
/proc/meminfo: memFree=27277576/32872528 swapFree=1590004/1720820
[pid=32671] ppid=32668 vsize=9824732 CPUtime=1762.89 cores=1,3,5,7
/proc/32671/stat : 32671 (java) S 32668 32671 13693 0 -1 4202496 32054 0 1 0 176052 237 0 0 20 0 21 0 13140373 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140736691578176 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32671/statm: 2456183 272478 2293 9 0 2446860 0
[pid=32671/tid=32673] ppid=32668 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/32671/task/32673/stat : 32673 (java) S 32668 32671 13693 0 -1 4202560 2428 0 1 0 41 10 0 0 20 0 21 0 13140374 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408107099128 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32674] ppid=32668 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/32671/task/32674/stat : 32674 (java) S 32668 32671 13693 0 -1 4202560 235 0 0 0 37 6 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408068589736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=32675] ppid=32668 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/32671/task/32675/stat : 32675 (java) S 32668 32671 13693 0 -1 4202560 187 0 0 0 35 7 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408067537192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32676] ppid=32668 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/32671/task/32676/stat : 32676 (java) S 32668 32671 13693 0 -1 4202560 876 0 0 0 33 6 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408066484648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32677] ppid=32668 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/32671/task/32677/stat : 32677 (java) S 32668 32671 13693 0 -1 4202560 439 0 0 0 32 6 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408065432104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32678] ppid=32668 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/32671/task/32678/stat : 32678 (java) S 32668 32671 13693 0 -1 4202560 470 0 0 0 32 6 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408064379560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=32679] ppid=32668 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/32671/task/32679/stat : 32679 (java) S 32668 32671 13693 0 -1 4202560 675 0 0 0 37 7 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408063327016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32680] ppid=32668 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/32671/task/32680/stat : 32680 (java) S 32668 32671 13693 0 -1 4202560 540 0 0 0 35 4 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408062274472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32681] ppid=32668 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/32671/task/32681/stat : 32681 (java) S 32668 32671 13693 0 -1 4202560 447 0 0 0 35 6 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408061221928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32682] ppid=32668 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/32671/task/32682/stat : 32682 (java) S 32668 32671 13693 0 -1 4202560 556 0 0 0 13 10 0 0 20 0 21 0 13140376 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407930337384 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32683] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32683/stat : 32683 (java) S 32668 32671 13693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 13140376 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407929283736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32684] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32684/stat : 32684 (java) S 32668 32671 13693 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 13140376 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407928231080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=32685] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32685/stat : 32685 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407927179792 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32686] ppid=32668 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/32671/task/32686/stat : 32686 (java) S 32668 32671 13693 0 -1 4202560 12203 0 0 0 133 2 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407926127160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32687] ppid=32668 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/32671/task/32687/stat : 32687 (java) S 32668 32671 13693 0 -1 4202560 9081 0 0 0 129 1 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407925074616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32688] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32688/stat : 32688 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407924022264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32689] ppid=32668 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/32671/task/32689/stat : 32689 (java) S 32668 32671 13693 0 -1 4202560 104 0 0 0 8 14 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407922969928 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32692] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32692/stat : 32692 (java) S 32668 32671 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 13140392 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407919809576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=513] ppid=32668 vsize=9824732 CPUtime=1722.79 cores=1,3,5,7
/proc/32671/task/513/stat : 513 (java) R 32668 32671 13693 0 -1 4202560 1665 0 0 0 172241 38 0 0 20 0 21 0 13145741 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407920860608 140407934264610 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=514] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/514/stat : 514 (java) S 32668 32671 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 13145742 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407918757288 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.89
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.4 s]
/proc/loadavg: 1.23 1.20 1.13 2/191 571
/proc/meminfo: memFree=27277712/32872528 swapFree=1590004/1720820
[pid=32671] ppid=32668 vsize=9824732 CPUtime=1799.99 cores=1,3,5,7
/proc/32671/stat : 32671 (java) S 32668 32671 13693 0 -1 4202496 32056 0 1 0 179762 237 0 0 20 0 21 0 13140373 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140736691578176 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32671/statm: 2456183 272478 2293 9 0 2446860 0
[pid=32671/tid=32673] ppid=32668 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/32671/task/32673/stat : 32673 (java) S 32668 32671 13693 0 -1 4202560 2428 0 1 0 41 10 0 0 20 0 21 0 13140374 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408107099128 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32674] ppid=32668 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/32671/task/32674/stat : 32674 (java) S 32668 32671 13693 0 -1 4202560 235 0 0 0 37 6 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408068589736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=32675] ppid=32668 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/32671/task/32675/stat : 32675 (java) S 32668 32671 13693 0 -1 4202560 187 0 0 0 35 7 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408067537192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32676] ppid=32668 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/32671/task/32676/stat : 32676 (java) S 32668 32671 13693 0 -1 4202560 876 0 0 0 33 6 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408066484648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32677] ppid=32668 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/32671/task/32677/stat : 32677 (java) S 32668 32671 13693 0 -1 4202560 439 0 0 0 32 6 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408065432104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32678] ppid=32668 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/32671/task/32678/stat : 32678 (java) S 32668 32671 13693 0 -1 4202560 470 0 0 0 32 6 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408064379560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=32679] ppid=32668 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/32671/task/32679/stat : 32679 (java) S 32668 32671 13693 0 -1 4202560 675 0 0 0 37 7 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408063327016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32680] ppid=32668 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/32671/task/32680/stat : 32680 (java) S 32668 32671 13693 0 -1 4202560 540 0 0 0 35 4 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408062274472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32681] ppid=32668 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/32671/task/32681/stat : 32681 (java) S 32668 32671 13693 0 -1 4202560 447 0 0 0 35 6 0 0 20 0 21 0 13140375 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140408061221928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32682] ppid=32668 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/32671/task/32682/stat : 32682 (java) S 32668 32671 13693 0 -1 4202560 556 0 0 0 13 10 0 0 20 0 21 0 13140376 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407930337384 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32683] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32683/stat : 32683 (java) S 32668 32671 13693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 13140376 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407929283736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32684] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32684/stat : 32684 (java) S 32668 32671 13693 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 13140376 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407928231080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=32685] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32685/stat : 32685 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407927179792 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32686] ppid=32668 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/32671/task/32686/stat : 32686 (java) S 32668 32671 13693 0 -1 4202560 12203 0 0 0 133 2 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407926127160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32687] ppid=32668 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/32671/task/32687/stat : 32687 (java) S 32668 32671 13693 0 -1 4202560 9081 0 0 0 129 1 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407925074616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32671/tid=32688] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32688/stat : 32688 (java) S 32668 32671 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407924022264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32671/tid=32689] ppid=32668 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/32671/task/32689/stat : 32689 (java) S 32668 32671 13693 0 -1 4202560 106 0 0 0 8 14 0 0 20 0 21 0 13140379 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407922969928 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=32692] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/32692/stat : 32692 (java) S 32668 32671 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 13140392 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407919809576 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32671/tid=513] ppid=32668 vsize=9824732 CPUtime=1759.8 cores=1,3,5,7
/proc/32671/task/513/stat : 513 (java) R 32668 32671 13693 0 -1 4202560 1665 0 0 0 175942 38 0 0 20 0 21 0 13145741 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407920860608 140407934445472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32671/tid=514] ppid=32668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32671/task/514/stat : 514 (java) S 32668 32671 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 13145742 10060525568 272478 33554432000 1073741824 1073778376 140736691587040 140407918757288 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.99
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 32671 sig 9
??? kill -32671 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32671 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=69412
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=782576
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1799.99
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 1819.43
CPU time (s): 1800
CPU user time (s): 1797.63
CPU system time (s): 2.37
CPU usage (%): 98.9321
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.07
system time used= 2.78258
maximum resident set size= 1099020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32092
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80332
involuntary context switches= 49085

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

The end

Launcher Data

Begin job on node120 at 2016-06-30 23:23:39
IDJOB=4110253
IDBENCH=79218
IDSOLVER=2552
FILE ID=node120/4110253-1467321819
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/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218308--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110253-1467321819/watcher-4110253-1467321819 -o /tmp/evaluation-result-4110253-1467321819/solver-4110253-1467321819 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467318784-20067 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110253-1467321819.wbo

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

MD5SUM BENCH= 603b2ea4eb6e4b400f8febe44a5c96d8
RANDOM SEED=1604858401

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:        28365652 kB
Buffers:          177140 kB
Cached:          1853612 kB
SwapCached:            0 kB
Active:           270864 kB
Inactive:        1771088 kB
Active(anon):      14000 kB
Inactive(anon):        0 kB
Active(file):     256864 kB
Inactive(file):  1771088 kB
Unevictable:     1720820 kB
Mlocked:         1590004 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       1732264 kB
Mapped:            13808 kB
Shmem:               204 kB
Slab:             612308 kB
SReclaimable:      56272 kB
SUnreclaim:       556036 kB
KernelStack:        1368 kB
PageTables:         7024 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:    131072 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:53:58