Trace number 4109641

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 46.6759 63.1861

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977273--soft-66-100-0.wbo
MD5SUM038e2d59f80e30c95ef1e3e4582a8837
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark9.05562
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1243
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-4109641-1467321443.wbo
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.067s.
0.10/0.18	c declared #vars     169
0.10/0.18	c internal #vars     211
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 => 27
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
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.OriginalBinaryClausePB => 3
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 42 literals
0.63/0.39	c And the winner is solver0
1.30/0.69	c SATISFIABLE
1.30/0.69	c OPTIMIZING...
1.30/0.69	c Got one! Elapsed wall clock time (in seconds):0.571
1.30/0.69	o 892
1.32/0.72	c And the winner is solver0
1.61/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
1.61/1.19	o 887
1.64/1.22	c And the winner is solver0
1.77/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
1.77/1.69	o 886
1.78/1.72	c And the winner is solver0
1.86/2.19	c Got one! Elapsed wall clock time (in seconds):2.074
1.86/2.19	o 884
1.86/2.19	c And the winner is solver0
1.86/2.69	c Got one! Elapsed wall clock time (in seconds):2.575
1.86/2.69	o 637
1.88/2.70	c And the winner is solver0
1.88/3.19	c Got one! Elapsed wall clock time (in seconds):3.076
1.88/3.19	o 618
1.88/3.20	c And the winner is solver0
2.56/3.69	c Got one! Elapsed wall clock time (in seconds):3.577
2.56/3.69	o 616
2.57/3.70	c And the winner is solver0
2.58/4.19	c Got one! Elapsed wall clock time (in seconds):4.078
2.58/4.19	o 611
2.59/4.21	c And the winner is solver0
2.62/4.69	c Got one! Elapsed wall clock time (in seconds):4.579
2.62/4.69	o 605
2.63/4.70	c And the winner is solver0
2.63/5.19	c Got one! Elapsed wall clock time (in seconds):5.08
2.63/5.19	o 599
2.64/5.20	c And the winner is solver0
2.66/5.70	c Got one! Elapsed wall clock time (in seconds):5.581
2.66/5.70	o 593
2.67/5.71	c And the winner is solver0
2.70/6.20	c Got one! Elapsed wall clock time (in seconds):6.082
2.70/6.20	o 592
2.70/6.20	c And the winner is solver0
2.71/6.70	c Got one! Elapsed wall clock time (in seconds):6.583
2.71/6.70	o 563
2.72/6.70	c And the winner is solver0
2.74/7.20	c Got one! Elapsed wall clock time (in seconds):7.084
2.74/7.20	o 562
2.74/7.22	c And the winner is solver0
2.79/7.70	c Got one! Elapsed wall clock time (in seconds):7.585
2.79/7.70	o 554
2.79/7.71	c And the winner is solver0
2.84/8.20	c Got one! Elapsed wall clock time (in seconds):8.086
2.84/8.20	o 549
2.84/8.21	c And the winner is solver0
2.84/8.70	c Got one! Elapsed wall clock time (in seconds):8.587
2.84/8.70	o 483
2.84/8.71	c And the winner is solver0
2.84/9.20	c Got one! Elapsed wall clock time (in seconds):9.087
2.84/9.20	o 476
2.84/9.21	c And the winner is solver0
2.85/9.70	c Got one! Elapsed wall clock time (in seconds):9.588
2.85/9.70	o 421
2.85/9.71	c And the winner is solver0
2.85/10.20	c Got one! Elapsed wall clock time (in seconds):10.089
2.85/10.20	o 414
2.85/10.21	c And the winner is solver0
2.86/10.70	c Got one! Elapsed wall clock time (in seconds):10.59
2.86/10.70	o 411
2.86/10.72	c And the winner is solver0
2.91/11.21	c Got one! Elapsed wall clock time (in seconds):11.091
2.91/11.21	o 405
2.91/11.22	c And the winner is solver0
2.95/11.71	c Got one! Elapsed wall clock time (in seconds):11.592
2.95/11.71	o 401
2.95/11.71	c And the winner is solver0
2.97/12.21	c Got one! Elapsed wall clock time (in seconds):12.093
2.97/12.21	o 396
2.97/12.23	c And the winner is solver0
3.03/12.71	c Got one! Elapsed wall clock time (in seconds):12.594
3.03/12.71	o 389
3.03/12.73	c And the winner is solver0
3.09/13.21	c Got one! Elapsed wall clock time (in seconds):13.095
3.09/13.21	o 387
3.09/13.22	c And the winner is solver0
3.09/13.71	c Got one! Elapsed wall clock time (in seconds):13.596
3.09/13.71	o 384
3.09/13.74	c And the winner is solver0
3.17/14.21	c Got one! Elapsed wall clock time (in seconds):14.096
3.17/14.21	o 379
3.17/14.22	c And the winner is solver0
3.24/14.71	c Got one! Elapsed wall clock time (in seconds):14.597
3.24/14.71	o 376
3.24/14.72	c And the winner is solver0
3.24/15.21	c Got one! Elapsed wall clock time (in seconds):15.098
3.24/15.21	o 370
3.24/15.23	c And the winner is solver0
3.30/15.71	c Got one! Elapsed wall clock time (in seconds):15.599
3.30/15.71	o 363
3.30/15.72	c And the winner is solver0
3.35/16.21	c Got one! Elapsed wall clock time (in seconds):16.1
3.35/16.21	o 354
3.35/16.23	c And the winner is solver0
3.40/16.71	c Got one! Elapsed wall clock time (in seconds):16.601
3.40/16.71	o 350
3.40/16.72	c And the winner is solver0
3.42/17.22	c Got one! Elapsed wall clock time (in seconds):17.102
3.42/17.22	o 349
3.42/17.26	c And the winner is solver0
3.54/17.72	c Got one! Elapsed wall clock time (in seconds):17.602
3.54/17.72	o 348
3.54/17.73	c And the winner is solver0
3.58/18.22	c Got one! Elapsed wall clock time (in seconds):18.103
3.58/18.22	o 343
3.58/18.22	c And the winner is solver0
3.58/18.72	c Got one! Elapsed wall clock time (in seconds):18.604
3.58/18.72	o 322
3.58/18.74	c And the winner is solver0
3.63/19.22	c Got one! Elapsed wall clock time (in seconds):19.105
3.63/19.22	o 320
3.63/19.23	c And the winner is solver0
3.64/19.72	c Got one! Elapsed wall clock time (in seconds):19.606
3.64/19.72	o 294
3.64/19.74	c And the winner is solver0
3.69/20.22	c Got one! Elapsed wall clock time (in seconds):20.107
3.69/20.22	o 289
3.69/20.23	c And the winner is solver0
3.69/20.72	c Got one! Elapsed wall clock time (in seconds):20.608
3.69/20.72	o 288
3.69/20.74	c And the winner is solver0
3.75/21.22	c Got one! Elapsed wall clock time (in seconds):21.109
3.75/21.22	o 286
3.75/21.25	c And the winner is solver0
3.83/21.72	c Got one! Elapsed wall clock time (in seconds):21.61
3.83/21.72	o 281
3.83/21.75	c And the winner is solver0
3.89/22.22	c Got one! Elapsed wall clock time (in seconds):22.111
3.89/22.22	o 278
3.89/22.24	c And the winner is solver0
3.94/22.73	c Got one! Elapsed wall clock time (in seconds):22.612
3.94/22.73	o 272
3.94/22.74	c And the winner is solver0
3.99/23.23	c Got one! Elapsed wall clock time (in seconds):23.113
3.99/23.23	o 270
3.99/23.26	c And the winner is solver0
4.08/23.73	c Got one! Elapsed wall clock time (in seconds):23.613
4.08/23.73	o 264
4.22/23.82	c And the winner is solver0
4.33/24.23	c Got one! Elapsed wall clock time (in seconds):24.114
4.33/24.23	o 259
4.33/24.26	c And the winner is solver0
4.41/24.73	c Got one! Elapsed wall clock time (in seconds):24.615
4.41/24.73	o 254
4.41/24.79	c And the winner is solver0
4.56/25.23	c Got one! Elapsed wall clock time (in seconds):25.116
4.56/25.23	o 252
4.73/25.32	c cleaning 10839 clauses out of 21677 with flag 3197/21677
4.73/25.34	c And the winner is solver0
4.85/25.73	c Got one! Elapsed wall clock time (in seconds):25.617
4.85/25.73	o 242
4.85/25.78	c And the winner is solver0
4.97/26.23	c Got one! Elapsed wall clock time (in seconds):26.118
4.97/26.23	o 241
4.97/26.27	c And the winner is solver0
5.05/26.73	c Got one! Elapsed wall clock time (in seconds):26.619
5.05/26.73	o 240
5.05/26.76	c And the winner is solver0
5.14/27.23	c Got one! Elapsed wall clock time (in seconds):27.12
5.14/27.23	o 239
5.14/27.24	c And the winner is solver0
5.14/27.73	c Got one! Elapsed wall clock time (in seconds):27.621
5.14/27.73	o 236
5.26/27.82	c And the winner is solver0
5.33/28.24	c Got one! Elapsed wall clock time (in seconds):28.122
5.33/28.24	o 234
5.33/28.24	c And the winner is solver0
5.33/28.74	c Got one! Elapsed wall clock time (in seconds):28.622
5.33/28.74	o 229
5.33/28.76	c And the winner is solver0
5.40/29.24	c Got one! Elapsed wall clock time (in seconds):29.123
5.40/29.24	o 224
5.54/29.30	c cleaning 9022 clauses out of 18043 with flag 3199/28882
5.54/29.31	c And the winner is solver0
5.59/29.74	c Got one! Elapsed wall clock time (in seconds):29.624
5.59/29.74	o 219
5.59/29.75	c And the winner is solver0
5.66/30.24	c Got one! Elapsed wall clock time (in seconds):30.124
5.66/30.24	o 195
5.78/30.37	c And the winner is solver0
5.95/30.74	c Got one! Elapsed wall clock time (in seconds):30.625
5.95/30.74	o 182
6.07/30.86	c cleaning 7792 clauses out of 15585 with flag 7056/35446
6.07/30.87	c And the winner is solver0
6.60/31.24	c Got one! Elapsed wall clock time (in seconds):31.126
6.60/31.24	o 179
6.60/31.26	c And the winner is solver0
6.66/31.74	c Got one! Elapsed wall clock time (in seconds):31.627
6.66/31.74	o 177
6.66/31.76	c And the winner is solver0
6.74/32.24	c Got one! Elapsed wall clock time (in seconds):32.128
6.74/32.24	o 173
6.86/32.33	c And the winner is solver0
6.94/32.74	c Got one! Elapsed wall clock time (in seconds):32.628
6.94/32.74	o 164
6.94/32.75	c And the winner is solver0
6.98/33.24	c Got one! Elapsed wall clock time (in seconds):33.129
6.98/33.24	o 161
6.98/33.28	c And the winner is solver0
7.06/33.74	c Got one! Elapsed wall clock time (in seconds):33.63
7.06/33.74	o 143
7.17/33.89	c cleaning 7984 clauses out of 15971 with flag 12177/43624
7.80/34.11	c cleaning 6994 clauses out of 13988 with flag 35343/49625
8.21/34.38	c cleaning 6991 clauses out of 13994 with flag 59301/56625
9.04/34.70	c cleaning 7494 clauses out of 15003 with flag 87525/64625
9.64/35.05	c cleaning 8254 clauses out of 16508 with flag 124151/73624
10.46/35.46	c cleaning 9121 clauses out of 18254 with flag 164297/83624
10.86/35.67	c And the winner is solver0
11.01/35.75	c Got one! Elapsed wall clock time (in seconds):35.631
11.01/35.75	o 141
11.31/35.97	c cleaning 9791 clauses out of 19583 with flag 21183/94074
11.72/36.10	c And the winner is solver0
11.78/36.25	c Got one! Elapsed wall clock time (in seconds):36.132
11.78/36.25	o 140
11.78/36.27	c And the winner is solver0
11.87/36.75	c Got one! Elapsed wall clock time (in seconds):36.633
11.87/36.75	o 124
11.87/36.77	c And the winner is solver0
11.94/37.25	c Got one! Elapsed wall clock time (in seconds):37.133
11.94/37.25	o 123
11.94/37.28	c And the winner is solver0
12.06/37.75	c Got one! Elapsed wall clock time (in seconds):37.634
12.06/37.75	o 118
12.16/37.84	c cleaning 8535 clauses out of 17070 with flag 8357/101352
12.36/37.97	c And the winner is solver0
12.63/38.25	c Got one! Elapsed wall clock time (in seconds):38.135
12.63/38.25	o 117
12.74/38.35	c cleaning 7138 clauses out of 14284 with flag 8904/107101
13.15/38.58	c cleaning 6563 clauses out of 13147 with flag 33928/113102
13.74/38.84	c cleaning 6787 clauses out of 13582 with flag 59502/120101
14.14/39.05	c And the winner is solver0
14.28/39.25	c Got one! Elapsed wall clock time (in seconds):39.135
14.28/39.25	o 116
14.57/39.45	c cleaning 8861 clauses out of 17744 with flag 18748/131050
14.99/39.69	c cleaning 7437 clauses out of 14883 with flag 43306/137050
15.19/39.72	c And the winner is solver0
15.31/39.85	c Got one! Elapsed wall clock time (in seconds):39.736
15.31/39.85	o 111
15.44/39.99	c cleaning 6381 clauses out of 12769 with flag 14620/142373
15.64/40.00	c And the winner is solver0
15.68/40.35	c Got one! Elapsed wall clock time (in seconds):40.237
15.68/40.35	o 108
15.97/40.52	c cleaning 5919 clauses out of 11844 with flag 16859/147829
16.17/40.64	c And the winner is solver0
16.61/41.00	c Got one! Elapsed wall clock time (in seconds):40.888
16.61/41.00	o 95
16.61/41.04	c cleaning 5616 clauses out of 11239 with flag 3355/153143
17.00/41.24	c cleaning 5807 clauses out of 11623 with flag 23084/159143
17.40/41.47	c cleaning 6408 clauses out of 12815 with flag 46749/166143
17.40/41.49	c And the winner is solver0
17.70/41.65	c Got one! Elapsed wall clock time (in seconds):41.539
17.70/41.65	o 94
18.04/41.85	c cleaning 6021 clauses out of 12052 with flag 20128/171788
18.42/42.04	c cleaning 6012 clauses out of 12031 with flag 41536/177788
18.82/42.23	c And the winner is solver0
18.96/42.65	c Got one! Elapsed wall clock time (in seconds):42.54
18.96/42.65	o 86
19.04/42.76	c And the winner is solver0
19.20/43.16	c Got one! Elapsed wall clock time (in seconds):43.041
19.20/43.16	o 78
19.28/43.29	c cleaning 8883 clauses out of 17766 with flag 11676/189535
19.88/43.53	c cleaning 7443 clauses out of 14886 with flag 37426/195538
20.28/43.78	c cleaning 7217 clauses out of 14442 with flag 65150/202537
20.89/44.09	c cleaning 7610 clauses out of 15222 with flag 97687/210536
21.69/44.44	c cleaning 8306 clauses out of 16611 with flag 134778/219535
22.50/44.85	c cleaning 9148 clauses out of 18305 with flag 177760/229536
23.52/45.30	c cleaning 10079 clauses out of 20159 with flag 220287/240538
24.52/45.84	c cleaning 11034 clauses out of 22077 with flag 274282/252535
24.72/45.95	c And the winner is solver0
24.85/46.16	c Got one! Elapsed wall clock time (in seconds):46.043
24.85/46.16	o 76
24.95/46.29	c cleaning 8332 clauses out of 16680 with flag 12623/258172
25.53/46.50	c cleaning 7164 clauses out of 14348 with flag 36495/264172
25.93/46.76	c cleaning 7077 clauses out of 14184 with flag 65119/271172
26.13/46.83	c And the winner is solver0
27.47/48.11	c Got one! Elapsed wall clock time (in seconds):47.996
27.47/48.11	o 75
27.64/48.22	c cleaning 6315 clauses out of 12644 with flag 11499/276709
28.05/48.42	c cleaning 6159 clauses out of 12330 with flag 33911/282710
28.44/48.66	c cleaning 6583 clauses out of 13170 with flag 60345/289709
29.04/48.95	c cleaning 7291 clauses out of 14587 with flag 90972/297710
29.64/49.27	c And the winner is solver0
30.52/50.06	c Got one! Elapsed wall clock time (in seconds):49.948
30.52/50.06	o 74
30.82/50.29	c cleaning 10405 clauses out of 20810 with flag 19347/311225
31.42/50.53	c cleaning 8203 clauses out of 16407 with flag 42339/317227
31.42/50.55	c And the winner is solver0
33.00/52.02	c Got one! Elapsed wall clock time (in seconds):51.902
33.00/52.02	o 69
33.36/52.20	c cleaning 6898 clauses out of 13815 with flag 20500/322838
33.76/52.41	c cleaning 6454 clauses out of 12918 with flag 45225/328839
33.96/52.51	c And the winner is solver0
35.37/53.97	c Got one! Elapsed wall clock time (in seconds):53.856
35.37/53.97	o 49
35.47/54.07	c And the winner is solver0
35.66/54.47	c Got one! Elapsed wall clock time (in seconds):54.358
35.66/54.47	o 38
35.71/54.52	c cleaning 6441 clauses out of 12889 with flag 4042/335264
35.71/54.53	c And the winner is solver0
35.88/54.97	c Got one! Elapsed wall clock time (in seconds):54.86
35.88/54.97	o 34
36.11/55.17	c cleaning 5881 clauses out of 11767 with flag 20194/340583
36.50/55.36	c cleaning 5943 clauses out of 11888 with flag 42494/346586
37.11/55.62	c cleaning 6461 clauses out of 12939 with flag 69028/353582
37.70/55.94	c cleaning 7230 clauses out of 14478 with flag 103668/361582
38.50/56.31	c cleaning 8123 clauses out of 16247 with flag 143412/370582
39.30/56.74	c cleaning 9062 clauses out of 18123 with flag 186035/380584
40.32/57.23	c cleaning 10025 clauses out of 20054 with flag 234643/391582
40.32/57.25	c And the winner is solver0
41.27/58.13	c Got one! Elapsed wall clock time (in seconds):58.015
41.27/58.13	o 28
41.67/58.34	c cleaning 7816 clauses out of 15643 with flag 24989/397197
42.05/58.54	c And the winner is solver0
43.71/60.18	c Got one! Elapsed wall clock time (in seconds):60.07
43.71/60.18	o 24
43.79/60.25	c And the winner is solver0
43.99/60.69	c Got one! Elapsed wall clock time (in seconds):60.573
43.99/60.69	o 23
44.21/60.89	c cleaning 9605 clauses out of 19217 with flag 18941/408591
44.61/61.03	c And the winner is solver0
46.25/62.64	c Got one! Elapsed wall clock time (in seconds):62.529
46.25/62.64	o 22
46.38/62.72	c And the winner is solver0
46.50/63.18	c >>>>>>>>>> Solver number 0 (92 answers) <<<<<<<<<<<<<<<<<<
46.50/63.18	c starts		: 471
46.50/63.18	c conflicts		: 414032
46.50/63.18	c decisions		: 656729
46.50/63.18	c propagations		: 9601089
46.50/63.18	c inspects		: 175159034
46.50/63.18	c shortcuts		: 0
46.50/63.18	c learnt literals	: 39
46.50/63.18	c learnt binary clauses	: 174
46.50/63.18	c learnt ternary clauses	: 1029
46.50/63.18	c learnt constraints	: 413992
46.50/63.18	c ignored constraints	: 0
46.50/63.18	c root simplifications	: 0
46.50/63.18	c removed literals (reason simplification)	: 3617123
46.50/63.18	c reason swapping (by a shorter reason)	: 0
46.50/63.18	c Calls to reduceDB	: 52
46.50/63.18	c Number of update (reduction) of LBD	: 107270
46.50/63.18	c Imported unit clauses	: 0
46.50/63.18	c number of reductions to clauses (during analyze)	: 0
46.50/63.18	c number of learned constraints concerned by reduction	: 0
46.50/63.18	c number of learning phase by resolution	: 0
46.50/63.18	c number of learning phase by cutting planes	: 0
46.50/63.18	c speed (assignments/second)	: 152427.27186130692
46.50/63.18	c non guided choices	2864
46.50/63.18	c learnt constraints type 
46.50/63.18	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
46.50/63.18	c starts		: 93
46.50/63.18	c conflicts		: 507
46.50/63.18	c decisions		: 8009
46.50/63.18	c propagations		: 30089
46.50/63.18	c inspects		: 1157134
46.50/63.18	c shortcuts		: 0
46.50/63.18	c learnt literals	: 0
46.50/63.18	c learnt binary clauses	: 0
46.50/63.18	c learnt ternary clauses	: 0
46.50/63.18	c learnt constraints	: 421
46.50/63.18	c ignored constraints	: 0
46.50/63.18	c root simplifications	: 0
46.50/63.18	c removed literals (reason simplification)	: 0
46.50/63.18	c reason swapping (by a shorter reason)	: 0
46.50/63.18	c Calls to reduceDB	: 0
46.50/63.18	c Number of update (reduction) of LBD	: 0
46.50/63.18	c Imported unit clauses	: 0
46.50/63.18	c number of reductions to clauses (during analyze)	: 0
46.50/63.18	c number of learned constraints concerned by reduction	: 0
46.50/63.18	c number of learning phase by resolution	: 0
46.50/63.18	c number of learning phase by cutting planes	: 0
46.50/63.18	c speed (assignments/second)	: 57421.75572519084
46.50/63.18	c non guided choices	1828
46.50/63.18	c learnt constraints type 
46.50/63.18	s OPTIMUM FOUND
46.50/63.18	c Found 91 solution(s)
46.50/63.18	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
46.50/63.18	c objective function=22
46.50/63.18	c Total wall clock time (in seconds): 63.064

