Trace number 4109537

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 27.3998 48.5378

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224451--soft-33-100-0.wbo
MD5SUM5926e2c90dc5b6ba4fb54742b482e07b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark5.2402
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 1261
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-4109537-1467321292.wbo
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.068s.
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.40/0.55	c And the winner is solver0
1.72/0.68	c SATISFIABLE
1.72/0.68	c OPTIMIZING...
1.72/0.68	c Got one! Elapsed wall clock time (in seconds):0.572
1.72/0.68	o 972
1.72/0.69	c And the winner is solver0
1.96/1.18	c Got one! Elapsed wall clock time (in seconds):1.073
1.96/1.18	o 810
1.96/1.19	c And the winner is solver0
1.97/1.69	c Got one! Elapsed wall clock time (in seconds):1.574
1.97/1.69	o 781
1.97/1.69	c And the winner is solver0
1.97/2.19	c Got one! Elapsed wall clock time (in seconds):2.075
1.97/2.19	o 691
1.97/2.19	c And the winner is solver0
1.97/2.69	c Got one! Elapsed wall clock time (in seconds):2.577
1.97/2.69	o 684
2.00/2.71	c And the winner is solver0
2.04/3.19	c Got one! Elapsed wall clock time (in seconds):3.078
2.04/3.19	o 680
2.04/3.19	c And the winner is solver0
2.04/3.69	c Got one! Elapsed wall clock time (in seconds):3.579
2.04/3.69	o 641
2.39/3.83	c And the winner is solver0
2.59/4.19	c Got one! Elapsed wall clock time (in seconds):4.08
2.59/4.19	o 631
2.61/4.20	c And the winner is solver0
2.76/4.69	c Got one! Elapsed wall clock time (in seconds):4.581
2.76/4.69	o 626
2.76/4.70	c And the winner is solver0
2.76/5.19	c Got one! Elapsed wall clock time (in seconds):5.082
2.76/5.19	o 624
2.76/5.20	c And the winner is solver0
2.76/5.69	c Got one! Elapsed wall clock time (in seconds):5.583
2.76/5.69	o 621
2.76/5.70	c And the winner is solver0
2.76/6.20	c Got one! Elapsed wall clock time (in seconds):6.084
2.76/6.20	o 596
2.76/6.20	c And the winner is solver0
2.76/6.70	c Got one! Elapsed wall clock time (in seconds):6.585
2.76/6.70	o 595
2.76/6.70	c And the winner is solver0
2.77/7.20	c Got one! Elapsed wall clock time (in seconds):7.086
2.77/7.20	o 573
2.77/7.21	c And the winner is solver0
2.78/7.70	c Got one! Elapsed wall clock time (in seconds):7.587
2.78/7.70	o 562
2.79/7.70	c And the winner is solver0
2.79/8.20	c Got one! Elapsed wall clock time (in seconds):8.088
2.79/8.20	o 555
2.79/8.21	c And the winner is solver0
2.82/8.70	c Got one! Elapsed wall clock time (in seconds):8.589
2.82/8.70	o 527
2.82/8.73	c And the winner is solver0
2.93/9.20	c Got one! Elapsed wall clock time (in seconds):9.093
2.93/9.20	o 524
2.93/9.21	c And the winner is solver0
2.93/9.71	c Got one! Elapsed wall clock time (in seconds):9.593
2.93/9.71	o 521
2.93/9.71	c And the winner is solver0
2.93/10.21	c Got one! Elapsed wall clock time (in seconds):10.095
2.93/10.21	o 510
2.93/10.21	c And the winner is solver0
2.93/10.71	c Got one! Elapsed wall clock time (in seconds):10.595
2.93/10.71	o 506
2.93/10.73	c And the winner is solver0
3.01/11.21	c Got one! Elapsed wall clock time (in seconds):11.096
3.01/11.21	o 479
3.01/11.28	c cleaning 4855 clauses out of 9709 with flag 3460/9709
3.01/11.29	c And the winner is solver0
3.22/11.71	c Got one! Elapsed wall clock time (in seconds):11.598
3.22/11.71	o 460
3.22/11.72	c And the winner is solver0
3.23/12.21	c Got one! Elapsed wall clock time (in seconds):12.099
3.23/12.21	o 453
3.23/12.25	c And the winner is solver0
3.32/12.71	c Got one! Elapsed wall clock time (in seconds):12.6
3.32/12.71	o 448
3.32/12.71	c And the winner is solver0
3.43/13.21	c Got one! Elapsed wall clock time (in seconds):13.101
3.43/13.21	o 447
3.43/13.22	c And the winner is solver0
3.43/13.71	c Got one! Elapsed wall clock time (in seconds):13.602
3.43/13.71	o 437
3.43/13.72	c And the winner is solver0
3.43/14.21	c Got one! Elapsed wall clock time (in seconds):14.103
3.43/14.21	o 411
3.43/14.23	c And the winner is solver0
3.45/14.72	c Got one! Elapsed wall clock time (in seconds):14.604
3.45/14.72	o 401
3.45/14.72	c And the winner is solver0
3.47/15.22	c Got one! Elapsed wall clock time (in seconds):15.105
3.47/15.22	o 400
3.47/15.22	c And the winner is solver0
3.47/15.72	c Got one! Elapsed wall clock time (in seconds):15.606
3.47/15.72	o 394
3.47/15.75	c And the winner is solver0
3.56/16.22	c Got one! Elapsed wall clock time (in seconds):16.107
3.56/16.22	o 389
3.56/16.23	c And the winner is solver0
3.61/16.72	c Got one! Elapsed wall clock time (in seconds):16.608
3.61/16.72	o 372
3.61/16.73	c And the winner is solver0
3.67/17.22	c Got one! Elapsed wall clock time (in seconds):17.109
3.67/17.22	o 364
3.67/17.24	c And the winner is solver0
3.73/17.72	c Got one! Elapsed wall clock time (in seconds):17.61
3.73/17.72	o 363
3.73/17.73	c And the winner is solver0
3.73/18.22	c Got one! Elapsed wall clock time (in seconds):18.111
3.73/18.22	o 352
3.73/18.23	c And the winner is solver0
3.78/18.72	c Got one! Elapsed wall clock time (in seconds):18.612
3.78/18.72	o 345
3.78/18.76	c And the winner is solver0
3.87/19.22	c Got one! Elapsed wall clock time (in seconds):19.113
3.87/19.22	o 341
3.87/19.28	c And the winner is solver0
4.00/19.73	c Got one! Elapsed wall clock time (in seconds):19.614
4.00/19.73	o 336
4.00/19.73	c And the winner is solver0
4.03/20.23	c Got one! Elapsed wall clock time (in seconds):20.115
4.03/20.23	o 330
4.03/20.24	c And the winner is solver0
4.08/20.73	c Got one! Elapsed wall clock time (in seconds):20.616
4.08/20.73	o 322
4.08/20.76	c And the winner is solver0
4.14/21.23	c Got one! Elapsed wall clock time (in seconds):21.117
4.14/21.23	o 320
4.14/21.25	c And the winner is solver0
4.21/21.73	c Got one! Elapsed wall clock time (in seconds):21.618
4.21/21.73	o 315
4.21/21.74	c And the winner is solver0
4.29/22.23	c Got one! Elapsed wall clock time (in seconds):22.119
4.29/22.23	o 310
4.29/22.25	c And the winner is solver0
4.45/22.73	c Got one! Elapsed wall clock time (in seconds):22.62
4.45/22.73	o 294
4.45/22.74	c And the winner is solver0
4.49/23.23	c Got one! Elapsed wall clock time (in seconds):23.121
4.49/23.23	o 291
4.61/23.33	c And the winner is solver0
4.72/23.73	c Got one! Elapsed wall clock time (in seconds):23.622
4.72/23.73	o 276
4.72/23.74	c And the winner is solver0
4.72/24.23	c Got one! Elapsed wall clock time (in seconds):24.122
4.72/24.23	o 275
4.72/24.24	c And the winner is solver0
4.72/24.73	c Got one! Elapsed wall clock time (in seconds):24.623
4.72/24.73	o 261
4.84/24.85	c cleaning 8826 clauses out of 17660 with flag 7327/22515
5.05/24.95	c And the winner is solver0
5.24/25.24	c Got one! Elapsed wall clock time (in seconds):25.124
5.24/25.24	o 253
5.37/25.36	c cleaning 7200 clauses out of 14412 with flag 10114/28093
5.37/25.38	c And the winner is solver0
5.80/25.74	c Got one! Elapsed wall clock time (in seconds):25.625
5.80/25.74	o 227
6.12/25.93	c cleaning 6300 clauses out of 12600 with flag 19090/33481
6.32/26.01	c And the winner is solver0
6.49/26.24	c Got one! Elapsed wall clock time (in seconds):26.126
6.49/26.24	o 224
6.49/26.24	c And the winner is solver0
6.54/26.74	c Got one! Elapsed wall clock time (in seconds):26.627
6.54/26.74	o 223
6.65/26.86	c cleaning 5849 clauses out of 11711 with flag 10752/38892
6.65/26.86	c And the winner is solver0
7.08/27.24	c Got one! Elapsed wall clock time (in seconds):27.127
7.08/27.24	o 210
7.08/27.29	c And the winner is solver0
7.19/27.74	c Got one! Elapsed wall clock time (in seconds):27.628
7.19/27.74	o 201
7.30/27.89	c cleaning 5762 clauses out of 11528 with flag 15199/44558
7.90/28.10	c And the winner is solver0
7.97/28.24	c Got one! Elapsed wall clock time (in seconds):28.129
7.97/28.24	o 200
7.97/28.29	c And the winner is solver0
8.08/28.74	c Got one! Elapsed wall clock time (in seconds):28.63
8.08/28.74	o 199
8.19/28.82	c And the winner is solver0
8.26/29.24	c Got one! Elapsed wall clock time (in seconds):29.131
8.26/29.24	o 194
8.38/29.33	c And the winner is solver0
8.48/29.74	c Got one! Elapsed wall clock time (in seconds):29.632
8.48/29.74	o 190
8.62/29.86	c cleaning 9083 clauses out of 18166 with flag 8260/56958
8.62/29.89	c And the winner is solver0
9.06/30.24	c Got one! Elapsed wall clock time (in seconds):30.133
9.06/30.24	o 189
9.38/30.46	c cleaning 7379 clauses out of 14757 with flag 22774/62632
9.58/30.51	c And the winner is solver0
9.75/30.75	c Got one! Elapsed wall clock time (in seconds):30.634
9.75/30.75	o 188
9.75/30.78	c And the winner is solver0
9.86/31.25	c Got one! Elapsed wall clock time (in seconds):31.134
9.86/31.25	o 187
9.95/31.33	c And the winner is solver0
10.05/31.75	c Got one! Elapsed wall clock time (in seconds):31.635
10.05/31.75	o 184
10.05/31.78	c And the winner is solver0
10.15/32.25	c Got one! Elapsed wall clock time (in seconds):32.136
10.15/32.25	o 179
10.24/32.32	c And the winner is solver0
10.33/32.75	c Got one! Elapsed wall clock time (in seconds):32.637
10.33/32.75	o 178
10.33/32.79	c And the winner is solver0
10.44/33.25	c Got one! Elapsed wall clock time (in seconds):33.138
10.44/33.25	o 176
10.44/33.26	c And the winner is solver0
10.50/33.75	c Got one! Elapsed wall clock time (in seconds):33.638
10.50/33.75	o 171
10.50/33.77	c And the winner is solver0
10.57/34.25	c Got one! Elapsed wall clock time (in seconds):34.139
10.57/34.25	o 158
10.57/34.28	c And the winner is solver0
10.67/34.75	c Got one! Elapsed wall clock time (in seconds):34.64
10.67/34.75	o 141
10.76/34.80	c cleaning 8712 clauses out of 17434 with flag 4515/72688
10.96/34.95	c And the winner is solver0
11.28/35.25	c Got one! Elapsed wall clock time (in seconds):35.14
11.28/35.25	o 127
11.28/35.30	c And the winner is solver0
11.40/35.75	c Got one! Elapsed wall clock time (in seconds):35.641
11.40/35.75	o 81
11.40/35.77	c And the winner is solver0
11.46/36.25	c Got one! Elapsed wall clock time (in seconds):36.142
11.46/36.25	o 57
11.56/36.35	c cleaning 7954 clauses out of 15908 with flag 7722/79874
12.15/36.60	c cleaning 6977 clauses out of 13954 with flag 33884/85874
12.55/36.89	c cleaning 6981 clauses out of 13976 with flag 62085/92873
13.35/37.23	c cleaning 7492 clauses out of 14995 with flag 93948/100873
13.76/37.44	c And the winner is solver0
13.91/37.75	c Got one! Elapsed wall clock time (in seconds):37.643
13.91/37.75	o 55
14.43/38.01	c cleaning 8819 clauses out of 17654 with flag 19032/111024
14.83/38.25	c cleaning 7409 clauses out of 14835 with flag 42568/117024
15.44/38.55	c cleaning 7206 clauses out of 14426 with flag 70807/124024
15.44/38.56	c And the winner is solver0
15.66/38.76	c Got one! Elapsed wall clock time (in seconds):38.645
15.66/38.76	o 52
15.73/38.80	c And the winner is solver0
15.76/39.26	c Got one! Elapsed wall clock time (in seconds):39.147
15.76/39.26	o 47
16.04/39.41	c cleaning 6492 clauses out of 12983 with flag 15131/129787
16.04/39.43	c And the winner is solver0
16.17/39.76	c Got one! Elapsed wall clock time (in seconds):39.649
16.17/39.76	o 41
16.24/39.83	c And the winner is solver0
16.36/40.26	c Got one! Elapsed wall clock time (in seconds):40.152
16.36/40.26	o 38
16.45/40.40	c And the winner is solver0
16.67/40.77	c Got one! Elapsed wall clock time (in seconds):40.654
16.67/40.77	o 28
16.74/40.81	c And the winner is solver0
16.78/41.27	c Got one! Elapsed wall clock time (in seconds):41.157
16.78/41.27	o 22
16.83/41.35	c cleaning 7006 clauses out of 14011 with flag 4637/137307
17.67/41.61	c cleaning 6497 clauses out of 13004 with flag 28819/143306
18.61/41.93	c cleaning 6752 clauses out of 13507 with flag 59181/150306
19.43/42.31	c cleaning 7375 clauses out of 14754 with flag 94498/158306
20.07/42.69	c cleaning 8183 clauses out of 16380 with flag 133521/167308
21.06/43.13	c cleaning 9092 clauses out of 18194 with flag 177901/177306
21.26/43.22	c And the winner is solver0
21.50/43.47	c Got one! Elapsed wall clock time (in seconds):43.36
21.50/43.47	o 12
21.79/43.60	c cleaning 7219 clauses out of 14447 with flag 14486/182652
22.19/43.84	c cleaning 6614 clauses out of 13228 with flag 41408/188652
22.81/44.11	c cleaning 6803 clauses out of 13614 with flag 72959/195654
23.00/44.28	c And the winner is solver0
23.29/44.48	c Got one! Elapsed wall clock time (in seconds):44.364
23.29/44.48	o 11
23.35/44.54	c cleaning 6279 clauses out of 12564 with flag 4979/201408
23.63/44.68	c And the winner is solver0
23.85/44.98	c Got one! Elapsed wall clock time (in seconds):44.868
23.85/44.98	o 10
23.85/45.00	c And the winner is solver0
23.90/45.48	c Got one! Elapsed wall clock time (in seconds):45.371
23.90/45.48	o 9
23.93/45.50	c And the winner is solver0
23.96/45.99	c Got one! Elapsed wall clock time (in seconds):45.875
23.96/45.99	o 8
23.97/46.00	c And the winner is solver0
24.03/46.49	c Got one! Elapsed wall clock time (in seconds):46.379
24.03/46.49	o 3
24.03/46.54	c cleaning 6182 clauses out of 12381 with flag 5021/207505
24.43/46.79	c cleaning 6099 clauses out of 12198 with flag 36608/213504
25.03/47.05	c cleaning 6542 clauses out of 13096 with flag 72738/220504
25.23/47.18	c And the winner is solver0
25.63/47.49	c Got one! Elapsed wall clock time (in seconds):47.383
25.63/47.49	o 2
25.63/47.60	c cleaning 6083 clauses out of 12170 with flag 10464/226121
26.25/47.82	c cleaning 6040 clauses out of 12083 with flag 41355/232120
26.65/48.08	c cleaning 6517 clauses out of 13035 with flag 75929/239120
26.85/48.18	c And the winner is solver0
27.28/48.52	c >>>>>>>>>> Solver number 0 (87 answers) <<<<<<<<<<<<<<<<<<
27.28/48.52	c starts		: 216
27.28/48.52	c conflicts		: 242156
27.28/48.52	c decisions		: 386237
27.28/48.52	c propagations		: 5743591
27.28/48.52	c inspects		: 108899738
27.28/48.52	c shortcuts		: 0
27.28/48.52	c learnt literals	: 33
27.28/48.52	c learnt binary clauses	: 14
27.28/48.52	c learnt ternary clauses	: 115
27.28/48.52	c learnt constraints	: 242122
27.28/48.52	c ignored constraints	: 0
27.28/48.52	c root simplifications	: 0
27.28/48.52	c removed literals (reason simplification)	: 1240859
27.28/48.52	c reason swapping (by a shorter reason)	: 0
27.28/48.52	c Calls to reduceDB	: 33
27.28/48.52	c Number of update (reduction) of LBD	: 65999
27.28/48.52	c Imported unit clauses	: 0
27.28/48.52	c number of reductions to clauses (during analyze)	: 0
27.28/48.52	c number of learned constraints concerned by reduction	: 0
27.28/48.52	c number of learning phase by resolution	: 0
27.28/48.52	c number of learning phase by cutting planes	: 0
27.28/48.52	c speed (assignments/second)	: 118838.65427986177
27.28/48.52	c non guided choices	3511
27.28/48.52	c learnt constraints type 
27.28/48.52	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
27.28/48.52	c starts		: 87
27.28/48.52	c conflicts		: 323
27.28/48.52	c decisions		: 7761
27.28/48.52	c propagations		: 25404
27.28/48.52	c inspects		: 593031
27.28/48.52	c shortcuts		: 0
27.28/48.52	c learnt literals	: 0
27.28/48.52	c learnt binary clauses	: 0
27.28/48.52	c learnt ternary clauses	: 0
27.28/48.52	c learnt constraints	: 242
27.28/48.52	c ignored constraints	: 0
27.28/48.52	c root simplifications	: 0
27.28/48.52	c removed literals (reason simplification)	: 0
27.28/48.52	c reason swapping (by a shorter reason)	: 0
27.28/48.52	c Calls to reduceDB	: 0
27.28/48.52	c Number of update (reduction) of LBD	: 0
27.28/48.52	c Imported unit clauses	: 0
27.28/48.52	c number of reductions to clauses (during analyze)	: 0
27.28/48.52	c number of learned constraints concerned by reduction	: 0
27.28/48.52	c number of learning phase by resolution	: 0
27.28/48.52	c number of learning phase by cutting planes	: 0
27.28/48.52	c speed (assignments/second)	: 25077.986179664367
27.28/48.52	c non guided choices	1628
27.28/48.52	c learnt constraints type 
27.28/48.52	s OPTIMUM FOUND
27.28/48.52	c Found 86 solution(s)
27.28/48.52	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 
27.28/48.52	c objective function=2
27.28/48.52	c Total wall clock time (in seconds): 48.408

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

