Trace number 4091977

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 29.6095 47.5346

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968561--soft-33-100-0.wbo
MD5SUM8c7284b7ccf7c3e8bad0ea1f2a54ab5e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark12.5531
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
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-4091977-1467320943.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.067s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     238
0.11/0.17	c #constraints  101
0.11/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.11/0.18	c 101 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.11/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.11/0.18	c 101 constraints processed.
0.11/0.18	c objective function length is 69 literals
0.66/0.34	c And the winner is solver0
1.20/0.68	c SATISFIABLE
1.20/0.68	c OPTIMIZING...
1.20/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
1.20/0.68	o 730
1.25/0.71	c And the winner is solver0
1.29/1.18	c Got one! Elapsed wall clock time (in seconds):1.073
1.29/1.18	o 729
1.38/1.21	c And the winner is solver0
1.58/1.68	c Got one! Elapsed wall clock time (in seconds):1.574
1.58/1.68	o 723
1.58/1.69	c And the winner is solver0
1.61/2.18	c Got one! Elapsed wall clock time (in seconds):2.075
1.61/2.18	o 720
1.61/2.19	c And the winner is solver0
1.62/2.68	c Got one! Elapsed wall clock time (in seconds):2.576
1.62/2.68	o 711
1.62/2.69	c And the winner is solver0
1.63/3.18	c Got one! Elapsed wall clock time (in seconds):3.077
1.63/3.18	o 705
1.63/3.19	c And the winner is solver0
1.64/3.68	c Got one! Elapsed wall clock time (in seconds):3.578
1.64/3.68	o 704
1.64/3.69	c And the winner is solver0
1.64/4.19	c Got one! Elapsed wall clock time (in seconds):4.079
1.64/4.19	o 677
1.64/4.19	c And the winner is solver0
1.74/4.69	c Got one! Elapsed wall clock time (in seconds):4.58
1.74/4.69	o 667
1.74/4.69	c And the winner is solver0
1.74/5.19	c Got one! Elapsed wall clock time (in seconds):5.081
1.74/5.19	o 641
1.74/5.19	c And the winner is solver0
1.74/5.69	c Got one! Elapsed wall clock time (in seconds):5.582
1.74/5.69	o 630
1.74/5.69	c And the winner is solver0
1.74/6.19	c Got one! Elapsed wall clock time (in seconds):6.083
1.74/6.19	o 547
1.76/6.20	c And the winner is solver0
1.76/6.69	c Got one! Elapsed wall clock time (in seconds):6.584
1.76/6.69	o 544
1.76/6.70	c And the winner is solver0
1.78/7.19	c Got one! Elapsed wall clock time (in seconds):7.086
1.78/7.19	o 535
1.79/7.20	c And the winner is solver0
1.79/7.69	c Got one! Elapsed wall clock time (in seconds):7.587
1.79/7.69	o 530
1.80/7.74	c And the winner is solver0
1.97/8.19	c Got one! Elapsed wall clock time (in seconds):8.087
1.97/8.19	o 517
2.19/8.30	c And the winner is solver0
2.21/8.69	c Got one! Elapsed wall clock time (in seconds):8.589
2.21/8.69	o 505
2.21/8.70	c And the winner is solver0
2.21/9.20	c Got one! Elapsed wall clock time (in seconds):9.089
2.21/9.20	o 500
2.21/9.22	c And the winner is solver0
2.28/9.70	c Got one! Elapsed wall clock time (in seconds):9.59
2.28/9.70	o 496
2.28/9.70	c And the winner is solver0
2.28/10.20	c Got one! Elapsed wall clock time (in seconds):10.091
2.28/10.20	o 334
2.28/10.23	c And the winner is solver0
2.36/10.70	c Got one! Elapsed wall clock time (in seconds):10.592
2.36/10.70	o 327
2.36/10.72	c And the winner is solver0
2.59/11.20	c Got one! Elapsed wall clock time (in seconds):11.093
2.59/11.20	o 324
2.59/11.24	c And the winner is solver0
2.69/11.70	c Got one! Elapsed wall clock time (in seconds):11.594
2.69/11.70	o 321
2.69/11.71	c And the winner is solver0
2.75/12.20	c Got one! Elapsed wall clock time (in seconds):12.095
2.75/12.20	o 320
2.75/12.24	c And the winner is solver0
2.89/12.70	c Got one! Elapsed wall clock time (in seconds):12.596
2.89/12.70	o 317
2.89/12.71	c And the winner is solver0
2.93/13.20	c Got one! Elapsed wall clock time (in seconds):13.097
2.93/13.20	o 312
2.93/13.21	c And the winner is solver0
2.95/13.70	c Got one! Elapsed wall clock time (in seconds):13.598
2.95/13.70	o 290
2.95/13.71	c And the winner is solver0
2.95/14.20	c Got one! Elapsed wall clock time (in seconds):14.099
2.95/14.20	o 289
2.95/14.24	c And the winner is solver0
3.06/14.71	c Got one! Elapsed wall clock time (in seconds):14.6
3.06/14.71	o 275
3.30/14.89	c cleaning 6851 clauses out of 13706 with flag 7123/13706
3.96/15.00	c And the winner is solver0
4.05/15.21	c Got one! Elapsed wall clock time (in seconds):15.101
4.05/15.21	o 268
4.05/15.25	c And the winner is solver0
4.15/15.71	c Got one! Elapsed wall clock time (in seconds):15.602
4.15/15.71	o 267
4.15/15.72	c And the winner is solver0
4.15/16.21	c Got one! Elapsed wall clock time (in seconds):16.103
4.15/16.21	o 266
4.15/16.29	c And the winner is solver0
4.33/16.71	c Got one! Elapsed wall clock time (in seconds):16.603
4.33/16.71	o 249
4.52/16.81	c And the winner is solver0
4.57/17.21	c Got one! Elapsed wall clock time (in seconds):17.104
4.57/17.21	o 246
4.57/17.23	c And the winner is solver0
4.61/17.71	c Got one! Elapsed wall clock time (in seconds):17.605
4.61/17.71	o 244
4.61/17.78	c cleaning 7681 clauses out of 15361 with flag 3844/22212
4.79/17.82	c And the winner is solver0
4.86/18.21	c Got one! Elapsed wall clock time (in seconds):18.106
4.86/18.21	o 241
4.86/18.23	c And the winner is solver0
4.92/18.71	c Got one! Elapsed wall clock time (in seconds):18.607
4.92/18.71	o 233
4.92/18.72	c And the winner is solver0
4.92/19.21	c Got one! Elapsed wall clock time (in seconds):19.108
4.92/19.21	o 221
4.92/19.24	c And the winner is solver0
4.99/19.71	c Got one! Elapsed wall clock time (in seconds):19.609
4.99/19.71	o 216
4.99/19.78	c And the winner is solver0
5.17/20.22	c Got one! Elapsed wall clock time (in seconds):20.109
5.17/20.22	o 212
5.17/20.23	c And the winner is solver0
5.22/20.72	c Got one! Elapsed wall clock time (in seconds):20.61
5.22/20.72	o 210
5.45/20.83	c And the winner is solver0
5.59/21.22	c Got one! Elapsed wall clock time (in seconds):21.111
5.59/21.22	o 206
5.59/21.26	c And the winner is solver0
5.75/21.72	c Got one! Elapsed wall clock time (in seconds):21.612
5.75/21.72	o 205
5.75/21.75	c And the winner is solver0
5.82/22.22	c Got one! Elapsed wall clock time (in seconds):22.113
5.82/22.22	o 186
5.82/22.28	c cleaning 8111 clauses out of 16222 with flag 4175/30754
6.39/22.58	c cleaning 7045 clauses out of 14112 with flag 30432/36755
6.59/22.64	c And the winner is solver0
6.69/22.72	c Got one! Elapsed wall clock time (in seconds):22.614
6.69/22.72	o 185
6.69/22.76	c And the winner is solver0
6.80/23.22	c Got one! Elapsed wall clock time (in seconds):23.115
6.80/23.22	o 172
6.80/23.23	c And the winner is solver0
6.82/23.72	c Got one! Elapsed wall clock time (in seconds):23.616
6.82/23.72	o 169
6.82/23.73	c And the winner is solver0
6.82/24.22	c Got one! Elapsed wall clock time (in seconds):24.117
6.82/24.22	o 151
7.01/24.34	c And the winner is solver0
7.10/24.72	c Got one! Elapsed wall clock time (in seconds):24.618
7.10/24.72	o 146
7.10/24.78	c And the winner is solver0
7.28/25.22	c Got one! Elapsed wall clock time (in seconds):25.118
7.28/25.22	o 145
7.28/25.28	c cleaning 6895 clauses out of 13793 with flag 4759/43481
7.84/25.55	c cleaning 6448 clauses out of 12897 with flag 32882/49480
8.72/25.95	c cleaning 6726 clauses out of 13451 with flag 67915/56482
8.92/26.05	c And the winner is solver0
9.05/26.23	c Got one! Elapsed wall clock time (in seconds):26.119
9.05/26.23	o 144
9.19/26.30	c And the winner is solver0
9.21/26.73	c Got one! Elapsed wall clock time (in seconds):26.621
9.21/26.73	o 141
9.21/26.73	c And the winner is solver0
9.22/27.23	c Got one! Elapsed wall clock time (in seconds):27.121
9.22/27.23	o 140
9.22/27.24	c And the winner is solver0
9.27/27.73	c Got one! Elapsed wall clock time (in seconds):27.622
9.27/27.73	o 125
9.27/27.75	c And the winner is solver0
9.40/28.23	c Got one! Elapsed wall clock time (in seconds):28.123
9.40/28.23	o 112
9.40/28.27	c And the winner is solver0
9.51/28.73	c Got one! Elapsed wall clock time (in seconds):28.624
9.51/28.73	o 111
9.51/28.75	c And the winner is solver0
9.56/29.23	c Got one! Elapsed wall clock time (in seconds):29.125
9.56/29.23	o 110
9.56/29.24	c And the winner is solver0
9.56/29.73	c Got one! Elapsed wall clock time (in seconds):29.626
9.56/29.73	o 108
9.56/29.79	c And the winner is solver0
9.69/30.23	c Got one! Elapsed wall clock time (in seconds):30.126
9.69/30.23	o 105
9.69/30.26	c And the winner is solver0
9.78/30.73	c Got one! Elapsed wall clock time (in seconds):30.627
9.78/30.73	o 104
9.78/30.77	c And the winner is solver0
9.90/31.23	c Got one! Elapsed wall clock time (in seconds):31.128
9.90/31.23	o 101
10.03/31.34	c cleaning 7893 clauses out of 15792 with flag 3947/65549
10.37/31.45	c And the winner is solver0
10.67/31.74	c Got one! Elapsed wall clock time (in seconds):31.629
10.67/31.74	o 94
10.80/31.87	c And the winner is solver0
10.99/32.24	c Got one! Elapsed wall clock time (in seconds):32.13
10.99/32.24	o 89
11.13/32.30	c cleaning 7213 clauses out of 14429 with flag 4251/72079
11.13/32.34	c And the winner is solver0
11.58/32.74	c Got one! Elapsed wall clock time (in seconds):32.631
11.58/32.74	o 82
11.71/32.85	c And the winner is solver0
11.84/33.24	c Got one! Elapsed wall clock time (in seconds):33.132
11.84/33.24	o 81
11.97/33.39	c cleaning 6804 clauses out of 13614 with flag 11561/78477
12.57/33.62	c And the winner is solver0
12.70/33.79	c Got one! Elapsed wall clock time (in seconds):33.685
12.70/33.79	o 68
12.77/33.88	c And the winner is solver0
12.95/34.29	c Got one! Elapsed wall clock time (in seconds):34.187
12.95/34.29	o 66
12.96/34.36	c And the winner is solver0
13.08/34.80	c Got one! Elapsed wall clock time (in seconds):34.69
13.08/34.80	o 65
13.28/34.93	c And the winner is solver0
13.37/35.30	c Got one! Elapsed wall clock time (in seconds):35.193
13.37/35.30	o 64
13.37/35.37	c cleaning 9396 clauses out of 18796 with flag 4053/90463
13.56/35.44	c And the winner is solver0
13.68/35.80	c Got one! Elapsed wall clock time (in seconds):35.697
13.68/35.80	o 63
14.06/36.01	c cleaning 7469 clauses out of 14944 with flag 18367/96007
14.26/36.19	c And the winner is solver0
14.47/36.31	c Got one! Elapsed wall clock time (in seconds):36.2
14.47/36.31	o 62
14.47/36.36	c cleaning 6269 clauses out of 12541 with flag 3930/101073
14.84/36.57	c And the winner is solver0
15.06/36.81	c Got one! Elapsed wall clock time (in seconds):36.704
15.06/36.81	o 56
15.45/37.08	c cleaning 8231 clauses out of 16469 with flag 19719/111270
16.05/37.37	c cleaning 7118 clauses out of 14241 with flag 43140/117273
16.05/37.40	c And the winner is solver0
16.28/37.82	c Got one! Elapsed wall clock time (in seconds):37.709
16.28/37.82	o 55
16.64/38.04	c cleaning 6407 clauses out of 12818 with flag 19900/122968
16.84/38.17	c And the winner is solver0
17.05/38.32	c Got one! Elapsed wall clock time (in seconds):38.215
17.05/38.32	o 50
17.19/38.41	c cleaning 5865 clauses out of 11731 with flag 8103/128288
17.19/38.44	c And the winner is solver0
17.31/38.83	c Got one! Elapsed wall clock time (in seconds):38.72
17.31/38.83	o 49
17.31/38.88	c And the winner is solver0
17.45/39.33	c Got one! Elapsed wall clock time (in seconds):39.226
17.45/39.33	o 48
17.59/39.44	c And the winner is solver0
17.74/39.85	c Got one! Elapsed wall clock time (in seconds):39.746
17.74/39.85	o 47
17.82/39.90	c And the winner is solver0
17.88/40.36	c Got one! Elapsed wall clock time (in seconds):40.252
17.88/40.36	o 16
17.95/40.41	c cleaning 6166 clauses out of 12333 with flag 4233/134755
18.35/40.62	c And the winner is solver0
18.48/40.86	c Got one! Elapsed wall clock time (in seconds):40.758
18.48/40.86	o 15
18.74/41.09	c cleaning 8446 clauses out of 16910 with flag 19819/145498
19.34/41.31	c And the winner is solver0
19.34/41.37	c Got one! Elapsed wall clock time (in seconds):41.268
19.34/41.37	o 14
19.64/41.55	c And the winner is solver0
19.78/41.88	c Got one! Elapsed wall clock time (in seconds):41.778
19.78/41.88	o 13
20.00/42.01	c cleaning 10036 clauses out of 20086 with flag 7939/157122
20.20/42.14	c And the winner is solver0
20.39/42.39	c Got one! Elapsed wall clock time (in seconds):42.288
20.39/42.39	o 11
20.61/42.50	c cleaning 7849 clauses out of 15704 with flag 8390/162776
21.01/42.75	c cleaning 6926 clauses out of 13854 with flag 31338/168775
21.42/42.91	c And the winner is solver0
21.44/43.41	c Got one! Elapsed wall clock time (in seconds):43.299
21.44/43.41	o 8
21.61/43.50	c cleaning 6367 clauses out of 12756 with flag 8446/174604
22.01/43.72	c cleaning 6186 clauses out of 12386 with flag 32789/180601
22.41/44.00	c cleaning 6590 clauses out of 13201 with flag 63327/187602
23.21/44.33	c cleaning 7291 clauses out of 14610 with flag 99653/195601
24.01/44.74	c cleaning 8158 clauses out of 16319 with flag 141368/204601
25.04/45.22	c cleaning 9078 clauses out of 18159 with flag 186658/214601
26.02/45.74	c cleaning 10029 clauses out of 20077 with flag 236050/225601
27.24/46.34	c cleaning 11023 clauses out of 22048 with flag 293742/237604
28.64/47.00	c cleaning 11996 clauses out of 24016 with flag 358592/250602
29.25/47.36	c And the winner is solver0
29.46/47.52	c >>>>>>>>>> Solver number 0 (84 answers) <<<<<<<<<<<<<<<<<<
29.46/47.52	c starts		: 205
29.46/47.52	c conflicts		: 258521
29.46/47.52	c decisions		: 427918
29.46/47.52	c propagations		: 6575892
29.46/47.52	c inspects		: 125694303
29.46/47.52	c shortcuts		: 0
29.46/47.52	c learnt literals	: 42
29.46/47.52	c learnt binary clauses	: 20
29.46/47.52	c learnt ternary clauses	: 586
29.46/47.52	c learnt constraints	: 258478
29.46/47.52	c ignored constraints	: 0
29.46/47.52	c root simplifications	: 0
29.46/47.52	c removed literals (reason simplification)	: 1148124
29.46/47.52	c reason swapping (by a shorter reason)	: 0
29.46/47.52	c Calls to reduceDB	: 31
29.46/47.52	c Number of update (reduction) of LBD	: 75573
29.46/47.52	c Imported unit clauses	: 0
29.46/47.52	c number of reductions to clauses (during analyze)	: 0
29.46/47.52	c number of learned constraints concerned by reduction	: 0
29.46/47.52	c number of learning phase by resolution	: 0
29.46/47.52	c number of learning phase by cutting planes	: 0
29.46/47.52	c speed (assignments/second)	: 138895.99526867183
29.46/47.52	c non guided choices	3465
29.46/47.52	c learnt constraints type 
29.46/47.52	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
29.46/47.52	c starts		: 85
29.46/47.52	c conflicts		: 942
29.46/47.52	c decisions		: 11058
29.46/47.52	c propagations		: 43365
29.46/47.52	c inspects		: 3903351
29.46/47.52	c shortcuts		: 0
29.46/47.52	c learnt literals	: 0
29.46/47.52	c learnt binary clauses	: 0
29.46/47.52	c learnt ternary clauses	: 0
29.46/47.52	c learnt constraints	: 879
29.46/47.52	c ignored constraints	: 0
29.46/47.52	c root simplifications	: 0
29.46/47.52	c removed literals (reason simplification)	: 0
29.46/47.52	c reason swapping (by a shorter reason)	: 0
29.46/47.52	c Calls to reduceDB	: 0
29.46/47.52	c Number of update (reduction) of LBD	: 0
29.46/47.52	c Imported unit clauses	: 0
29.46/47.52	c number of reductions to clauses (during analyze)	: 0
29.46/47.52	c number of learned constraints concerned by reduction	: 0
29.46/47.52	c number of learning phase by resolution	: 0
29.46/47.52	c number of learning phase by cutting planes	: 0
29.46/47.52	c speed (assignments/second)	: 10597.5073313783
29.46/47.52	c non guided choices	1623
29.46/47.52	c learnt constraints type 
29.46/47.52	s OPTIMUM FOUND
29.46/47.52	c Found 83 solution(s)
29.46/47.53	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 
29.46/47.53	c objective function=8
29.46/47.53	c Total wall clock time (in seconds): 47.42

