Trace number 4109301

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1802.23 1820.18

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213670--soft-33-100-0.wbo
MD5SUMd3a3522693d056b12d5b1d76acf2f0e6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark14.6288
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 1239
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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109301-1466341855.wbo
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.069s.
0.10/0.18	c declared #vars     169
0.10/0.18	c internal #vars     233
0.10/0.18	c #constraints  101
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.10/0.18	c 101 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 64 literals
1.01/0.41	c And the winner is solver0
1.39/0.69	c SATISFIABLE
1.39/0.69	c OPTIMIZING...
1.39/0.69	c Got one! Elapsed wall clock time (in seconds):0.574
1.39/0.69	o 1667
1.40/0.70	c And the winner is solver0
1.44/1.19	c Got one! Elapsed wall clock time (in seconds):1.075
1.44/1.19	o 1338
1.84/1.30	c And the winner is solver0
1.97/1.69	c Got one! Elapsed wall clock time (in seconds):1.576
1.97/1.69	o 1326
1.99/1.70	c And the winner is solver0
2.04/2.19	c Got one! Elapsed wall clock time (in seconds):2.077
2.04/2.19	o 1312
2.04/2.20	c And the winner is solver0
2.04/2.69	c Got one! Elapsed wall clock time (in seconds):2.578
2.04/2.69	o 1196
2.04/2.69	c And the winner is solver0
2.04/3.19	c Got one! Elapsed wall clock time (in seconds):3.079
2.04/3.19	o 965
2.06/3.25	c And the winner is solver0
2.24/3.69	c Got one! Elapsed wall clock time (in seconds):3.58
2.24/3.69	o 914
2.24/3.70	c And the winner is solver0
2.25/4.19	c Got one! Elapsed wall clock time (in seconds):4.081
2.25/4.19	o 872
2.26/4.20	c And the winner is solver0
2.26/4.69	c Got one! Elapsed wall clock time (in seconds):4.582
2.26/4.69	o 850
2.26/4.70	c And the winner is solver0
2.26/5.20	c Got one! Elapsed wall clock time (in seconds):5.083
2.26/5.20	o 846
2.26/5.20	c And the winner is solver0
2.26/5.70	c Got one! Elapsed wall clock time (in seconds):5.584
2.26/5.70	o 827
2.26/5.70	c And the winner is solver0
2.29/6.20	c Got one! Elapsed wall clock time (in seconds):6.086
2.29/6.20	o 814
2.29/6.20	c And the winner is solver0
2.32/6.70	c Got one! Elapsed wall clock time (in seconds):6.587
2.32/6.70	o 813
2.33/6.71	c And the winner is solver0
2.33/7.20	c Got one! Elapsed wall clock time (in seconds):7.088
2.33/7.20	o 809
2.33/7.24	c And the winner is solver0
2.47/7.70	c Got one! Elapsed wall clock time (in seconds):7.588
2.47/7.70	o 799
2.47/7.73	c And the winner is solver0
2.53/8.20	c Got one! Elapsed wall clock time (in seconds):8.089
2.53/8.20	o 790
2.53/8.22	c And the winner is solver0
2.55/8.70	c Got one! Elapsed wall clock time (in seconds):8.59
2.55/8.70	o 772
2.55/8.71	c And the winner is solver0
2.58/9.20	c Got one! Elapsed wall clock time (in seconds):9.091
2.58/9.20	o 752
2.58/9.21	c And the winner is solver0
2.58/9.70	c Got one! Elapsed wall clock time (in seconds):9.592
2.58/9.70	o 709
2.58/9.71	c And the winner is solver0
2.58/10.20	c Got one! Elapsed wall clock time (in seconds):10.093
2.58/10.20	o 695
2.58/10.21	c And the winner is solver0
2.59/10.71	c Got one! Elapsed wall clock time (in seconds):10.594
2.59/10.71	o 692
2.59/10.71	c And the winner is solver0
2.96/11.21	c Got one! Elapsed wall clock time (in seconds):11.095
2.96/11.21	o 653
2.96/11.22	c And the winner is solver0
3.02/11.71	c Got one! Elapsed wall clock time (in seconds):11.596
3.02/11.71	o 644
3.02/11.71	c And the winner is solver0
3.02/12.21	c Got one! Elapsed wall clock time (in seconds):12.097
3.02/12.21	o 620
3.02/12.21	c And the winner is solver0
3.02/12.71	c Got one! Elapsed wall clock time (in seconds):12.598
3.02/12.71	o 618
3.02/12.71	c And the winner is solver0
3.02/13.21	c Got one! Elapsed wall clock time (in seconds):13.099
3.02/13.21	o 601
3.02/13.21	c And the winner is solver0
3.02/13.71	c Got one! Elapsed wall clock time (in seconds):13.6
3.02/13.71	o 599
3.02/13.72	c And the winner is solver0
3.04/14.21	c Got one! Elapsed wall clock time (in seconds):14.1
3.04/14.21	o 591
3.04/14.22	c And the winner is solver0
3.04/14.71	c Got one! Elapsed wall clock time (in seconds):14.601
3.04/14.71	o 562
3.04/14.73	c And the winner is solver0
3.07/15.21	c Got one! Elapsed wall clock time (in seconds):15.102
3.07/15.21	o 540
3.07/15.22	c And the winner is solver0
3.12/15.71	c Got one! Elapsed wall clock time (in seconds):15.603
3.12/15.71	o 528
3.12/15.72	c And the winner is solver0
3.13/16.22	c Got one! Elapsed wall clock time (in seconds):16.104
3.13/16.22	o 512
3.13/16.23	c And the winner is solver0
3.23/16.72	c Got one! Elapsed wall clock time (in seconds):16.605
3.23/16.72	o 511
3.23/16.73	c And the winner is solver0
3.23/17.22	c Got one! Elapsed wall clock time (in seconds):17.106
3.23/17.22	o 508
3.23/17.22	c And the winner is solver0
3.23/17.72	c Got one! Elapsed wall clock time (in seconds):17.607
3.23/17.72	o 507
3.23/17.74	c And the winner is solver0
3.29/18.22	c Got one! Elapsed wall clock time (in seconds):18.108
3.29/18.22	o 498
3.29/18.23	c And the winner is solver0
3.30/18.72	c Got one! Elapsed wall clock time (in seconds):18.609
3.30/18.72	o 496
3.30/18.74	c And the winner is solver0
3.36/19.22	c Got one! Elapsed wall clock time (in seconds):19.11
3.36/19.22	o 488
3.36/19.25	c And the winner is solver0
3.42/19.72	c Got one! Elapsed wall clock time (in seconds):19.61
3.42/19.72	o 466
3.62/19.82	c cleaning 6741 clauses out of 13482 with flag 3005/13482
3.62/19.90	c And the winner is solver0
3.88/20.22	c Got one! Elapsed wall clock time (in seconds):20.111
3.88/20.22	o 461
3.88/20.24	c And the winner is solver0
3.91/20.72	c Got one! Elapsed wall clock time (in seconds):20.612
3.91/20.72	o 447
3.91/20.74	c And the winner is solver0
3.95/21.22	c Got one! Elapsed wall clock time (in seconds):21.113
3.95/21.22	o 443
3.95/21.23	c And the winner is solver0
4.02/21.73	c Got one! Elapsed wall clock time (in seconds):21.614
4.02/21.73	o 441
4.02/21.73	c And the winner is solver0
4.04/22.23	c Got one! Elapsed wall clock time (in seconds):22.115
4.04/22.23	o 435
4.04/22.24	c And the winner is solver0
4.20/22.73	c Got one! Elapsed wall clock time (in seconds):22.616
4.20/22.73	o 425
4.20/22.78	c And the winner is solver0
4.31/23.23	c Got one! Elapsed wall clock time (in seconds):23.117
4.31/23.23	o 405
4.45/23.31	c cleaning 6711 clauses out of 13429 with flag 5773/20170
4.45/23.31	c And the winner is solver0
4.51/23.73	c Got one! Elapsed wall clock time (in seconds):23.617
4.51/23.73	o 400
4.51/23.74	c And the winner is solver0
4.54/24.23	c Got one! Elapsed wall clock time (in seconds):24.118
4.54/24.23	o 398
4.54/24.25	c And the winner is solver0
4.59/24.73	c Got one! Elapsed wall clock time (in seconds):24.619
4.59/24.73	o 397
4.59/24.79	c And the winner is solver0
4.75/25.23	c Got one! Elapsed wall clock time (in seconds):25.12
4.75/25.23	o 393
4.75/25.30	c And the winner is solver0
4.90/25.73	c Got one! Elapsed wall clock time (in seconds):25.62
4.90/25.73	o 390
4.90/25.75	c And the winner is solver0
4.94/26.23	c Got one! Elapsed wall clock time (in seconds):26.121
4.94/26.23	o 387
5.06/26.32	c And the winner is solver0
5.13/26.73	c Got one! Elapsed wall clock time (in seconds):26.622
5.13/26.73	o 383
5.13/26.79	c cleaning 7215 clauses out of 14448 with flag 3125/27900
5.27/26.84	c And the winner is solver0
5.37/27.23	c Got one! Elapsed wall clock time (in seconds):27.123
5.37/27.23	o 377
5.37/27.29	c And the winner is solver0
5.55/27.74	c Got one! Elapsed wall clock time (in seconds):27.624
5.55/27.74	o 371
5.68/27.81	c And the winner is solver0
5.78/28.24	c Got one! Elapsed wall clock time (in seconds):28.125
5.78/28.24	o 361
5.90/28.32	c cleaning 6800 clauses out of 13615 with flag 6137/34282
6.30/28.55	c cleaning 6403 clauses out of 12815 with flag 27138/40282
6.52/28.66	c And the winner is solver0
6.66/28.74	c Got one! Elapsed wall clock time (in seconds):28.626
6.66/28.74	o 360
6.66/28.74	c And the winner is solver0
6.66/29.24	c Got one! Elapsed wall clock time (in seconds):29.127
6.66/29.24	o 350
6.66/29.28	c And the winner is solver0
6.78/29.74	c Got one! Elapsed wall clock time (in seconds):29.628
6.78/29.74	o 318
6.78/29.78	c And the winner is solver0
6.89/30.24	c Got one! Elapsed wall clock time (in seconds):30.129
6.89/30.24	o 300
7.00/30.31	c And the winner is solver0
7.06/30.74	c Got one! Elapsed wall clock time (in seconds):30.629
7.06/30.74	o 297
7.18/30.83	c cleaning 7465 clauses out of 14940 with flag 6668/48810
7.42/30.97	c And the winner is solver0
7.57/31.24	c Got one! Elapsed wall clock time (in seconds):31.13
7.57/31.24	o 296
7.57/31.28	c And the winner is solver0
7.66/31.74	c Got one! Elapsed wall clock time (in seconds):31.631
7.66/31.74	o 295
7.77/31.84	c cleaning 6800 clauses out of 13606 with flag 8059/54941
7.77/31.84	c And the winner is solver0
7.87/32.24	c Got one! Elapsed wall clock time (in seconds):32.131
7.87/32.24	o 294
7.87/32.27	c And the winner is solver0
7.95/32.74	c Got one! Elapsed wall clock time (in seconds):32.632
7.95/32.74	o 258
8.25/32.95	c cleaning 6240 clauses out of 12510 with flag 20395/60645
8.25/32.98	c And the winner is solver0
8.43/33.24	c Got one! Elapsed wall clock time (in seconds):33.133
8.43/33.24	o 252
8.53/33.34	c And the winner is solver0
8.73/33.75	c Got one! Elapsed wall clock time (in seconds):33.634
8.73/33.75	o 244
8.83/33.83	c cleaning 6040 clauses out of 12092 with flag 7455/66467
9.03/33.97	c And the winner is solver0
9.26/34.25	c Got one! Elapsed wall clock time (in seconds):34.134
9.26/34.25	o 235
9.36/34.33	c cleaning 5909 clauses out of 11830 with flag 8010/72245
9.56/34.41	c And the winner is solver0
9.71/34.75	c Got one! Elapsed wall clock time (in seconds):34.635
9.71/34.75	o 234
9.82/34.86	c And the winner is solver0
10.06/35.25	c Got one! Elapsed wall clock time (in seconds):35.136
10.06/35.25	o 220
10.06/35.30	c cleaning 6030 clauses out of 12077 with flag 3732/78401
10.17/35.39	c And the winner is solver0
10.65/35.75	c Got one! Elapsed wall clock time (in seconds):35.637
10.65/35.75	o 204
10.65/35.78	c And the winner is solver0
11.17/36.25	c Got one! Elapsed wall clock time (in seconds):36.137
11.17/36.25	o 195
11.28/36.39	c cleaning 6270 clauses out of 12546 with flag 12069/84900
11.86/36.62	c cleaning 6138 clauses out of 12276 with flag 34190/90900
12.06/36.78	c And the winner is solver0
12.85/37.50	c Got one! Elapsed wall clock time (in seconds):37.39
12.85/37.50	o 194
12.95/37.55	c cleaning 5776 clauses out of 11560 with flag 3516/96322
13.34/37.78	c cleaning 5878 clauses out of 11785 with flag 25958/102323
13.54/37.83	c And the winner is solver0
13.68/38.00	c Got one! Elapsed wall clock time (in seconds):37.89
13.68/38.00	o 168
13.87/38.16	c cleaning 5810 clauses out of 11627 with flag 13859/108043
14.07/38.26	c And the winner is solver0
14.33/38.50	c Got one! Elapsed wall clock time (in seconds):38.391
14.33/38.50	o 160
14.34/38.54	c And the winner is solver0
14.78/39.00	c Got one! Elapsed wall clock time (in seconds):38.891
14.78/39.00	o 148
14.78/39.04	c And the winner is solver0
15.22/39.50	c Got one! Elapsed wall clock time (in seconds):39.392
15.22/39.50	o 146
15.22/39.57	c And the winner is solver0
15.75/40.00	c Got one! Elapsed wall clock time (in seconds):39.893
15.75/40.00	o 131
15.93/40.10	c cleaning 6986 clauses out of 13976 with flag 7362/116202
15.93/40.12	c And the winner is solver0
16.27/40.51	c Got one! Elapsed wall clock time (in seconds):40.394
16.27/40.51	o 116
16.27/40.54	c And the winner is solver0
16.74/41.01	c Got one! Elapsed wall clock time (in seconds):40.894
16.74/41.01	o 115
16.99/41.17	c cleaning 6426 clauses out of 12857 with flag 15802/122069
17.19/41.24	c And the winner is solver0
17.48/41.51	c Got one! Elapsed wall clock time (in seconds):41.395
17.48/41.51	o 76
17.48/41.58	c And the winner is solver0
17.96/42.01	c Got one! Elapsed wall clock time (in seconds):41.896
17.96/42.01	o 58
18.14/42.13	c cleaning 6687 clauses out of 13379 with flag 9949/129017
18.54/42.34	c cleaning 6347 clauses out of 12694 with flag 30207/135019
18.54/42.35	c And the winner is solver0
18.70/42.51	c Got one! Elapsed wall clock time (in seconds):42.398
18.70/42.51	o 48
18.88/42.69	c cleaning 5771 clauses out of 11568 with flag 16062/140240
19.42/42.89	c cleaning 5892 clauses out of 11798 with flag 35702/146241
20.34/43.14	c cleaning 6451 clauses out of 12906 with flag 59506/153241
21.03/43.42	c cleaning 7225 clauses out of 14454 with flag 86566/161240
21.62/43.75	c cleaning 8113 clauses out of 16231 with flag 117619/170242
22.23/44.06	c And the winner is solver0
22.85/44.61	c Got one! Elapsed wall clock time (in seconds):44.501
22.85/44.61	o 36
23.22/44.85	c cleaning 10767 clauses out of 21540 with flag 19146/183664
23.62/45.09	c cleaning 8385 clauses out of 16773 with flag 43099/189664
24.25/45.36	c cleaning 7690 clauses out of 15389 with flag 70583/196665
24.84/45.67	c cleaning 7847 clauses out of 15697 with flag 105270/204663
25.64/46.02	c cleaning 8425 clauses out of 16851 with flag 143763/213664
25.64/46.04	c And the winner is solver0
26.28/46.67	c Got one! Elapsed wall clock time (in seconds):46.555
26.28/46.67	o 32
26.28/46.67	c And the winner is solver0
1800.03/1819.00	c >>>>>>>>>> Solver number 0 (86 answers) <<<<<<<<<<<<<<<<<<
1800.03/1819.00	c starts		: 225
1800.03/1819.00	c conflicts		: 214032
1800.03/1819.00	c decisions		: 378476
1800.03/1819.00	c propagations		: 5866952
1800.03/1819.00	c inspects		: 83888242
1800.03/1819.00	c shortcuts		: 0
1800.03/1819.00	c learnt literals	: 1
1800.03/1819.00	c learnt binary clauses	: 33
1800.03/1819.00	c learnt ternary clauses	: 131
1800.03/1819.00	c learnt constraints	: 214031
1800.03/1819.00	c ignored constraints	: 0
1800.03/1819.00	c root simplifications	: 0
1800.03/1819.00	c removed literals (reason simplification)	: 1247310
1800.03/1819.00	c reason swapping (by a shorter reason)	: 0
1800.03/1819.00	c Calls to reduceDB	: 30
1800.03/1819.00	c Number of update (reduction) of LBD	: 61279
1800.03/1819.00	c Imported unit clauses	: 0
1800.03/1819.00	c number of reductions to clauses (during analyze)	: 0
1800.03/1819.00	c number of learned constraints concerned by reduction	: 0
1800.03/1819.00	c number of learning phase by resolution	: 0
1800.03/1819.00	c number of learning phase by cutting planes	: 0
1800.03/1819.00	c speed (assignments/second)	: 3225.7002498879765
1800.03/1819.00	c non guided choices	3322
1800.03/1819.01	c learnt constraints type 
1800.03/1819.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 33
1800.03/1819.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8760
1800.03/1819.01	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/1819.01	c starts		: 87
1800.03/1819.01	c conflicts		: 528
1800.03/1819.01	c decisions		: 9046
1800.03/1819.01	c propagations		: 33370
1800.03/1819.01	c inspects		: 1613603
1800.03/1819.01	c shortcuts		: 0
1800.03/1819.01	c learnt literals	: 0
1800.03/1819.01	c learnt binary clauses	: 0
1800.03/1819.01	c learnt ternary clauses	: 0
1800.03/1819.01	c learnt constraints	: 458
1800.03/1819.01	c ignored constraints	: 0
1800.03/1819.01	c root simplifications	: 0
1800.03/1819.01	c removed literals (reason simplification)	: 0
1800.03/1819.01	c reason swapping (by a shorter reason)	: 0
1800.03/1819.01	c Calls to reduceDB	: 0
1800.03/1819.01	c Number of update (reduction) of LBD	: 0
1800.03/1819.01	c Imported unit clauses	: 0
1800.03/1819.01	c number of reductions to clauses (during analyze)	: 0
1800.03/1819.01	c number of learned constraints concerned by reduction	: 0
1800.03/1819.01	c number of learning phase by resolution	: 0
1800.03/1819.01	c number of learning phase by cutting planes	: 0
1800.03/1819.01	c speed (assignments/second)	: 18.828290168946804
1800.03/1819.01	c non guided choices	1302
1800.03/1819.01	c learnt constraints type 
1800.03/1819.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 458
1800.03/1819.01	s SATISFIABLE
1800.03/1819.01	c Found 85 solution(s)
1800.03/1819.01	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 
1800.63/1819.39	c objective function=32
1800.63/1819.39	c Total wall clock time (in seconds): 1819.279