pid=2299
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.43 1.72 1.85 2/194 2302
/proc/meminfo: memFree=30336972/32872528 swapFree=480748/529804
[pid=2302] ppid=2299 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2302/stat : 2302 (java) S 2299 2302 23565 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 11149161 98570240 976 33554432000 1073741824 1073778376 140736322965632 140736322956768 211462160445 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2302/statm: 24065 976 743 9 0 16771 0
[pid=2302/tid=2303] ppid=2299 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2303/stat : 2303 (java) R 2299 2302 23565 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 11149162 98570240 976 33554432000 1073741824 1073778376 140736322965632 139972143484456 211458803072 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 1.43 1.72 1.85 2/194 2302
/proc/meminfo: memFree=30336972/32872528 swapFree=480748/529804
[pid=2302] ppid=2299 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/2302/stat : 2302 (java) S 2299 2302 23565 0 -1 4202496 4449 0 1 0 9 1 0 0 20 0 18 0 11149161 9787879424 6063 33554432000 1073741824 1073778376 140736322965632 140736322956768 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2302/statm: 2389619 6063 2141 9 0 2380296 0
[pid=2302/tid=2303] ppid=2299 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/2302/task/2303/stat : 2303 (java) R 2299 2302 23565 0 -1 4202560 2385 0 1 0 8 0 0 0 20 0 18 0 11149162 9787879424 6063 33554432000 1073741824 1073778376 140736322965632 139972143481152 211462186253 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.200375 s]
/proc/loadavg: 1.43 1.72 1.85 2/194 2302
/proc/meminfo: memFree=30336972/32872528 swapFree=480748/529804
[pid=2302] ppid=2299 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/2302/stat : 2302 (java) S 2299 2302 23565 0 -1 4202496 4820 0 1 0 24 1 0 0 20 0 22 0 11149161 10060525568 7914 33554432000 1073741824 1073778376 140736322965632 140736322956768 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2302/statm: 2456183 7914 2209 9 0 2446860 0
[pid=2302/tid=2303] ppid=2299 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/2302/task/2303/stat : 2303 (java) S 2299 2302 23565 0 -1 4202560 2415 0 1 0 16 0 0 0 20 0 22 0 11149162 10060525568 7914 33554432000 1073741824 1073778376 140736322965632 139972143489912 211462174633 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.300259 s]
/proc/loadavg: 1.43 1.72 1.85 2/194 2302
/proc/meminfo: memFree=30336972/32872528 swapFree=480748/529804
[pid=2302] ppid=2299 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/2302/stat : 2302 (java) S 2299 2302 23565 0 -1 4202496 7855 0 1 0 59 1 0 0 20 0 22 0 11149161 10060525568 10131 33554432000 1073741824 1073778376 140736322965632 140736322956768 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2302/statm: 2456183 10131 2247 9 0 2446860 0
[pid=2302/tid=2303] ppid=2299 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/2302/task/2303/stat : 2303 (java) S 2299 2302 23565 0 -1 4202560 2415 0 1 0 16 0 0 0 20 0 22 0 11149162 10060525568 10131 33554432000 1073741824 1073778376 140736322965632 139972143489912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9824732

