Trace number 4081377

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)10 1800.16 912.844

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_2.opb
MD5SUMb690996610ff381ef60353517fe5a0e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1800.71
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1293
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4389
Number of bits of the biggest sum of numbers13
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4081377-1465232331.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.08/0.17	c ... done. Wall clock time 0.045s.
0.08/0.17	c declared #vars     146
0.08/0.17	c #constraints  12
0.08/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.08/0.17	c 12 constraints processed.
0.08/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.08/0.19	c 12 constraints processed.
0.08/0.19	c objective function length is 96 literals
1.47/0.56	c And the winner is solver0
1.82/0.67	c SATISFIABLE
1.82/0.67	c OPTIMIZING...
1.82/0.67	c Got one! Elapsed wall clock time (in seconds):0.551
1.82/0.67	o 165
2.01/0.72	c And the winner is solver0
2.16/1.17	c Got one! Elapsed wall clock time (in seconds):1.052
2.16/1.17	o 147
2.52/1.36	c cleaning 3132 clauses out of 6277 with flag 4205/6277
2.82/1.40	c And the winner is solver0
2.96/1.67	c Got one! Elapsed wall clock time (in seconds):1.554
2.96/1.67	o 111
4.01/2.11	c cleaning 4397 clauses out of 8810 with flag 10407/11942
4.62/2.44	c And the winner is solver1
4.73/2.67	c Got one! Elapsed wall clock time (in seconds):2.555
4.73/2.67	o 105
4.77/2.71	c And the winner is solver0
4.81/3.18	c Got one! Elapsed wall clock time (in seconds):3.057
4.81/3.18	o 103
4.85/3.23	c And the winner is solver0
4.94/3.68	c Got one! Elapsed wall clock time (in seconds):3.559
4.94/3.68	o 102
5.17/3.81	c cleaning 5765 clauses out of 11529 with flag 4689/19058
5.17/3.86	c And the winner is solver0
5.34/4.18	c Got one! Elapsed wall clock time (in seconds):4.061
5.34/4.18	o 100
5.37/4.26	c And the winner is solver0
5.53/4.68	c Got one! Elapsed wall clock time (in seconds):4.563
5.53/4.68	o 99
5.55/4.73	c And the winner is solver0
5.64/5.19	c Got one! Elapsed wall clock time (in seconds):5.065
5.64/5.19	o 98
5.67/5.25	c And the winner is solver0
5.77/5.69	c Got one! Elapsed wall clock time (in seconds):5.568
5.77/5.69	o 96
5.79/5.70	c And the winner is solver0
5.82/6.19	c Got one! Elapsed wall clock time (in seconds):6.07
5.82/6.19	o 92
5.84/6.23	c And the winner is solver0
5.93/6.69	c Got one! Elapsed wall clock time (in seconds):6.572
5.93/6.69	o 91
5.95/6.75	c And the winner is solver0
6.07/7.19	c Got one! Elapsed wall clock time (in seconds):7.074
6.07/7.19	o 89
6.07/7.25	c And the winner is solver0
6.21/7.70	c Got one! Elapsed wall clock time (in seconds):7.576
6.21/7.70	o 84
6.22/7.75	c And the winner is solver0
6.34/8.20	c Got one! Elapsed wall clock time (in seconds):8.078
6.34/8.20	o 73
6.34/8.26	c And the winner is solver0
6.47/8.70	c Got one! Elapsed wall clock time (in seconds):8.58
6.47/8.70	o 72
6.47/8.73	c And the winner is solver0
6.57/9.20	c Got one! Elapsed wall clock time (in seconds):9.083
6.57/9.20	o 70
6.96/9.41	c cleaning 7856 clauses out of 15712 with flag 4748/29006
6.96/9.41	c And the winner is solver0
7.03/9.70	c Got one! Elapsed wall clock time (in seconds):9.585
7.03/9.70	o 69
7.22/9.81	c And the winner is solver0
7.28/10.21	c Got one! Elapsed wall clock time (in seconds):10.087
7.28/10.21	o 67
7.67/10.43	c And the winner is solver0
7.76/10.71	c Got one! Elapsed wall clock time (in seconds):10.59
7.76/10.71	o 65
7.93/10.82	c cleaning 6812 clauses out of 13630 with flag 2559/34780
7.93/10.89	c And the winner is solver0
8.15/11.21	c Got one! Elapsed wall clock time (in seconds):11.093
8.15/11.21	o 63
8.15/11.25	c And the winner is solver0
8.37/11.72	c Got one! Elapsed wall clock time (in seconds):11.595
8.37/11.72	o 56
8.92/12.02	c cleaning 6272 clauses out of 12544 with flag 9220/40506
9.13/12.14	c And the winner is solver0
9.23/12.22	c Got one! Elapsed wall clock time (in seconds):12.1
9.23/12.22	o 55
9.37/12.34	c And the winner is solver0
9.49/12.72	c Got one! Elapsed wall clock time (in seconds):12.605
9.49/12.72	o 54
9.87/12.93	c cleaning 5940 clauses out of 11880 with flag 4797/46114
9.87/12.95	c And the winner is solver0
10.00/13.23	c Got one! Elapsed wall clock time (in seconds):13.11
10.00/13.23	o 53
10.33/13.41	c And the winner is solver0
10.39/13.73	c Got one! Elapsed wall clock time (in seconds):13.615
10.39/13.73	o 51
10.70/13.90	c cleaning 5723 clauses out of 11446 with flag 4578/51620
10.70/13.91	c And the winner is solver0
10.77/14.24	c Got one! Elapsed wall clock time (in seconds):14.119
10.77/14.24	o 50
10.89/14.34	c And the winner is solver0
11.02/14.74	c Got one! Elapsed wall clock time (in seconds):14.624
11.02/14.74	o 49
11.12/14.90	c And the winner is solver0
11.35/15.25	c Got one! Elapsed wall clock time (in seconds):15.128
11.35/15.25	o 47
11.44/15.30	c And the winner is solver0
11.47/15.75	c Got one! Elapsed wall clock time (in seconds):15.633
11.47/15.75	o 45
11.55/15.81	c And the winner is solver0
11.60/16.26	c Got one! Elapsed wall clock time (in seconds):16.138
11.60/16.26	o 42
11.86/16.42	c cleaning 6443 clauses out of 12889 with flag 4705/58786
11.86/16.46	c And the winner is solver0
12.03/16.76	c Got one! Elapsed wall clock time (in seconds):16.642
12.03/16.76	o 40
12.72/17.14	c cleaning 6065 clauses out of 12132 with flag 11416/64472
13.52/17.54	c cleaning 6034 clauses out of 12067 with flag 24920/70472
13.73/17.64	c And the winner is solver0
13.83/17.77	c Got one! Elapsed wall clock time (in seconds):17.647
13.83/17.77	o 39
14.28/18.06	c cleaning 5889 clauses out of 11782 with flag 9064/76221
15.08/18.46	c cleaning 5943 clauses out of 11894 with flag 22325/82222
16.12/18.96	c cleaning 6471 clauses out of 12950 with flag 37741/89221
17.32/19.57	c cleaning 7239 clauses out of 14479 with flag 55166/97221
18.95/20.33	c cleaning 8116 clauses out of 16241 with flag 74625/106222
20.74/21.28	c cleaning 9061 clauses out of 18127 with flag 96006/116224
23.14/22.41	c cleaning 10029 clauses out of 20064 with flag 119899/127222
24.15/22.95	c And the winner is solver0
24.33/23.27	c Got one! Elapsed wall clock time (in seconds):23.153
24.33/23.27	o 38
24.57/23.43	c And the winner is solver0
24.69/23.78	c Got one! Elapsed wall clock time (in seconds):23.661
24.69/23.78	o 36
25.56/24.30	c cleaning 10760 clauses out of 21527 with flag 9196/138714
26.75/24.84	c cleaning 8375 clauses out of 16765 with flag 22839/144712
27.35/25.12	c And the winner is solver0
27.41/25.31	c Got one! Elapsed wall clock time (in seconds):25.194
27.41/25.31	o 35
27.77/25.51	c cleaning 7122 clauses out of 14259 with flag 4591/150581
27.77/25.55	c And the winner is solver0
27.92/25.82	c Got one! Elapsed wall clock time (in seconds):25.702
27.92/25.82	o 33
28.66/26.25	c cleaning 6392 clauses out of 12787 with flag 11421/156231
28.66/26.27	c And the winner is solver0
28.83/26.33	c Got one! Elapsed wall clock time (in seconds):26.211
28.83/26.33	o 25
29.57/26.74	c cleaning 5823 clauses out of 11647 with flag 10508/161483
30.37/27.18	c cleaning 5910 clauses out of 11823 with flag 22766/167482
31.40/27.67	c cleaning 6456 clauses out of 12914 with flag 37065/174483
32.78/28.35	c cleaning 7226 clauses out of 14457 with flag 53375/182482
34.18/29.09	c cleaning 8110 clauses out of 16231 with flag 71647/191482
34.78/29.39	c And the winner is solver0
35.09/29.84	c Got one! Elapsed wall clock time (in seconds):29.719
35.09/29.84	o 23
35.40/30.00	c cleaning 6770 clauses out of 13545 with flag 2096/196906
36.40/30.50	c cleaning 6381 clauses out of 12774 with flag 14688/202905
36.60/30.67	c And the winner is solver0
36.79/30.85	c Got one! Elapsed wall clock time (in seconds):30.734
36.79/30.85	o 22
37.26/31.14	c cleaning 6109 clauses out of 12241 with flag 6593/208753
38.26/31.63	c cleaning 6061 clauses out of 12133 with flag 19368/214754
38.66/31.85	c And the winner is solver0
38.83/31.92	c Got one! Elapsed wall clock time (in seconds):31.799
38.83/31.92	o 19
39.36/32.21	c cleaning 5999 clauses out of 12022 with flag 6497/220704
40.16/32.67	c cleaning 6007 clauses out of 12023 with flag 19145/226704
41.38/33.25	c cleaning 6507 clauses out of 13019 with flag 33560/233707
42.78/33.96	c cleaning 7253 clauses out of 14512 with flag 50036/241707
44.58/34.81	c cleaning 8128 clauses out of 16258 with flag 68569/250706
46.59/35.85	c cleaning 9063 clauses out of 18131 with flag 89284/260707
48.99/37.03	c cleaning 10029 clauses out of 20065 with flag 111829/271704
51.59/38.30	c cleaning 11018 clauses out of 22037 with flag 136539/283705
54.59/39.82	c cleaning 12001 clauses out of 24018 with flag 163175/296704
58.21/41.68	c cleaning 13008 clauses out of 26018 with flag 192047/310705
62.41/43.72	c cleaning 14006 clauses out of 28014 with flag 222719/325709
66.83/45.97	c cleaning 15001 clauses out of 30005 with flag 255534/341706
72.47/48.73	c cleaning 16001 clauses out of 32003 with flag 290561/358705
78.27/51.68	c cleaning 16998 clauses out of 34002 with flag 328211/376705
84.70/54.81	c cleaning 18004 clauses out of 36008 with flag 367863/395709
91.94/58.48	c cleaning 18999 clauses out of 37999 with flag 409189/415704
99.94/62.45	c cleaning 20000 clauses out of 40001 with flag 452642/436705
109.17/67.01	c cleaning 21000 clauses out of 42001 with flag 498006/458705
114.60/69.71	c And the winner is solver0
114.60/69.94	c Got one! Elapsed wall clock time (in seconds):69.822
114.60/69.94	o 17
116.88/71.16	c And the winner is solver0
117.08/71.47	c Got one! Elapsed wall clock time (in seconds):71.351
117.08/71.47	o 15
117.71/71.86	c cleaning 20641 clauses out of 41287 with flag 2172/478991
119.52/72.75	c cleaning 13320 clauses out of 26646 with flag 14660/484991
121.11/73.55	c cleaning 10163 clauses out of 20330 with flag 29170/491995
122.91/74.40	c cleaning 9080 clauses out of 18163 with flag 45620/499991
124.91/75.49	c cleaning 9042 clauses out of 18085 with flag 64050/508993
127.31/76.67	c cleaning 9522 clauses out of 19045 with flag 84459/518995
129.72/77.87	c cleaning 10257 clauses out of 20519 with flag 107021/529991
132.73/79.31	c cleaning 11132 clauses out of 22268 with flag 131978/541997
136.34/81.13	c cleaning 12065 clauses out of 24133 with flag 158530/554994
140.35/83.15	c cleaning 13033 clauses out of 26067 with flag 186993/568993
144.55/85.29	c cleaning 14015 clauses out of 28035 with flag 217682/583994
149.55/87.76	c cleaning 15010 clauses out of 30020 with flag 250260/599994
155.17/90.51	c cleaning 16003 clauses out of 32010 with flag 285226/616994
160.75/93.35	c cleaning 17000 clauses out of 34006 with flag 322199/634993
166.96/96.46	c cleaning 18002 clauses out of 36007 with flag 361347/653994
174.56/100.21	c cleaning 19000 clauses out of 38006 with flag 402335/673995
181.55/103.75	c cleaning 19997 clauses out of 40002 with flag 445580/694991
189.20/107.52	c cleaning 21003 clauses out of 42006 with flag 490713/716992
197.61/111.76	c cleaning 21999 clauses out of 44005 with flag 538703/739994
206.64/116.24	c cleaning 23000 clauses out of 46004 with flag 588962/763992
215.64/120.73	c cleaning 23999 clauses out of 48005 with flag 641517/788993
225.85/125.86	c cleaning 25003 clauses out of 50006 with flag 696288/814993
237.86/131.88	c cleaning 26001 clauses out of 52003 with flag 752186/841993
249.47/137.63	c cleaning 27000 clauses out of 54001 with flag 810074/869992
261.68/143.75	c cleaning 27999 clauses out of 56000 with flag 869875/898991
275.29/150.59	c cleaning 29000 clauses out of 58002 with flag 931202/928992
291.73/158.70	c cleaning 29996 clauses out of 60001 with flag 994623/959991
307.20/166.43	c cleaning 30997 clauses out of 62005 with flag 1060288/991991
324.45/175.06	c cleaning 32001 clauses out of 64012 with flag 1127770/1024995
345.31/185.44	c cleaning 33004 clauses out of 66009 with flag 1197988/1058993
366.52/196.01	c cleaning 33999 clauses out of 68003 with flag 1269829/1093991
389.00/207.20	c cleaning 34992 clauses out of 70005 with flag 1343955/1129992
393.21/209.36	c And the winner is solver0
393.32/209.57	c Got one! Elapsed wall clock time (in seconds):209.454
393.32/209.57	o 14
397.10/211.55	c cleaning 24636 clauses out of 49295 with flag 10468/1144274
399.31/212.69	c cleaning 15323 clauses out of 30659 with flag 22799/1150274
401.51/213.71	c cleaning 11158 clauses out of 22336 with flag 37121/1157274
403.51/214.75	c cleaning 9581 clauses out of 19181 with flag 53559/1165277
405.72/215.84	c cleaning 9286 clauses out of 18597 with flag 72020/1174274
408.12/217.05	c cleaning 9656 clauses out of 19312 with flag 92622/1184275
411.13/218.52	c cleaning 10324 clauses out of 20657 with flag 115193/1195276
414.35/220.17	c cleaning 11167 clauses out of 22333 with flag 139733/1207276
417.73/221.86	c cleaning 12072 clauses out of 24164 with flag 166600/1220274
421.75/223.90	c cleaning 13046 clauses out of 26094 with flag 195232/1234276
426.39/226.17	c cleaning 14027 clauses out of 28053 with flag 225779/1249281
431.59/228.72	c cleaning 15005 clauses out of 30019 with flag 258587/1265274
437.60/231.72	c cleaning 16006 clauses out of 32014 with flag 293356/1282274
443.81/234.90	c cleaning 17004 clauses out of 34011 with flag 330219/1300277
450.62/238.23	c cleaning 17998 clauses out of 36008 with flag 369073/1319278
457.63/241.78	c cleaning 19001 clauses out of 38007 with flag 410236/1339275
466.03/245.91	c cleaning 20004 clauses out of 40010 with flag 454070/1360279
474.87/250.38	c cleaning 20993 clauses out of 42003 with flag 499099/1382276
485.11/255.49	c cleaning 22002 clauses out of 44009 with flag 546473/1405275
496.73/261.28	c cleaning 23002 clauses out of 46006 with flag 596049/1429274
509.54/267.74	c cleaning 24002 clauses out of 48005 with flag 647521/1454275
521.74/273.82	c cleaning 25003 clauses out of 50005 with flag 701094/1480277
534.56/280.24	c cleaning 26001 clauses out of 52003 with flag 757730/1507278
548.61/287.27	c cleaning 26997 clauses out of 54000 with flag 815307/1535276
562.83/294.30	c cleaning 27997 clauses out of 56001 with flag 874579/1564274
578.47/302.19	c cleaning 28993 clauses out of 58005 with flag 935885/1594275
594.69/310.21	c cleaning 30003 clauses out of 60013 with flag 999636/1625276
612.31/319.08	c cleaning 31002 clauses out of 62009 with flag 1065339/1657275
629.50/327.67	c cleaning 32005 clauses out of 64009 with flag 1132943/1690277
647.12/336.43	c cleaning 32999 clauses out of 66001 with flag 1202482/1724274
665.53/345.61	c cleaning 33997 clauses out of 68005 with flag 1274167/1759277
685.53/355.68	c cleaning 35001 clauses out of 70008 with flag 1347977/1795277
706.33/366.04	c cleaning 36003 clauses out of 72005 with flag 1423969/1832275
722.80/374.29	c And the winner is solver0
722.92/374.51	c Got one! Elapsed wall clock time (in seconds):374.387
722.92/374.51	o 12
727.80/377.01	c cleaning 34100 clauses out of 68214 with flag 10485/1864487
730.42/378.34	c cleaning 20054 clauses out of 40117 with flag 22723/1870490
732.43/379.37	c cleaning 13517 clauses out of 27060 with flag 37091/1877487
734.43/380.36	c cleaning 10761 clauses out of 21545 with flag 53481/1885489
736.45/381.31	c cleaning 9886 clauses out of 19783 with flag 72002/1894488
738.25/382.29	c cleaning 9948 clauses out of 19902 with flag 92677/1904493
740.83/383.57	c cleaning 10472 clauses out of 20951 with flag 115224/1915490
743.62/384.92	c cleaning 11237 clauses out of 22479 with flag 139805/1927490
746.64/386.42	c cleaning 12118 clauses out of 24239 with flag 166399/1940487
750.03/388.15	c cleaning 13059 clauses out of 26121 with flag 195175/1954487
754.24/390.22	c cleaning 14028 clauses out of 28063 with flag 226091/1969488
759.05/392.64	c cleaning 15016 clauses out of 30035 with flag 259952/1985488
764.45/395.36	c cleaning 16011 clauses out of 32021 with flag 294814/2002490
770.06/398.17	c cleaning 17005 clauses out of 34011 with flag 331548/2020491
777.07/401.62	c cleaning 17988 clauses out of 36002 with flag 370540/2039487
784.68/405.42	c cleaning 19006 clauses out of 38015 with flag 411637/2059488
793.09/409.60	c cleaning 20003 clauses out of 40009 with flag 455065/2080488
802.10/414.13	c cleaning 21000 clauses out of 42005 with flag 500379/2102487
811.53/418.84	c cleaning 21992 clauses out of 44006 with flag 547321/2125488
821.54/423.86	c cleaning 23003 clauses out of 46013 with flag 596570/2149487
832.18/429.18	c cleaning 24005 clauses out of 48012 with flag 648112/2174489
844.41/435.21	c cleaning 25003 clauses out of 50005 with flag 701181/2200487
857.64/441.86	c cleaning 25996 clauses out of 52004 with flag 756644/2227489
871.08/448.60	c cleaning 27003 clauses out of 54007 with flag 814525/2255488
885.29/455.68	c cleaning 28000 clauses out of 56003 with flag 874516/2284487
900.69/463.48	c cleaning 28999 clauses out of 58003 with flag 937316/2314487
916.13/471.17	c cleaning 29997 clauses out of 60004 with flag 1001257/2345487
932.93/479.54	c cleaning 31001 clauses out of 62007 with flag 1067217/2377487
951.63/488.90	c cleaning 31997 clauses out of 64006 with flag 1135345/2410487
971.09/498.57	c cleaning 32999 clauses out of 66009 with flag 1205959/2444487
991.54/508.70	c cleaning 34002 clauses out of 68010 with flag 1278720/2479487
1012.76/519.32	c cleaning 35003 clauses out of 70008 with flag 1353080/2515487
1038.49/532.18	c cleaning 36001 clauses out of 72006 with flag 1430006/2552488
1063.61/544.67	c cleaning 37003 clauses out of 74006 with flag 1509044/2590489
1089.87/557.74	c cleaning 37992 clauses out of 76001 with flag 1589350/2629487
1116.68/571.15	c cleaning 39005 clauses out of 78013 with flag 1671770/2669491
1142.93/584.25	c cleaning 39991 clauses out of 80004 with flag 1756786/2710487
1173.77/599.63	c cleaning 41006 clauses out of 82013 with flag 1843833/2752487
1204.62/615.08	c cleaning 42002 clauses out of 84010 with flag 1933161/2795490
1235.39/630.56	c cleaning 43002 clauses out of 86008 with flag 2024879/2839490
1269.45/647.60	c cleaning 44001 clauses out of 88004 with flag 2118593/2884488
1308.73/667.14	c cleaning 44991 clauses out of 90002 with flag 2213898/2930487
1350.16/687.81	c cleaning 46007 clauses out of 92013 with flag 2310581/2977489
1391.27/708.39	c cleaning 46997 clauses out of 94004 with flag 2410354/3025487
1437.63/731.46	c cleaning 48000 clauses out of 96007 with flag 2512391/3074487
1483.72/754.45	c cleaning 49001 clauses out of 98007 with flag 2616070/3124487
1524.24/774.68	c cleaning 50001 clauses out of 100007 with flag 2720975/3175488
1569.92/797.67	c cleaning 51004 clauses out of 102008 with flag 2828031/3227490
1616.85/821.01	c cleaning 52001 clauses out of 104002 with flag 2937554/3280488
1669.19/847.19	c cleaning 52996 clauses out of 106002 with flag 3048671/3334489
1693.64/859.30	c And the winner is solver0
1694.08/859.87	c Got one! Elapsed wall clock time (in seconds):859.752
1694.08/859.87	o 10
1701.93/863.92	c cleaning 44689 clauses out of 89393 with flag 10768/3370876
1705.36/865.66	c cleaning 25346 clauses out of 50701 with flag 23311/3376873
1707.79/866.85	c cleaning 16167 clauses out of 32354 with flag 37949/3383872
1709.57/867.78	c cleaning 12081 clauses out of 24185 with flag 54473/3391870
1711.77/868.86	c cleaning 10541 clauses out of 21105 with flag 73088/3400871
1714.38/870.14	c cleaning 10284 clauses out of 20575 with flag 93754/3410882
1717.20/871.51	c cleaning 10635 clauses out of 21281 with flag 116237/3421872
1720.22/873.00	c cleaning 11313 clauses out of 22646 with flag 140837/3433872
1723.44/874.62	c cleaning 12161 clauses out of 24331 with flag 167460/3446870
1727.25/876.58	c cleaning 13084 clauses out of 26170 with flag 196075/3460870
1732.08/878.95	c cleaning 14043 clauses out of 28088 with flag 227058/3475872
1736.87/881.30	c cleaning 15019 clauses out of 30043 with flag 259847/3491870
1741.90/883.89	c cleaning 16011 clauses out of 32025 with flag 294348/3508871
1747.94/886.82	c cleaning 17005 clauses out of 34013 with flag 331082/3526870
1754.37/890.09	c cleaning 17999 clauses out of 36008 with flag 370168/3545870
1760.98/893.33	c cleaning 19000 clauses out of 38009 with flag 410918/3565870
1768.58/897.14	c cleaning 20003 clauses out of 40009 with flag 454058/3586870
1776.79/901.28	c cleaning 21001 clauses out of 42008 with flag 498871/3608872
1785.84/905.77	c cleaning 21995 clauses out of 44006 with flag 545780/3631871
1795.05/910.32	c cleaning 23000 clauses out of 46010 with flag 595203/3655870
1800.07/912.80	c >>>>>>>>>> Solver number 0 (45 answers) <<<<<<<<<<<<<<<<<<
1800.07/912.80	c starts		: 1383
1800.07/912.80	c conflicts		: 3670731
1800.07/912.80	c decisions		: 3799443
1800.07/912.80	c propagations		: 32600420
1800.07/912.80	c inspects		: 19212977835
1800.07/912.80	c shortcuts		: 0
1800.07/912.80	c learnt literals	: 0
1800.07/912.80	c learnt binary clauses	: 0
1800.07/912.80	c learnt ternary clauses	: 0
1800.07/912.80	c learnt constraints	: 3670732
1800.07/912.80	c ignored constraints	: 0
1800.07/912.80	c root simplifications	: 0
1800.07/912.80	c removed literals (reason simplification)	: 35098623
1800.07/912.80	c reason swapping (by a shorter reason)	: 0
1800.07/912.80	c Calls to reduceDB	: 184
1800.07/912.80	c Number of update (reduction) of LBD	: 184679
1800.07/912.80	c Imported unit clauses	: 0
1800.07/912.80	c number of reductions to clauses (during analyze)	: 0
1800.07/912.80	c number of learned constraints concerned by reduction	: 0
1800.07/912.80	c number of learning phase by resolution	: 0
1800.07/912.80	c number of learning phase by cutting planes	: 0
1800.07/912.80	c speed (assignments/second)	: 35819.59900145914
1800.07/912.80	c non guided choices	1084
1800.07/912.83	c learnt constraints type 
1800.07/912.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37872
1800.07/912.83	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.07/912.83	c starts		: 75
1800.07/912.83	c conflicts		: 5547
1800.07/912.83	c decisions		: 15978
1800.07/912.83	c propagations		: 67752
1800.07/912.83	c inspects		: 72955060
1800.07/912.83	c shortcuts		: 0
1800.07/912.83	c learnt literals	: 0
1800.07/912.83	c learnt binary clauses	: 0
1800.07/912.83	c learnt ternary clauses	: 0
1800.07/912.83	c learnt constraints	: 5518
1800.07/912.83	c ignored constraints	: 0
1800.07/912.83	c root simplifications	: 0
1800.07/912.83	c removed literals (reason simplification)	: 0
1800.07/912.83	c reason swapping (by a shorter reason)	: 0
1800.07/912.83	c Calls to reduceDB	: 0
1800.07/912.83	c Number of update (reduction) of LBD	: 0
1800.07/912.83	c Imported unit clauses	: 0
1800.07/912.83	c number of reductions to clauses (during analyze)	: 0
1800.07/912.83	c number of learned constraints concerned by reduction	: 0
1800.07/912.83	c number of learning phase by resolution	: 0
1800.07/912.83	c number of learning phase by cutting planes	: 0
1800.07/912.83	c speed (assignments/second)	: 1296.1432506887052
1800.07/912.83	c non guided choices	965
1800.07/912.83	c learnt constraints type 
1800.07/912.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.07/912.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5517
1800.07/912.83	s SATISFIABLE
1800.07/912.83	c Found 46 solution(s)
1800.07/912.83	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 
1800.07/912.83	c objective function=10
1800.07/912.83	c Total wall clock time (in seconds): 912.712