Verifier Data

OK	31

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-4109301-1466341855/watcher-4109301-1466341855 -o /tmp/evaluation-result-4109301-1466341855/solver-4109301-1466341855 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466341815-30930 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109301-1466341855.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.26 0.36 0.12 2/195 31630
/proc/meminfo: memFree=31141280/32872528 swapFree=303544/319896
[pid=31630] ppid=31627 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (java) S 31627 31630 30914 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36232100 98570240 977 33554432000 1073741824 1073778376 140735022883232 140735022874368 262966116413 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31630/statm: 24065 977 744 9 0 16771 0
[pid=31630/tid=31631] ppid=31627 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31631/stat : 31631 (java) R 31627 31630 30914 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36232101 98570240 977 33554432000 1073741824 1073778376 140735022883232 140610772344360 262962759040 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100094 s]
/proc/loadavg: 1.26 0.36 0.12 2/195 31630
/proc/meminfo: memFree=31141280/32872528 swapFree=303544/319896
[pid=31630] ppid=31627 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/31630/stat : 31630 (java) S 31627 31630 30914 0 -1 4202496 4444 0 1 0 9 1 0 0 20 0 18 0 36232100 9787879424 6074 33554432000 1073741824 1073778376 140735022883232 140735022874368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31630/statm: 2389619 6074 2141 9 0 2380296 0
[pid=31630/tid=31631] ppid=31627 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/31630/task/31631/stat : 31631 (java) R 31627 31630 30914 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 36232101 9787879424 6074 33554432000 1073741824 1073778376 140735022883232 140610772347808 140610778032122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 1.26 0.36 0.12 2/195 31630
/proc/meminfo: memFree=31141280/32872528 swapFree=303544/319896
[pid=31630] ppid=31627 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/31630/stat : 31630 (java) S 31627 31630 30914 0 -1 4202496 4789 0 1 0 24 1 0 0 20 0 22 0 36232100 10060525568 7921 33554432000 1073741824 1073778376 140735022883232 140735022874368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31630/statm: 2456183 7921 2209 9 0 2446860 0
[pid=31630/tid=31631] ppid=31627 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31630/task/31631/stat : 31631 (java) S 31627 31630 30914 0 -1 4202560 2417 0 1 0 16 0 0 0 20 0 22 0 36232101 10060525568 7921 33554432000 1073741824 1073778376 140735022883232 140610772349816 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300254 s]
/proc/loadavg: 1.26 0.36 0.12 2/195 31630
/proc/meminfo: memFree=31141280/32872528 swapFree=303544/319896
[pid=31630] ppid=31627 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/31630/stat : 31630 (java) S 31627 31630 30914 0 -1 4202496 7628 0 1 0 59 2 0 0 20 0 22 0 36232100 10060525568 9963 33554432000 1073741824 1073778376 140735022883232 140735022874368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31630/statm: 2456183 9963 2249 9 0 2446860 0
[pid=31630/tid=31631] ppid=31627 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31630/task/31631/stat : 31631 (java) S 31627 31630 30914 0 -1 4202560 2417 0 1 0 16 0 0 0 20 0 22 0 36232101 10060525568 9963 33554432000 1073741824 1073778376 140735022883232 140610772349816 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.70033 s]
/proc/loadavg: 1.26 0.36 0.12 2/195 31630
/proc/meminfo: memFree=31141280/32872528 swapFree=303544/319896
[pid=31630] ppid=31627 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/31630/stat : 31630 (java) S 31627 31630 30914 0 -1 4202496 15172 0 1 0 135 5 0 0 20 0 22 0 36232100 10060525568 15282 33554432000 1073741824 1073778376 140735022883232 140735022874368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31630/statm: 2456183 15282 2254 9 0 2446860 0
[pid=31630/tid=31631] ppid=31627 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31630/task/31631/stat : 31631 (java) S 31627 31630 30914 0 -1 4202560 2417 0 1 0 17 0 0 0 20 0 22 0 36232101 10060525568 15282 33554432000 1073741824 1073778376 140735022883232 140610772349816 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 1.26 0.36 0.12 4/217 31664
/proc/meminfo: memFree=31087840/32872528 swapFree=303544/319896
[pid=31630] ppid=31627 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/31630/stat : 31630 (java) S 31627 31630 30914 0 -1 4202496 15198 0 1 0 188 9 0 0 20 0 19 0 36232100 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140735022874368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31630/statm: 2456183 20403 2261 9 0 2446860 0
[pid=31630/tid=31631] ppid=31627 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31630/task/31631/stat : 31631 (java) S 31627 31630 30914 0 -1 4202560 2418 0 1 0 17 0 0 0 20 0 19 0 36232101 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610772349816 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31633] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31633/stat : 31633 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610733840680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31634] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31634/stat : 31634 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610732787880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31635] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31635/stat : 31635 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610731735592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31636] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31636/stat : 31636 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610730682792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31637] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31637/stat : 31637 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610729630504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31638] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31638/stat : 31638 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610728577704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31639] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31639/stat : 31639 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610727525416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31640] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31640/stat : 31640 (java) S 31627 31630 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610726472616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31641] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31641/stat : 31641 (java) S 31627 31630 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36232103 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610595948776 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31642] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31642/stat : 31642 (java) S 31627 31630 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36232103 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610594894840 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31643] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31643/stat : 31643 (java) S 31627 31630 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232103 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610593842440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31644] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31644/stat : 31644 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232106 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610592790928 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31645] ppid=31627 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/31630/task/31645/stat : 31645 (java) S 31627 31630 30914 0 -1 4202560 5481 0 0 0 52 2 0 0 20 0 19 0 36232106 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610591738552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31646] ppid=31627 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/31630/task/31646/stat : 31646 (java) S 31627 31630 30914 0 -1 4202560 5942 0 0 0 49 1 0 0 20 0 19 0 36232106 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610590685752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31647] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31647/stat : 31647 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232106 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610589633656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31648] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31648/stat : 31648 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232106 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140610588581064 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31654] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31654/stat : 31654 (java) S 31627 31630 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232120 10060525568 20403 33554432000 1073741824 1073778376 140735022883232 140609443583144 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 1.16 0.35 0.12 1/214 31679
/proc/meminfo: memFree=31056400/32872528 swapFree=303544/319896
[pid=31630] ppid=31627 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/31630/stat : 31630 (java) S 31627 31630 30914 0 -1 4202496 15811 0 1 0 195 9 0 0 20 0 19 0 36232100 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140735022874368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31630/statm: 2456183 23992 2265 9 0 2446860 0
[pid=31630/tid=31631] ppid=31627 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31630/task/31631/stat : 31631 (java) S 31627 31630 30914 0 -1 4202560 2419 0 1 0 17 0 0 0 20 0 19 0 36232101 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610772349816 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31633] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31633/stat : 31633 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610733840680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31634] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31634/stat : 31634 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610732787880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31635] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31635/stat : 31635 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610731735592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31636] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31636/stat : 31636 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610730682792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31637] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31637/stat : 31637 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610729630504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31638] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31638/stat : 31638 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610728577704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31639] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31639/stat : 31639 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610727525416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31640] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31640/stat : 31640 (java) S 31627 31630 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232102 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610726472616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31641] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31641/stat : 31641 (java) S 31627 31630 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36232103 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610595948776 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31642] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31642/stat : 31642 (java) S 31627 31630 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36232103 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610594894840 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31643] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31643/stat : 31643 (java) S 31627 31630 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232103 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610593842440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31644] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31644/stat : 31644 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232106 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610592790928 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31645] ppid=31627 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/31630/task/31645/stat : 31645 (java) S 31627 31630 30914 0 -1 4202560 6065 0 0 0 60 2 0 0 20 0 19 0 36232106 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610591738552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31646] ppid=31627 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/31630/task/31646/stat : 31646 (java) S 31627 31630 30914 0 -1 4202560 5942 0 0 0 49 2 0 0 20 0 19 0 36232106 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610590685752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31647] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31647/stat : 31647 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232106 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610589633656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31648] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31648/stat : 31648 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232106 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140610588581064 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31654] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31654/stat : 31654 (java) S 31627 31630 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232120 10060525568 23992 33554432000 1073741824 1073778376 140735022883232 140609443583144 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[startup+3.70078 s]
/proc/loadavg: 1.16 0.35 0.12 1/214 31691
/proc/meminfo: memFree=31033700/32872528 swapFree=303544/319896
[pid=31630] ppid=31627 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/31630/stat : 31630 (java) S 31627 31630 30914 0 -1 4202496 15835 0 1 0 214 11 0 0 20 0 22 0 36232100 10060525568 29119 33554432000 1073741824 1073778376 140735022883232 140735022874368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31630/statm: 2456183 29119 2266 9 0 2446860 0
[pid=31630/tid=31631] ppid=31627 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31630/task/31631/stat : 31631 (java) S 31627 31630 30914 0 -1 4202560 2420 0 1 0 17 0 0 0 20 0 22 0 36232101 10060525568 29119 33554432000 1073741824 1073778376 140735022883232 140610772349816 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31633] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31633/stat : 31633 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36232102 10060525568 29119 33554432000 1073741824 1073778376 140735022883232 140610733840680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31634] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31634/stat : 31634 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36232102 10060525568 29119 33554432000 1073741824 1073778376 140735022883232 140610732787880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31635] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31635/stat : 31635 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36232102 10060525568 29119 33554432000 1073741824 1073778376 140735022883232 140610731735592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31636] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31636/stat : 31636 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36232102 10060525568 29117 33554432000 1073741824 1073778376 140735022883232 140610730682792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31637] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31637/stat : 31637 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232102 10060525568 29117 33554432000 1073741824 1073778376 140735022883232 140610729630504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31638] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31638/stat : 31638 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36232102 10060525568 29115 33554432000 1073741824 1073778376 140735022883232 140610728577704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31639] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31639/stat : 31639 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36232102 10060525568 29115 33554432000 1073741824 1073778376 140735022883232 140610727525416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31640] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31640/stat : 31640 (java) S 31627 31630 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 36232102 10060525568 29115 33554432000 1073741824 1073778376 140735022883232 140610726472616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31641] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31641/stat : 31641 (java) S 31627 31630 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 36232103 10060525568 29115 33554432000 1073741824 1073778376 140735022883232 140610595948776 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31642] ppid=31627 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/31630/task/31646/stat : 31646 (java) S 31627 31630 30914 0 -1 4202560 13943 0 0 0 146 2 0 0 20 0 21 0 36232106 10128687104 120719 33554432000 1073741824 1073778376 140735022883232 140610590671512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31647] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31647/stat : 31647 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232106 10128687104 120719 33554432000 1073741824 1073778376 140735022883232 140610589633656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31648] ppid=31627 vsize=9891296 CPUtime=0.23 cores=0,2,4,6
/proc/31630/task/31648/stat : 31648 (java) S 31627 31630 30914 0 -1 4202560 106 0 0 0 10 13 0 0 20 0 21 0 36232106 10128687104 120719 33554432000 1073741824 1073778376 140735022883232 140610588581064 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=32231] ppid=31627 vsize=9891296 CPUtime=1766.91 cores=0,2,4,6
/proc/31630/task/32231/stat : 32231 (java) R 31627 31630 30914 0 -1 4202560 120 0 0 0 176663 28 0 0 20 0 21 0 36236768 10128687104 120719 33554432000 1073741824 1073778376 140735022883232 140610587523936 140610602907636 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 9891296