[startup+0.700234 s]
/proc/loadavg: 1.43 1.72 1.85 2/194 2302
/proc/meminfo: memFree=30336972/32872528 swapFree=480748/529804
[pid=2302] ppid=2299 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/2302/stat : 2302 (java) S 2299 2302 23565 0 -1 4202496 15180 0 1 0 186 5 0 0 20 0 19 0 11149161 10060525568 17425 33554432000 1073741824 1073778376 140736322965632 140736322956768 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2302/statm: 2456183 17425 2257 9 0 2446860 0
[pid=2302/tid=2303] ppid=2299 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/2302/task/2303/stat : 2303 (java) S 2299 2302 23565 0 -1 4202560 2415 0 1 0 16 0 0 0 20 0 19 0 11149162 10060525568 17425 33554432000 1073741824 1073778376 140736322965632 139972143489912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 1.72 1.77 1.87 1/213 2333
/proc/meminfo: memFree=30265044/32872528 swapFree=480748/529804
[pid=2302] ppid=2299 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/2302/stat : 2302 (java) S 2299 2302 23565 0 -1 4202496 15194 0 1 0 192 5 0 0 20 0 19 0 11149161 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 140736322956768 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2302/statm: 2456183 18453 2260 9 0 2446860 0
[pid=2302/tid=2303] ppid=2299 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/2302/task/2303/stat : 2303 (java) S 2299 2302 23565 0 -1 4202560 2416 0 1 0 16 0 0 0 20 0 19 0 11149162 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139972143489912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2305] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2305/stat : 2305 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139972115941672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2306] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2306/stat : 2306 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139972114888872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2307] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2307/stat : 2307 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139972113836584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2308] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2308/stat : 2308 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971983354280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2309] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2309/stat : 2309 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971982301992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2310] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2310/stat : 2310 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971981249192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2311] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2311/stat : 2311 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971980196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2312] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2312/stat : 2312 (java) S 2299 2302 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971979144104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2313] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2313/stat : 2313 (java) S 2299 2302 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11149164 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971496630504 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2314] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2314/stat : 2314 (java) S 2299 2302 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11149164 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971495576568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2315] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2315/stat : 2315 (java) S 2299 2302 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11149164 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971494524168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2316] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2316/stat : 2316 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149166 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971493472656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2317] ppid=2299 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/2302/task/2317/stat : 2317 (java) S 2299 2302 23565 0 -1 4202560 6081 0 0 0 50 2 0 0 20 0 19 0 11149166 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971492420280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2318] ppid=2299 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/2302/task/2318/stat : 2318 (java) S 2299 2302 23565 0 -1 4202560 5337 0 0 0 51 2 0 0 20 0 19 0 11149166 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971491367480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2319] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2319/stat : 2319 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149166 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971490315384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2320] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2320/stat : 2320 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149166 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971489262792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2326] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2326/stat : 2326 (java) S 2299 2302 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11149180 10060525568 18453 33554432000 1073741824 1073778376 140736322965632 139971486102696 211462174633 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.72 1.77 1.87 3/216 2351
/proc/meminfo: memFree=30238028/32872528 swapFree=480748/529804
[pid=2302] ppid=2299 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/2302/stat : 2302 (java) S 2299 2302 23565 0 -1 4202496 15222 0 1 0 197 7 0 0 20 0 19 0 11149161 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 140736322956768 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2302/statm: 2456183 22038 2261 9 0 2446860 0
[pid=2302/tid=2303] ppid=2299 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/2302/task/2303/stat : 2303 (java) S 2299 2302 23565 0 -1 4202560 2417 0 1 0 17 0 0 0 20 0 19 0 11149162 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139972143489912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2305] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2305/stat : 2305 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139972115941672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2306] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2306/stat : 2306 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139972114888872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2307] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2307/stat : 2307 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139972113836584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2308] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2308/stat : 2308 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971983354280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2309] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2309/stat : 2309 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971982301992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2310] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2310/stat : 2310 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971981249192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2311] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2311/stat : 2311 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971980196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2312] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2312/stat : 2312 (java) S 2299 2302 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971979144104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2313] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2313/stat : 2313 (java) S 2299 2302 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11149164 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971496630504 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2314] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2314/stat : 2314 (java) S 2299 2302 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11149164 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971495576568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2315] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2315/stat : 2315 (java) S 2299 2302 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11149164 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971494524168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2316] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2316/stat : 2316 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149166 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971493472656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2317] ppid=2299 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/2302/task/2317/stat : 2317 (java) S 2299 2302 23565 0 -1 4202560 6081 0 0 0 52 2 0 0 20 0 19 0 11149166 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971492420280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2318] ppid=2299 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/2302/task/2318/stat : 2318 (java) S 2299 2302 23565 0 -1 4202560 5338 0 0 0 52 2 0 0 20 0 19 0 11149166 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971491367480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2319] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2319/stat : 2319 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149166 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971490315384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2320] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2320/stat : 2320 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149166 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971489262792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2326] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2326/stat : 2326 (java) S 2299 2302 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11149180 10060525568 22038 33554432000 1073741824 1073778376 140736322965632 139971486102696 211462174633 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:
  %CPU=14 pid=1810 uid=0 cmd=