Verifier Data

OK	8

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

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

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


[startup+0 s]
/proc/loadavg: 1.73 1.86 1.97 3/196 23954
/proc/meminfo: memFree=29416096/32872528 swapFree=1254912/1391860
[pid=23954] ppid=23951 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23954/stat : 23954 (java) S 23951 23954 16091 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13055121 98570240 977 33554432000 1073741824 1073778376 140735818027584 140735818018720 272889839677 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23954/statm: 24065 977 743 9 0 16771 0
[pid=23954/tid=23955] ppid=23951 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23955/stat : 23955 (java) R 23951 23954 16091 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13055122 98570240 977 33554432000 1073741824 1073778376 140735818027584 140012977258024 272886482304 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 1.73 1.86 1.97 3/196 23954
/proc/meminfo: memFree=29416096/32872528 swapFree=1254912/1391860
[pid=23954] ppid=23951 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/23954/stat : 23954 (java) S 23951 23954 16091 0 -1 4202496 4530 0 1 0 10 1 0 0 20 0 18 0 13055121 9787879424 5658 33554432000 1073741824 1073778376 140735818027584 140735818018720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23954/statm: 2389619 5658 2156 9 0 2380296 0
[pid=23954/tid=23955] ppid=23951 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23954/task/23955/stat : 23955 (java) R 23951 23954 16091 0 -1 4202560 2443 0 1 0 7 0 0 0 20 0 18 0 13055122 9787879424 5658 33554432000 1073741824 1073778376 140735818027584 140012977261472 140012917017156 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.209633 s]
/proc/loadavg: 1.73 1.86 1.97 3/196 23954
/proc/meminfo: memFree=29416096/32872528 swapFree=1254912/1391860
[pid=23954] ppid=23951 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/23954/stat : 23954 (java) S 23951 23954 16091 0 -1 4202496 4995 0 1 0 29 1 0 0 20 0 22 0 13055121 10060525568 7530 33554432000 1073741824 1073778376 140735818027584 140735818018720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23954/statm: 2456183 7530 2227 9 0 2446860 0
[pid=23954/tid=23955] ppid=23951 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/23954/task/23955/stat : 23955 (java) S 23951 23954 16091 0 -1 4202560 2472 0 1 0 16 0 0 0 20 0 22 0 13055122 10060525568 7530 33554432000 1073741824 1073778376 140735818027584 140012977263480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300256 s]
/proc/loadavg: 1.73 1.86 1.97 3/196 23954
/proc/meminfo: memFree=29416096/32872528 swapFree=1254912/1391860
[pid=23954] ppid=23951 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/23954/stat : 23954 (java) S 23951 23954 16091 0 -1 4202496 7861 0 1 0 64 2 0 0 20 0 22 0 13055121 10060525568 9558 33554432000 1073741824 1073778376 140735818027584 140735818018720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23954/statm: 2456183 9558 2247 9 0 2446860 0
[pid=23954/tid=23955] ppid=23951 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/23954/task/23955/stat : 23955 (java) S 23951 23954 16091 0 -1 4202560 2472 0 1 0 16 0 0 0 20 0 22 0 13055122 10060525568 9558 33554432000 1073741824 1073778376 140735818027584 140012977263480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.704199 s]
/proc/loadavg: 1.73 1.86 1.97 3/196 23954
/proc/meminfo: memFree=29416096/32872528 swapFree=1254912/1391860
[pid=23954] ppid=23951 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/23954/stat : 23954 (java) S 23951 23954 16091 0 -1 4202496 16041 0 1 0 121 4 0 0 20 0 22 0 13055121 10060525568 15243 33554432000 1073741824 1073778376 140735818027584 140735818018720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23954/statm: 2456183 15243 2253 9 0 2446860 0
[pid=23954/tid=23955] ppid=23951 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/23954/task/23955/stat : 23955 (java) S 23951 23954 16091 0 -1 4202560 2472 0 1 0 16 0 0 0 20 0 22 0 13055122 10060525568 15243 33554432000 1073741824 1073778376 140735818027584 140012977263480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 1.73 1.86 1.97 2/215 23979
/proc/meminfo: memFree=29360872/32872528 swapFree=1254912/1391860
[pid=23954] ppid=23951 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/23954/stat : 23954 (java) S 23951 23954 16091 0 -1 4202496 18055 0 1 0 149 9 0 0 20 0 19 0 13055121 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140735818018720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23954/statm: 2456183 17964 2257 9 0 2446860 0
[pid=23954/tid=23955] ppid=23951 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/23954/task/23955/stat : 23955 (java) S 23951 23954 16091 0 -1 4202560 2473 0 1 0 16 0 0 0 20 0 19 0 13055122 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012977263480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23957] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23957/stat : 23957 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012915993384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23958] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23958/stat : 23958 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012819266216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23959] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23959/stat : 23959 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012818213928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23960] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23960/stat : 23960 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012817161128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23961] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23961/stat : 23961 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012816107816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23962] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23962/stat : 23962 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012815055016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23963] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23963/stat : 23963 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012814002728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23964] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23964/stat : 23964 (java) S 23951 23954 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012812949928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23965] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23965/stat : 23965 (java) S 23951 23954 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13055123 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012800752360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23966] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23966/stat : 23966 (java) S 23951 23954 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13055124 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012799698424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23967] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23967/stat : 23967 (java) S 23951 23954 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13055124 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012798646024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23968] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23968/stat : 23968 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055126 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012797594512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23969] ppid=23951 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/23954/task/23969/stat : 23969 (java) S 23951 23954 16091 0 -1 4202560 5548 0 0 0 47 0 0 0 20 0 19 0 13055126 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012796541112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23970] ppid=23951 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/23954/task/23970/stat : 23970 (java) S 23951 23954 16091 0 -1 4202560 8678 0 0 0 45 1 0 0 20 0 19 0 13055126 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012795488312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23971] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23971/stat : 23971 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055126 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012794436216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23972] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23972/stat : 23972 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055126 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012793383624 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23975] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23975/stat : 23975 (java) S 23951 23954 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13055139 10060525568 17964 33554432000 1073741824 1073778376 140735818027584 140012790224552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.73 1.86 1.97 2/215 23988
/proc/meminfo: memFree=29341464/32872528 swapFree=1254912/1391860
[pid=23954] ppid=23951 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/23954/stat : 23954 (java) S 23951 23954 16091 0 -1 4202496 18083 0 1 0 153 10 0 0 20 0 19 0 13055121 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140735818018720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23954/statm: 2456183 22061 2257 9 0 2446860 0
[pid=23954/tid=23955] ppid=23951 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/23954/task/23955/stat : 23955 (java) S 23951 23954 16091 0 -1 4202560 2474 0 1 0 16 0 0 0 20 0 19 0 13055122 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012977263480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23957] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23957/stat : 23957 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012915993384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23958] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23958/stat : 23958 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012819266216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23959] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23959/stat : 23959 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012818213928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23960] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23960/stat : 23960 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012817161128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23961] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23961/stat : 23961 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012816107816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23962] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23962/stat : 23962 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012815055016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23963] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23963/stat : 23963 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012814002728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23964] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23964/stat : 23964 (java) S 23951 23954 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13055122 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012812949928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23965] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23965/stat : 23965 (java) S 23951 23954 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13055123 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012800752360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23966] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23966/stat : 23966 (java) S 23951 23954 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13055124 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012799698424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23967] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23967/stat : 23967 (java) S 23951 23954 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13055124 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012798646024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23968] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23968/stat : 23968 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055126 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012797594512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23969] ppid=23951 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23954/task/23969/stat : 23969 (java) S 23951 23954 16091 0 -1 4202560 5549 0 0 0 49 0 0 0 20 0 19 0 13055126 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012796541112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23970] ppid=23951 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23954/task/23970/stat : 23970 (java) S 23951 23954 16091 0 -1 4202560 8678 0 0 0 46 2 0 0 20 0 19 0 13055126 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012795488312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23971] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23971/stat : 23971 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055126 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012794436216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23972] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23972/stat : 23972 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055126 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012793383624 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23975] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23975/stat : 23975 (java) S 23951 23954 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13055139 10060525568 22061 33554432000 1073741824 1073778376 140735818027584 140012790224552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=27 pid=1779 uid=0 cmd=

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

