Trace number 4109633

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 36.1085 49.1988

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218757--soft-33-100-0.wbo
MD5SUM38c8dd1463da5f11da3559d57124aa5b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark11.2223
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4109633-1467321438.wbo
0.10/0.12	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.069s.
0.10/0.19	c declared #vars     169
0.10/0.19	c internal #vars     233
0.10/0.19	c #constraints  101
0.10/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.10/0.19	c 101 constraints processed.
0.10/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.10/0.19	c 101 constraints processed.
0.10/0.19	c objective function length is 64 literals
1.01/0.45	c And the winner is solver0
1.45/0.69	c SATISFIABLE
1.45/0.69	c OPTIMIZING...
1.45/0.69	c Got one! Elapsed wall clock time (in seconds):0.574
1.45/0.69	o 1159
1.46/0.71	c And the winner is solver0
1.62/1.19	c Got one! Elapsed wall clock time (in seconds):1.075
1.62/1.19	o 1070
1.62/1.20	c And the winner is solver0
1.67/1.69	c Got one! Elapsed wall clock time (in seconds):1.576
1.67/1.69	o 786
1.67/1.70	c And the winner is solver0
1.67/2.19	c Got one! Elapsed wall clock time (in seconds):2.078
1.67/2.19	o 775
1.69/2.20	c And the winner is solver0
1.69/2.69	c Got one! Elapsed wall clock time (in seconds):2.579
1.69/2.69	o 747
1.69/2.70	c And the winner is solver0
1.70/3.20	c Got one! Elapsed wall clock time (in seconds):3.08
1.70/3.20	o 737
1.70/3.20	c And the winner is solver0
1.71/3.70	c Got one! Elapsed wall clock time (in seconds):3.581
1.71/3.70	o 733
1.71/3.70	c And the winner is solver0
1.71/4.20	c Got one! Elapsed wall clock time (in seconds):4.082
1.71/4.20	o 728
1.71/4.21	c And the winner is solver0
1.83/4.70	c Got one! Elapsed wall clock time (in seconds):4.583
1.83/4.70	o 727
1.83/4.71	c And the winner is solver0
1.89/5.20	c Got one! Elapsed wall clock time (in seconds):5.084
1.89/5.20	o 688
1.89/5.20	c And the winner is solver0
1.89/5.70	c Got one! Elapsed wall clock time (in seconds):5.585
1.89/5.70	o 621
1.89/5.71	c And the winner is solver0
1.89/6.20	c Got one! Elapsed wall clock time (in seconds):6.086
1.89/6.20	o 603
1.89/6.21	c And the winner is solver0
1.89/6.70	c Got one! Elapsed wall clock time (in seconds):6.588
1.89/6.70	o 601
1.89/6.77	c And the winner is solver0
2.16/7.20	c Got one! Elapsed wall clock time (in seconds):7.089
2.16/7.20	o 597
2.16/7.23	c And the winner is solver0
2.21/7.71	c Got one! Elapsed wall clock time (in seconds):7.59
2.21/7.71	o 596
2.21/7.71	c And the winner is solver0
2.21/8.21	c Got one! Elapsed wall clock time (in seconds):8.091
2.21/8.21	o 594
2.21/8.22	c And the winner is solver0
2.25/8.71	c Got one! Elapsed wall clock time (in seconds):8.592
2.25/8.71	o 591
2.25/8.72	c And the winner is solver0
2.26/9.21	c Got one! Elapsed wall clock time (in seconds):9.093
2.26/9.21	o 590
2.26/9.22	c And the winner is solver0
2.26/9.71	c Got one! Elapsed wall clock time (in seconds):9.594
2.26/9.71	o 583
2.26/9.71	c And the winner is solver0
2.27/10.21	c Got one! Elapsed wall clock time (in seconds):10.095
2.27/10.21	o 485
2.27/10.23	c And the winner is solver0
2.28/10.71	c Got one! Elapsed wall clock time (in seconds):10.596
2.28/10.71	o 479
2.28/10.72	c And the winner is solver0
2.31/11.21	c Got one! Elapsed wall clock time (in seconds):11.097
2.31/11.21	o 478
2.31/11.22	c And the winner is solver0
2.31/11.71	c Got one! Elapsed wall clock time (in seconds):11.598
2.31/11.71	o 466
2.31/11.72	c And the winner is solver0
2.34/12.22	c Got one! Elapsed wall clock time (in seconds):12.099
2.34/12.22	o 462
2.34/12.22	c And the winner is solver0
2.35/12.72	c Got one! Elapsed wall clock time (in seconds):12.6
2.35/12.72	o 461
2.35/12.72	c And the winner is solver0
2.35/13.22	c Got one! Elapsed wall clock time (in seconds):13.101
2.35/13.22	o 447
2.35/13.23	c And the winner is solver0
2.46/13.72	c Got one! Elapsed wall clock time (in seconds):13.602
2.46/13.72	o 427
2.46/13.76	c And the winner is solver0
2.58/14.22	c Got one! Elapsed wall clock time (in seconds):14.103
2.58/14.22	o 408
2.58/14.23	c And the winner is solver0
2.63/14.72	c Got one! Elapsed wall clock time (in seconds):14.604
2.63/14.72	o 407
2.63/14.74	c And the winner is solver0
2.67/15.22	c Got one! Elapsed wall clock time (in seconds):15.105
2.67/15.22	o 321
2.67/15.23	c And the winner is solver0
2.72/15.72	c Got one! Elapsed wall clock time (in seconds):15.605
2.72/15.72	o 315
2.72/15.73	c And the winner is solver0
2.76/16.22	c Got one! Elapsed wall clock time (in seconds):16.106
2.76/16.22	o 302
2.76/16.24	c And the winner is solver0
2.80/16.72	c Got one! Elapsed wall clock time (in seconds):16.607
2.80/16.72	o 287
2.80/16.74	c And the winner is solver0
2.84/17.22	c Got one! Elapsed wall clock time (in seconds):17.108
2.84/17.22	o 285
2.99/17.30	c And the winner is solver0
3.00/17.72	c Got one! Elapsed wall clock time (in seconds):17.609
3.00/17.72	o 268
3.18/17.81	c And the winner is solver0
3.21/18.23	c Got one! Elapsed wall clock time (in seconds):18.11
3.21/18.23	o 255
3.38/18.31	c cleaning 6786 clauses out of 13572 with flag 3545/13572
3.38/18.36	c And the winner is solver0
3.54/18.73	c Got one! Elapsed wall clock time (in seconds):18.611
3.54/18.73	o 245
3.54/18.78	c And the winner is solver0
3.67/19.23	c Got one! Elapsed wall clock time (in seconds):19.112
3.67/19.23	o 233
3.81/19.36	c cleaning 6202 clauses out of 12412 with flag 9914/19198
4.02/19.40	c And the winner is solver0
4.06/19.73	c Got one! Elapsed wall clock time (in seconds):19.613
4.06/19.73	o 229
4.21/19.83	c And the winner is solver0
4.31/20.23	c Got one! Elapsed wall clock time (in seconds):20.114
4.31/20.23	o 224
4.44/20.32	c cleaning 5747 clauses out of 11512 with flag 7112/24500
4.86/20.56	c cleaning 5883 clauses out of 11766 with flag 28315/30501
4.86/20.59	c And the winner is solver0
5.08/20.73	c Got one! Elapsed wall clock time (in seconds):20.615
5.08/20.73	o 222
5.08/20.77	c And the winner is solver0
5.17/21.23	c Got one! Elapsed wall clock time (in seconds):21.116
5.17/21.23	o 221
5.29/21.33	c And the winner is solver0
5.37/21.73	c Got one! Elapsed wall clock time (in seconds):21.617
5.37/21.73	o 215
5.51/21.80	c And the winner is solver0
5.57/22.23	c Got one! Elapsed wall clock time (in seconds):22.118
5.57/22.23	o 206
5.57/22.26	c And the winner is solver0
5.63/22.73	c Got one! Elapsed wall clock time (in seconds):22.618
5.63/22.73	o 200
5.63/22.79	c cleaning 6405 clauses out of 12809 with flag 3520/37427
6.27/23.03	c cleaning 6198 clauses out of 12406 with flag 24945/43429
6.27/23.05	c And the winner is solver0
6.41/23.24	c Got one! Elapsed wall clock time (in seconds):23.119
6.41/23.24	o 188
6.41/23.25	c And the winner is solver0
6.48/23.74	c Got one! Elapsed wall clock time (in seconds):23.62
6.48/23.74	o 187
6.48/23.74	c And the winner is solver0
6.48/24.24	c Got one! Elapsed wall clock time (in seconds):24.121
6.48/24.24	o 178
6.48/24.29	c And the winner is solver0
6.61/24.74	c Got one! Elapsed wall clock time (in seconds):24.622
6.61/24.74	o 165
6.73/24.83	c And the winner is solver0
6.87/25.24	c Got one! Elapsed wall clock time (in seconds):25.123
6.87/25.24	o 164
6.87/25.28	c And the winner is solver0
7.06/25.74	c Got one! Elapsed wall clock time (in seconds):25.624
7.06/25.74	o 162
7.17/25.85	c And the winner is solver0
7.31/26.24	c Got one! Elapsed wall clock time (in seconds):26.125
7.31/26.24	o 160
7.42/26.30	c cleaning 7359 clauses out of 14728 with flag 4551/51949
7.42/26.32	c And the winner is solver0
7.54/26.74	c Got one! Elapsed wall clock time (in seconds):26.626
7.54/26.74	o 151
7.65/26.87	c And the winner is solver0
7.81/27.24	c Got one! Elapsed wall clock time (in seconds):27.127
7.81/27.24	o 144
7.92/27.34	c cleaning 6550 clauses out of 13110 with flag 9352/57690
8.12/27.50	c And the winner is solver0
8.34/27.74	c Got one! Elapsed wall clock time (in seconds):27.628
8.34/27.74	o 139
8.34/27.77	c And the winner is solver0
8.42/28.24	c Got one! Elapsed wall clock time (in seconds):28.129
8.42/28.24	o 132
8.53/28.33	c cleaning 6462 clauses out of 12946 with flag 7702/64076
8.94/28.59	c cleaning 6242 clauses out of 12484 with flag 31469/70076
9.15/28.62	c And the winner is solver0
9.27/28.80	c Got one! Elapsed wall clock time (in seconds):28.68
9.27/28.80	o 129
9.55/28.96	c And the winner is solver0
9.69/29.30	c Got one! Elapsed wall clock time (in seconds):29.181
9.69/29.30	o 122
9.69/29.33	c And the winner is solver0
9.81/29.80	c Got one! Elapsed wall clock time (in seconds):29.682
9.81/29.80	o 111
9.83/29.84	c And the winner is solver0
9.94/30.30	c Got one! Elapsed wall clock time (in seconds):30.183
9.94/30.30	o 102
9.94/30.36	c cleaning 6867 clauses out of 13752 with flag 4171/77586
10.36/30.59	c And the winner is solver0
10.57/30.80	c Got one! Elapsed wall clock time (in seconds):30.683
10.57/30.80	o 73
10.80/30.95	c And the winner is solver0
10.93/31.30	c Got one! Elapsed wall clock time (in seconds):31.184
10.93/31.30	o 71
11.12/31.41	c cleaning 8782 clauses out of 17563 with flag 8467/88264
11.52/31.68	c cleaning 7389 clauses out of 14780 with flag 32357/94263
12.13/31.98	c cleaning 7195 clauses out of 14394 with flag 62364/101266
12.93/32.35	c cleaning 7599 clauses out of 15197 with flag 96373/109264
13.73/32.71	c And the winner is solver0
14.14/33.15	c Got one! Elapsed wall clock time (in seconds):33.036
14.14/33.15	o 62
14.25/33.20	c And the winner is solver0
14.29/33.65	c Got one! Elapsed wall clock time (in seconds):33.538
14.29/33.65	o 58
14.38/33.75	c And the winner is solver0
14.52/34.16	c Got one! Elapsed wall clock time (in seconds):34.04
14.52/34.16	o 54
14.80/34.35	c And the winner is solver0
15.45/34.91	c Got one! Elapsed wall clock time (in seconds):34.793
15.45/34.91	o 51
15.64/35.00	c cleaning 11672 clauses out of 23350 with flag 4155/125016
15.84/35.10	c And the winner is solver0
16.35/35.66	c Got one! Elapsed wall clock time (in seconds):35.547
16.35/35.66	o 48
16.47/35.72	c And the winner is solver0
16.55/36.17	c Got one! Elapsed wall clock time (in seconds):36.049
16.55/36.17	o 46
16.60/36.27	c cleaning 8910 clauses out of 17830 with flag 8698/131168
17.20/36.51	c cleaning 7454 clauses out of 14920 with flag 32781/137168
17.40/36.63	c And the winner is solver0
17.73/36.92	c Got one! Elapsed wall clock time (in seconds):36.804
17.73/36.92	o 41
17.88/37.01	c cleaning 6402 clauses out of 12816 with flag 8532/142518
18.28/37.24	c cleaning 6198 clauses out of 12414 with flag 32617/148518
18.89/37.51	c cleaning 6604 clauses out of 13217 with flag 58038/155519
18.89/37.54	c And the winner is solver0
19.08/37.92	c Got one! Elapsed wall clock time (in seconds):37.808
19.08/37.92	o 38
19.23/38.08	c cleaning 5800 clauses out of 11616 with flag 17522/160522
19.43/38.16	c And the winner is solver0
20.00/38.68	c Got one! Elapsed wall clock time (in seconds):38.561
20.00/38.68	o 37
20.08/38.72	c And the winner is solver0
20.18/39.18	c Got one! Elapsed wall clock time (in seconds):39.065
20.18/39.18	o 36
20.41/39.30	c cleaning 6106 clauses out of 12216 with flag 13014/166922
20.81/39.53	c cleaning 6045 clauses out of 12105 with flag 40039/172917
21.02/39.62	c And the winner is solver0
21.34/39.94	c Got one! Elapsed wall clock time (in seconds):39.818
21.34/39.94	o 35
21.46/40.07	c cleaning 5828 clauses out of 11670 with flag 14669/178527
22.06/40.33	c cleaning 5921 clauses out of 11844 with flag 41321/184529
22.97/40.63	c cleaning 6455 clauses out of 12924 with flag 70591/191530
23.54/40.89	c And the winner is solver0
23.83/41.04	c Got one! Elapsed wall clock time (in seconds):40.921
23.83/41.04	o 32
24.14/41.27	c cleaning 8996 clauses out of 18004 with flag 21208/203065
24.74/41.52	c cleaning 7498 clauses out of 15008 with flag 46502/209065
24.94/41.67	c And the winner is solver0
25.19/42.04	c Got one! Elapsed wall clock time (in seconds):41.925
25.19/42.04	o 31
25.19/42.10	c cleaning 6401 clauses out of 12810 with flag 4725/214365
25.30/42.18	c And the winner is solver0
25.98/42.79	c Got one! Elapsed wall clock time (in seconds):42.679
25.98/42.79	o 30
26.27/42.92	c cleaning 5924 clauses out of 11861 with flag 13135/219817
26.66/43.16	c cleaning 5969 clauses out of 11939 with flag 38928/225819
27.26/43.40	c And the winner is solver0
27.39/43.80	c Got one! Elapsed wall clock time (in seconds):43.682
27.39/43.80	o 29
27.81/44.02	c cleaning 8554 clauses out of 17117 with flag 21881/236966
28.20/44.25	c cleaning 7280 clauses out of 14562 with flag 48328/242966
28.82/44.54	c cleaning 7138 clauses out of 14282 with flag 81554/249966
29.42/44.87	c cleaning 7569 clauses out of 15143 with flag 117764/257966
30.24/45.25	c cleaning 8287 clauses out of 16575 with flag 156637/266967
31.02/45.69	c cleaning 9139 clauses out of 18286 with flag 199306/276967
32.25/46.20	c cleaning 10071 clauses out of 20145 with flag 251113/287966
32.64/46.43	c And the winner is solver0
33.38/47.15	c Got one! Elapsed wall clock time (in seconds):47.037
33.38/47.15	o 25
33.92/47.42	c cleaning 10261 clauses out of 20534 with flag 23665/298427
34.30/47.68	c cleaning 8127 clauses out of 16270 with flag 52698/304425
34.90/47.99	c cleaning 7566 clauses out of 15140 with flag 86881/311425
35.50/48.25	c And the winner is solver0
35.77/48.66	c Got one! Elapsed wall clock time (in seconds):48.541
35.77/48.66	o 24
35.85/48.75	c And the winner is solver0
35.96/49.19	c >>>>>>>>>> Solver number 0 (80 answers) <<<<<<<<<<<<<<<<<<
35.96/49.19	c starts		: 217
35.96/49.19	c conflicts		: 319689
35.96/49.19	c decisions		: 523788
35.96/49.19	c propagations		: 7611872
35.96/49.19	c inspects		: 144085536
35.96/49.19	c shortcuts		: 0
35.96/49.19	c learnt literals	: 22
35.96/49.19	c learnt binary clauses	: 33
35.96/49.19	c learnt ternary clauses	: 390
35.96/49.19	c learnt constraints	: 319666
35.96/49.19	c ignored constraints	: 0
35.96/49.19	c root simplifications	: 0
35.96/49.19	c removed literals (reason simplification)	: 1724817
35.96/49.19	c reason swapping (by a shorter reason)	: 0
35.96/49.19	c Calls to reduceDB	: 42
35.96/49.19	c Number of update (reduction) of LBD	: 87445
35.96/49.19	c Imported unit clauses	: 0
35.96/49.19	c number of reductions to clauses (during analyze)	: 0
35.96/49.19	c number of learned constraints concerned by reduction	: 0
35.96/49.19	c number of learning phase by resolution	: 0
35.96/49.19	c number of learning phase by cutting planes	: 0
35.96/49.19	c speed (assignments/second)	: 155357.00873540697
35.96/49.19	c non guided choices	2871
35.96/49.19	c learnt constraints type 
35.96/49.19	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
35.96/49.19	c starts		: 80
35.96/49.19	c conflicts		: 375
35.96/49.19	c decisions		: 7291
35.96/49.19	c propagations		: 23932
35.96/49.19	c inspects		: 891859
35.96/49.19	c shortcuts		: 0
35.96/49.19	c learnt literals	: 0
35.96/49.19	c learnt binary clauses	: 0
35.96/49.19	c learnt ternary clauses	: 0
35.96/49.19	c learnt constraints	: 310
35.96/49.19	c ignored constraints	: 0
35.96/49.19	c root simplifications	: 0
35.96/49.19	c removed literals (reason simplification)	: 0
35.96/49.19	c reason swapping (by a shorter reason)	: 0
35.96/49.19	c Calls to reduceDB	: 0
35.96/49.19	c Number of update (reduction) of LBD	: 0
35.96/49.19	c Imported unit clauses	: 0
35.96/49.19	c number of reductions to clauses (during analyze)	: 0
35.96/49.19	c number of learned constraints concerned by reduction	: 0
35.96/49.19	c number of learning phase by resolution	: 0
35.96/49.19	c number of learning phase by cutting planes	: 0
35.96/49.19	c speed (assignments/second)	: 46023.07692307692
35.96/49.19	c non guided choices	1490
35.96/49.19	c learnt constraints type 
35.96/49.19	s OPTIMUM FOUND
35.96/49.19	c Found 79 solution(s)
35.96/49.19	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 
35.96/49.19	c objective function=24
35.96/49.19	c Total wall clock time (in seconds): 49.074