[startup+6.30079 s]
/proc/loadavg: 1.72 1.77 1.87 3/216 2387
/proc/meminfo: memFree=30192044/32872528 swapFree=480748/529804
[pid=2302] ppid=2299 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/2302/stat : 2302 (java) S 2299 2302 23565 0 -1 4202496 16005 0 1 0 266 10 0 0 20 0 19 0 11149161 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 140736322956768 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2302/statm: 2456183 36256 2269 9 0 2446860 0
[pid=2302/tid=2303] ppid=2299 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/2302/task/2303/stat : 2303 (java) S 2299 2302 23565 0 -1 4202560 2418 0 1 0 17 0 0 0 20 0 19 0 11149162 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139972143489912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2305] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2305/stat : 2305 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139972115941672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2306] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2306/stat : 2306 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139972114888872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2307] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2307/stat : 2307 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139972113836584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2308] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2308/stat : 2308 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139971983354280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2309] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2309/stat : 2309 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139971982301992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2310] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2310/stat : 2310 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139971981249192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2311] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2311/stat : 2311 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139971980196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2312] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2312/stat : 2312 (java) S 2299 2302 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11149162 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139971979144104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2313] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2313/stat : 2313 (java) S 2299 2302 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11149164 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139971496630504 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2314] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2314/stat : 2314 (java) S 2299 2302 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11149164 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139971495576568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2315] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2315/stat : 2315 (java) S 2299 2302 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11149164 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139971494524168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2316] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2316/stat : 2316 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149166 10060525568 36256 33554432000 1073741824 1073778376 140736322965632 139971493472656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2317] ppid=2299 vsize=9824732 CPUtime=0.83 cores=0,2,4,6

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