[startup+6.20069 s]
/proc/loadavg: 1.67 1.85 1.96 2/215 24006
/proc/meminfo: memFree=29316380/32872528 swapFree=1254912/1391860
[pid=23954] ppid=23951 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/23954/stat : 23954 (java) S 23951 23954 16091 0 -1 4202496 19315 0 1 0 165 11 0 0 20 0 22 0 13055121 10060525568 30040 33554432000 1073741824 1073778376 140735818027584 140735818018720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23954/statm: 2456183 30040 2264 9 0 2446860 0
[pid=23954/tid=23955] ppid=23951 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/23954/task/23955/stat : 23955 (java) S 23951 23954 16091 0 -1 4202560 2475 0 1 0 17 0 0 0 20 0 22 0 13055122 10060525568 30040 33554432000 1073741824 1073778376 140735818027584 140012977263480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23957] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23957/stat : 23957 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13055122 10060525568 30040 33554432000 1073741824 1073778376 140735818027584 140012915993384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23958] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23958/stat : 23958 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13055122 10060525568 30040 33554432000 1073741824 1073778376 140735818027584 140012819266216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23959] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23959/stat : 23959 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13055122 10060525568 30040 33554432000 1073741824 1073778376 140735818027584 140012818213928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23960] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23960/stat : 23960 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13055122 10060525568 30040 33554432000 1073741824 1073778376 140735818027584 140012817161128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23961] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23961/stat : 23961 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13055122 10060525568 30040 33554432000 1073741824 1073778376 140735818027584 140012816107816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23962] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23962/stat : 23962 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13055122 10060525568 30040 33554432000 1073741824 1073778376 140735818027584 140012815055016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23963] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23963/stat : 23963 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13055122 10060525568 30040 33554432000 1073741824 1073778376 140735818027584 140012814002728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23964] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23964/stat : 23964 (java) S 23951 23954 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13055122 10060525568 30040 33554432000 1073741824 1073778376 140735818027584 140012812949928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23965] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23965/stat : 23965 (java) S 23951 23954 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13055123 10060525568 30040 33554432000 1073741824 1073778376 140735818027584 140012800752360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/23954/task/23970/stat : 23970 (java) S 23951 23954 16091 0 -1 4202560 16994 0 0 0 147 3 0 0 20 0 22 0 13055126 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012795488312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23971] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23971/stat : 23971 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13055126 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012794436216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23972] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23972/stat : 23972 (java) S 23951 23954 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13055126 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012793383624 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23975] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23975/stat : 23975 (java) S 23951 23954 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13055139 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012790224552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=24223] ppid=23951 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/23954/task/24223/stat : 24223 (java) R 23951 23954 16091 0 -1 4202560 3 0 0 0 295 0 0 0 20 0 22 0 13059463 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012789162496 140012917456103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=24224] ppid=23951 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/23954/task/24224/stat : 24224 (java) R 23951 23954 16091 0 -1 4202560 4 0 0 0 295 0 0 0 20 0 22 0 13059463 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012792328104 140012917582257 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=24225] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/24225/stat : 24225 (java) S 23951 23954 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13059465 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012791276456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 27.41
Current children cumulated vsize (KiB) 9824732