Verifier Data

OK	22

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

pid=4344
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 1.44 1.72 2/194 4347
/proc/meminfo: memFree=30446260/32872528 swapFree=480748/529804
[pid=4347] ppid=4344 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/4347/stat : 4347 (java) S 4344 4347 23565 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 11164240 95129600 926 33554432000 1073741824 1073778376 140734869283152 140734869274288 211462160445 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4347/statm: 23225 926 703 9 0 16769 0
[pid=4347/tid=4348] ppid=4344 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4348/stat : 4348 (java) R 4344 4347 23565 0 -1 4202560 122 0 0 0 0 0 0 0 20 0 2 0 11164241 98570240 969 33554432000 1073741824 1073778376 140734869283152 140653439499816 140653441683427 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100093 s]
/proc/loadavg: 1.26 1.44 1.72 2/194 4347
/proc/meminfo: memFree=30446260/32872528 swapFree=480748/529804
[pid=4347] ppid=4344 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/4347/stat : 4347 (java) S 4344 4347 23565 0 -1 4202496 4419 0 1 0 9 1 0 0 20 0 18 0 11164240 9787879424 6040 33554432000 1073741824 1073778376 140734869283152 140734869274288 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4347/statm: 2389619 6040 2126 9 0 2380296 0
[pid=4347/tid=4348] ppid=4344 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/4347/task/4348/stat : 4348 (java) R 4344 4347 23565 0 -1 4202560 2392 0 1 0 7 0 0 0 20 0 18 0 11164241 9787879424 6040 33554432000 1073741824 1073778376 140734869283152 140653439503264 140653446657097 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.200364 s]
/proc/loadavg: 1.26 1.44 1.72 2/194 4347
/proc/meminfo: memFree=30446260/32872528 swapFree=480748/529804
[pid=4347] ppid=4344 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/4347/stat : 4347 (java) S 4344 4347 23565 0 -1 4202496 4779 0 1 0 23 1 0 0 20 0 22 0 11164240 10060525568 7880 33554432000 1073741824 1073778376 140734869283152 140734869274288 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4347/statm: 2456183 7880 2208 9 0 2446860 0
[pid=4347/tid=4348] ppid=4344 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/4347/task/4348/stat : 4348 (java) S 4344 4347 23565 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 22 0 11164241 10060525568 7880 33554432000 1073741824 1073778376 140734869283152 140653439505272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+0.300259 s]
/proc/loadavg: 1.26 1.44 1.72 2/194 4347
/proc/meminfo: memFree=30446260/32872528 swapFree=480748/529804
[pid=4347] ppid=4344 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/4347/stat : 4347 (java) S 4344 4347 23565 0 -1 4202496 7755 0 1 0 61 2 0 0 20 0 22 0 11164240 10060525568 10169 33554432000 1073741824 1073778376 140734869283152 140734869274288 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4347/statm: 2456183 10169 2247 9 0 2446860 0
[pid=4347/tid=4348] ppid=4344 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/4347/task/4348/stat : 4348 (java) S 4344 4347 23565 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 22 0 11164241 10060525568 10169 33554432000 1073741824 1073778376 140734869283152 140653439505272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 9824732