/proc/2302/task/2312/stat : 2312 (java) S 2299 2302 23565 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 20 0 11149162 10060525568 51519 33554432000 1073741824 1073778376 140736322965632 139971979144104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2313] ppid=2299 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2302/task/2313/stat : 2313 (java) S 2299 2302 23565 0 -1 4202560 11 0 0 0 0 5 0 0 20 0 20 0 11149164 10060525568 51519 33554432000 1073741824 1073778376 140736322965632 139971496630504 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2314] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2314/stat : 2314 (java) S 2299 2302 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 11149164 10060525568 51519 33554432000 1073741824 1073778376 140736322965632 139971495576568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2315] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2315/stat : 2315 (java) S 2299 2302 23565 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 20 0 11149164 10060525568 51519 33554432000 1073741824 1073778376 140736322965632 139971494524168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2316] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2316/stat : 2316 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11149166 10060525568 51519 33554432000 1073741824 1073778376 140736322965632 139971493472656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2317] ppid=2299 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/2302/task/2317/stat : 2317 (java) S 2299 2302 23565 0 -1 4202560 15541 0 0 0 169 3 0 0 20 0 20 0 11149166 10060525568 51519 33554432000 1073741824 1073778376 140736322965632 139971492420280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2318] ppid=2299 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/2302/task/2318/stat : 2318 (java) S 2299 2302 23565 0 -1 4202560 6676 0 0 0 106 2 0 0 20 0 20 0 11149166 10060525568 51519 33554432000 1073741824 1073778376 140736322965632 139971491367480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2319] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2319/stat : 2319 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11149166 10060525568 51519 33554432000 1073741824 1073778376 140736322965632 139971490315384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2320] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2320/stat : 2320 (java) S 2299 2302 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 11149166 10060525568 51519 33554432000 1073741824 1073778376 140736322965632 139971489262792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2326] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2326/stat : 2326 (java) S 2299 2302 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 11149180 10060525568 51519 33554432000 1073741824 1073778376 140736322965632 139971486102696 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 9824732