Verifier Data

OK	10

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-4081377-1465232331/watcher-4081377-1465232331 -o /tmp/evaluation-result-4081377-1465232331/solver-4081377-1465232331 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081377-1465232331.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.90 4.17 4.16 4/197 614
/proc/meminfo: memFree=31001728/32872528 swapFree=11252/530428
[pid=614] ppid=611 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (java) R 611 614 25451 0 -1 4202496 263 0 0 0 0 0 0 0 20 0 1 0 105164869 9379840 123 33554432000 1073741824 1073778376 140734930750848 140734930747976 211462164960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/614/statm: 2323 129 99 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 3.90 4.17 4.16 4/197 614
/proc/meminfo: memFree=31001728/32872528 swapFree=11252/530428
[pid=614] ppid=611 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/614/stat : 614 (java) S 611 614 25451 0 -1 4202496 4472 0 1 0 7 1 0 0 20 0 18 0 105164869 9787879424 5589 33554432000 1073741824 1073778376 140735986205488 140735986196624 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/614/statm: 2389619 5589 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 3.90 4.17 4.16 4/197 614
/proc/meminfo: memFree=31001728/32872528 swapFree=11252/530428
[pid=614] ppid=611 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/614/stat : 614 (java) S 611 614 25451 0 -1 4202496 5897 0 1 0 26 2 0 0 20 0 22 0 105164869 10060525568 8094 33554432000 1073741824 1073778376 140735986205488 140735986196624 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/614/statm: 2456183 8094 2213 9 0 2446860 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.30022 s]
/proc/loadavg: 3.90 4.17 4.16 4/197 614
/proc/meminfo: memFree=31001728/32872528 swapFree=11252/530428
[pid=614] ppid=611 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/614/stat : 614 (java) S 611 614 25451 0 -1 4202496 8522 0 1 0 65 2 0 0 20 0 22 0 105164869 10060525568 10023 33554432000 1073741824 1073778376 140735986205488 140735986196624 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/614/statm: 2456183 10023 2233 9 0 2446860 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700196 s]
/proc/loadavg: 3.90 4.17 4.16 4/197 614
/proc/meminfo: memFree=31001728/32872528 swapFree=11252/530428
[pid=614] ppid=611 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/614/stat : 614 (java) S 611 614 25451 0 -1 4202496 16364 0 1 0 195 6 0 0 20 0 22 0 105164869 10060525568 20208 33554432000 1073741824 1073778376 140735986205488 140735986196624 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/614/statm: 2456183 20208 2262 9 0 2446860 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 3.90 4.17 4.16 3/216 640
/proc/meminfo: memFree=30923216/32872528 swapFree=11252/530428
[pid=614] ppid=611 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/614/stat : 614 (java) S 611 614 25451 0 -1 4202496 17588 0 1 0 283 11 0 0 20 0 19 0 105164869 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 140735986196624 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/614/statm: 2456183 41482 2271 9 0 2446860 0
[pid=614/tid=616] ppid=611 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/614/task/616/stat : 616 (java) S 611 614 25451 0 -1 4202560 2480 0 1 0 12 2 0 0 20 0 19 0 105164870 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139763064222584 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=617] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/617/stat : 617 (java) S 611 614 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139763002951976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=618] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/618/stat : 618 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139763001899176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=619] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/619/stat : 619 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762905856552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=620] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/620/stat : 620 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762904803752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=621] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/621/stat : 621 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762903751464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=622] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/622/stat : 622 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762902698664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=623] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/623/stat : 623 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762901646376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=624] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/624/stat : 624 (java) S 611 614 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762900593576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=625] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/625/stat : 625 (java) S 611 614 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105164873 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762888394984 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=626] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/626/stat : 626 (java) S 611 614 25451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105164873 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762887341048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=627] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/627/stat : 627 (java) S 611 614 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105164873 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762886288648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=628] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/628/stat : 628 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164875 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762885237136 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=629] ppid=611 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/614/task/629/stat : 629 (java) R 611 614 25451 0 -1 4202560 6922 0 0 0 78 1 0 0 20 0 19 0 105164875 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762884172328 139763071196374 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=614/tid=630] ppid=611 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/614/task/630/stat : 630 (java) S 611 614 25451 0 -1 4202560 6773 0 0 0 60 2 0 0 20 0 19 0 105164875 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762883131960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=631] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/631/stat : 631 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164875 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762882079864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=632] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/632/stat : 632 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164875 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762881027272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=637] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/637/stat : 637 (java) S 611 614 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105164887 10060525568 41482 33554432000 1073741824 1073778376 140735986205488 139762876814376 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 9824732