[startup+1819.6 s]
/proc/loadavg: 2.00 2.02 1.73 4/216 32623
/proc/meminfo: memFree=29856660/32872528 swapFree=303544/319896
[pid=31630] ppid=31627 vsize=9891296 CPUtime=1801.2 cores=0,2,4,6
/proc/31630/stat : 31630 (java) S 31627 31630 30914 0 -1 4202496 28514 0 1 0 179901 219 0 0 20 0 19 0 36232100 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140735022874368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31630/statm: 2472824 120715 2288 9 0 2463501 0
[pid=31630/tid=31631] ppid=31627 vsize=9891296 CPUtime=0.49 cores=0,2,4,6
/proc/31630/task/31631/stat : 31631 (java) S 31627 31630 30914 0 -1 4202560 2430 0 1 0 39 10 0 0 20 0 19 0 36232101 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610772349656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31633] ppid=31627 vsize=9891296 CPUtime=0.33 cores=0,2,4,6
/proc/31630/task/31633/stat : 31633 (java) S 31627 31630 30914 0 -1 4202560 270 0 0 0 29 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610733840680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31634] ppid=31627 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/31630/task/31634/stat : 31634 (java) S 31627 31630 30914 0 -1 4202560 529 0 0 0 25 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610732787880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31635] ppid=31627 vsize=9891296 CPUtime=0.27 cores=0,2,4,6
/proc/31630/task/31635/stat : 31635 (java) S 31627 31630 30914 0 -1 4202560 269 0 0 0 23 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610731735592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31636] ppid=31627 vsize=9891296 CPUtime=0.3 cores=0,2,4,6
/proc/31630/task/31636/stat : 31636 (java) S 31627 31630 30914 0 -1 4202560 329 0 0 0 26 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610730682792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31637] ppid=31627 vsize=9891296 CPUtime=0.31 cores=0,2,4,6
/proc/31630/task/31637/stat : 31637 (java) S 31627 31630 30914 0 -1 4202560 152 0 0 0 26 5 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610729630504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31638] ppid=31627 vsize=9891296 CPUtime=0.31 cores=0,2,4,6
/proc/31630/task/31638/stat : 31638 (java) S 31627 31630 30914 0 -1 4202560 248 0 0 0 27 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610728577704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31639] ppid=31627 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/31630/task/31639/stat : 31639 (java) S 31627 31630 30914 0 -1 4202560 149 0 0 0 26 3 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610727525416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31640] ppid=31627 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/31630/task/31640/stat : 31640 (java) S 31627 31630 30914 0 -1 4202560 150 0 0 0 25 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610726472616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31641] ppid=31627 vsize=9891296 CPUtime=0.68 cores=0,2,4,6
/proc/31630/task/31641/stat : 31641 (java) R 31627 31630 30914 0 -1 4202560 167 0 0 0 17 51 0 0 20 0 19 0 36232103 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610595948952 262962711687 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31642] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31642/stat : 31642 (java) S 31627 31630 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36232103 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610594894840 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31643] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31643/stat : 31643 (java) S 31627 31630 30914 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 36232103 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610593842440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31644] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31644/stat : 31644 (java) S 31627 31630 30914 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36232106 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610592788600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31645] ppid=31627 vsize=9891296 CPUtime=1.05 cores=0,2,4,6
/proc/31630/task/31645/stat : 31645 (java) S 31627 31630 30914 0 -1 4202560 7533 0 0 0 103 2 0 0 20 0 19 0 36232106 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610591738552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31646] ppid=31627 vsize=9891296 CPUtime=1.48 cores=0,2,4,6
/proc/31630/task/31646/stat : 31646 (java) S 31627 31630 30914 0 -1 4202560 13944 0 0 0 146 2 0 0 20 0 19 0 36232106 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610590671544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31647] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31647/stat : 31647 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232106 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610589633656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=32231] ppid=31627 vsize=9891296 CPUtime=1767.31 cores=0,2,4,6
/proc/31630/task/32231/stat : 32231 (java) R 31627 31630 30914 0 -1 4202560 120 0 0 0 176703 28 0 0 20 0 19 0 36236768 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610587523304 140610602907585 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=32622] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/32622/stat : 32622 (java) S 31627 31630 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36414001 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140609444635400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1801.2
Current children cumulated vsize (KiB) 9891296

