Trace number 4110277

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.3205 55.1878

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220019--soft-0-100-0.wbo
MD5SUMe73465a328717b1b804a610f4d9de315
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.44048
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1259
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4110277-1467321949.wbo
0.08/0.12	c reading problem ... 
0.08/0.18	c ... done. Wall clock time 0.065s.
0.08/0.18	c declared #vars     169
0.08/0.18	c internal #vars     270
0.08/0.18	c #constraints  101
0.08/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.08/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.08/0.19	c 101 constraints processed.
0.08/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.08/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.08/0.19	c 101 constraints processed.
0.08/0.19	c objective function length is 101 literals
0.24/0.26	c And the winner is solver0
0.85/0.69	c SATISFIABLE
0.85/0.69	c OPTIMIZING...
0.85/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
0.85/0.69	o 891
0.88/0.70	c And the winner is solver0
0.98/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
0.98/1.19	o 884
1.02/1.25	c And the winner is solver0
1.42/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
1.42/1.69	o 883
1.43/1.70	c And the winner is solver0
1.43/2.19	c Got one! Elapsed wall clock time (in seconds):2.075
1.43/2.19	o 765
1.81/2.32	c And the winner is solver0
2.01/2.69	c Got one! Elapsed wall clock time (in seconds):2.576
2.01/2.69	o 747
2.02/2.70	c And the winner is solver0
2.02/3.19	c Got one! Elapsed wall clock time (in seconds):3.078
2.02/3.19	o 743
2.02/3.20	c And the winner is solver0
2.02/3.70	c Got one! Elapsed wall clock time (in seconds):3.579
2.02/3.70	o 738
2.02/3.71	c And the winner is solver0
2.09/4.20	c Got one! Elapsed wall clock time (in seconds):4.08
2.09/4.20	o 508
2.09/4.21	c And the winner is solver0
2.14/4.70	c Got one! Elapsed wall clock time (in seconds):4.581
2.14/4.70	o 500
2.14/4.78	c And the winner is solver0
2.33/5.20	c Got one! Elapsed wall clock time (in seconds):5.082
2.33/5.20	o 499
2.33/5.21	c And the winner is solver0
2.34/5.70	c Got one! Elapsed wall clock time (in seconds):5.584
2.34/5.70	o 491
2.34/5.74	c And the winner is solver0
2.43/6.20	c Got one! Elapsed wall clock time (in seconds):6.085
2.43/6.20	o 478
2.43/6.21	c And the winner is solver0
2.43/6.70	c Got one! Elapsed wall clock time (in seconds):6.586
2.43/6.70	o 446
2.43/6.71	c And the winner is solver0
2.43/7.20	c Got one! Elapsed wall clock time (in seconds):7.088
2.43/7.20	o 428
2.43/7.22	c And the winner is solver0
2.48/7.71	c Got one! Elapsed wall clock time (in seconds):7.589
2.48/7.71	o 426
2.48/7.71	c And the winner is solver0
2.49/8.21	c Got one! Elapsed wall clock time (in seconds):8.09
2.49/8.21	o 422
2.49/8.23	c And the winner is solver0
2.58/8.71	c Got one! Elapsed wall clock time (in seconds):8.591
2.58/8.71	o 419
2.58/8.72	c And the winner is solver0
2.60/9.21	c Got one! Elapsed wall clock time (in seconds):9.092
2.60/9.21	o 401
2.60/9.22	c And the winner is solver0
2.63/9.71	c Got one! Elapsed wall clock time (in seconds):9.594
2.63/9.71	o 397
2.63/9.73	c And the winner is solver0
2.80/10.21	c Got one! Elapsed wall clock time (in seconds):10.095
2.80/10.21	o 346
2.80/10.25	c And the winner is solver0
2.88/10.71	c Got one! Elapsed wall clock time (in seconds):10.596
2.88/10.71	o 344
2.88/10.72	c And the winner is solver0
2.91/11.21	c Got one! Elapsed wall clock time (in seconds):11.097
2.91/11.21	o 341
2.91/11.25	c And the winner is solver0
3.00/11.72	c Got one! Elapsed wall clock time (in seconds):11.598
3.00/11.72	o 339
3.00/11.72	c And the winner is solver0
3.02/12.22	c Got one! Elapsed wall clock time (in seconds):12.099
3.02/12.22	o 337
3.02/12.22	c And the winner is solver0
3.03/12.72	c Got one! Elapsed wall clock time (in seconds):12.6
3.03/12.72	o 278
3.03/12.72	c And the winner is solver0
3.03/13.22	c Got one! Elapsed wall clock time (in seconds):13.101
3.03/13.22	o 269
3.03/13.23	c And the winner is solver0
3.04/13.72	c Got one! Elapsed wall clock time (in seconds):13.602
3.04/13.72	o 260
3.04/13.73	c And the winner is solver0
3.06/14.22	c Got one! Elapsed wall clock time (in seconds):14.103
3.06/14.22	o 255
3.25/14.31	c cleaning 5867 clauses out of 11755 with flag 3398/11755
3.65/14.60	c cleaning 5937 clauses out of 11888 with flag 28599/17755
3.86/14.66	c And the winner is solver0
4.01/14.72	c Got one! Elapsed wall clock time (in seconds):14.605
4.01/14.72	o 254
4.23/14.89	c And the winner is solver0
4.47/15.22	c Got one! Elapsed wall clock time (in seconds):15.106
4.47/15.22	o 253
4.47/15.26	c And the winner is solver0
4.65/15.72	c Got one! Elapsed wall clock time (in seconds):15.607
4.65/15.72	o 250
4.65/15.79	c cleaning 6284 clauses out of 12592 with flag 3455/24396
5.02/15.93	c And the winner is solver0
5.12/16.22	c Got one! Elapsed wall clock time (in seconds):16.108
5.12/16.22	o 243
5.12/16.26	c And the winner is solver0
5.19/16.73	c Got one! Elapsed wall clock time (in seconds):16.609
5.19/16.73	o 239
5.19/16.76	c And the winner is solver0
5.29/17.23	c Got one! Elapsed wall clock time (in seconds):17.111
5.29/17.23	o 238
5.29/17.27	c And the winner is solver0
5.40/17.73	c Got one! Elapsed wall clock time (in seconds):17.612
5.40/17.73	o 209
5.53/17.84	c cleaning 6655 clauses out of 13316 with flag 7221/31404
6.13/18.12	c cleaning 6325 clauses out of 12661 with flag 30182/37404
6.33/18.28	c And the winner is solver0
6.51/18.73	c Got one! Elapsed wall clock time (in seconds):18.613
6.51/18.73	o 208
6.51/18.79	c And the winner is solver0
6.74/19.23	c Got one! Elapsed wall clock time (in seconds):19.116
6.74/19.23	o 198
6.74/19.30	c cleaning 5838 clauses out of 11684 with flag 4815/42752
7.07/19.44	c And the winner is solver0
7.29/19.73	c Got one! Elapsed wall clock time (in seconds):19.617
7.29/19.73	o 194
7.29/19.76	c And the winner is solver0
7.44/20.23	c Got one! Elapsed wall clock time (in seconds):20.117
7.44/20.23	o 192
7.57/20.36	c cleaning 5767 clauses out of 11537 with flag 9660/48443
7.57/20.39	c And the winner is solver0
7.80/20.74	c Got one! Elapsed wall clock time (in seconds):20.618
7.80/20.74	o 190
7.80/20.77	c And the winner is solver0
7.96/21.24	c Got one! Elapsed wall clock time (in seconds):21.119
7.96/21.24	o 184
8.07/21.33	c And the winner is solver0
8.17/21.74	c Got one! Elapsed wall clock time (in seconds):21.62
8.17/21.74	o 183
8.17/21.78	c And the winner is solver0
8.33/22.24	c Got one! Elapsed wall clock time (in seconds):22.121
8.33/22.24	o 182
8.33/22.27	c And the winner is solver0
8.49/22.74	c Got one! Elapsed wall clock time (in seconds):22.622
8.49/22.74	o 180
8.49/22.79	c And the winner is solver0
8.72/23.24	c Got one! Elapsed wall clock time (in seconds):23.123
8.72/23.24	o 174
8.72/23.27	c And the winner is solver0
8.88/23.74	c Got one! Elapsed wall clock time (in seconds):23.624
8.88/23.74	o 170
8.88/23.76	c And the winner is solver0
9.02/24.24	c Got one! Elapsed wall clock time (in seconds):24.125
9.02/24.24	o 164
9.14/24.32	c And the winner is solver0
9.22/24.74	c Got one! Elapsed wall clock time (in seconds):24.626
9.22/24.74	o 163
9.53/24.91	c cleaning 8122 clauses out of 16252 with flag 14735/58925
9.53/24.95	c And the winner is solver0
9.66/25.24	c Got one! Elapsed wall clock time (in seconds):25.127
9.66/25.24	o 162
9.99/25.47	c And the winner is solver0
10.18/25.75	c Got one! Elapsed wall clock time (in seconds):25.628
10.18/25.75	o 159
10.29/25.81	c cleaning 7225 clauses out of 14464 with flag 4098/65259
10.29/25.81	c And the winner is solver0
10.38/26.25	c Got one! Elapsed wall clock time (in seconds):26.129
10.38/26.25	o 156
10.38/26.27	c And the winner is solver0
10.55/26.75	c Got one! Elapsed wall clock time (in seconds):26.63
10.55/26.75	o 155
10.65/26.88	c And the winner is solver0
10.84/27.25	c Got one! Elapsed wall clock time (in seconds):27.13
10.84/27.25	o 151
10.94/27.34	c And the winner is solver0
11.06/27.75	c Got one! Elapsed wall clock time (in seconds):27.631
11.06/27.75	o 150
11.06/27.79	c And the winner is solver0
11.27/28.25	c Got one! Elapsed wall clock time (in seconds):28.132
11.27/28.25	o 149
11.27/28.28	c And the winner is solver0
11.42/28.75	c Got one! Elapsed wall clock time (in seconds):28.633
11.42/28.75	o 148
11.42/28.79	c And the winner is solver0
11.59/29.25	c Got one! Elapsed wall clock time (in seconds):29.134
11.59/29.25	o 147
11.59/29.29	c And the winner is solver0
11.77/29.75	c Got one! Elapsed wall clock time (in seconds):29.635
11.77/29.75	o 146
11.77/29.78	c And the winner is solver0
11.92/30.25	c Got one! Elapsed wall clock time (in seconds):30.136
11.92/30.25	o 145
11.92/30.26	c And the winner is solver0
12.05/30.75	c Got one! Elapsed wall clock time (in seconds):30.637
12.05/30.75	o 144
12.05/30.80	c And the winner is solver0
12.26/31.26	c Got one! Elapsed wall clock time (in seconds):31.138
12.26/31.26	o 142
12.35/31.36	c cleaning 8774 clauses out of 17555 with flag 4446/75575
12.35/31.38	c And the winner is solver0
12.84/31.76	c Got one! Elapsed wall clock time (in seconds):31.639
12.84/31.76	o 141
12.84/31.80	c And the winner is solver0
13.01/32.26	c Got one! Elapsed wall clock time (in seconds):32.14
13.01/32.26	o 137
13.08/32.33	c And the winner is solver0
13.20/32.76	c Got one! Elapsed wall clock time (in seconds):32.641
13.20/32.76	o 136
13.20/32.80	c And the winner is solver0
13.36/33.26	c Got one! Elapsed wall clock time (in seconds):33.142
13.36/33.26	o 135
13.36/33.29	c And the winner is solver0
13.51/33.76	c Got one! Elapsed wall clock time (in seconds):33.642
13.51/33.76	o 134
13.59/33.82	c And the winner is solver0
13.70/34.26	c Got one! Elapsed wall clock time (in seconds):34.143
13.70/34.26	o 133
13.77/34.30	c And the winner is solver0
13.86/34.76	c Got one! Elapsed wall clock time (in seconds):34.644
13.86/34.76	o 125
13.86/34.79	c And the winner is solver0
14.02/35.26	c Got one! Elapsed wall clock time (in seconds):35.145
14.02/35.26	o 98
14.02/35.29	c And the winner is solver0
14.17/35.76	c Got one! Elapsed wall clock time (in seconds):35.646
14.17/35.76	o 87
14.17/35.77	c And the winner is solver0
14.17/36.26	c Got one! Elapsed wall clock time (in seconds):36.147
14.17/36.26	o 78
14.25/36.37	c And the winner is solver0
14.40/36.77	c Got one! Elapsed wall clock time (in seconds):36.648
14.40/36.77	o 77
14.40/36.80	c And the winner is solver0
14.55/37.27	c Got one! Elapsed wall clock time (in seconds):37.149
14.55/37.27	o 58
14.55/37.30	c And the winner is solver0
14.71/37.77	c Got one! Elapsed wall clock time (in seconds):37.651
14.71/37.77	o 51
14.71/37.78	c And the winner is solver0
14.85/38.27	c Got one! Elapsed wall clock time (in seconds):38.153
14.85/38.27	o 41
14.90/38.37	c cleaning 9778 clauses out of 19559 with flag 3434/86353
15.14/38.50	c And the winner is solver0
15.70/38.77	c Got one! Elapsed wall clock time (in seconds):38.656
15.70/38.77	o 40
15.74/38.87	c cleaning 7537 clauses out of 15086 with flag 6994/91658
16.35/39.13	c cleaning 6775 clauses out of 13549 with flag 28673/97658
16.75/39.33	c And the winner is solver0
16.84/39.78	c Got one! Elapsed wall clock time (in seconds):39.659
16.84/39.78	o 22
17.27/40.02	c cleaning 8391 clauses out of 16789 with flag 18536/107673
17.67/40.21	c And the winner is solver0
17.67/40.28	c Got one! Elapsed wall clock time (in seconds):40.161
17.67/40.28	o 20
18.21/40.53	c cleaning 9212 clauses out of 18427 with flag 20481/117702
18.63/40.80	c cleaning 7605 clauses out of 15214 with flag 47699/123701
19.01/40.99	c And the winner is solver0
19.24/41.28	c Got one! Elapsed wall clock time (in seconds):41.165
19.24/41.28	o 19
19.27/41.34	c cleaning 6781 clauses out of 13587 with flag 3717/129679
19.47/41.47	c And the winner is solver0
19.63/41.79	c Got one! Elapsed wall clock time (in seconds):41.668
19.63/41.79	o 18
19.68/41.85	c cleaning 5915 clauses out of 11838 with flag 4288/134711
19.87/41.99	c And the winner is solver0
20.11/42.29	c Got one! Elapsed wall clock time (in seconds):42.172
20.11/42.29	o 17
20.11/42.31	c And the winner is solver0
20.24/42.79	c Got one! Elapsed wall clock time (in seconds):42.676
20.24/42.79	o 16
20.24/42.83	c And the winner is solver0
20.39/43.30	c Got one! Elapsed wall clock time (in seconds):43.18
20.39/43.30	o 15
20.39/43.39	c cleaning 6508 clauses out of 13017 with flag 7923/141805
20.59/43.44	c And the winner is solver0
20.70/43.80	c Got one! Elapsed wall clock time (in seconds):43.684
20.70/43.80	o 14
20.88/43.96	c cleaning 6047 clauses out of 12119 with flag 16177/147415
21.30/44.11	c And the winner is solver0
21.32/44.31	c Got one! Elapsed wall clock time (in seconds):44.188
21.32/44.31	o 13
21.32/44.36	c And the winner is solver0
21.50/44.81	c Got one! Elapsed wall clock time (in seconds):44.692
21.50/44.81	o 11
21.50/44.87	c cleaning 6168 clauses out of 12340 with flag 4916/153683
22.08/45.12	c cleaning 6081 clauses out of 12170 with flag 32145/159681
22.67/45.43	c cleaning 6543 clauses out of 13088 with flag 64105/166680
22.67/45.46	c And the winner is solver0
22.92/45.81	c Got one! Elapsed wall clock time (in seconds):45.697
22.92/45.81	o 10
23.29/46.04	c cleaning 6176 clauses out of 12359 with flag 21011/172495
23.29/46.07	c And the winner is solver0
23.46/46.32	c Got one! Elapsed wall clock time (in seconds):46.201
23.46/46.32	o 8
23.81/46.53	c cleaning 6032 clauses out of 12105 with flag 23552/178417
24.02/46.61	c And the winner is solver0
25.03/47.62	c Got one! Elapsed wall clock time (in seconds):47.508
25.03/47.62	o 7
25.18/47.75	c cleaning 5576 clauses out of 11154 with flag 12816/183498
25.78/48.00	c cleaning 5786 clauses out of 11577 with flag 38579/189498
26.19/48.26	c And the winner is solver0
26.87/48.83	c Got one! Elapsed wall clock time (in seconds):48.714
26.87/48.83	o 6
27.23/49.09	c cleaning 8626 clauses out of 17254 with flag 22922/200963
27.83/49.37	c cleaning 7312 clauses out of 14627 with flag 51445/206963
27.83/49.39	c And the winner is solver0
28.63/50.04	c Got one! Elapsed wall clock time (in seconds):49.919
28.63/50.04	o 5
28.96/50.25	c cleaning 6408 clauses out of 12835 with flag 24163/212484
28.96/50.27	c And the winner is solver0
30.05/51.24	c Got one! Elapsed wall clock time (in seconds):51.126
30.05/51.24	o 4
30.37/51.46	c cleaning 5889 clauses out of 11781 with flag 23128/217840
30.98/51.72	c cleaning 5942 clauses out of 11889 with flag 52332/223839
31.56/52.01	c cleaning 6470 clauses out of 12941 with flag 83880/230838
31.56/52.02	c And the winner is solver0
32.00/52.45	c Got one! Elapsed wall clock time (in seconds):52.332
32.00/52.45	o 3
32.33/52.67	c cleaning 5956 clauses out of 11941 with flag 25115/236308
32.94/52.93	c cleaning 5965 clauses out of 11984 with flag 54276/242307
33.54/53.25	c cleaning 6508 clauses out of 13020 with flag 89709/249308
34.14/53.58	c And the winner is solver0
34.36/53.95	c Got one! Elapsed wall clock time (in seconds):53.838
34.36/53.95	o 2
34.83/54.27	c cleaning 9547 clauses out of 19100 with flag 25602/261902
35.44/54.57	c And the winner is solver0
36.14/55.18	c >>>>>>>>>> Solver number 0 (95 answers) <<<<<<<<<<<<<<<<<<
36.14/55.18	c starts		: 261
36.14/55.18	c conflicts		: 267486
36.14/55.18	c decisions		: 441867
36.14/55.18	c propagations		: 7454347
36.14/55.18	c inspects		: 129933563
36.14/55.18	c shortcuts		: 0
36.14/55.18	c learnt literals	: 37
36.14/55.18	c learnt binary clauses	: 15
36.14/55.18	c learnt ternary clauses	: 434
36.14/55.18	c learnt constraints	: 267448
36.14/55.18	c ignored constraints	: 0
36.14/55.18	c root simplifications	: 0
36.14/55.18	c removed literals (reason simplification)	: 177507
36.14/55.18	c reason swapping (by a shorter reason)	: 0
36.14/55.18	c Calls to reduceDB	: 37
36.14/55.18	c Number of update (reduction) of LBD	: 77175
36.14/55.18	c Imported unit clauses	: 0
36.14/55.18	c number of reductions to clauses (during analyze)	: 0
36.14/55.18	c number of learned constraints concerned by reduction	: 0
36.14/55.18	c number of learning phase by resolution	: 0
36.14/55.18	c number of learning phase by cutting planes	: 0
36.14/55.18	c speed (assignments/second)	: 135563.15923474214
36.14/55.18	c non guided choices	4118
36.14/55.18	c learnt constraints type 
36.14/55.18	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
36.14/55.18	c starts		: 95
36.14/55.18	c conflicts		: 308
36.14/55.18	c decisions		: 10435
36.14/55.18	c propagations		: 28939
36.14/55.18	c inspects		: 939243
36.14/55.18	c shortcuts		: 0
36.14/55.18	c learnt literals	: 0
36.14/55.18	c learnt binary clauses	: 0
36.14/55.18	c learnt ternary clauses	: 0
36.14/55.18	c learnt constraints	: 222
36.14/55.18	c ignored constraints	: 0
36.14/55.18	c root simplifications	: 0
36.14/55.18	c removed literals (reason simplification)	: 0
36.14/55.18	c reason swapping (by a shorter reason)	: 0
36.14/55.18	c Calls to reduceDB	: 0
36.14/55.18	c Number of update (reduction) of LBD	: 0
36.14/55.18	c Imported unit clauses	: 0
36.14/55.18	c number of reductions to clauses (during analyze)	: 0
36.14/55.18	c number of learned constraints concerned by reduction	: 0
36.14/55.18	c number of learning phase by resolution	: 0
36.14/55.18	c number of learning phase by cutting planes	: 0
36.14/55.18	c speed (assignments/second)	: 23916.528925619834
36.14/55.18	c non guided choices	1661
36.14/55.18	c learnt constraints type 
36.14/55.18	s OPTIMUM FOUND
36.14/55.18	c Found 94 solution(s)
36.14/55.18	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 
36.14/55.18	c objective function=2
36.14/55.18	c Total wall clock time (in seconds): 55.062

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4110277-1467321949/watcher-4110277-1467321949 -o /tmp/evaluation-result-4110277-1467321949/solver-4110277-1467321949 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467319233-22139 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110277-1467321949.wbo 

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

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