[startup+0.700322 s]
/proc/loadavg: 1.26 1.44 1.72 2/194 4347
/proc/meminfo: memFree=30446260/32872528 swapFree=480748/529804
[pid=4347] ppid=4344 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/4347/stat : 4347 (java) S 4344 4347 23565 0 -1 4202496 15313 0 1 0 126 6 0 0 20 0 22 0 11164240 10060525568 15347 33554432000 1073741824 1073778376 140734869283152 140734869274288 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4347/statm: 2456183 15347 2254 9 0 2446860 0
[pid=4347/tid=4348] ppid=4344 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/4347/task/4348/stat : 4348 (java) S 4344 4347 23565 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 22 0 11164241 10060525568 15347 33554432000 1073741824 1073778376 140734869283152 140653439505272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 1.26 1.44 1.72 1/213 4378
/proc/meminfo: memFree=30385348/32872528 swapFree=480748/529804
[pid=4347] ppid=4344 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/4347/stat : 4347 (java) S 4344 4347 23565 0 -1 4202496 15888 0 1 0 167 10 0 0 20 0 19 0 11164240 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140734869274288 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4347/statm: 2456183 18495 2260 9 0 2446860 0
[pid=4347/tid=4348] ppid=4344 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/4347/task/4348/stat : 4348 (java) S 4344 4347 23565 0 -1 4202560 2416 0 1 0 15 2 0 0 20 0 19 0 11164241 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140653439505272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4350] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4350/stat : 4350 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164241 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140653283502760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4351] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4351/stat : 4351 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164241 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140653282450216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4352] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4352/stat : 4352 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164241 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140653281397672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4347/tid=4353] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4353/stat : 4353 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164241 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140653280345128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4354] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4354/stat : 4354 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164242 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140653279291560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4355] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4355/stat : 4355 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164242 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140653278239016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4356] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4356/stat : 4356 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164242 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140653277186472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4357] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4357/stat : 4357 (java) S 4344 4347 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11164242 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140653276133928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4358] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4358/stat : 4358 (java) S 4344 4347 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11164243 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140652793805416 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4359] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4359/stat : 4359 (java) S 4344 4347 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11164243 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140652792751736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4360] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4360/stat : 4360 (java) S 4344 4347 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11164243 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140652791699080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4361] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4361/stat : 4361 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164246 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140652790647824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4362] ppid=4344 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/4347/task/4362/stat : 4362 (java) S 4344 4347 23565 0 -1 4202560 4360 0 0 0 43 2 0 0 20 0 19 0 11164246 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140652789594168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4363] ppid=4344 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/4347/task/4363/stat : 4363 (java) S 4344 4347 23565 0 -1 4202560 7762 0 0 0 53 2 0 0 20 0 19 0 11164246 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140652788541624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4364] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4364/stat : 4364 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164246 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140652787489272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4365] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4365/stat : 4365 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164246 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140652786436936 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4369] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4369/stat : 4369 (java) S 4344 4347 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11164259 10060525568 18495 33554432000 1073741824 1073778376 140734869283152 140652782225064 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732

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