[startup+47.201 s]
/proc/loadavg: 1.97 1.90 1.97 4/218 24225
/proc/meminfo: memFree=29121096/32872528 swapFree=1254912/1391860
[pid=23954] ppid=23951 vsize=9824732 CPUtime=29.01 cores=0,2,4,6
/proc/23954/stat : 23954 (java) S 23951 23954 16091 0 -1 4202496 35625 0 1 0 2755 146 0 0 20 0 22 0 13055121 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140735818018720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23954/statm: 2456183 95909 2287 9 0 2446860 0
[pid=23954/tid=23955] ppid=23951 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/23954/task/23955/stat : 23955 (java) S 23951 23954 16091 0 -1 4202560 2481 0 1 0 29 2 0 0 20 0 22 0 13055122 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012977263480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23957] ppid=23951 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23954/task/23957/stat : 23957 (java) S 23951 23954 16091 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 22 0 13055122 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012915993384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23958] ppid=23951 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23954/task/23958/stat : 23958 (java) S 23951 23954 16091 0 -1 4202560 29 0 0 0 8 1 0 0 20 0 22 0 13055122 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012819266216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23959] ppid=23951 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23954/task/23959/stat : 23959 (java) S 23951 23954 16091 0 -1 4202560 29 0 0 0 6 2 0 0 20 0 22 0 13055122 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012818213928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23960] ppid=23951 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23954/task/23960/stat : 23960 (java) S 23951 23954 16091 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 22 0 13055122 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012817161128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23961] ppid=23951 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23954/task/23961/stat : 23961 (java) S 23951 23954 16091 0 -1 4202560 34 0 0 0 7 2 0 0 20 0 22 0 13055122 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012816107816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23962] ppid=23951 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23954/task/23962/stat : 23962 (java) S 23951 23954 16091 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 22 0 13055122 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012815055016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23963] ppid=23951 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23954/task/23963/stat : 23963 (java) S 23951 23954 16091 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 22 0 13055122 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012814002728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23964] ppid=23951 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23954/task/23964/stat : 23964 (java) S 23951 23954 16091 0 -1 4202560 29 0 0 0 7 2 0 0 20 0 22 0 13055122 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012812949928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23965] ppid=23951 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23954/task/23965/stat : 23965 (java) S 23951 23954 16091 0 -1 4202560 135 0 0 0 1 4 0 0 20 0 22 0 13055123 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012800752360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23966] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23966/stat : 23966 (java) S 23951 23954 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13055124 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012799698424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23967] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23967/stat : 23967 (java) S 23951 23954 16091 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 22 0 13055124 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012798646024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23968] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23968/stat : 23968 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13055126 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012797594512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23969] ppid=23951 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/23954/task/23969/stat : 23969 (java) S 23951 23954 16091 0 -1 4202560 13269 0 0 0 141 2 0 0 20 0 22 0 13055126 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012796541112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23970] ppid=23951 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/23954/task/23970/stat : 23970 (java) S 23951 23954 16091 0 -1 4202560 16994 0 0 0 147 3 0 0 20 0 22 0 13055126 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012795488312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23971] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23971/stat : 23971 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13055126 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012794436216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23972] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23972/stat : 23972 (java) S 23951 23954 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13055126 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012793383624 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23975] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23975/stat : 23975 (java) S 23951 23954 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13055139 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012790224552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=24223] ppid=23951 vsize=9824732 CPUtime=3.75 cores=0,2,4,6
/proc/23954/task/24223/stat : 24223 (java) R 23951 23954 16091 0 -1 4202560 4 0 0 0 375 0 0 0 20 0 22 0 13059463 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012789162496 140012917524100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=24224] ppid=23951 vsize=9824732 CPUtime=3.75 cores=0,2,4,6
/proc/23954/task/24224/stat : 24224 (java) R 23951 23954 16091 0 -1 4202560 4 0 0 0 375 0 0 0 20 0 22 0 13059463 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012792326904 140012917926849 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=24225] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/24225/stat : 24225 (java) S 23951 23954 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13059465 10060525568 95909 33554432000 1073741824 1073778376 140735818027584 140012791276456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 29.01
Current children cumulated vsize (KiB) 9824732