[startup+0 s]
/proc/loadavg: 0.74 0.68 0.86 3/167 28976
/proc/meminfo: memFree=30520848/32872528 swapFree=447588/480292
[pid=28976] ppid=28973 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/28976/stat : 28976 (java) R 28973 28976 16080 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 13298650 8192 1 33554432000 0 0 0 140733987677224 235374538167 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28976/statm: 33 1 0 0 0 22 0

[startup+0.10006 s]
/proc/loadavg: 0.74 0.68 0.86 3/167 28976
/proc/meminfo: memFree=30520848/32872528 swapFree=447588/480292
[pid=28976] ppid=28973 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/28976/stat : 28976 (java) S 28973 28976 16080 0 -1 4202496 4405 0 1 0 7 1 0 0 20 0 18 0 13298650 9787879424 6033 33554432000 1073741824 1073778376 140736393467808 140736393458944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28976/statm: 2389619 6033 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200235 s]
/proc/loadavg: 0.74 0.68 0.86 3/167 28976
/proc/meminfo: memFree=30520848/32872528 swapFree=447588/480292
[pid=28976] ppid=28973 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/28976/stat : 28976 (java) S 28973 28976 16080 0 -1 4202496 4818 0 1 0 22 2 0 0 20 0 22 0 13298650 10060525568 7902 33554432000 1073741824 1073778376 140736393467808 140736393458944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28976/statm: 2456183 7902 2221 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+0.300309 s]
/proc/loadavg: 0.74 0.68 0.86 3/167 28976
/proc/meminfo: memFree=30520848/32872528 swapFree=447588/480292
[pid=28976] ppid=28973 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/28976/stat : 28976 (java) S 28973 28976 16080 0 -1 4202496 8408 0 1 0 54 4 0 0 20 0 19 0 13298650 10060525568 10362 33554432000 1073741824 1073778376 140736393467808 140736393458944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28976/statm: 2456183 10362 2249 9 0 2446860 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824732