[startup+2.70083 s]
/proc/loadavg: 1.26 1.44 1.72 1/213 4393
/proc/meminfo: memFree=30339524/32872528 swapFree=480748/529804
[pid=4347] ppid=4344 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/4347/stat : 4347 (java) S 4344 4347 23565 0 -1 4202496 15918 0 1 0 176 12 0 0 20 0 22 0 11164240 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140734869274288 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4347/statm: 2456183 23111 2261 9 0 2446860 0
[pid=4347/tid=4348] ppid=4344 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/4347/task/4348/stat : 4348 (java) S 4344 4347 23565 0 -1 4202560 2417 0 1 0 15 2 0 0 20 0 22 0 11164241 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140653439505272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4350] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4350/stat : 4350 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11164241 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140653283502760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4351] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4351/stat : 4351 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11164241 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140653282450216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4352] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4352/stat : 4352 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11164241 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140653281397672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4347/tid=4353] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4353/stat : 4353 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11164241 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140653280345128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4354] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4354/stat : 4354 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11164242 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140653279291560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4355] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4355/stat : 4355 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11164242 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140653278239016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4356] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4356/stat : 4356 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11164242 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140653277186472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4357] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4357/stat : 4357 (java) S 4344 4347 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11164242 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140653276133928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4358] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4358/stat : 4358 (java) S 4344 4347 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11164243 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140652793805416 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4359] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4359/stat : 4359 (java) S 4344 4347 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 11164243 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140652792751736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4360] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4360/stat : 4360 (java) S 4344 4347 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11164243 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140652791699080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4361] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4361/stat : 4361 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11164246 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140652790647824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4362] ppid=4344 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/4347/task/4362/stat : 4362 (java) S 4344 4347 23565 0 -1 4202560 4361 0 0 0 44 2 0 0 20 0 22 0 11164246 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140652789594168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4363] ppid=4344 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/4347/task/4363/stat : 4363 (java) S 4344 4347 23565 0 -1 4202560 7762 0 0 0 55 2 0 0 20 0 22 0 11164246 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140652788541624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4364] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4364/stat : 4364 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11164246 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140652787489272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4365] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4365/stat : 4365 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11164246 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140652786436936 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4369] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4369/stat : 4369 (java) S 4344 4347 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11164259 10060525568 23111 33554432000 1073741824 1073778376 140734869283152 140652782225064 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824732