[startup+1820 s]
/proc/loadavg: 2.00 2.02 1.73 4/216 32623
/proc/meminfo: memFree=29856660/32872528 swapFree=303544/319896
[pid=31630] ppid=31627 vsize=9891296 CPUtime=1802 cores=0,2,4,6
/proc/31630/stat : 31630 (java) S 31627 31630 30914 0 -1 4202496 28514 0 1 0 179949 251 0 0 20 0 19 0 36232100 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140735022874368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31630/statm: 2472824 120715 2288 9 0 2463501 0
[pid=31630/tid=31631] ppid=31627 vsize=9891296 CPUtime=0.49 cores=0,2,4,6
/proc/31630/task/31631/stat : 31631 (java) S 31627 31630 30914 0 -1 4202560 2430 0 1 0 39 10 0 0 20 0 19 0 36232101 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610772349656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31633] ppid=31627 vsize=9891296 CPUtime=0.33 cores=0,2,4,6
/proc/31630/task/31633/stat : 31633 (java) S 31627 31630 30914 0 -1 4202560 270 0 0 0 29 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610733840680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31634] ppid=31627 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/31630/task/31634/stat : 31634 (java) S 31627 31630 30914 0 -1 4202560 529 0 0 0 25 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610732787880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31635] ppid=31627 vsize=9891296 CPUtime=0.27 cores=0,2,4,6
/proc/31630/task/31635/stat : 31635 (java) S 31627 31630 30914 0 -1 4202560 269 0 0 0 23 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610731735592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31636] ppid=31627 vsize=9891296 CPUtime=0.3 cores=0,2,4,6
/proc/31630/task/31636/stat : 31636 (java) S 31627 31630 30914 0 -1 4202560 329 0 0 0 26 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610730682792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31637] ppid=31627 vsize=9891296 CPUtime=0.31 cores=0,2,4,6
/proc/31630/task/31637/stat : 31637 (java) S 31627 31630 30914 0 -1 4202560 152 0 0 0 26 5 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610729630504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31638] ppid=31627 vsize=9891296 CPUtime=0.31 cores=0,2,4,6
/proc/31630/task/31638/stat : 31638 (java) S 31627 31630 30914 0 -1 4202560 248 0 0 0 27 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610728577704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31639] ppid=31627 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/31630/task/31639/stat : 31639 (java) S 31627 31630 30914 0 -1 4202560 149 0 0 0 26 3 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610727525416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31640] ppid=31627 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/31630/task/31640/stat : 31640 (java) S 31627 31630 30914 0 -1 4202560 150 0 0 0 25 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610726472616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31641] ppid=31627 vsize=9891296 CPUtime=1.08 cores=0,2,4,6
/proc/31630/task/31641/stat : 31641 (java) R 31627 31630 30914 0 -1 4202560 167 0 0 0 25 83 0 0 20 0 19 0 36232103 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610595948952 262962711687 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31642] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31642/stat : 31642 (java) S 31627 31630 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36232103 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610594894840 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31643] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31643/stat : 31643 (java) S 31627 31630 30914 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 36232103 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610593842440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31644] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31644/stat : 31644 (java) S 31627 31630 30914 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36232106 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610592788600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31645] ppid=31627 vsize=9891296 CPUtime=1.05 cores=0,2,4,6
/proc/31630/task/31645/stat : 31645 (java) S 31627 31630 30914 0 -1 4202560 7533 0 0 0 103 2 0 0 20 0 19 0 36232106 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610591738552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31646] ppid=31627 vsize=9891296 CPUtime=1.48 cores=0,2,4,6
/proc/31630/task/31646/stat : 31646 (java) S 31627 31630 30914 0 -1 4202560 13944 0 0 0 146 2 0 0 20 0 19 0 36232106 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610590671544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31647] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31647/stat : 31647 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232106 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610589633656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=32231] ppid=31627 vsize=9891296 CPUtime=1767.71 cores=0,2,4,6
/proc/31630/task/32231/stat : 32231 (java) R 31627 31630 30914 0 -1 4202560 120 0 0 0 176743 28 0 0 20 0 19 0 36236768 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610587523304 140610602907655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=32622] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/32622/stat : 32622 (java) S 31627 31630 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36414001 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140609444635400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 9891296