[startup+47.4079 s]
/proc/loadavg: 1.97 1.90 1.97 4/218 24225
/proc/meminfo: memFree=29121220/32872528 swapFree=1254912/1391860
[pid=23954] ppid=23951 vsize=9824732 CPUtime=29.38 cores=0,2,4,6
/proc/23954/stat : 23954 (java) S 23951 23954 16091 0 -1 4202496 35625 0 1 0 2792 146 0 0 20 0 20 0 13055121 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140735818018720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23954/statm: 2456183 95905 2287 9 0 2446860 0
[pid=23954/tid=23955] ppid=23951 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/23954/task/23955/stat : 23955 (java) S 23951 23954 16091 0 -1 4202560 2481 0 1 0 29 2 0 0 20 0 20 0 13055122 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012977263480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23957] ppid=23951 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23954/task/23957/stat : 23957 (java) S 23951 23954 16091 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 20 0 13055122 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012915993384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23958] ppid=23951 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23954/task/23958/stat : 23958 (java) S 23951 23954 16091 0 -1 4202560 29 0 0 0 8 1 0 0 20 0 20 0 13055122 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012819266216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23959] ppid=23951 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23954/task/23959/stat : 23959 (java) S 23951 23954 16091 0 -1 4202560 29 0 0 0 6 2 0 0 20 0 20 0 13055122 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012818213928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23960] ppid=23951 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23954/task/23960/stat : 23960 (java) S 23951 23954 16091 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 20 0 13055122 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012817161128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23961] ppid=23951 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23954/task/23961/stat : 23961 (java) S 23951 23954 16091 0 -1 4202560 34 0 0 0 7 2 0 0 20 0 20 0 13055122 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012816107816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23962] ppid=23951 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23954/task/23962/stat : 23962 (java) S 23951 23954 16091 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 20 0 13055122 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012815055016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23963] ppid=23951 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23954/task/23963/stat : 23963 (java) S 23951 23954 16091 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 20 0 13055122 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012814002728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23964] ppid=23951 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23954/task/23964/stat : 23964 (java) S 23951 23954 16091 0 -1 4202560 29 0 0 0 7 2 0 0 20 0 20 0 13055122 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012812949928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23965] ppid=23951 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23954/task/23965/stat : 23965 (java) S 23951 23954 16091 0 -1 4202560 135 0 0 0 1 4 0 0 20 0 20 0 13055123 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012800752360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23966] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23966/stat : 23966 (java) S 23951 23954 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13055124 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012799698424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23967] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23967/stat : 23967 (java) S 23951 23954 16091 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 20 0 13055124 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012798646024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23968] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23968/stat : 23968 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13055126 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012797594512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23969] ppid=23951 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/23954/task/23969/stat : 23969 (java) S 23951 23954 16091 0 -1 4202560 13269 0 0 0 141 2 0 0 20 0 20 0 13055126 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012796541112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23970] ppid=23951 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/23954/task/23970/stat : 23970 (java) S 23951 23954 16091 0 -1 4202560 16994 0 0 0 147 3 0 0 20 0 20 0 13055126 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012795488312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23971] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23971/stat : 23971 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13055126 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012794436216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23972] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23972/stat : 23972 (java) S 23951 23954 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13055126 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012793383624 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23975] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23975/stat : 23975 (java) S 23951 23954 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13055139 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012790224552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=24224] ppid=23951 vsize=9824732 CPUtime=3.95 cores=0,2,4,6
/proc/23954/task/24224/stat : 24224 (java) R 23951 23954 16091 0 -1 4202560 4 0 0 0 395 0 0 0 20 0 20 0 13059463 10060525568 95905 33554432000 1073741824 1073778376 140735818027584 140012792326904 140012917989789 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 29.38
Current children cumulated vsize (KiB) 9824732