[startup+3.10074 s]
/proc/loadavg: 3.75 4.14 4.15 5/219 646
/proc/meminfo: memFree=30819056/32872528 swapFree=11252/530428
[pid=614] ppid=611 vsize=9824732 CPUtime=4.81 cores=1,3,5,7
/proc/614/stat : 614 (java) S 611 614 25451 0 -1 4202496 18646 0 1 0 463 18 0 0 20 0 19 0 105164869 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 140735986196624 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/614/statm: 2456183 48571 2284 9 0 2446860 0
[pid=614/tid=616] ppid=611 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/614/task/616/stat : 616 (java) S 611 614 25451 0 -1 4202560 2480 0 1 0 13 2 0 0 20 0 19 0 105164870 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139763064222584 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=617] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/617/stat : 617 (java) S 611 614 25451 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139763002951976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=618] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/618/stat : 618 (java) S 611 614 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139763001899176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=619] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/619/stat : 619 (java) S 611 614 25451 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762905856552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=620] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/620/stat : 620 (java) S 611 614 25451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762904803752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=621] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/621/stat : 621 (java) S 611 614 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762903751464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=622] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/622/stat : 622 (java) S 611 614 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762902698664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=623] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/623/stat : 623 (java) S 611 614 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762901646376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=624] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/624/stat : 624 (java) S 611 614 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762900593576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=625] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/625/stat : 625 (java) S 611 614 25451 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 105164873 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762888394984 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=626] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/626/stat : 626 (java) S 611 614 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105164873 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762887341048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=627] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/627/stat : 627 (java) S 611 614 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105164873 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762886288648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=628] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/628/stat : 628 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164875 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762885237136 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=629] ppid=611 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/614/task/629/stat : 629 (java) S 611 614 25451 0 -1 4202560 7826 0 0 0 99 2 0 0 20 0 19 0 105164875 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762884184760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=630] ppid=611 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/614/task/630/stat : 630 (java) S 611 614 25451 0 -1 4202560 6773 0 0 0 61 2 0 0 20 0 19 0 105164875 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762883131960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=631] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/631/stat : 631 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164875 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762882079864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=632] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/632/stat : 632 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164875 10060525568 48571 33554432000 1073741824 1073778376 140735986205488 139762881027272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 9824732