[startup+1820.1 s]
/proc/loadavg: 2.00 2.02 1.73 4/216 32623
/proc/meminfo: memFree=29856660/32872528 swapFree=303544/319896
[pid=31630] ppid=31627 vsize=9891296 CPUtime=1802.2 cores=0,2,4,6
/proc/31630/stat : 31630 (java) S 31627 31630 30914 0 -1 4202496 28514 0 1 0 179961 259 0 0 20 0 19 0 36232100 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140735022874368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31630/statm: 2472824 120715 2288 9 0 2463501 0
[pid=31630/tid=31631] ppid=31627 vsize=9891296 CPUtime=0.49 cores=0,2,4,6
/proc/31630/task/31631/stat : 31631 (java) S 31627 31630 30914 0 -1 4202560 2430 0 1 0 39 10 0 0 20 0 19 0 36232101 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610772349656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31633] ppid=31627 vsize=9891296 CPUtime=0.33 cores=0,2,4,6
/proc/31630/task/31633/stat : 31633 (java) S 31627 31630 30914 0 -1 4202560 270 0 0 0 29 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610733840680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31634] ppid=31627 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/31630/task/31634/stat : 31634 (java) S 31627 31630 30914 0 -1 4202560 529 0 0 0 25 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610732787880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31635] ppid=31627 vsize=9891296 CPUtime=0.27 cores=0,2,4,6
/proc/31630/task/31635/stat : 31635 (java) S 31627 31630 30914 0 -1 4202560 269 0 0 0 23 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610731735592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31636] ppid=31627 vsize=9891296 CPUtime=0.3 cores=0,2,4,6
/proc/31630/task/31636/stat : 31636 (java) S 31627 31630 30914 0 -1 4202560 329 0 0 0 26 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610730682792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31637] ppid=31627 vsize=9891296 CPUtime=0.31 cores=0,2,4,6
/proc/31630/task/31637/stat : 31637 (java) S 31627 31630 30914 0 -1 4202560 152 0 0 0 26 5 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610729630504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31638] ppid=31627 vsize=9891296 CPUtime=0.31 cores=0,2,4,6
/proc/31630/task/31638/stat : 31638 (java) S 31627 31630 30914 0 -1 4202560 248 0 0 0 27 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610728577704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31639] ppid=31627 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/31630/task/31639/stat : 31639 (java) S 31627 31630 30914 0 -1 4202560 149 0 0 0 26 3 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610727525416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31640] ppid=31627 vsize=9891296 CPUtime=0.29 cores=0,2,4,6
/proc/31630/task/31640/stat : 31640 (java) S 31627 31630 30914 0 -1 4202560 150 0 0 0 25 4 0 0 20 0 19 0 36232102 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610726472616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31641] ppid=31627 vsize=9891296 CPUtime=1.18 cores=0,2,4,6
/proc/31630/task/31641/stat : 31641 (java) R 31627 31630 30914 0 -1 4202560 167 0 0 0 27 91 0 0 20 0 19 0 36232103 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610595948952 262962711687 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31630/tid=31642] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31642/stat : 31642 (java) S 31627 31630 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36232103 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610594894840 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31643] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31643/stat : 31643 (java) S 31627 31630 30914 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 36232103 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610593842440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31644] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31644/stat : 31644 (java) S 31627 31630 30914 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36232106 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610592788600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31630/tid=31645] ppid=31627 vsize=9891296 CPUtime=1.05 cores=0,2,4,6
/proc/31630/task/31645/stat : 31645 (java) S 31627 31630 30914 0 -1 4202560 7533 0 0 0 103 2 0 0 20 0 19 0 36232106 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610591738552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31630/tid=31646] ppid=31627 vsize=9891296 CPUtime=1.48 cores=0,2,4,6
/proc/31630/task/31646/stat : 31646 (java) S 31627 31630 30914 0 -1 4202560 13944 0 0 0 146 2 0 0 20 0 19 0 36232106 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610590671544 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=31647] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/31647/stat : 31647 (java) S 31627 31630 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232106 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610589633656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=32231] ppid=31627 vsize=9891296 CPUtime=1767.81 cores=0,2,4,6
/proc/31630/task/32231/stat : 32231 (java) R 31627 31630 30914 0 -1 4202560 120 0 0 0 176753 28 0 0 20 0 19 0 36236768 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140610587523304 140610602907585 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31630/tid=32622] ppid=31627 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/31630/task/32622/stat : 32622 (java) S 31627 31630 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36414001 10128687104 120715 33554432000 1073741824 1073778376 140735022883232 140609444635400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1802.2
Current children cumulated vsize (KiB) 9891296

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31630 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=49111
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=70533
# CPU time returned by wait4() is 1798.12
# while last known CPU time is 1802.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 1820.18
CPU time (s): 1802.23
CPU user time (s): 1799.65
CPU system time (s): 2.58
CPU usage (%): 99.0138
Max. virtual memory (cumulated for all children) (KiB): 9891296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.05
system time used= 3.07053
maximum resident set size= 482876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28514
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79242
involuntary context switches= 32425

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