[startup+47.5008 s]
/proc/loadavg: 1.97 1.90 1.97 4/218 24225
/proc/meminfo: memFree=29121220/32872528 swapFree=1254912/1391860
[pid=23954] ppid=23951 vsize=9824732 CPUtime=29.44 cores=0,2,4,6
/proc/23954/stat : 23954 (java) S 23951 23954 16091 0 -1 4202496 35625 0 1 0 2797 147 0 0 20 0 19 0 13055121 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140735818018720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23954/statm: 2456183 95903 2287 9 0 2446860 0
[pid=23954/tid=23955] ppid=23951 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/23954/task/23955/stat : 23955 (java) R 23951 23954 16091 0 -1 4202560 2481 0 1 0 32 2 0 0 20 0 19 0 13055122 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012977263240 140012916977155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23957] ppid=23951 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23954/task/23957/stat : 23957 (java) S 23951 23954 16091 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 19 0 13055122 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012915993384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23958] ppid=23951 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23954/task/23958/stat : 23958 (java) S 23951 23954 16091 0 -1 4202560 29 0 0 0 8 1 0 0 20 0 19 0 13055122 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012819266216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23959] ppid=23951 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23954/task/23959/stat : 23959 (java) S 23951 23954 16091 0 -1 4202560 29 0 0 0 6 2 0 0 20 0 19 0 13055122 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012818213928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23960] ppid=23951 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23954/task/23960/stat : 23960 (java) S 23951 23954 16091 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 13055122 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012817161128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23961] ppid=23951 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23954/task/23961/stat : 23961 (java) S 23951 23954 16091 0 -1 4202560 34 0 0 0 7 2 0 0 20 0 19 0 13055122 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012816107816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23962] ppid=23951 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23954/task/23962/stat : 23962 (java) S 23951 23954 16091 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 19 0 13055122 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012815055016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23963] ppid=23951 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23954/task/23963/stat : 23963 (java) S 23951 23954 16091 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 13055122 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012814002728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23964] ppid=23951 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23954/task/23964/stat : 23964 (java) S 23951 23954 16091 0 -1 4202560 29 0 0 0 7 2 0 0 20 0 19 0 13055122 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012812949928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23965] ppid=23951 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23954/task/23965/stat : 23965 (java) S 23951 23954 16091 0 -1 4202560 135 0 0 0 1 4 0 0 20 0 19 0 13055123 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012800752360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23966] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23966/stat : 23966 (java) S 23951 23954 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13055124 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012799698424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23967] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23967/stat : 23967 (java) S 23951 23954 16091 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 13055124 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012798646024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23968] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23968/stat : 23968 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055126 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012797594512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23969] ppid=23951 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/23954/task/23969/stat : 23969 (java) S 23951 23954 16091 0 -1 4202560 13269 0 0 0 142 2 0 0 20 0 19 0 13055126 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012796541112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23954/tid=23970] ppid=23951 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/23954/task/23970/stat : 23970 (java) R 23951 23954 16091 0 -1 4202560 16994 0 0 0 148 3 0 0 20 0 19 0 13055126 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012795488312 140012983217141 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23954/tid=23971] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23971/stat : 23971 (java) S 23951 23954 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13055126 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012794436216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23954/tid=23972] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23972/stat : 23972 (java) S 23951 23954 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13055126 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012793383624 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23954/tid=23975] ppid=23951 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23954/task/23975/stat : 23975 (java) S 23951 23954 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13055139 10060525568 95903 33554432000 1073741824 1073778376 140735818027584 140012790224552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 29.44
Current children cumulated vsize (KiB) 9824732