[startup+0.700124 s]
/proc/loadavg: 0.74 0.68 0.86 3/167 28976
/proc/meminfo: memFree=30520848/32872528 swapFree=447588/480292
[pid=28976] ppid=28973 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/28976/stat : 28976 (java) S 28973 28976 16080 0 -1 4202496 13068 0 1 0 83 5 0 0 20 0 22 0 13298650 10060525568 13357 33554432000 1073741824 1073778376 140736393467808 140736393458944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28976/statm: 2456183 13357 2250 9 0 2446860 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 0.76 0.69 0.86 1/186 29001
/proc/meminfo: memFree=30476184/32872528 swapFree=447588/480292
[pid=28976] ppid=28973 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/28976/stat : 28976 (java) S 28973 28976 16080 0 -1 4202496 16275 0 1 0 133 9 0 0 20 0 19 0 13298650 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140736393458944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28976/statm: 2456183 17697 2254 9 0 2446860 0
[pid=28976/tid=28978] ppid=28973 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/28976/task/28978/stat : 28978 (java) S 28973 28976 16080 0 -1 4202560 2418 0 1 0 14 2 0 0 20 0 19 0 13298651 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419956015992 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28979] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28979/stat : 28979 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419934116904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28980] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28980/stat : 28980 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419933064104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28981] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28981/stat : 28981 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419932011304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28976/tid=28982] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28982/stat : 28982 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419930958504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28983] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28983/stat : 28983 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419593660968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28984] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28984/stat : 28984 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419592608168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28976/tid=28985] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28985/stat : 28985 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419591555368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28986] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28986/stat : 28986 (java) S 28973 28976 16080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419590502568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28987] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28987/stat : 28987 (java) S 28973 28976 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13298653 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419578305512 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28988] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28988/stat : 28988 (java) S 28973 28976 16080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13298653 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419577251576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28989] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28989/stat : 28989 (java) S 28973 28976 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13298653 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419576198664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28990] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28990/stat : 28990 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298656 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419575147152 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28991] ppid=28973 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/28976/task/28991/stat : 28991 (java) S 28973 28976 16080 0 -1 4202560 6367 0 0 0 44 0 0 0 20 0 19 0 13298656 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419574094264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28992] ppid=28973 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/28976/task/28992/stat : 28992 (java) S 28973 28976 16080 0 -1 4202560 6146 0 0 0 47 0 0 0 20 0 19 0 13298656 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419573041464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28993] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28993/stat : 28993 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298656 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419571988856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28994] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28994/stat : 28994 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298656 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419570936264 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28997] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28997/stat : 28997 (java) S 28973 28976 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13298669 10060525568 17697 33554432000 1073741824 1073778376 140736393467808 140419567777192 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (2.01 s) is less than in the last sample (2.02 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.70076 s]
/proc/loadavg: 0.76 0.69 0.86 4/189 29010
/proc/meminfo: memFree=30450124/32872528 swapFree=447588/480292
[pid=28976] ppid=28973 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/28976/stat : 28976 (java) S 28973 28976 16080 0 -1 4202496 16413 0 1 0 190 12 0 0 20 0 22 0 13298650 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140736393458944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28976/statm: 2456183 27019 2266 9 0 2446860 0
[pid=28976/tid=28978] ppid=28973 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/28976/task/28978/stat : 28978 (java) S 28973 28976 16080 0 -1 4202560 2419 0 1 0 14 2 0 0 20 0 22 0 13298651 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419956015992 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28979] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28979/stat : 28979 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13298652 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419934116904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28980] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28980/stat : 28980 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13298652 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419933064104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28981] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28981/stat : 28981 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13298652 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419932011304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28976/tid=28982] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28982/stat : 28982 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13298652 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419930958504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28983] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28983/stat : 28983 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13298652 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419593660968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28984] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28984/stat : 28984 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13298652 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419592608168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28976/tid=28985] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28985/stat : 28985 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13298652 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419591555368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28986] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28986/stat : 28986 (java) S 28973 28976 16080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13298652 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419590502568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28987] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28987/stat : 28987 (java) S 28973 28976 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13298653 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419578305512 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28988] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28988/stat : 28988 (java) S 28973 28976 16080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 13298653 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419577251576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28989] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28989/stat : 28989 (java) S 28973 28976 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13298653 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419576198664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28990] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28990/stat : 28990 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13298656 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419575147152 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28991] ppid=28973 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/28976/task/28991/stat : 28991 (java) S 28973 28976 16080 0 -1 4202560 6447 0 0 0 63 0 0 0 20 0 22 0 13298656 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419574094264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28992] ppid=28973 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/28976/task/28992/stat : 28992 (java) S 28973 28976 16080 0 -1 4202560 6164 0 0 0 61 0 0 0 20 0 22 0 13298656 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419573041464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28993] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28993/stat : 28993 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13298656 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419571988856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28994] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28994/stat : 28994 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13298656 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419570936264 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28997] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28997/stat : 28997 (java) S 28973 28976 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13298669 10060525568 27019 33554432000 1073741824 1073778376 140736393467808 140419567777192 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9824732