[startup+6.30083 s]
/proc/loadavg: 3.75 4.14 4.15 3/216 664
/proc/meminfo: memFree=30744908/32872528 swapFree=11252/530428
[pid=614] ppid=611 vsize=9824732 CPUtime=5.93 cores=1,3,5,7
/proc/614/stat : 614 (java) S 611 614 25451 0 -1 4202496 18793 0 1 0 559 34 0 0 20 0 19 0 105164869 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 140735986196624 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/614/statm: 2456183 75667 2285 9 0 2446860 0
[pid=614/tid=616] ppid=611 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/614/task/616/stat : 616 (java) S 611 614 25451 0 -1 4202560 2481 0 1 0 13 2 0 0 20 0 19 0 105164870 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139763064222584 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=617] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/617/stat : 617 (java) S 611 614 25451 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139763002951976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=618] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/618/stat : 618 (java) S 611 614 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139763001899176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=619] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/619/stat : 619 (java) S 611 614 25451 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762905856552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=620] ppid=611 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/614/task/620/stat : 620 (java) S 611 614 25451 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 105164871 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762904803752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=621] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/621/stat : 621 (java) S 611 614 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762903751464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=622] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/622/stat : 622 (java) S 611 614 25451 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762902698664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=623] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/623/stat : 623 (java) S 611 614 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762901646376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=624] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/624/stat : 624 (java) S 611 614 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105164871 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762900593576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=625] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/625/stat : 625 (java) S 611 614 25451 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 105164873 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762888394984 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=626] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/626/stat : 626 (java) S 611 614 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105164873 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762887341048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=627] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/627/stat : 627 (java) S 611 614 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105164873 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762886288648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=628] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/628/stat : 628 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164875 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762885237136 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=629] ppid=611 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/614/task/629/stat : 629 (java) S 611 614 25451 0 -1 4202560 7826 0 0 0 100 2 0 0 20 0 19 0 105164875 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762884184760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=630] ppid=611 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/614/task/630/stat : 630 (java) S 611 614 25451 0 -1 4202560 6779 0 0 0 65 2 0 0 20 0 19 0 105164875 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762883131960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=631] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/631/stat : 631 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164875 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762882079864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=632] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/632/stat : 632 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164875 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762881027272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=649] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/649/stat : 649 (java) S 611 614 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105165137 10060525568 75667 33554432000 1073741824 1073778376 140735986205488 139762876814888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 9824732