Verifier Data

OK	24

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-4109633-1467321438/watcher-4109633-1467321438 -o /tmp/evaluation-result-4109633-1467321438/solver-4109633-1467321438 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109633-1467321438.wbo 

pid=4243
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: 1.36 1.46 1.73 4/197 4246
/proc/meminfo: memFree=30336232/32872528 swapFree=480748/529804
[pid=4246] ppid=4243 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4243 4246 23565 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 11163745 98570240 977 33554432000 1073741824 1073778376 140735108802000 140735108793136 211462160445 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4246/statm: 24065 977 743 9 0 16771 0
[pid=4246/tid=4247] ppid=4243 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) R 4243 4246 23565 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 11163745 98570240 978 33554432000 1073741824 1073778376 140735108802000 140652239523368 211458803072 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 1.36 1.46 1.73 4/197 4246
/proc/meminfo: memFree=30336232/32872528 swapFree=480748/529804
[pid=4246] ppid=4243 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4243 4246 23565 0 -1 4202496 4457 0 1 0 9 1 0 0 20 0 18 0 11163745 9787879424 6058 33554432000 1073741824 1073778376 140735108802000 140735108793136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4246/statm: 2389619 6059 2132 9 0 2380296 0
[pid=4246/tid=4247] ppid=4243 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) R 4243 4246 23565 0 -1 4202560 2370 0 1 0 7 0 0 0 20 0 18 0 11163745 9787879424 6059 33554432000 1073741824 1073778376 140735108802000 140652239505152 211462186253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200305 s]
/proc/loadavg: 1.36 1.46 1.73 4/197 4246
/proc/meminfo: memFree=30336232/32872528 swapFree=480748/529804
[pid=4246] ppid=4243 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4243 4246 23565 0 -1 4202496 4821 0 1 0 22 1 0 0 20 0 22 0 11163745 10060525568 7913 33554432000 1073741824 1073778376 140735108802000 140735108793136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4246/statm: 2456183 7913 2209 9 0 2446860 0
[pid=4246/tid=4247] ppid=4243 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) S 4243 4246 23565 0 -1 4202560 2394 0 1 0 15 0 0 0 20 0 22 0 11163745 10060525568 7913 33554432000 1073741824 1073778376 140735108802000 140652239528824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.30025 s]
/proc/loadavg: 1.36 1.46 1.73 4/197 4246
/proc/meminfo: memFree=30336232/32872528 swapFree=480748/529804
[pid=4246] ppid=4243 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4243 4246 23565 0 -1 4202496 7711 0 1 0 61 1 0 0 20 0 22 0 11163745 10060525568 9903 33554432000 1073741824 1073778376 140735108802000 140735108793136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4246/statm: 2456183 9903 2248 9 0 2446860 0
[pid=4246/tid=4247] ppid=4243 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) S 4243 4246 23565 0 -1 4202560 2394 0 1 0 15 0 0 0 20 0 22 0 11163745 10060525568 9903 33554432000 1073741824 1073778376 140735108802000 140652239528824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+0.700303 s]
/proc/loadavg: 1.36 1.46 1.73 4/197 4246
/proc/meminfo: memFree=30336232/32872528 swapFree=480748/529804
[pid=4246] ppid=4243 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4243 4246 23565 0 -1 4202496 16277 0 1 0 141 5 0 0 20 0 22 0 11163745 10060525568 15002 33554432000 1073741824 1073778376 140735108802000 140735108793136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4246/statm: 2456183 15002 2255 9 0 2446860 0
[pid=4246/tid=4247] ppid=4243 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) S 4243 4246 23565 0 -1 4202560 2394 0 1 0 16 0 0 0 20 0 22 0 11163745 10060525568 15002 33554432000 1073741824 1073778376 140735108802000 140652239528824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 1.36 1.46 1.73 3/216 4271
/proc/meminfo: memFree=30279896/32872528 swapFree=480748/529804
[pid=4246] ppid=4243 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4243 4246 23565 0 -1 4202496 17983 0 1 0 160 7 0 0 20 0 19 0 11163745 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140735108793136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4246/statm: 2456183 17257 2258 9 0 2446860 0
[pid=4246/tid=4247] ppid=4243 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) S 4243 4246 23565 0 -1 4202560 2395 0 1 0 16 0 0 0 20 0 19 0 11163745 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652239528824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4249] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4249/stat : 4249 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652201019688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4250] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4250/stat : 4250 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652199966888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4251] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4251/stat : 4251 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652198914600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4252] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4252/stat : 4252 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652197861800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4253] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4253/stat : 4253 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652196809512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4254] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652195756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4255] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652194704424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4256] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4256/stat : 4256 (java) S 4243 4246 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652075543464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4257] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4257/stat : 4257 (java) S 4243 4246 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11163747 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652063344872 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4258] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4258/stat : 4258 (java) S 4243 4246 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11163747 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652062290936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4259] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4243 4246 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11163747 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652061238536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4260] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163749 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140652060187024 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4261] ppid=4243 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) S 4243 4246 23565 0 -1 4202560 8644 0 0 0 39 2 0 0 20 0 19 0 11163749 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140651320568504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4262] ppid=4243 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) S 4243 4246 23565 0 -1 4202560 5596 0 0 0 49 0 0 0 20 0 19 0 11163749 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140651319515704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4263] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4263/stat : 4263 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163749 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140651318463608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4264] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4264/stat : 4264 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163749 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140651317411016 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4268] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4268/stat : 4268 (java) S 4243 4246 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11163764 10060525568 17257 33554432000 1073741824 1073778376 140735108802000 140651313198120 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (1.68 s) is less than in the last sample (1.69 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+2.20068 s]
/proc/loadavg: 1.36 1.46 1.73 5/217 4280
/proc/meminfo: memFree=30262860/32872528 swapFree=480748/529804
[pid=4246] ppid=4243 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4243 4246 23565 0 -1 4202496 18001 0 1 0 162 7 0 0 20 0 22 0 11163745 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140735108793136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4246/statm: 2456183 19312 2258 9 0 2446860 0
[pid=4246/tid=4247] ppid=4243 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) S 4243 4246 23565 0 -1 4202560 2396 0 1 0 16 0 0 0 20 0 22 0 11163745 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652239528824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4249] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4249/stat : 4249 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11163746 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652201019688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4250] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4250/stat : 4250 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11163746 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652199966888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4251] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4251/stat : 4251 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11163746 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652198914600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4252] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4252/stat : 4252 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11163746 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652197861800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4253] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4253/stat : 4253 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11163746 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652196809512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4254] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11163746 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652195756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4255] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11163746 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652194704424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4256] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4256/stat : 4256 (java) S 4243 4246 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11163746 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652075543464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4257] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4257/stat : 4257 (java) S 4243 4246 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11163747 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652063344872 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4258] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4258/stat : 4258 (java) S 4243 4246 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 11163747 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652062290936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4259] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4243 4246 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11163747 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652061238536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4260] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11163749 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140652060187024 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4261] ppid=4243 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) R 4243 4246 23565 0 -1 4202560 8644 0 0 0 39 2 0 0 20 0 22 0 11163749 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140651320562528 211462185397 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4262] ppid=4243 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) R 4243 4246 23565 0 -1 4202560 5596 0 0 0 49 0 0 0 20 0 22 0 11163749 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140651319515704 211462185397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4263] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4263/stat : 4263 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11163749 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140651318463608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4264] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4264/stat : 4264 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11163749 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140651317411016 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4268] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4268/stat : 4268 (java) S 4243 4246 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11163764 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140651313198120 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4278] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4278/stat : 4278 (java) R 4243 4246 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11163964 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140651314250664 140652076190486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4279] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4279/stat : 4279 (java) R 4243 4246 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11163964 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140651316356696 140652075988457 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4280] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4280/stat : 4280 (java) S 4243 4246 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11163965 10060525568 19312 33554432000 1073741824 1073778376 140735108802000 140651315303976 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824732