[startup+2.80081 s]
/proc/loadavg: 0.76 0.69 0.86 4/189 29010
/proc/meminfo: memFree=30450124/32872528 swapFree=447588/480292
[pid=28976] ppid=28973 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/28976/stat : 28976 (java) S 28973 28976 16080 0 -1 4202496 16414 0 1 0 190 11 0 0 20 0 19 0 13298650 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140736393458944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28976/statm: 2456183 27525 2266 9 0 2446860 0
[pid=28976/tid=28978] ppid=28973 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/28976/task/28978/stat : 28978 (java) S 28973 28976 16080 0 -1 4202560 2419 0 1 0 14 2 0 0 20 0 19 0 13298651 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419956015992 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28979] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28979/stat : 28979 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419934116904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28980] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28980/stat : 28980 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419933064104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28981] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28981/stat : 28981 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419932011304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28976/tid=28982] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28982/stat : 28982 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419930958504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28983] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28983/stat : 28983 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419593660968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28984] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28984/stat : 28984 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419592608168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28976/tid=28985] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28985/stat : 28985 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419591555368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28986] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28986/stat : 28986 (java) S 28973 28976 16080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13298652 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419590502568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28987] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28987/stat : 28987 (java) S 28973 28976 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13298653 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419578305512 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28988] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28988/stat : 28988 (java) S 28973 28976 16080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13298653 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419577251576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28989] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28989/stat : 28989 (java) S 28973 28976 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13298653 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419576198664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28990] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28990/stat : 28990 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298656 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419575147152 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28991] ppid=28973 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/28976/task/28991/stat : 28991 (java) S 28973 28976 16080 0 -1 4202560 6447 0 0 0 63 0 0 0 20 0 19 0 13298656 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419574094264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28992] ppid=28973 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/28976/task/28992/stat : 28992 (java) S 28973 28976 16080 0 -1 4202560 6164 0 0 0 61 0 0 0 20 0 19 0 13298656 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419573041464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28993] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28993/stat : 28993 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13298656 10060525568 27525 33554432000 1073741824 1073778376 140736393467808 140419571988856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/28976/task/28987/stat : 28987 (java) S 28973 28976 16080 0 -1 4202560 20 0 0 0 1 6 0 0 20 0 22 0 13298653 10060525568 52526 33554432000 1073741824 1073778376 140736393467808 140419578305512 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28988] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28988/stat : 28988 (java) S 28973 28976 16080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13298653 10060525568 52526 33554432000 1073741824 1073778376 140736393467808 140419577251576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28989] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28989/stat : 28989 (java) S 28973 28976 16080 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 13298653 10060525568 52526 33554432000 1073741824 1073778376 140736393467808 140419576198664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28990] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28990/stat : 28990 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13298656 10060525568 52526 33554432000 1073741824 1073778376 140736393467808 140419575147152 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28991] ppid=28973 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/28976/task/28991/stat : 28991 (java) S 28973 28976 16080 0 -1 4202560 6464 0 0 0 104 0 0 0 20 0 22 0 13298656 10060525568 52526 33554432000 1073741824 1073778376 140736393467808 140419574094264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28992] ppid=28973 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/28976/task/28992/stat : 28992 (java) S 28973 28976 16080 0 -1 4202560 12604 0 0 0 153 2 0 0 20 0 22 0 13298656 10060525568 52526 33554432000 1073741824 1073778376 140736393467808 140419573041464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28993] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28993/stat : 28993 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13298656 10060525568 52526 33554432000 1073741824 1073778376 140736393467808 140419571988856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28994] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28994/stat : 28994 (java) S 28973 28976 16080 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13298656 10060525568 52526 33554432000 1073741824 1073778376 140736393467808 140419570936264 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28997] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28997/stat : 28997 (java) S 28973 28976 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13298669 10060525568 52526 33554432000 1073741824 1073778376 140736393467808 140419567777192 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 35.23
Current children cumulated vsize (KiB) 9824732