[startup+2.80083 s]
/proc/loadavg: 1.26 1.44 1.72 1/213 4393
/proc/meminfo: memFree=30339524/32872528 swapFree=480748/529804
[pid=4347] ppid=4344 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/4347/stat : 4347 (java) S 4344 4347 23565 0 -1 4202496 15918 0 1 0 175 12 0 0 20 0 19 0 11164240 10060525568 23105 33554432000 1073741824 1073778376 140734869283152 140734869274288 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4347/statm: 2456183 23105 2261 9 0 2446860 0
[pid=4347/tid=4348] ppid=4344 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/4347/task/4348/stat : 4348 (java) S 4344 4347 23565 0 -1 4202560 2417 0 1 0 15 2 0 0 20 0 19 0 11164241 10060525568 23105 33554432000 1073741824 1073778376 140734869283152 140653439505272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4350] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4350/stat : 4350 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164241 10060525568 23105 33554432000 1073741824 1073778376 140734869283152 140653283502760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4351] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4351/stat : 4351 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164241 10060525568 23105 33554432000 1073741824 1073778376 140734869283152 140653282450216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4352] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4352/stat : 4352 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164241 10060525568 23105 33554432000 1073741824 1073778376 140734869283152 140653281397672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4347/tid=4353] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4353/stat : 4353 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164241 10060525568 23105 33554432000 1073741824 1073778376 140734869283152 140653280345128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4354] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4354/stat : 4354 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164242 10060525568 23105 33554432000 1073741824 1073778376 140734869283152 140653279291560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4355] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4355/stat : 4355 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164242 10060525568 23105 33554432000 1073741824 1073778376 140734869283152 140653278239016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4356] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4356/stat : 4356 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164242 10060525568 23105 33554432000 1073741824 1073778376 140734869283152 140653277186472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4357] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4357/stat : 4357 (java) S 4344 4347 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11164242 10060525568 23105 33554432000 1073741824 1073778376 140734869283152 140653276133928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4358] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4358/stat : 4358 (java) S 4344 4347 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11164243 10060525568 23105 33554432000 1073741824 1073778376 140734869283152 140652793805416 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4359] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4359/stat : 4359 (java) S 4344 4347 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11164243 10060525568 23105 33554432000 1073741824 1073778376 140734869283152 140652792751736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/4347/task/4357/stat : 4357 (java) S 4344 4347 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 20 0 11164242 10060525568 47939 33554432000 1073741824 1073778376 140734869283152 140653276133928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4358] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4358/stat : 4358 (java) S 4344 4347 23565 0 -1 4202560 14 0 0 0 1 4 0 0 20 0 20 0 11164243 10060525568 47939 33554432000 1073741824 1073778376 140734869283152 140652793805416 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4359] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4359/stat : 4359 (java) S 4344 4347 23565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 11164243 10060525568 47939 33554432000 1073741824 1073778376 140734869283152 140652792751736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4360] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4360/stat : 4360 (java) S 4344 4347 23565 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 20 0 11164243 10060525568 47939 33554432000 1073741824 1073778376 140734869283152 140652791699080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4361] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4361/stat : 4361 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11164246 10060525568 47939 33554432000 1073741824 1073778376 140734869283152 140652790647824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4362] ppid=4344 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/4347/task/4362/stat : 4362 (java) S 4344 4347 23565 0 -1 4202560 4643 0 0 0 91 2 0 0 20 0 20 0 11164246 10060525568 47939 33554432000 1073741824 1073778376 140734869283152 140652789594168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4363] ppid=4344 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/4347/task/4363/stat : 4363 (java) S 4344 4347 23565 0 -1 4202560 11514 0 0 0 122 3 0 0 20 0 20 0 11164246 10060525568 47939 33554432000 1073741824 1073778376 140734869283152 140652788541624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4364] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4364/stat : 4364 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11164246 10060525568 47939 33554432000 1073741824 1073778376 140734869283152 140652787489272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4365] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4365/stat : 4365 (java) S 4344 4347 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 11164246 10060525568 47939 33554432000 1073741824 1073778376 140734869283152 140652786436936 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4369] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4369/stat : 4369 (java) S 4344 4347 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 11164259 10060525568 47939 33554432000 1073741824 1073778376 140734869283152 140652782225064 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4999] ppid=4344 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/4347/task/4999/stat : 4999 (java) R 4344 4347 23565 0 -1 4202560 3 0 0 0 169 0 0 0 20 0 20 0 11170310 10060525568 47939 33554432000 1073741824 1073778376 140734869283152 140652784327888 140653284110141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 46.03
Current children cumulated vsize (KiB) 9824732