[startup+2.30813 s]
/proc/loadavg: 1.36 1.46 1.73 5/217 4280
/proc/meminfo: memFree=30262860/32872528 swapFree=480748/529804
[pid=4246] ppid=4243 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4243 4246 23565 0 -1 4202496 18001 0 1 0 161 7 0 0 20 0 19 0 11163745 10060525568 19306 33554432000 1073741824 1073778376 140735108802000 140735108793136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4246/statm: 2456183 19306 2258 9 0 2446860 0
[pid=4246/tid=4247] ppid=4243 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) S 4243 4246 23565 0 -1 4202560 2396 0 1 0 16 0 0 0 20 0 19 0 11163745 10060525568 19306 33554432000 1073741824 1073778376 140735108802000 140652239528824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4249] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4249/stat : 4249 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 19306 33554432000 1073741824 1073778376 140735108802000 140652201019688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4250] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4250/stat : 4250 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 19306 33554432000 1073741824 1073778376 140735108802000 140652199966888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4251] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4251/stat : 4251 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 19306 33554432000 1073741824 1073778376 140735108802000 140652198914600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4252] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4252/stat : 4252 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 19306 33554432000 1073741824 1073778376 140735108802000 140652197861800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4253] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4253/stat : 4253 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 19306 33554432000 1073741824 1073778376 140735108802000 140652196809512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4254] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 19306 33554432000 1073741824 1073778376 140735108802000 140652195756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4255] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163746 10060525568 19306 33554432000 1073741824 1073778376 140735108802000 140652194704424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/4246/task/4258/stat : 4258 (java) S 4243 4246 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11163747 10060525568 53568 33554432000 1073741824 1073778376 140735108802000 140652062290936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4259] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4243 4246 23565 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 22 0 11163747 10060525568 53568 33554432000 1073741824 1073778376 140735108802000 140652061238536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4260] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11163749 10060525568 53568 33554432000 1073741824 1073778376 140735108802000 140652060187024 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4261] ppid=4243 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) S 4243 4246 23565 0 -1 4202560 14547 0 0 0 141 3 0 0 20 0 22 0 11163749 10060525568 53568 33554432000 1073741824 1073778376 140735108802000 140651320568504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4262] ppid=4243 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) S 4243 4246 23565 0 -1 4202560 5637 0 0 0 87 0 0 0 20 0 22 0 11163749 10060525568 53568 33554432000 1073741824 1073778376 140735108802000 140651319515704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4263] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4263/stat : 4263 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11163749 10060525568 53568 33554432000 1073741824 1073778376 140735108802000 140651318463608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4264] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4264/stat : 4264 (java) S 4243 4246 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11163749 10060525568 53568 33554432000 1073741824 1073778376 140735108802000 140651317411016 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4268] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4268/stat : 4268 (java) S 4243 4246 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11163764 10060525568 53568 33554432000 1073741824 1073778376 140735108802000 140651313198120 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4807] ppid=4243 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/4246/task/4807/stat : 4807 (java) R 4243 4246 23565 0 -1 4202560 3 0 0 0 82 0 0 0 20 0 22 0 11168461 10060525568 53568 33554432000 1073741824 1073778376 140735108802000 140651316353696 140652076026358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4808] ppid=4243 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/4246/task/4808/stat : 4808 (java) R 4243 4246 23565 0 -1 4202560 3 0 0 0 82 0 0 0 20 0 22 0 11168461 10060525568 53568 33554432000 1073741824 1073778376 140735108802000 140651315303768 140652076186016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4809] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4809/stat : 4809 (java) S 4243 4246 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11168462 10060525568 53568 33554432000 1073741824 1073778376 140735108802000 140651314251048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 35.08
Current children cumulated vsize (KiB) 9824732