[startup+54.8007 s]
/proc/loadavg: 0.77 0.68 0.84 1/186 29277
/proc/meminfo: memFree=30317152/32872528 swapFree=447588/480292
[pid=28976] ppid=28973 vsize=9824732 CPUtime=35.8 cores=1,3,5,7
/proc/28976/stat : 28976 (java) S 28973 28976 16080 0 -1 4202496 23829 0 1 0 3402 178 0 0 20 0 20 0 13298650 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140736393458944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28976/statm: 2456183 52522 2287 9 0 2446860 0
[pid=28976/tid=28978] ppid=28973 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/28976/task/28978/stat : 28978 (java) S 28973 28976 16080 0 -1 4202560 2423 0 1 0 27 2 0 0 20 0 20 0 13298651 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419956015992 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28979] ppid=28973 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28976/task/28979/stat : 28979 (java) S 28973 28976 16080 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 20 0 13298652 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419934116904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28980] ppid=28973 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28976/task/28980/stat : 28980 (java) S 28973 28976 16080 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 20 0 13298652 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419933064104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28976/tid=28981] ppid=28973 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28976/task/28981/stat : 28981 (java) S 28973 28976 16080 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 20 0 13298652 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419932011304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28982] ppid=28973 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28976/task/28982/stat : 28982 (java) S 28973 28976 16080 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 20 0 13298652 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419930958504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28983] ppid=28973 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28976/task/28983/stat : 28983 (java) S 28973 28976 16080 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 20 0 13298652 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419593660968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28984] ppid=28973 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28976/task/28984/stat : 28984 (java) S 28973 28976 16080 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 20 0 13298652 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419592608168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28976/tid=28985] ppid=28973 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28976/task/28985/stat : 28985 (java) S 28973 28976 16080 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 20 0 13298652 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419591555368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28986] ppid=28973 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28976/task/28986/stat : 28986 (java) S 28973 28976 16080 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 20 0 13298652 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419590502568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28987] ppid=28973 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/28976/task/28987/stat : 28987 (java) S 28973 28976 16080 0 -1 4202560 20 0 0 0 1 6 0 0 20 0 20 0 13298653 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419578305512 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28988] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28988/stat : 28988 (java) S 28973 28976 16080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13298653 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419577251576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28989] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28989/stat : 28989 (java) S 28973 28976 16080 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 20 0 13298653 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419576198664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28990] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28990/stat : 28990 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13298656 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419575147152 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28991] ppid=28973 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/28976/task/28991/stat : 28991 (java) S 28973 28976 16080 0 -1 4202560 6464 0 0 0 104 0 0 0 20 0 20 0 13298656 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419574094264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28992] ppid=28973 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/28976/task/28992/stat : 28992 (java) S 28973 28976 16080 0 -1 4202560 12604 0 0 0 153 2 0 0 20 0 20 0 13298656 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419573041464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28993] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28993/stat : 28993 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13298656 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419571988856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28994] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28994/stat : 28994 (java) S 28973 28976 16080 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13298656 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419570936264 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28997] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28997/stat : 28997 (java) S 28973 28976 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13298669 10060525568 52522 33554432000 1073741824 1073778376 140736393467808 140419567777192 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 35.8
Current children cumulated vsize (KiB) 9824732