[startup+12.7008 s]
/proc/loadavg: 3.55 4.08 4.13 5/219 703

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

/proc/614/statm: 2456183 276221 2293 9 0 2446860 0
[pid=614/tid=616] ppid=611 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/614/task/616/stat : 616 (java) R 611 614 25451 0 -1 4202560 2496 0 1 0 60 4 0 0 20 0 19 0 105164870 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139763064222584 139763004394406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=614/tid=617] ppid=611 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/614/task/617/stat : 617 (java) S 611 614 25451 0 -1 4202560 600 0 0 0 149 12 0 0 20 0 19 0 105164871 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139763002951976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=618] ppid=611 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/614/task/618/stat : 618 (java) S 611 614 25451 0 -1 4202560 291 0 0 0 131 7 0 0 20 0 19 0 105164871 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139763001899176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=619] ppid=611 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/614/task/619/stat : 619 (java) S 611 614 25451 0 -1 4202560 573 0 0 0 145 12 0 0 20 0 19 0 105164871 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762905856552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=620] ppid=611 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/614/task/620/stat : 620 (java) S 611 614 25451 0 -1 4202560 501 0 0 0 137 10 0 0 20 0 19 0 105164871 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762904803752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=621] ppid=611 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/614/task/621/stat : 621 (java) S 611 614 25451 0 -1 4202560 810 0 0 0 142 10 0 0 20 0 19 0 105164871 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762903751464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=622] ppid=611 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/614/task/622/stat : 622 (java) S 611 614 25451 0 -1 4202560 503 0 0 0 143 10 0 0 20 0 19 0 105164871 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762902698664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=623] ppid=611 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/614/task/623/stat : 623 (java) S 611 614 25451 0 -1 4202560 396 0 0 0 135 11 0 0 20 0 19 0 105164871 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762901646376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=624] ppid=611 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/614/task/624/stat : 624 (java) S 611 614 25451 0 -1 4202560 625 0 0 0 139 11 0 0 20 0 19 0 105164871 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762900593576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=625] ppid=611 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/614/task/625/stat : 625 (java) S 611 614 25451 0 -1 4202560 1298 0 0 0 124 29 0 0 20 0 19 0 105164873 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762888394984 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=626] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/626/stat : 626 (java) S 611 614 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105164873 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762887341048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=627] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/627/stat : 627 (java) S 611 614 25451 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 105164873 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762886288648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=628] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/628/stat : 628 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164875 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762885237136 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=629] ppid=611 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/614/task/629/stat : 629 (java) S 611 614 25451 0 -1 4202560 9300 0 0 0 119 2 0 0 20 0 19 0 105164875 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762884184760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=630] ppid=611 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/614/task/630/stat : 630 (java) S 611 614 25451 0 -1 4202560 6786 0 0 0 69 2 0 0 20 0 19 0 105164875 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762883131960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=631] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/631/stat : 631 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105164875 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762882079864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=632] ppid=611 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/614/task/632/stat : 632 (java) S 611 614 25451 0 -1 4202560 51 0 0 0 11 17 0 0 20 0 19 0 105164875 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762881027272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=649] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/649/stat : 649 (java) S 611 614 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105165137 10060525568 276221 33554432000 1073741824 1073778376 140735986205488 139762876814888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1690.92
Current children cumulated vsize (KiB) 9824732
#
############