[startup+48.8008 s]
/proc/loadavg: 1.53 1.46 1.71 4/217 4815
/proc/meminfo: memFree=30136628/32872528 swapFree=480748/529804
[pid=4246] ppid=4243 vsize=9824732 CPUtime=35.94 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4243 4246 23565 0 -1 4202496 24852 0 1 0 3464 130 0 0 20 0 19 0 11163745 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140735108793136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4246/statm: 2456183 54298 2289 9 0 2446860 0
[pid=4246/tid=4247] ppid=4243 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) S 4243 4246 23565 0 -1 4202560 2397 0 1 0 23 2 0 0 20 0 19 0 11163745 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652239528824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4249] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4249/stat : 4249 (java) S 4243 4246 23565 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652201019688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4250] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4250/stat : 4250 (java) S 4243 4246 23565 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652199966888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4251] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4251/stat : 4251 (java) S 4243 4246 23565 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652198914600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4252] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4252/stat : 4252 (java) S 4243 4246 23565 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652197861800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4253] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4253/stat : 4253 (java) S 4243 4246 23565 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652196809512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4254] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4243 4246 23565 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652195756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4255] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4243 4246 23565 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652194704424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4256] ppid=4243 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4246/task/4256/stat : 4256 (java) S 4243 4246 23565 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652075543464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4257] ppid=4243 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/4246/task/4257/stat : 4257 (java) S 4243 4246 23565 0 -1 4202560 13 0 0 0 1 3 0 0 20 0 19 0 11163747 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652063344872 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4258] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4258/stat : 4258 (java) S 4243 4246 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11163747 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652062290936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4259] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4243 4246 23565 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 11163747 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652061238536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4260] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652060187024 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4261] ppid=4243 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) S 4243 4246 23565 0 -1 4202560 14547 0 0 0 141 3 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651320568504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4262] ppid=4243 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) S 4243 4246 23565 0 -1 4202560 5637 0 0 0 87 0 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651319515704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4263] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4263/stat : 4263 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651318463608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4264] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4264/stat : 4264 (java) S 4243 4246 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651317411016 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4268] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4268/stat : 4268 (java) S 4243 4246 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11163764 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651313198120 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 35.94
Current children cumulated vsize (KiB) 9824732