[startup+55.0007 s]
/proc/loadavg: 0.77 0.68 0.84 3/187 29280
/proc/meminfo: memFree=30320680/32872528 swapFree=447588/480292
[pid=28976] ppid=28973 vsize=9824732 CPUtime=36.03 cores=1,3,5,7
/proc/28976/stat : 28976 (java) S 28973 28976 16080 0 -1 4202496 23840 0 1 0 3425 178 0 0 20 0 20 0 13298650 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140736393458944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28976/statm: 2456183 51618 2287 9 0 2446860 0
[pid=28976/tid=28978] ppid=28973 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/28976/task/28978/stat : 28978 (java) S 28973 28976 16080 0 -1 4202560 2423 0 1 0 27 2 0 0 20 0 20 0 13298651 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419956015992 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28979] ppid=28973 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28976/task/28979/stat : 28979 (java) S 28973 28976 16080 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419934116904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28980] ppid=28973 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28976/task/28980/stat : 28980 (java) S 28973 28976 16080 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419933064104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28976/tid=28981] ppid=28973 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28976/task/28981/stat : 28981 (java) S 28973 28976 16080 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419932011304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28982] ppid=28973 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28976/task/28982/stat : 28982 (java) S 28973 28976 16080 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419930958504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28983] ppid=28973 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28976/task/28983/stat : 28983 (java) S 28973 28976 16080 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419593660968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28984] ppid=28973 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28976/task/28984/stat : 28984 (java) S 28973 28976 16080 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419592608168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28976/tid=28985] ppid=28973 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28976/task/28985/stat : 28985 (java) S 28973 28976 16080 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419591555368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28986] ppid=28973 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28976/task/28986/stat : 28986 (java) S 28973 28976 16080 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419590502568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28987] ppid=28973 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/28976/task/28987/stat : 28987 (java) S 28973 28976 16080 0 -1 4202560 20 0 0 0 1 6 0 0 20 0 20 0 13298653 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419578305512 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28988] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28988/stat : 28988 (java) S 28973 28976 16080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13298653 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419577251576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28989] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28989/stat : 28989 (java) S 28973 28976 16080 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 20 0 13298653 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419576198664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28990] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28990/stat : 28990 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13298656 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419575147152 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28991] ppid=28973 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/28976/task/28991/stat : 28991 (java) S 28973 28976 16080 0 -1 4202560 6464 0 0 0 104 0 0 0 20 0 20 0 13298656 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419574094264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28992] ppid=28973 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/28976/task/28992/stat : 28992 (java) S 28973 28976 16080 0 -1 4202560 12604 0 0 0 153 2 0 0 20 0 20 0 13298656 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419573041464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28993] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28993/stat : 28993 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13298656 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419571988856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28994] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28994/stat : 28994 (java) S 28973 28976 16080 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13298656 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419570936264 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28997] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28997/stat : 28997 (java) S 28973 28976 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13298669 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419567777192 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=29279] ppid=28973 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/28976/task/29279/stat : 29279 (java) R 28973 28976 16080 0 -1 4202560 3 0 0 0 102 0 0 0 20 0 20 0 13304046 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419569880320 140419812369550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 36.03
Current children cumulated vsize (KiB) 9824732