Child status: 30

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

Real time (s): 47.5346
CPU time (s): 29.6095
CPU user time (s): 27.9967
CPU system time (s): 1.61276
CPU usage (%): 62.2904
Max. virtual memory (cumulated for all children) (KiB): 9826340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.9867
system time used= 1.60276
maximum resident set size= 402924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35632
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3756
involuntary context switches= 1874

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

The end

Launcher Data

Begin job on node119 at 2016-06-30 23:09:03
IDJOB=4091977
IDBENCH=78774
IDSOLVER=2552
FILE ID=node119/4091977-1467320943
RUNJOBID= node119-1467318689-18276
PBS_JOBID= 20005280
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 8c7284b7ccf7c3e8bad0ea1f2a54ab5e
RANDOM SEED=469989526

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29415988 kB
Buffers:          173732 kB
Cached:           261928 kB
SwapCached:            0 kB
Active:          1101048 kB
Inactive:         217560 kB
Active(anon):     867512 kB
Inactive(anon):    17912 kB
Active(file):     233536 kB
Inactive(file):   199648 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:       2239732 kB
Mapped:            22236 kB
Shmem:               204 kB
Slab:             611548 kB
SReclaimable:      55272 kB
SUnreclaim:       556276 kB
KernelStack:        1784 kB
PageTables:         8492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2454552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    948224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node119 at 2016-06-30 23:09:51