[startup+49.0008 s]
/proc/loadavg: 1.53 1.46 1.71 4/217 4815
/proc/meminfo: memFree=30136628/32872528 swapFree=480748/529804
[pid=4246] ppid=4243 vsize=9824732 CPUtime=35.94 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4243 4246 23565 0 -1 4202496 24852 0 1 0 3464 130 0 0 20 0 19 0 11163745 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140735108793136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4246/statm: 2456183 54298 2289 9 0 2446860 0
[pid=4246/tid=4247] ppid=4243 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) S 4243 4246 23565 0 -1 4202560 2397 0 1 0 23 2 0 0 20 0 19 0 11163745 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652239528824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4249] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4249/stat : 4249 (java) S 4243 4246 23565 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652201019688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4250] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4250/stat : 4250 (java) S 4243 4246 23565 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652199966888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4251] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4251/stat : 4251 (java) S 4243 4246 23565 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652198914600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4252] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4252/stat : 4252 (java) S 4243 4246 23565 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652197861800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4253] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4253/stat : 4253 (java) S 4243 4246 23565 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652196809512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4254] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4243 4246 23565 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652195756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4255] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4243 4246 23565 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652194704424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4256] ppid=4243 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4246/task/4256/stat : 4256 (java) S 4243 4246 23565 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652075543464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4257] ppid=4243 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/4246/task/4257/stat : 4257 (java) S 4243 4246 23565 0 -1 4202560 13 0 0 0 1 3 0 0 20 0 19 0 11163747 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652063344872 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4258] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4258/stat : 4258 (java) S 4243 4246 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11163747 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652062290936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4259] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4243 4246 23565 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 11163747 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652061238536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4260] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652060187024 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4261] ppid=4243 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) S 4243 4246 23565 0 -1 4202560 14547 0 0 0 141 3 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651320568504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4262] ppid=4243 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) S 4243 4246 23565 0 -1 4202560 5637 0 0 0 87 0 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651319515704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4263] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4263/stat : 4263 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651318463608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4264] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4264/stat : 4264 (java) S 4243 4246 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651317411016 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4268] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4268/stat : 4268 (java) S 4243 4246 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11163764 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651313198120 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 35.94
Current children cumulated vsize (KiB) 9824732