[startup+55.1073 s]
/proc/loadavg: 0.77 0.68 0.84 3/187 29280
/proc/meminfo: memFree=30320680/32872528 swapFree=447588/480292
[pid=28976] ppid=28973 vsize=9824732 CPUtime=36.13 cores=1,3,5,7
/proc/28976/stat : 28976 (java) S 28973 28976 16080 0 -1 4202496 23840 0 1 0 3435 178 0 0 20 0 20 0 13298650 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140736393458944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28976/statm: 2456183 51618 2287 9 0 2446860 0
[pid=28976/tid=28978] ppid=28973 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/28976/task/28978/stat : 28978 (java) S 28973 28976 16080 0 -1 4202560 2423 0 1 0 27 2 0 0 20 0 20 0 13298651 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419956015992 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28979] ppid=28973 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28976/task/28979/stat : 28979 (java) S 28973 28976 16080 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419934116904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28980] ppid=28973 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28976/task/28980/stat : 28980 (java) S 28973 28976 16080 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419933064104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28976/tid=28981] ppid=28973 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28976/task/28981/stat : 28981 (java) S 28973 28976 16080 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419932011304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28982] ppid=28973 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28976/task/28982/stat : 28982 (java) S 28973 28976 16080 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419930958504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28983] ppid=28973 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28976/task/28983/stat : 28983 (java) S 28973 28976 16080 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419593660968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28984] ppid=28973 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28976/task/28984/stat : 28984 (java) S 28973 28976 16080 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419592608168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28976/tid=28985] ppid=28973 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28976/task/28985/stat : 28985 (java) S 28973 28976 16080 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419591555368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28986] ppid=28973 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28976/task/28986/stat : 28986 (java) S 28973 28976 16080 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 20 0 13298652 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419590502568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28987] ppid=28973 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/28976/task/28987/stat : 28987 (java) S 28973 28976 16080 0 -1 4202560 20 0 0 0 1 6 0 0 20 0 20 0 13298653 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419578305512 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28988] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28988/stat : 28988 (java) S 28973 28976 16080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13298653 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419577251576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28989] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28989/stat : 28989 (java) S 28973 28976 16080 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 20 0 13298653 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419576198664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28990] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28990/stat : 28990 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13298656 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419575147152 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28991] ppid=28973 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/28976/task/28991/stat : 28991 (java) S 28973 28976 16080 0 -1 4202560 6464 0 0 0 104 0 0 0 20 0 20 0 13298656 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419574094264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=28992] ppid=28973 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/28976/task/28992/stat : 28992 (java) S 28973 28976 16080 0 -1 4202560 12604 0 0 0 153 2 0 0 20 0 20 0 13298656 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419573041464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28993] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28993/stat : 28993 (java) S 28973 28976 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13298656 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419571988856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28976/tid=28994] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28994/stat : 28994 (java) S 28973 28976 16080 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13298656 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419570936264 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28976/tid=28997] ppid=28973 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28976/task/28997/stat : 28997 (java) S 28973 28976 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13298669 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419567777192 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28976/tid=29279] ppid=28973 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/28976/task/29279/stat : 29279 (java) R 28973 28976 16080 0 -1 4202560 3 0 0 0 112 0 0 0 20 0 20 0 13304046 10060525568 51618 33554432000 1073741824 1073778376 140736393467808 140419569880320 140419812369607 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 36.13
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.00999999
#  lost CPU user time (s): 0
#  lost CPU system time (s): 0.01