[startup+882.308 s]
/proc/loadavg: 3.93 3.96 4.04 5/219 1039
/proc/meminfo: memFree=29280576/32872528 swapFree=11252/530428
[pid=614] ppid=611 vsize=9824732 CPUtime=1735.73 cores=1,3,5,7
/proc/614/stat : 614 (java) S 611 614 25451 0 -1 4202496 29543 0 1 0 173299 274 0 0 20 0 22 0 105164869 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 140735986196624 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/614/statm: 2456183 323034 2293 9 0 2446860 0
[pid=614/tid=616] ppid=611 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/614/task/616/stat : 616 (java) S 611 614 25451 0 -1 4202560 2498 0 1 0 82 4 0 0 20 0 22 0 105164870 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139763064222584 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=617] ppid=611 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/614/task/617/stat : 617 (java) S 611 614 25451 0 -1 4202560 613 0 0 0 154 13 0 0 20 0 22 0 105164871 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139763002951976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=618] ppid=611 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/614/task/618/stat : 618 (java) S 611 614 25451 0 -1 4202560 301 0 0 0 136 8 0 0 20 0 22 0 105164871 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139763001899176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=619] ppid=611 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/614/task/619/stat : 619 (java) S 611 614 25451 0 -1 4202560 593 0 0 0 152 13 0 0 20 0 22 0 105164871 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762905856552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=620] ppid=611 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/614/task/620/stat : 620 (java) S 611 614 25451 0 -1 4202560 513 0 0 0 144 10 0 0 20 0 22 0 105164871 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762904803752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=621] ppid=611 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/614/task/621/stat : 621 (java) S 611 614 25451 0 -1 4202560 825 0 0 0 148 11 0 0 20 0 22 0 105164871 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762903751464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=622] ppid=611 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/614/task/622/stat : 622 (java) S 611 614 25451 0 -1 4202560 515 0 0 0 151 10 0 0 20 0 22 0 105164871 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762902698664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=623] ppid=611 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/614/task/623/stat : 623 (java) S 611 614 25451 0 -1 4202560 409 0 0 0 142 11 0 0 20 0 22 0 105164871 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762901646376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=624] ppid=611 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/614/task/624/stat : 624 (java) S 611 614 25451 0 -1 4202560 635 0 0 0 145 11 0 0 20 0 22 0 105164871 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762900593576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=625] ppid=611 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/614/task/625/stat : 625 (java) S 611 614 25451 0 -1 4202560 1451 0 0 0 124 31 0 0 20 0 22 0 105164873 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762888394984 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=626] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/626/stat : 626 (java) S 611 614 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105164873 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762887341048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=627] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/627/stat : 627 (java) S 611 614 25451 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 105164873 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762886288648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=628] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/628/stat : 628 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105164875 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762885237136 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=629] ppid=611 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/614/task/629/stat : 629 (java) S 611 614 25451 0 -1 4202560 9300 0 0 0 119 2 0 0 20 0 22 0 105164875 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762884184760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=630] ppid=611 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/614/task/630/stat : 630 (java) S 611 614 25451 0 -1 4202560 6786 0 0 0 69 2 0 0 20 0 22 0 105164875 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762883131960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=631] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/631/stat : 631 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105164875 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762882079864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=632] ppid=611 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/614/task/632/stat : 632 (java) S 611 614 25451 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 105164875 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762881027272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=649] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/649/stat : 649 (java) S 611 614 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105165137 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762876814888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=1037] ppid=611 vsize=9824732 CPUtime=21.93 cores=1,3,5,7
/proc/614/task/1037/stat : 1037 (java) R 611 614 25451 0 -1 4202560 8 0 0 0 2193 0 0 0 20 0 22 0 105250882 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762877865360 139763004407700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=614/tid=1038] ppid=611 vsize=9824732 CPUtime=21.93 cores=1,3,5,7
/proc/614/task/1038/stat : 1038 (java) R 611 614 25451 0 -1 4202560 203 0 0 0 2191 2 0 0 20 0 22 0 105250882 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762878917656 139763004513311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=614/tid=1039] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/1039/stat : 1039 (java) S 611 614 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105250925 10060525568 323034 33554432000 1073741824 1073778376 140735986205488 139762879972648 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1735.73
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.801 s]
/proc/loadavg: 3.88 3.95 4.03 4/217 1043
/proc/meminfo: memFree=29156984/32872528 swapFree=11252/530428
[pid=614] ppid=611 vsize=9824732 CPUtime=1796.91 cores=1,3,5,7
/proc/614/stat : 614 (java) S 611 614 25451 0 -1 4202496 29823 0 1 0 179410 281 0 0 20 0 22 0 105164869 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 140735986196624 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/614/statm: 2456183 347043 2293 9 0 2446860 0
[pid=614/tid=616] ppid=611 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/614/task/616/stat : 616 (java) S 611 614 25451 0 -1 4202560 2498 0 1 0 82 4 0 0 20 0 22 0 105164870 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139763064222584 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=617] ppid=611 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/614/task/617/stat : 617 (java) S 611 614 25451 0 -1 4202560 622 0 0 0 160 13 0 0 20 0 22 0 105164871 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139763002951976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=618] ppid=611 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/614/task/618/stat : 618 (java) S 611 614 25451 0 -1 4202560 317 0 0 0 143 9 0 0 20 0 22 0 105164871 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139763001899176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=619] ppid=611 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/614/task/619/stat : 619 (java) S 611 614 25451 0 -1 4202560 610 0 0 0 157 14 0 0 20 0 22 0 105164871 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762905856552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=620] ppid=611 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/614/task/620/stat : 620 (java) S 611 614 25451 0 -1 4202560 523 0 0 0 150 11 0 0 20 0 22 0 105164871 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762904803752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=621] ppid=611 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/614/task/621/stat : 621 (java) S 611 614 25451 0 -1 4202560 836 0 0 0 153 12 0 0 20 0 22 0 105164871 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762903751464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=614/tid=622] ppid=611 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/614/task/622/stat : 622 (java) S 611 614 25451 0 -1 4202560 524 0 0 0 156 11 0 0 20 0 22 0 105164871 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762902698664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=623] ppid=611 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/614/task/623/stat : 623 (java) S 611 614 25451 0 -1 4202560 424 0 0 0 148 12 0 0 20 0 22 0 105164871 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762901646376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=624] ppid=611 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/614/task/624/stat : 624 (java) S 611 614 25451 0 -1 4202560 642 0 0 0 150 12 0 0 20 0 22 0 105164871 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762900593576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=625] ppid=611 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/614/task/625/stat : 625 (java) S 611 614 25451 0 -1 4202560 1510 0 0 0 125 31 0 0 20 0 22 0 105164873 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762888394984 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=626] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/626/stat : 626 (java) S 611 614 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105164873 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762887341048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=627] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/627/stat : 627 (java) S 611 614 25451 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 105164873 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762886288648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=628] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/628/stat : 628 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105164875 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762885237136 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=629] ppid=611 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/614/task/629/stat : 629 (java) S 611 614 25451 0 -1 4202560 9300 0 0 0 119 2 0 0 20 0 22 0 105164875 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762884184760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=630] ppid=611 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/614/task/630/stat : 630 (java) S 611 614 25451 0 -1 4202560 6786 0 0 0 69 2 0 0 20 0 22 0 105164875 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762883131960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=631] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/631/stat : 631 (java) S 611 614 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105164875 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762882079864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=614/tid=632] ppid=611 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/614/task/632/stat : 632 (java) S 611 614 25451 0 -1 4202560 53 0 0 0 12 18 0 0 20 0 22 0 105164875 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762881027272 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=614/tid=649] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/649/stat : 649 (java) S 611 614 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105165137 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762876814888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=614/tid=1037] ppid=611 vsize=9824732 CPUtime=52.18 cores=1,3,5,7
/proc/614/task/1037/stat : 1037 (java) R 611 614 25451 0 -1 4202560 12 0 0 0 5218 0 0 0 20 0 22 0 105250882 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762877865360 139763004532617 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=614/tid=1038] ppid=611 vsize=9824732 CPUtime=52.17 cores=1,3,5,7
/proc/614/task/1038/stat : 1038 (java) R 611 614 25451 0 -1 4202560 324 0 0 0 5214 3 0 0 20 0 22 0 105250882 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762878917296 139763004401037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=614/tid=1039] ppid=611 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/614/task/1039/stat : 1039 (java) S 611 614 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105250925 10060525568 347043 33554432000 1073741824 1073778376 140735986205488 139762879972648 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 614 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# 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): 3.15994
#  lost CPU user time (s): 3.42994
#  lost CPU system time (s): -0.27