[startup+49.1008 s]
/proc/loadavg: 1.53 1.46 1.71 4/217 4815
/proc/meminfo: memFree=30136628/32872528 swapFree=480748/529804
[pid=4246] ppid=4243 vsize=9824732 CPUtime=35.94 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4243 4246 23565 0 -1 4202496 24852 0 1 0 3464 130 0 0 20 0 19 0 11163745 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140735108793136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4246/statm: 2456183 54298 2289 9 0 2446860 0
[pid=4246/tid=4247] ppid=4243 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) S 4243 4246 23565 0 -1 4202560 2397 0 1 0 23 2 0 0 20 0 19 0 11163745 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652239528824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4249] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4249/stat : 4249 (java) S 4243 4246 23565 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652201019688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4250] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4250/stat : 4250 (java) S 4243 4246 23565 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652199966888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4251] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4251/stat : 4251 (java) S 4243 4246 23565 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652198914600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4252] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4252/stat : 4252 (java) S 4243 4246 23565 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652197861800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4253] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4253/stat : 4253 (java) S 4243 4246 23565 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652196809512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4254] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4243 4246 23565 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652195756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4255] ppid=4243 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4243 4246 23565 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652194704424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4256] ppid=4243 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4246/task/4256/stat : 4256 (java) S 4243 4246 23565 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 11163746 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652075543464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4257] ppid=4243 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/4246/task/4257/stat : 4257 (java) S 4243 4246 23565 0 -1 4202560 13 0 0 0 1 3 0 0 20 0 19 0 11163747 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652063344872 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4258] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4258/stat : 4258 (java) S 4243 4246 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11163747 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652062290936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4259] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4243 4246 23565 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 11163747 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652061238536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4260] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140652060187024 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4261] ppid=4243 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) S 4243 4246 23565 0 -1 4202560 14547 0 0 0 141 3 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651320568504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4262] ppid=4243 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) S 4243 4246 23565 0 -1 4202560 5637 0 0 0 87 0 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651319515704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4263] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4263/stat : 4263 (java) S 4243 4246 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651318463608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4264] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4264/stat : 4264 (java) S 4243 4246 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11163749 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651317411016 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4268] ppid=4243 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4268/stat : 4268 (java) S 4243 4246 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11163764 10060525568 54298 33554432000 1073741824 1073778376 140735108802000 140651313198120 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 35.94
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.02
#  lost CPU system time (s): 0