[startup+48.0008 s]
/proc/loadavg: 0.89 1.55 1.79 2/214 2952
/proc/meminfo: memFree=30250404/32872528 swapFree=480748/529804
[pid=2302] ppid=2299 vsize=9824732 CPUtime=26.64 cores=0,2,4,6
/proc/2302/stat : 2302 (java) S 2299 2302 23565 0 -1 4202496 26866 0 1 0 2535 129 0 0 20 0 22 0 11149161 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 140736322956768 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2302/statm: 2456183 52085 2287 9 0 2446860 0
[pid=2302/tid=2303] ppid=2299 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/2302/task/2303/stat : 2303 (java) S 2299 2302 23565 0 -1 4202560 2420 0 1 0 24 1 0 0 20 0 22 0 11149162 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139972143489912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2305] ppid=2299 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2302/task/2305/stat : 2305 (java) S 2299 2302 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 11149162 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139972115941672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2306] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2306/stat : 2306 (java) S 2299 2302 23565 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 11149162 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139972114888872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2307] ppid=2299 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2302/task/2307/stat : 2307 (java) S 2299 2302 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 11149162 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139972113836584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2308] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2308/stat : 2308 (java) S 2299 2302 23565 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 11149162 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971983354280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2309] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2309/stat : 2309 (java) S 2299 2302 23565 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 11149162 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971982301992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2310] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2310/stat : 2310 (java) S 2299 2302 23565 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 11149162 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971981249192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2311] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2311/stat : 2311 (java) S 2299 2302 23565 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 22 0 11149162 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971980196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2312] ppid=2299 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2302/task/2312/stat : 2312 (java) S 2299 2302 23565 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 11149162 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971979144104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2313] ppid=2299 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2302/task/2313/stat : 2313 (java) S 2299 2302 23565 0 -1 4202560 11 0 0 0 0 5 0 0 20 0 22 0 11149164 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971496630504 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2314] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2314/stat : 2314 (java) S 2299 2302 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11149164 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971495576568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2315] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2315/stat : 2315 (java) S 2299 2302 23565 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 22 0 11149164 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971494524168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2316] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2316/stat : 2316 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11149166 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971493472656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2317] ppid=2299 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/2302/task/2317/stat : 2317 (java) S 2299 2302 23565 0 -1 4202560 15541 0 0 0 169 3 0 0 20 0 22 0 11149166 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971492420280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2318] ppid=2299 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/2302/task/2318/stat : 2318 (java) S 2299 2302 23565 0 -1 4202560 6676 0 0 0 106 2 0 0 20 0 22 0 11149166 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971491367480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2319] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2319/stat : 2319 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11149166 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971490315384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2320] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2320/stat : 2320 (java) S 2299 2302 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11149166 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971489262792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2326] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2326/stat : 2326 (java) S 2299 2302 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11149180 10060525568 52085 33554432000 1073741824 1073778376 140736322965632 139971486102696 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 26.64
Current children cumulated vsize (KiB) 9824732