[startup+62.8078 s]
/proc/loadavg: 1.67 1.50 1.72 4/216 5012
/proc/meminfo: memFree=30119836/32872528 swapFree=480748/529804
[pid=4347] ppid=4344 vsize=9824732 CPUtime=46.48 cores=0,2,4,6
/proc/4347/stat : 4347 (java) S 4344 4347 23565 0 -1 4202496 20873 0 1 0 4488 160 0 0 20 0 19 0 11164240 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140734869274288 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4347/statm: 2456183 47937 2287 9 0 2446860 0
[pid=4347/tid=4348] ppid=4344 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/4347/task/4348/stat : 4348 (java) S 4344 4347 23565 0 -1 4202560 2419 0 1 0 22 2 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653439505272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4350] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4350/stat : 4350 (java) S 4344 4347 23565 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653283502760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4351] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4351/stat : 4351 (java) S 4344 4347 23565 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653282450216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4352] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4352/stat : 4352 (java) S 4344 4347 23565 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653281397672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4347/tid=4353] ppid=4344 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/4347/task/4353/stat : 4353 (java) S 4344 4347 23565 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653280345128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4354] ppid=4344 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/4347/task/4354/stat : 4354 (java) S 4344 4347 23565 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 11164242 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653279291560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4347/tid=4355] ppid=4344 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/4347/task/4355/stat : 4355 (java) S 4344 4347 23565 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 11164242 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653278239016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4356] ppid=4344 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/4347/task/4356/stat : 4356 (java) S 4344 4347 23565 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 19 0 11164242 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653277186472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4357] ppid=4344 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/4347/task/4357/stat : 4357 (java) S 4344 4347 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 11164242 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653276133928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4358] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4358/stat : 4358 (java) S 4344 4347 23565 0 -1 4202560 14 0 0 0 1 4 0 0 20 0 19 0 11164243 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652793805416 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4359] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4359/stat : 4359 (java) S 4344 4347 23565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 11164243 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652792751736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4360] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4360/stat : 4360 (java) S 4344 4347 23565 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 11164243 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652791699080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4361] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4361/stat : 4361 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652790647824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4362] ppid=4344 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/4347/task/4362/stat : 4362 (java) S 4344 4347 23565 0 -1 4202560 4643 0 0 0 91 2 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652789594168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4363] ppid=4344 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/4347/task/4363/stat : 4363 (java) S 4344 4347 23565 0 -1 4202560 11514 0 0 0 122 3 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652788541624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4364] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4364/stat : 4364 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652787489272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4365] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4365/stat : 4365 (java) S 4344 4347 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652786436936 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4369] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4369/stat : 4369 (java) S 4344 4347 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11164259 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652782225064 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 46.48
Current children cumulated vsize (KiB) 9824732