Real time (s): 49.1988
CPU time (s): 36.1085
CPU user time (s): 34.7277
CPU system time (s): 1.38079
CPU usage (%): 73.3931
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.7077
system time used= 1.38079
maximum resident set size= 220424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24858
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= 3590
involuntary context switches= 1168

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

The end

Launcher Data

Begin job on node141 at 2016-06-30 23:17:18
IDJOB=4109633
IDBENCH=78876
IDSOLVER=2552
FILE ID=node141/4109633-1467321438
RUNJOBID= node141-1467319102-29021
PBS_JOBID= 20005274
Free space on /tmp= 71704 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.1111218757--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109633-1467321438/watcher-4109633-1467321438 -o /tmp/evaluation-result-4109633-1467321438/solver-4109633-1467321438 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109633-1467321438.wbo

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

MD5SUM BENCH= 38c8dd1463da5f11da3559d57124aa5b
RANDOM SEED=1807482914

node141.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.448
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.89
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.448
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.448
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.55
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.448
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.448
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.448
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	: 5339.30
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.448
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.53
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.448
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30337024 kB
Buffers:          175508 kB
Cached:           862800 kB
SwapCached:            0 kB
Active:           536708 kB
Inactive:         717752 kB
Active(anon):     218688 kB
Inactive(anon):        4 kB
Active(file):     318020 kB
Inactive(file):   717748 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:        745672 kB
Mapped:            22216 kB
Shmem:               204 kB
Slab:             620180 kB
SReclaimable:      63684 kB
SUnreclaim:       556496 kB
KernelStack:        1640 kB
PageTables:         5260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1207700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 71700 MiB
End job on node141 at 2016-06-30 23:18:07