[startup+48.4007 s]
/proc/loadavg: 0.89 1.55 1.79 2/214 2961
/proc/meminfo: memFree=30227540/32872528 swapFree=480748/529804
[pid=2302] ppid=2299 vsize=9824732 CPUtime=27.24 cores=0,2,4,6
/proc/2302/stat : 2302 (java) S 2299 2302 23565 0 -1 4202496 26866 0 1 0 2594 130 0 0 20 0 20 0 11149161 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 140736322956768 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2302/statm: 2456183 52080 2287 9 0 2446860 0
[pid=2302/tid=2303] ppid=2299 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/2302/task/2303/stat : 2303 (java) S 2299 2302 23565 0 -1 4202560 2420 0 1 0 24 1 0 0 20 0 20 0 11149162 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139972143489912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2305] ppid=2299 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2302/task/2305/stat : 2305 (java) S 2299 2302 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 20 0 11149162 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139972115941672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2306] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2306/stat : 2306 (java) S 2299 2302 23565 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 20 0 11149162 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139972114888872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2307] ppid=2299 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2302/task/2307/stat : 2307 (java) S 2299 2302 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 11149162 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139972113836584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2308] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2308/stat : 2308 (java) S 2299 2302 23565 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 11149162 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971983354280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2309] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2309/stat : 2309 (java) S 2299 2302 23565 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 20 0 11149162 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971982301992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2310] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2310/stat : 2310 (java) S 2299 2302 23565 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 20 0 11149162 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971981249192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2311] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2311/stat : 2311 (java) S 2299 2302 23565 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 20 0 11149162 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971980196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2312] ppid=2299 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2302/task/2312/stat : 2312 (java) S 2299 2302 23565 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 20 0 11149162 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971979144104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2313] ppid=2299 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2302/task/2313/stat : 2313 (java) S 2299 2302 23565 0 -1 4202560 11 0 0 0 0 5 0 0 20 0 20 0 11149164 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971496630504 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2314] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2314/stat : 2314 (java) S 2299 2302 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 11149164 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971495576568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2315] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2315/stat : 2315 (java) S 2299 2302 23565 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 20 0 11149164 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971494524168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2316] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2316/stat : 2316 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11149166 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971493472656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2317] ppid=2299 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/2302/task/2317/stat : 2317 (java) S 2299 2302 23565 0 -1 4202560 15541 0 0 0 169 3 0 0 20 0 20 0 11149166 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971492420280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2318] ppid=2299 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/2302/task/2318/stat : 2318 (java) S 2299 2302 23565 0 -1 4202560 6676 0 0 0 106 2 0 0 20 0 20 0 11149166 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971491367480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2319] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2319/stat : 2319 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11149166 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971490315384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2320] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2320/stat : 2320 (java) S 2299 2302 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 11149166 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971489262792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2326] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2326/stat : 2326 (java) S 2299 2302 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 11149180 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971486102696 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2954] ppid=2299 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/2302/task/2954/stat : 2954 (java) R 2299 2302 23565 0 -1 4202560 3 0 0 0 88 0 0 0 20 0 20 0 11153911 10060525568 52080 33554432000 1073741824 1073778376 140736322965632 139971488207240 139971994891157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.24
Current children cumulated vsize (KiB) 9824732