Real time (s): 912.844
CPU time (s): 1800.16
CPU user time (s): 1797.4
CPU system time (s): 2.76154
CPU usage (%): 197.203
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.97
system time used= 3.03154
maximum resident set size= 1394972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29869
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33437
involuntary context switches= 35754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.49516 second user time and 7.66183 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 18:58:51
IDJOB=4081377
IDBENCH=2908
IDSOLVER=2543
FILE ID=node141/4081377-1465232331
RUNJOBID= node141-1465216745-25468
PBS_JOBID= 19843201
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081377-1465232331/watcher-4081377-1465232331 -o /tmp/evaluation-result-4081377-1465232331/solver-4081377-1465232331 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081377-1465232331.opb

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

MD5SUM BENCH= b690996610ff381ef60353517fe5a0e9
RANDOM SEED=167569685

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31002008 kB
Buffers:           22964 kB
Cached:            55608 kB
SwapCached:         1780 kB
Active:           574744 kB
Inactive:          55620 kB
Active(anon):     551108 kB
Inactive(anon):     2912 kB
Active(file):      23636 kB
Inactive(file):    52708 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098108 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:       1114396 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             566604 kB
SReclaimable:      10316 kB
SUnreclaim:       556288 kB
KernelStack:        1808 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1482672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1062912 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= 71748 MiB
End job on node141 at 2016-06-06 19:14:04