Real time (s): 55.1878
CPU time (s): 36.3205
CPU user time (s): 34.4458
CPU system time (s): 1.87472
CPU usage (%): 65.8125
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.4458
system time used= 1.86472
maximum resident set size= 223540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23853
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= 3781
involuntary context switches= 1191

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

The end

Launcher Data

Begin job on node104 at 2016-06-30 23:25:49
IDJOB=4110277
IDBENCH=79227
IDSOLVER=2552
FILE ID=node104/4110277-1467321949
RUNJOBID= node104-1467319233-22139
PBS_JOBID= 20005270
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= e73465a328717b1b804a610f4d9de315
RANDOM SEED=803824447

node104.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.334
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.66
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.334
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.334
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.334
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.334
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.334
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.334
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.54
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.334
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:        30521500 kB
Buffers:          206028 kB
Cached:           910168 kB
SwapCached:            0 kB
Active:           328744 kB
Inactive:         801160 kB
Active(anon):      16500 kB
Inactive(anon):        0 kB
Active(file):     312244 kB
Inactive(file):   801160 kB
Unevictable:      480292 kB
Mlocked:          447588 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:        459460 kB
Mapped:            13244 kB
Shmem:               204 kB
Slab:             611540 kB
SReclaimable:      55920 kB
SUnreclaim:       555620 kB
KernelStack:        1544 kB
PageTables:         5068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     568492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71720 MiB
End job on node104 at 2016-06-30 23:26:44