[startup+48.5075 s]
/proc/loadavg: 0.89 1.55 1.79 2/214 2961
/proc/meminfo: memFree=30227540/32872528 swapFree=480748/529804
[pid=2302] ppid=2299 vsize=9824732 CPUtime=27.27 cores=0,2,4,6
/proc/2302/stat : 2302 (java) S 2299 2302 23565 0 -1 4202496 26866 0 1 0 2596 131 0 0 20 0 19 0 11149161 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 140736322956768 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2302/statm: 2456183 52078 2287 9 0 2446860 0
[pid=2302/tid=2303] ppid=2299 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/2302/task/2303/stat : 2303 (java) R 2299 2302 23565 0 -1 4202560 2420 0 1 0 24 1 0 0 20 0 19 0 11149162 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139972143489912 139971995469556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2305] ppid=2299 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2302/task/2305/stat : 2305 (java) S 2299 2302 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 11149162 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139972115941672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2306] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2306/stat : 2306 (java) S 2299 2302 23565 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 11149162 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139972114888872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2307] ppid=2299 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2302/task/2307/stat : 2307 (java) S 2299 2302 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 11149162 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139972113836584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2308] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2308/stat : 2308 (java) S 2299 2302 23565 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 11149162 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971983354280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2309] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2309/stat : 2309 (java) S 2299 2302 23565 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 11149162 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971982301992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2310] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2310/stat : 2310 (java) S 2299 2302 23565 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 11149162 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971981249192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2311] ppid=2299 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2302/task/2311/stat : 2311 (java) S 2299 2302 23565 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 11149162 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971980196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2312] ppid=2299 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2302/task/2312/stat : 2312 (java) S 2299 2302 23565 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 11149162 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971979144104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2313] ppid=2299 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2302/task/2313/stat : 2313 (java) S 2299 2302 23565 0 -1 4202560 11 0 0 0 0 5 0 0 20 0 19 0 11149164 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971496630504 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2314] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2314/stat : 2314 (java) S 2299 2302 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11149164 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971495576568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2315] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2315/stat : 2315 (java) S 2299 2302 23565 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 19 0 11149164 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971494524168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2316] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2316/stat : 2316 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149166 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971493472656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2317] ppid=2299 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/2302/task/2317/stat : 2317 (java) S 2299 2302 23565 0 -1 4202560 15541 0 0 0 169 3 0 0 20 0 19 0 11149166 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971492420280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2302/tid=2318] ppid=2299 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/2302/task/2318/stat : 2318 (java) S 2299 2302 23565 0 -1 4202560 6676 0 0 0 106 2 0 0 20 0 19 0 11149166 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971491367480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2302/tid=2319] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2319/stat : 2319 (java) S 2299 2302 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11149166 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971490315384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2302/tid=2320] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2320/stat : 2320 (java) S 2299 2302 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11149166 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971489262792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2302/tid=2326] ppid=2299 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2302/task/2326/stat : 2326 (java) S 2299 2302 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11149180 10060525568 52078 33554432000 1073741824 1073778376 140736322965632 139971486102696 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.27
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.00999999
#  lost CPU system time (s): 0

Real time (s): 48.5378
CPU time (s): 27.3998
CPU user time (s): 26.006
CPU system time (s): 1.39379
CPU usage (%): 56.4505
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.996
system time used= 1.39379
maximum resident set size= 212948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26873
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= 3256
involuntary context switches= 1167

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.376942 second user time and 0.424935 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 23:14:52
IDJOB=4109537
IDBENCH=78842
IDSOLVER=2552
FILE ID=node141/4109537-1467321292
RUNJOBID= node141-1467319102-29020
PBS_JOBID= 20005274
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 5926e2c90dc5b6ba4fb54742b482e07b
RANDOM SEED=1784505785

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30337616 kB
Buffers:          175156 kB
Cached:           862212 kB
SwapCached:            0 kB
Active:           533652 kB
Inactive:         717296 kB
Active(anon):     215988 kB
Inactive(anon):        4 kB
Active(file):     317664 kB
Inactive(file):   717292 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1332 kB
Writeback:             0 kB
AnonPages:        837032 kB
Mapped:            22288 kB
Shmem:               204 kB
Slab:             620152 kB
SReclaimable:      63628 kB
SUnreclaim:       556524 kB
KernelStack:        1792 kB
PageTables:         5716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1217760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node141 at 2016-06-30 23:15:41