[startup+63.0008 s]
/proc/loadavg: 1.67 1.50 1.72 4/216 5012
/proc/meminfo: memFree=30119836/32872528 swapFree=480748/529804
[pid=4347] ppid=4344 vsize=9824732 CPUtime=46.48 cores=0,2,4,6
/proc/4347/stat : 4347 (java) S 4344 4347 23565 0 -1 4202496 20873 0 1 0 4488 160 0 0 20 0 19 0 11164240 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140734869274288 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4347/statm: 2456183 47937 2287 9 0 2446860 0
[pid=4347/tid=4348] ppid=4344 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/4347/task/4348/stat : 4348 (java) S 4344 4347 23565 0 -1 4202560 2419 0 1 0 22 2 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653439505272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4350] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4350/stat : 4350 (java) S 4344 4347 23565 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653283502760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4351] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4351/stat : 4351 (java) S 4344 4347 23565 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653282450216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4352] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4352/stat : 4352 (java) S 4344 4347 23565 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653281397672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4347/tid=4353] ppid=4344 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/4347/task/4353/stat : 4353 (java) S 4344 4347 23565 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653280345128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4354] ppid=4344 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/4347/task/4354/stat : 4354 (java) S 4344 4347 23565 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 11164242 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653279291560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4347/tid=4355] ppid=4344 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/4347/task/4355/stat : 4355 (java) S 4344 4347 23565 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 11164242 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653278239016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4356] ppid=4344 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/4347/task/4356/stat : 4356 (java) S 4344 4347 23565 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 19 0 11164242 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653277186472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4357] ppid=4344 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/4347/task/4357/stat : 4357 (java) S 4344 4347 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 11164242 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653276133928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4358] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4358/stat : 4358 (java) S 4344 4347 23565 0 -1 4202560 14 0 0 0 1 4 0 0 20 0 19 0 11164243 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652793805416 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4359] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4359/stat : 4359 (java) S 4344 4347 23565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 11164243 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652792751736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4360] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4360/stat : 4360 (java) S 4344 4347 23565 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 11164243 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652791699080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4361] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4361/stat : 4361 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652790647824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4362] ppid=4344 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/4347/task/4362/stat : 4362 (java) S 4344 4347 23565 0 -1 4202560 4643 0 0 0 91 2 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652789594168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4363] ppid=4344 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/4347/task/4363/stat : 4363 (java) S 4344 4347 23565 0 -1 4202560 11514 0 0 0 122 3 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652788541624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4364] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4364/stat : 4364 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652787489272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4365] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4365/stat : 4365 (java) S 4344 4347 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652786436936 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4369] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4369/stat : 4369 (java) S 4344 4347 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11164259 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652782225064 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 46.48
Current children cumulated vsize (KiB) 9824732