The end

Launcher Data

Begin job on node128 at 2016-06-19 15:10:55
IDJOB=4109301
IDBENCH=78769
IDSOLVER=2552
FILE ID=node128/4109301-1466341855
RUNJOBID= node128-1466341815-30930
PBS_JOBID= 19922025
Free space on /tmp= 71708 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.1111213670--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109301-1466341855/watcher-4109301-1466341855 -o /tmp/evaluation-result-4109301-1466341855/solver-4109301-1466341855 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466341815-30930 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109301-1466341855.wbo

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

MD5SUM BENCH= d3a3522693d056b12d5b1d76acf2f0e6
RANDOM SEED=1680029547

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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:        31141552 kB
Buffers:          184892 kB
Cached:           271996 kB
SwapCached:         2716 kB
Active:           308276 kB
Inactive:         342592 kB
Active(anon):     193388 kB
Inactive(anon):     2792 kB
Active(file):     114888 kB
Inactive(file):   339800 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67099292 kB
Dirty:              1316 kB
Writeback:             0 kB
AnonPages:        512644 kB
Mapped:            17064 kB
Shmem:                 0 kB
Slab:             626984 kB
SReclaimable:      70256 kB
SUnreclaim:       556728 kB
KernelStack:        1632 kB
PageTables:         5024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1011356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 71708 MiB
End job on node128 at 2016-06-19 15:41:15