[startup+63.1008 s]
/proc/loadavg: 1.67 1.50 1.72 4/216 5012
/proc/meminfo: memFree=30119836/32872528 swapFree=480748/529804
[pid=4347] ppid=4344 vsize=9824732 CPUtime=46.48 cores=0,2,4,6
/proc/4347/stat : 4347 (java) S 4344 4347 23565 0 -1 4202496 20873 0 1 0 4488 160 0 0 20 0 19 0 11164240 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140734869274288 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4347/statm: 2456183 47937 2287 9 0 2446860 0
[pid=4347/tid=4348] ppid=4344 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/4347/task/4348/stat : 4348 (java) S 4344 4347 23565 0 -1 4202560 2419 0 1 0 22 2 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653439505272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4350] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4350/stat : 4350 (java) S 4344 4347 23565 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653283502760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4351] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4351/stat : 4351 (java) S 4344 4347 23565 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653282450216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4352] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4352/stat : 4352 (java) S 4344 4347 23565 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653281397672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4347/tid=4353] ppid=4344 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/4347/task/4353/stat : 4353 (java) S 4344 4347 23565 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 19 0 11164241 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653280345128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4354] ppid=4344 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/4347/task/4354/stat : 4354 (java) S 4344 4347 23565 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 11164242 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653279291560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4347/tid=4355] ppid=4344 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/4347/task/4355/stat : 4355 (java) S 4344 4347 23565 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 11164242 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653278239016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4356] ppid=4344 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/4347/task/4356/stat : 4356 (java) S 4344 4347 23565 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 19 0 11164242 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653277186472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4357] ppid=4344 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/4347/task/4357/stat : 4357 (java) S 4344 4347 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 11164242 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140653276133928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4358] ppid=4344 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4347/task/4358/stat : 4358 (java) S 4344 4347 23565 0 -1 4202560 14 0 0 0 1 4 0 0 20 0 19 0 11164243 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652793805416 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4359] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4359/stat : 4359 (java) S 4344 4347 23565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 11164243 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652792751736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4360] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4360/stat : 4360 (java) S 4344 4347 23565 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 11164243 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652791699080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4361] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4361/stat : 4361 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652790647824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4362] ppid=4344 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/4347/task/4362/stat : 4362 (java) S 4344 4347 23565 0 -1 4202560 4643 0 0 0 91 2 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652789594168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4347/tid=4363] ppid=4344 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/4347/task/4363/stat : 4363 (java) S 4344 4347 23565 0 -1 4202560 11514 0 0 0 122 3 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652788541624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4364] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4364/stat : 4364 (java) S 4344 4347 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652787489272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4347/tid=4365] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4365/stat : 4365 (java) S 4344 4347 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11164246 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652786436936 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4347/tid=4369] ppid=4344 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4347/task/4369/stat : 4369 (java) S 4344 4347 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11164259 10060525568 47937 33554432000 1073741824 1073778376 140734869283152 140652782225064 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 46.48
Current children cumulated vsize (KiB) 9824732

Child status: 30

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

Real time (s): 63.1861
CPU time (s): 46.6759
CPU user time (s): 44.9542
CPU system time (s): 1.72174
CPU usage (%): 73.8705
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.9342
system time used= 1.72174
maximum resident set size= 206844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20883
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4245
involuntary context switches= 1627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.236963 second user time and 0.284956 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 23:17:23
IDJOB=4109641
IDBENCH=78878
IDSOLVER=2552
FILE ID=node141/4109641-1467321443
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.1110977273--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109641-1467321443/watcher-4109641-1467321443 -o /tmp/evaluation-result-4109641-1467321443/solver-4109641-1467321443 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29020 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109641-1467321443.wbo

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

MD5SUM BENCH= 038e2d59f80e30c95ef1e3e4582a8837
RANDOM SEED=245961214

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:        30446896 kB
Buffers:          175528 kB
Cached:           862412 kB
SwapCached:            0 kB
Active:           423452 kB
Inactive:         717552 kB
Active(anon):     105472 kB
Inactive(anon):        4 kB
Active(file):     317980 kB
Inactive(file):   717548 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1404 kB
Writeback:             0 kB
AnonPages:        597456 kB
Mapped:            22288 kB
Shmem:               204 kB
Slab:             620616 kB
SReclaimable:      63736 kB
SUnreclaim:       556880 kB
KernelStack:        1792 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1225636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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