Trace number 4119281

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)-212 1800.09 901.17

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-sporttournament38.opb
MD5SUM513eea2b89b109e6fe22b6a983b3707c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-228
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 1802
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 1930
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1930
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)1368
Sum of products size (including duplicates)2736
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4119281-1467252002.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.23/0.29	c ... done. Wall clock time 0.186s.
0.23/0.29	c declared #vars     703
0.23/0.29	c internal #vars     2071
0.23/0.29	c #constraints  2736
0.23/0.29	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1368
0.23/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1368
0.23/0.29	c 2736 constraints processed.
0.23/0.29	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1368
0.23/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1368
0.23/0.29	c 2736 constraints processed.
0.23/0.30	c objective function length is 1802 literals
0.49/0.33	c And the winner is solver0
0.60/0.80	c SATISFIABLE
0.60/0.80	c OPTIMIZING...
0.60/0.80	c Got one! Elapsed wall clock time (in seconds):0.694
0.60/0.80	o -167
1.79/1.15	c And the winner is solver0
2.12/1.31	c Got one! Elapsed wall clock time (in seconds):1.209
2.12/1.31	o -168
2.12/1.33	c And the winner is solver0
2.21/1.83	c Got one! Elapsed wall clock time (in seconds):1.718
2.21/1.83	o -169
2.21/1.86	c And the winner is solver0
2.34/2.33	c Got one! Elapsed wall clock time (in seconds):2.226
2.34/2.33	o -170
2.34/2.37	c And the winner is solver0
2.51/2.84	c Got one! Elapsed wall clock time (in seconds):2.732
2.51/2.84	o -171
2.51/2.89	c And the winner is solver0
2.78/3.34	c Got one! Elapsed wall clock time (in seconds):3.237
2.78/3.34	o -172
3.15/3.60	c And the winner is solver0
3.40/3.85	c Got one! Elapsed wall clock time (in seconds):3.748
3.40/3.85	o -173
5.35/4.71	c cleaning 2915 clauses out of 5839 with flag 8005/5839
8.10/6.06	c cleaning 4456 clauses out of 8923 with flag 20003/11838
11.29/7.65	c cleaning 5730 clauses out of 11468 with flag 34005/18839
15.39/9.62	c cleaning 6862 clauses out of 13737 with flag 50003/26838
19.34/11.56	c And the winner is solver1
19.38/11.86	c Got one! Elapsed wall clock time (in seconds):11.753
19.38/11.86	o -185
21.46/12.95	c cleaning 9907 clauses out of 19825 with flag 10502/39788
23.87/14.19	c cleaning 7955 clauses out of 15917 with flag 23109/45787
27.13/15.73	c cleaning 7474 clauses out of 14963 with flag 37895/52788
30.73/17.53	c cleaning 7734 clauses out of 15488 with flag 54788/60787
34.74/19.55	c cleaning 8374 clauses out of 16754 with flag 73814/69787
39.42/21.88	c cleaning 9187 clauses out of 18380 with flag 94897/79787
44.62/24.43	c cleaning 10090 clauses out of 20193 with flag 118121/90787
50.54/27.36	c cleaning 11050 clauses out of 22105 with flag 143425/102789
56.75/30.42	c cleaning 12023 clauses out of 24054 with flag 171164/115788
60.35/32.20	c And the winner is solver1
60.35/32.37	c Got one! Elapsed wall clock time (in seconds):32.26
60.35/32.37	o -195
62.21/33.37	c cleaning 12360 clauses out of 24734 with flag 10549/128491
65.02/34.67	c cleaning 9184 clauses out of 18375 with flag 23204/134492
67.82/36.06	c cleaning 8087 clauses out of 16189 with flag 37947/141490
71.22/37.74	c cleaning 8049 clauses out of 16103 with flag 54874/149491
75.03/39.64	c cleaning 8528 clauses out of 17055 with flag 73969/158492
79.23/41.80	c cleaning 9258 clauses out of 18526 with flag 95115/168491
84.81/44.37	c cleaning 10131 clauses out of 20268 with flag 118452/179491
90.61/47.23	c cleaning 11063 clauses out of 22138 with flag 143739/191492
97.62/50.72	c cleaning 12033 clauses out of 24073 with flag 171125/204490
104.40/54.13	c cleaning 13018 clauses out of 26041 with flag 200717/218491
112.01/57.93	c cleaning 14010 clauses out of 28022 with flag 232511/233490
122.04/63.05	c cleaning 15002 clauses out of 30014 with flag 266388/249492
131.24/67.65	c cleaning 16002 clauses out of 32011 with flag 302277/266491
132.84/68.46	c And the winner is solver1
132.84/68.68	c Got one! Elapsed wall clock time (in seconds):68.567
132.84/68.68	o -197
133.88/69.24	c cleaning 10964 clauses out of 21937 with flag 6279/272419
136.29/70.41	c cleaning 8480 clauses out of 16972 with flag 18878/278418
139.09/71.80	c cleaning 7741 clauses out of 15493 with flag 33732/285419
142.29/73.43	c cleaning 7869 clauses out of 15752 with flag 50631/293419
146.11/75.38	c cleaning 8442 clauses out of 16883 with flag 69628/302419
149.46/76.94	c And the winner is solver1
149.52/77.18	c Got one! Elapsed wall clock time (in seconds):77.073
149.52/77.18	o -198
151.58/78.22	c cleaning 10187 clauses out of 20376 with flag 10518/314354
153.96/79.46	c cleaning 8095 clauses out of 16189 with flag 23095/320354
156.76/80.88	c cleaning 7542 clauses out of 15094 with flag 37827/327354
159.96/82.49	c cleaning 7771 clauses out of 15552 with flag 54848/335354
163.76/84.34	c cleaning 8389 clauses out of 16782 with flag 74128/344355
167.96/86.46	c cleaning 9192 clauses out of 18392 with flag 95290/354354
173.16/89.04	c cleaning 10099 clauses out of 20200 with flag 118464/365354
178.96/91.91	c cleaning 11045 clauses out of 22102 with flag 143730/377355
181.73/93.27	c And the winner is solver1
181.90/93.75	c Got one! Elapsed wall clock time (in seconds):93.639
181.90/93.75	o -199
183.81/94.78	c cleaning 10635 clauses out of 21280 with flag 10491/387578
186.20/95.98	c cleaning 8317 clauses out of 16644 with flag 23107/393577
189.20/97.42	c cleaning 7658 clauses out of 15328 with flag 37850/400578
192.43/99.05	c cleaning 7833 clauses out of 15671 with flag 54711/408579
196.61/101.18	c cleaning 8412 clauses out of 16836 with flag 73675/417577
201.61/103.70	c cleaning 9207 clauses out of 18424 with flag 94725/427577
207.41/106.55	c cleaning 10101 clauses out of 20217 with flag 117875/438577
213.41/109.55	c cleaning 11054 clauses out of 22117 with flag 143235/450578
220.01/112.86	c cleaning 12031 clauses out of 24062 with flag 170630/463577
224.47/115.32	c And the winner is solver1
224.47/115.77	c Got one! Elapsed wall clock time (in seconds):115.662
224.47/115.77	o -200
224.72/115.99	c cleaning 8937 clauses out of 17886 with flag 2093/469432
227.12/117.15	c cleaning 7470 clauses out of 14950 with flag 14748/475433
229.92/118.53	c cleaning 7237 clauses out of 14481 with flag 29486/482434
232.93/120.08	c cleaning 7614 clauses out of 15242 with flag 46295/490432
236.71/121.90	c cleaning 8314 clauses out of 16629 with flag 65261/499433
241.11/124.05	c cleaning 9154 clauses out of 18314 with flag 86416/509432
246.34/126.62	c cleaning 10074 clauses out of 20160 with flag 109640/520432
251.93/129.46	c cleaning 11043 clauses out of 22086 with flag 135012/532432
258.32/132.62	c cleaning 12021 clauses out of 24043 with flag 162444/545432
265.33/136.12	c cleaning 13011 clauses out of 26022 with flag 192064/559432
274.12/140.41	c cleaning 14006 clauses out of 28012 with flag 223678/574433
276.12/141.44	c And the winner is solver1
276.12/141.83	c Got one! Elapsed wall clock time (in seconds):141.729
276.12/141.83	o -201
276.53/142.04	c cleaning 9502 clauses out of 19017 with flag 2107/579444
278.90/143.28	c cleaning 7752 clauses out of 15515 with flag 14768/585444
281.90/144.70	c cleaning 7378 clauses out of 14763 with flag 29528/592444
285.13/146.35	c cleaning 7691 clauses out of 15385 with flag 46401/600444
289.11/148.32	c cleaning 8340 clauses out of 16694 with flag 65705/609444
292.72/150.12	c And the winner is solver1
292.75/150.34	c Got one! Elapsed wall clock time (in seconds):150.236
292.75/150.34	o -206
295.60/151.70	c cleaning 10693 clauses out of 21394 with flag 10482/622484
298.22/153.00	c cleaning 8349 clauses out of 16701 with flag 23093/628484
301.20/154.46	c cleaning 7670 clauses out of 15352 with flag 37786/635484
304.60/156.14	c cleaning 7836 clauses out of 15682 with flag 54576/643484
308.20/157.99	c cleaning 8422 clauses out of 16846 with flag 73536/652484
312.80/160.26	c cleaning 9210 clauses out of 18425 with flag 94642/662485
318.41/163.01	c cleaning 10108 clauses out of 20215 with flag 117820/673485
324.00/165.83	c cleaning 11051 clauses out of 22106 with flag 143118/685484
330.59/169.16	c cleaning 12027 clauses out of 24056 with flag 170513/698485
337.81/172.78	c cleaning 13006 clauses out of 26028 with flag 200202/712484
345.80/176.71	c cleaning 14007 clauses out of 28023 with flag 232134/727485
354.39/181.07	c cleaning 15006 clauses out of 30015 with flag 266160/743484
363.14/185.11	c And the winner is solver1
363.14/185.38	c Got one! Elapsed wall clock time (in seconds):185.275
363.14/185.38	o -210
365.36/186.52	c cleaning 16838 clauses out of 33684 with flag 10445/762159
367.95/187.80	c cleaning 11419 clauses out of 22846 with flag 23096/768159
370.76/189.29	c cleaning 9208 clauses out of 18428 with flag 37818/775160
374.15/190.94	c cleaning 8604 clauses out of 17220 with flag 54650/783160
377.96/192.81	c cleaning 8802 clauses out of 17615 with flag 73620/792159
382.16/194.97	c cleaning 9399 clauses out of 18812 with flag 94774/802158
387.36/197.59	c cleaning 10208 clauses out of 20415 with flag 118021/813160
393.16/200.49	c cleaning 11098 clauses out of 22206 with flag 143438/825159
401.46/205.06	c cleaning 12051 clauses out of 24108 with flag 171118/838159
408.26/208.42	c cleaning 13026 clauses out of 26057 with flag 200819/852159
415.06/211.81	c cleaning 14012 clauses out of 28031 with flag 232715/867159
423.26/215.96	c cleaning 15007 clauses out of 30018 with flag 266910/883158
431.47/220.04	c cleaning 16002 clauses out of 32012 with flag 302960/900159
441.07/224.83	c cleaning 17003 clauses out of 34010 with flag 341254/918159
451.21/229.84	c cleaning 18002 clauses out of 36007 with flag 381559/937159
460.81/234.64	c cleaning 19001 clauses out of 38004 with flag 424431/957158
471.01/239.72	c cleaning 20003 clauses out of 40005 with flag 468935/978160
481.41/244.97	c cleaning 20997 clauses out of 42000 with flag 515710/1000158
492.02/250.27	c cleaning 22002 clauses out of 44004 with flag 564960/1023159
503.42/255.96	c cleaning 22999 clauses out of 46002 with flag 616616/1047159
515.43/261.92	c cleaning 23996 clauses out of 48002 with flag 670405/1072158
528.61/268.45	c cleaning 24999 clauses out of 50006 with flag 726196/1098158
541.59/274.95	c cleaning 26004 clauses out of 52008 with flag 783898/1125159
555.01/281.68	c cleaning 26997 clauses out of 54004 with flag 843259/1153159
570.20/289.25	c cleaning 28003 clauses out of 56007 with flag 905212/1182159
588.44/299.08	c cleaning 29002 clauses out of 58004 with flag 969256/1212159
605.04/307.38	c cleaning 29998 clauses out of 60002 with flag 1035286/1243159
624.58/317.08	c cleaning 30997 clauses out of 62003 with flag 1103350/1275158
647.57/328.52	c cleaning 32001 clauses out of 64006 with flag 1173585/1308158
672.28/340.71	c cleaning 33003 clauses out of 66005 with flag 1245382/1342158
698.27/353.73	c cleaning 33997 clauses out of 68003 with flag 1319366/1377159
722.09/365.43	c cleaning 35003 clauses out of 70006 with flag 1395684/1413159
745.72/377.06	c cleaning 35998 clauses out of 72003 with flag 1474094/1450159
771.91/390.18	c cleaning 37000 clauses out of 74005 with flag 1554482/1488159
807.78/407.88	c cleaning 37998 clauses out of 76004 with flag 1637044/1527158
846.59/427.96	c cleaning 39003 clauses out of 78008 with flag 1722179/1567160
876.55/442.80	c cleaning 40000 clauses out of 80004 with flag 1808778/1608159
907.54/458.30	c cleaning 41000 clauses out of 82003 with flag 1898018/1650158
947.40/478.20	c cleaning 42002 clauses out of 84004 with flag 1988784/1693159
984.17/496.36	c cleaning 42998 clauses out of 86002 with flag 2081422/1737159
1028.61/518.12	c cleaning 44000 clauses out of 88004 with flag 2176267/1782159
1031.60/519.61	c And the winner is solver1
1031.60/519.68	c Got one! Elapsed wall clock time (in seconds):519.577
1031.60/519.68	o -212
1032.40/520.19	c cleaning 24985 clauses out of 49973 with flag 4221/1788128
1035.21/521.53	c cleaning 15489 clauses out of 30988 with flag 16836/1794128
1038.19/523.02	c cleaning 11248 clauses out of 22499 with flag 31595/1801128
1042.24/524.89	c cleaning 9623 clauses out of 19253 with flag 48668/1809130
1046.23/526.83	c cleaning 9309 clauses out of 18629 with flag 67741/1818129
1050.84/529.17	c cleaning 9660 clauses out of 19320 with flag 88744/1828129
1056.02/531.74	c cleaning 10325 clauses out of 20659 with flag 112022/1839128
1062.69/534.80	c cleaning 11165 clauses out of 22335 with flag 137567/1851129
1070.01/538.29	c cleaning 12077 clauses out of 24169 with flag 165075/1864128
1077.41/541.97	c cleaning 13041 clauses out of 26092 with flag 194497/1878128
1085.03/545.71	c cleaning 14021 clauses out of 28052 with flag 226048/1893129
1094.00/549.93	c cleaning 15012 clauses out of 30031 with flag 260020/1909129
1103.21/554.57	c cleaning 16006 clauses out of 32020 with flag 295875/1926130
1112.39/559.14	c cleaning 17002 clauses out of 34012 with flag 333837/1944128
1123.55/564.57	c cleaning 17999 clauses out of 36010 with flag 373759/1963128
1135.56/570.52	c cleaning 19006 clauses out of 38011 with flag 415854/1983128
1149.84/577.57	c cleaning 19998 clauses out of 40005 with flag 460010/2004128
1164.06/584.54	c cleaning 21004 clauses out of 42007 with flag 506423/2026128
1178.25/591.61	c cleaning 21999 clauses out of 44004 with flag 554939/2049129
1196.99/602.29	c cleaning 23000 clauses out of 46004 with flag 605755/2073128
1212.50/609.93	c cleaning 24002 clauses out of 48006 with flag 658765/2098130
1229.64/618.44	c cleaning 24997 clauses out of 50002 with flag 714037/2124128
1249.05/628.18	c cleaning 25998 clauses out of 52005 with flag 771625/2151128
1267.80/637.42	c cleaning 26999 clauses out of 54007 with flag 831095/2179128
1286.83/646.90	c cleaning 28001 clauses out of 56010 with flag 892330/2208130
1306.25/656.44	c cleaning 29000 clauses out of 58008 with flag 955662/2238129
1327.74/667.01	c cleaning 30003 clauses out of 60009 with flag 1021202/2269130
1347.50/676.75	c cleaning 30996 clauses out of 62004 with flag 1088961/2301128
1368.49/687.04	c cleaning 32001 clauses out of 64010 with flag 1158856/2334130
1392.91/699.02	c cleaning 33001 clauses out of 66007 with flag 1230934/2368128
1418.78/711.76	c cleaning 34003 clauses out of 68006 with flag 1305098/2403128
1445.79/725.05	c cleaning 35002 clauses out of 70004 with flag 1381482/2439129
1470.98/737.47	c cleaning 35999 clauses out of 72003 with flag 1459498/2476130
1499.45/751.40	c cleaning 37002 clauses out of 74003 with flag 1540109/2514129
1527.80/765.41	c cleaning 38000 clauses out of 76000 with flag 1622021/2553128
1561.27/783.70	c cleaning 38998 clauses out of 78000 with flag 1706398/2593128
1562.49/784.36	c cleaning 0 clauses out of 7177 with flag 0/7182
1589.78/797.67	c cleaning 40002 clauses out of 80003 with flag 1792687/2634129
1617.25/811.28	c cleaning 40995 clauses out of 82000 with flag 1881286/2676128
1644.42/824.64	c cleaning 42001 clauses out of 84005 with flag 1972121/2719128
1673.85/839.17	c cleaning 42998 clauses out of 86005 with flag 2065893/2763129
1707.74/855.83	c cleaning 44003 clauses out of 88006 with flag 2160794/2808128
1743.27/873.34	c cleaning 44999 clauses out of 90003 with flag 2258436/2854128
1773.04/887.93	c cleaning 46003 clauses out of 92005 with flag 2357866/2901129
1800.09/901.10	c >>>>>>>>>> Solver number 0 (7 answers) <<<<<<<<<<<<<<<<<<
1800.09/901.10	c starts		: 57348
1800.09/901.10	c conflicts		: 2934764
1800.09/901.10	c decisions		: 33477219
1800.09/901.10	c propagations		: 172165055
1800.09/901.10	c inspects		: 4187901599
1800.09/901.10	c shortcuts		: 0
1800.09/901.10	c learnt literals	: 0
1800.09/901.10	c learnt binary clauses	: 0
1800.09/901.10	c learnt ternary clauses	: 0
1800.09/901.10	c learnt constraints	: 2934764
1800.09/901.10	c ignored constraints	: 0
1800.09/901.10	c root simplifications	: 0
1800.09/901.10	c removed literals (reason simplification)	: 20367910
1800.09/901.10	c reason swapping (by a shorter reason)	: 0
1800.09/901.10	c Calls to reduceDB	: 160
1800.09/901.10	c Number of update (reduction) of LBD	: 127626
1800.09/901.10	c Imported unit clauses	: 0
1800.09/901.10	c number of reductions to clauses (during analyze)	: 0
1800.09/901.10	c number of learned constraints concerned by reduction	: 0
1800.09/901.10	c number of learning phase by resolution	: 0
1800.09/901.10	c number of learning phase by cutting planes	: 0
1800.09/901.10	c speed (assignments/second)	: 451388.66894591675
1800.09/901.10	c non guided choices	17
1800.09/901.13	c learnt constraints type 
1800.09/901.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79637
1800.09/901.13	c >>>>>>>>>> Solver number 1 (10 answers) <<<<<<<<<<<<<<<<<<
1800.09/901.13	c starts		: 45
1800.09/901.13	c conflicts		: 8263
1800.09/901.13	c decisions		: 71463
1800.09/901.13	c propagations		: 359019
1800.09/901.13	c inspects		: 242469240
1800.09/901.13	c shortcuts		: 0
1800.09/901.13	c learnt literals	: 0
1800.09/901.13	c learnt binary clauses	: 0
1800.09/901.13	c learnt ternary clauses	: 0
1800.09/901.13	c learnt constraints	: 8257
1800.09/901.13	c ignored constraints	: 0
1800.09/901.13	c root simplifications	: 0
1800.09/901.13	c removed literals (reason simplification)	: 0
1800.09/901.13	c reason swapping (by a shorter reason)	: 0
1800.09/901.13	c Calls to reduceDB	: 1
1800.09/901.13	c Number of update (reduction) of LBD	: 0
1800.09/901.13	c Imported unit clauses	: 0
1800.09/901.13	c number of reductions to clauses (during analyze)	: 0
1800.09/901.13	c number of learned constraints concerned by reduction	: 0
1800.09/901.13	c number of learning phase by resolution	: 0
1800.09/901.13	c number of learning phase by cutting planes	: 0
1800.09/901.13	c speed (assignments/second)	: 400.1219248523862
1800.09/901.13	c non guided choices	35
1800.09/901.13	c learnt constraints type 
1800.09/901.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.09/901.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8255
1800.09/901.13	s SATISFIABLE
1800.09/901.13	c Found 17 solution(s)
1800.09/901.14	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 -x170 -x171 x172 -x173 x174 x175 -x176 -x177 x178 -x179 x180 x181 -x182 x183 x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 x192 -x193 -x194 x195 -x196 x197 -x198 x199 x200 x201 x202 x203 -x204 x205 -x206 x207 x208 -x209 x210 x211 x212 x213 x214 x215 -x216 -x217 x218 x219 x220 -x221 x222 x223 x224 -x225 x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 x234 -x235 -x236 -x237 x238 x239 -x240 -x241 x242 x243 -x244 -x245 -x246 x247 x248 x249 x250 -x251 x252 -x253 -x254 -x255 -x256 x257 x258 x259 -x260 -x261 -x262 x263 x264 x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 x274 -x275 x276 -x277 x278 x279 x280 -x281 -x282 x283 x284 -x285 x286 x287 x288 x289 -x290 x291 x292 x293 -x294 -x295 -x296 x297 -x298 -x299 x300 x301 x302 -x303 -x304 -x305 x306 -x307 x308 -x309 -x310 x311 -x312 -x313 -x314 x315 -x316 -x317 x318 -x319 -x320 x321 -x322 x323 x324 -x325 -x326 -x327 x328 -x329 -x330 x331 -x332 x333 x334 x335 x336 x337 x338 -x339 -x340 x341 x342 x343 -x344 x345 -x346 x347 x348 -x349 -x350 x351 -x352 -x353 -x354 -x355 x356 x357 x358 -x359 -x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 x371 -x372 x373 x374 -x375 -x376 -x377 x378 -x379 x380 -x381 -x382 x383 x384 -x385 x386 -x387 -x388 x389 x390 -x391 x392 x393 x394 -x395 -x396 x397 x398 -x399 -x400 x401 -x402 x403 -x404 x405 -x406 x407 -x408 x409 -x410 x411 x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420 x421 -x422 -x423 x424 x425 -x426 -x427 -x428 -x429 x430 -x431 x432 x433 -x434 x435 x436 x437 -x438 x439 -x440 x441 x442 x443 x444 x445 -x446 x447 x448 x449 -x450 x451 -x452 -x453 -x454 x455 x456 x457 x458 x459 x460 x461 x462 x463 x464 x465 -x466 x467 x468 -x469 -x470 x471 x472 x473 -x474 x475 -x476 x477 -x478 -x479 -x480 x481 -x482 x483 x484 x485 x486 x487 -x488 x489 -x490 x491 x492 -x493 x494 x495 x496 x497 x498 x499 x500 x501 x502 -x503 x504 x505 -x506 x507 -x508 x509 x510 x511 x512 -x513 x514 x515 x516 x517 -x518 -x519 -x520 x521 x522 x523 -x524 x525 x526 x527 x528 -x529 x530 x531 x532 x533 x534 x535 -x536 -x537 -x538 x539 -x540 -x541 -x542 x543 x544 x545 x546 x547 -x548 x549 x550 -x551 -x552 -x553 x554 -x555 -x556 -x557 x558 -x559 x560 x561 -x562 x563 x564 x565 x566 x567 x568 x569 x570 x571 x572 -x573 x574 x575 x576 x577 x578 -x579 x580 x581 x582 -x583 x584 x585 -x586 -x587 x588 -x589 x590 -x591 -x592 x593 x594 x595 x596 x597 -x598 x599 x600 -x601 -x602 x603 -x604 x605 -x606 x607 x608 -x609 -x610 -x611 x612 x613 x614 -x615 x616 -x617 x618 x619 -x620 x621 x622 -x623 x624 -x625 x626 x627 x628 x629 x630 x631 -x632 -x633 -x634 -x635 x636 x637 x638 x639 x640 x641 x642 x643 x644 -x645 -x646 -x647 -x648 x649 -x650 x651 -x652 -x653 -x654 x655 x656 x657 x658 -x659 -x660 -x661 x662 x663 x664 x665 x666 x667 x668 x669 x670 x671 x672 x673 x674 x675 x676 x677 x678 -x679 -x680 x681 x682 -x683 x684 x685 -x686 -x687 x688 -x689 x690 x691 x692 x693 x694 x695 -x696 x697 x698 -x699 x700 -x701 x702 -x703 
1800.09/901.14	c objective function=-212
1800.09/901.14	c Total wall clock time (in seconds): 901.032

Verifier Data

OK	-212

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-4119281-1467252002/watcher-4119281-1467252002 -o /tmp/evaluation-result-4119281-1467252002/solver-4119281-1467252002 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5593 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119281-1467252002.opb 

pid=7129
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.37 3.17 3.09 4/198 7132
/proc/meminfo: memFree=30971388/32872528 swapFree=239532/272236
[pid=7132] ppid=7129 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (java) S 7129 7132 5416 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 4231318 98570240 977 33554432000 1073741824 1073778376 140733476169552 140733476160688 251146567741 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 24065 977 743 9 0 16771 0
[pid=7132/tid=7133] ppid=7129 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7133/stat : 7133 (java) R 7129 7132 5416 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4231319 98570240 977 33554432000 1073741824 1073778376 140733476169552 139810000514600 251143210368 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 3.37 3.17 3.09 4/198 7132
/proc/meminfo: memFree=30971388/32872528 swapFree=239532/272236
[pid=7132] ppid=7129 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/7132/stat : 7132 (java) S 7129 7132 5416 0 -1 4202496 4486 0 1 0 10 1 0 0 20 0 18 0 4231318 9787879424 6124 33554432000 1073741824 1073778376 140733476169552 140733476160688 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2389619 6124 2158 9 0 2380296 0
[pid=7132/tid=7133] ppid=7129 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7132/task/7133/stat : 7133 (java) R 7129 7132 5416 0 -1 4202560 2387 0 1 0 6 1 0 0 20 0 18 0 4231319 9787879424 6125 33554432000 1073741824 1073778376 140733476169552 139810000518048 139810003352350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200373 s]
/proc/loadavg: 3.37 3.17 3.09 4/198 7132
/proc/meminfo: memFree=30971388/32872528 swapFree=239532/272236
[pid=7132] ppid=7129 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/7132/stat : 7132 (java) S 7129 7132 5416 0 -1 4202496 4597 0 1 0 22 1 0 0 20 0 18 0 4231318 9787879424 7200 33554432000 1073741824 1073778376 140733476169552 140733476160688 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2389619 7200 2213 9 0 2380296 0
[pid=7132/tid=7133] ppid=7129 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/7132/task/7133/stat : 7133 (java) R 7129 7132 5416 0 -1 4202560 2408 0 1 0 16 1 0 0 20 0 18 0 4231319 9787879424 7200 33554432000 1073741824 1073778376 140733476169552 139810000518048 139809859419222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300279 s]
/proc/loadavg: 3.37 3.17 3.09 4/198 7132
/proc/meminfo: memFree=30971388/32872528 swapFree=239532/272236
[pid=7132] ppid=7129 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/7132/stat : 7132 (java) S 7129 7132 5416 0 -1 4202496 5878 0 1 0 47 2 0 0 20 0 18 0 4231318 9787879424 9067 33554432000 1073741824 1073778376 140733476169552 140733476160688 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2389876 9069 2246 9 0 2380553 0
[pid=7132/tid=7133] ppid=7129 vsize=9559504 CPUtime=0.27 cores=1,3,5,7
/proc/7132/task/7133/stat : 7133 (java) S 7129 7132 5416 0 -1 4202560 2420 0 1 0 26 1 0 0 20 0 19 0 4231319 9788932096 9069 33554432000 1073741824 1073778376 140733476169552 139810000519960 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700317 s]
/proc/loadavg: 3.37 3.17 3.09 4/198 7132
/proc/meminfo: memFree=30971388/32872528 swapFree=239532/272236
[pid=7132] ppid=7129 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/7132/stat : 7132 (java) S 7129 7132 5416 0 -1 4202496 5936 0 1 0 56 4 0 0 20 0 19 0 4231318 10060525568 10139 33554432000 1073741824 1073778376 140733476169552 140733476160688 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2456183 10139 2255 9 0 2446860 0
[pid=7132/tid=7133] ppid=7129 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/7132/task/7133/stat : 7133 (java) S 7129 7132 5416 0 -1 4202560 2422 0 1 0 26 1 0 0 20 0 19 0 4231319 10060525568 10139 33554432000 1073741824 1073778376 140733476169552 139810000520056 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 3.34 3.16 3.08 7/220 7157
/proc/meminfo: memFree=30911968/32872528 swapFree=239532/272236
[pid=7132] ppid=7129 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/7132/stat : 7132 (java) S 7129 7132 5416 0 -1 4202496 17537 0 1 0 213 8 0 0 20 0 19 0 4231318 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 140733476160688 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2456183 17991 2262 9 0 2446860 0
[pid=7132/tid=7133] ppid=7129 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/7132/task/7133/stat : 7133 (java) S 7129 7132 5416 0 -1 4202560 2424 0 1 0 28 2 0 0 20 0 19 0 4231319 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139810000520056 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7135] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7135/stat : 7135 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809978620456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7136] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7136/stat : 7136 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809775413672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7137] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7137/stat : 7137 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809774360872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7138] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7138/stat : 7138 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809773308072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7139] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7139/stat : 7139 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809772256296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7140] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7140/stat : 7140 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809771203496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7141] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7141/stat : 7141 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809770150696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7142] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7142/stat : 7142 (java) S 7129 7132 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809769097896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7143] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7143/stat : 7143 (java) S 7129 7132 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4231321 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809756899816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7144] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7144/stat : 7144 (java) S 7129 7132 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4231321 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809755845880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7145] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7145/stat : 7145 (java) S 7129 7132 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4231321 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809754792968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7146] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7146/stat : 7146 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231323 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809753741456 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7147] ppid=7129 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/7132/task/7147/stat : 7147 (java) S 7129 7132 5416 0 -1 4202560 7478 0 0 0 50 2 0 0 20 0 19 0 4231323 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809752689592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7148] ppid=7129 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/7132/task/7148/stat : 7148 (java) S 7129 7132 5416 0 -1 4202560 6282 0 0 0 53 0 0 0 20 0 19 0 4231323 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809751636792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7149] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7149/stat : 7149 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231323 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809750584184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7150] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7150/stat : 7150 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231323 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809749531592 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7153] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7153/stat : 7153 (java) S 7129 7132 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4231350 10060525568 17991 33554432000 1073741824 1073778376 140733476169552 139809746273192 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 3.34 3.16 3.08 3/217 7163
/proc/meminfo: memFree=30832032/32872528 swapFree=239532/272236
[pid=7132] ppid=7129 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/7132/stat : 7132 (java) S 7129 7132 5416 0 -1 4202496 18824 0 1 0 263 15 0 0 20 0 19 0 4231318 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 140733476160688 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2456183 23217 2267 9 0 2446860 0
[pid=7132/tid=7133] ppid=7129 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/7132/task/7133/stat : 7133 (java) S 7129 7132 5416 0 -1 4202560 2425 0 1 0 30 2 0 0 20 0 19 0 4231319 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139810000520056 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7135] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7135/stat : 7135 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809978620456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7136] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7136/stat : 7136 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809775413672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7137] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7137/stat : 7137 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809774360872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7138] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7138/stat : 7138 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809773308072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7139] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7139/stat : 7139 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809772256296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7140] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7140/stat : 7140 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809771203496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7141] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7141/stat : 7141 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809770150696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7142] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7142/stat : 7142 (java) S 7129 7132 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4231320 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809769097896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7143] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7143/stat : 7143 (java) S 7129 7132 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4231321 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809756899816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7144] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7144/stat : 7144 (java) S 7129 7132 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4231321 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809755845880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7145] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7145/stat : 7145 (java) S 7129 7132 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4231321 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809754792968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7146] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7146/stat : 7146 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231323 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809753741456 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7147] ppid=7129 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/7132/task/7147/stat : 7147 (java) S 7129 7132 5416 0 -1 4202560 8250 0 0 0 63 2 0 0 20 0 19 0 4231323 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809752689592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7148] ppid=7129 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/7132/task/7148/stat : 7148 (java) S 7129 7132 5416 0 -1 4202560 6765 0 0 0 68 1 0 0 20 0 19 0 4231323 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809751636792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7149] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7149/stat : 7149 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231323 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809750584184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7150] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7150/stat : 7150 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4231323 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809749531592 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7153] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7153/stat : 7153 (java) S 7129 7132 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4231350 10060525568 23217 33554432000 1073741824 1073778376 140733476169552 139809746273192 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 3.47 3.19 3.10 5/220 7175
/proc/meminfo: memFree=30708136/32872528 swapFree=239532/272236
[pid=7132] ppid=7129 vsize=9824732 CPUtime=8.7 cores=1,3,5,7
/proc/7132/stat : 7132 (java) S 7129 7132 5416 0 -1 4202496 21121 0 1 0 848 22 0 0 20 0 22 0 4231318 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 140733476160688 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2456183 50378 2290 9 0 2446860 0
[pid=7132/tid=7133] ppid=7129 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/7132/task/7133/stat : 7133 (java) S 7129 7132 5416 0 -1 4202560 2427 0 1 0 30 2 0 0 20 0 22 0 4231319 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139810000520056 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7135] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7135/stat : 7135 (java) S 7129 7132 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4231320 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809978620456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7136] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7136/stat : 7136 (java) S 7129 7132 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4231320 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809775413672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7137] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7137/stat : 7137 (java) S 7129 7132 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4231320 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809774360872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7138] ppid=7129 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7132/task/7138/stat : 7138 (java) S 7129 7132 5416 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 4231320 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809773308072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7139] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7139/stat : 7139 (java) S 7129 7132 5416 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 4231320 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809772256296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7140] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7140/stat : 7140 (java) S 7129 7132 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4231320 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809771203496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7141] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7141/stat : 7141 (java) S 7129 7132 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4231320 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809770150696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7142] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7142/stat : 7142 (java) S 7129 7132 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4231320 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809769097896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7143] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7143/stat : 7143 (java) S 7129 7132 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4231321 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809756899816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7144] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7144/stat : 7144 (java) S 7129 7132 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4231321 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809755845880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7145] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7145/stat : 7145 (java) S 7129 7132 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4231321 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809754792968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7146] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7146/stat : 7146 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4231323 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809753741456 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7147] ppid=7129 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/7132/task/7147/stat : 7147 (java) S 7129 7132 5416 0 -1 4202560 8529 0 0 0 85 2 0 0 20 0 22 0 4231323 10060525568 50378 33554432000 1073741824 1073778376 140733476169552 139809752689592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7148] ppid=7129 vsize=9824732 CPUtime=0.96 cores=1,3,5,7

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

[pid=7132/tid=7142] ppid=7129 vsize=9824732 CPUtime=5.06 cores=1,3,5,7
/proc/7132/task/7142/stat : 7142 (java) S 7129 7132 5416 0 -1 4202560 1410 0 0 0 441 65 0 0 20 0 22 0 4231320 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809769097896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7143] ppid=7129 vsize=9824732 CPUtime=13.19 cores=1,3,5,7
/proc/7132/task/7143/stat : 7143 (java) S 7129 7132 5416 0 -1 4202560 4221 0 0 0 1311 8 0 0 20 0 22 0 4231321 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809756899816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7144] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7144/stat : 7144 (java) S 7129 7132 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4231321 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809755845880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7145] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7145/stat : 7145 (java) S 7129 7132 5416 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 4231321 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809754792968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7146] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7146/stat : 7146 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4231323 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809753741456 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7147] ppid=7129 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/7132/task/7147/stat : 7147 (java) S 7129 7132 5416 0 -1 4202560 14740 0 0 0 191 3 0 0 20 0 22 0 4231323 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809752689592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7148] ppid=7129 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/7132/task/7148/stat : 7148 (java) S 7129 7132 5416 0 -1 4202560 8662 0 0 0 115 2 0 0 20 0 22 0 4231323 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809751636792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7149] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7149/stat : 7149 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4231323 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809750584184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7150] ppid=7129 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/7132/task/7150/stat : 7150 (java) S 7129 7132 5416 0 -1 4202560 52 0 0 0 12 17 0 0 20 0 22 0 4231323 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809749531592 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7175] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7175/stat : 7175 (java) S 7129 7132 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4231705 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809745220776 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7254] ppid=7129 vsize=9824732 CPUtime=349.75 cores=1,3,5,7
/proc/7132/task/7254/stat : 7254 (java) R 7129 7132 5416 0 -1 4202560 7 0 0 0 34970 5 0 0 20 0 22 0 4283288 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809747317264 139809860101458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7255] ppid=7129 vsize=9824732 CPUtime=349.75 cores=1,3,5,7
/proc/7132/task/7255/stat : 7255 (java) R 7129 7132 5416 0 -1 4202560 21 0 0 0 34969 6 0 0 20 0 22 0 4283288 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809746271984 139809860128488 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7256] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7256/stat : 7256 (java) S 7129 7132 5416 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 4283288 10060525568 1281165 33554432000 1073741824 1073778376 140733476169552 139809748379048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1759.4
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.101 s]
/proc/loadavg: 3.88 4.13 3.77 5/219 7398
/proc/meminfo: memFree=25709528/32872528 swapFree=239532/272236
[pid=7132] ppid=7129 vsize=9824732 CPUtime=1798.19 cores=1,3,5,7
/proc/7132/stat : 7132 (java) S 7129 7132 5416 0 -1 4202496 42804 0 1 0 179318 501 0 0 20 0 22 0 4231318 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 140733476160688 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2456183 1281229 2302 9 0 2446860 0
[pid=7132/tid=7133] ppid=7129 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/7132/task/7133/stat : 7133 (java) S 7129 7132 5416 0 -1 4202560 2450 0 1 0 38 3 0 0 20 0 22 0 4231319 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139810000520056 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7135] ppid=7129 vsize=9824732 CPUtime=5.08 cores=1,3,5,7
/proc/7132/task/7135/stat : 7135 (java) S 7129 7132 5416 0 -1 4202560 1434 0 0 0 460 48 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809978620456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7136] ppid=7129 vsize=9824732 CPUtime=5.41 cores=1,3,5,7
/proc/7132/task/7136/stat : 7136 (java) S 7129 7132 5416 0 -1 4202560 1075 0 0 0 489 52 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809775413672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7137] ppid=7129 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/7132/task/7137/stat : 7137 (java) S 7129 7132 5416 0 -1 4202560 1229 0 0 0 415 42 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809774360872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7138] ppid=7129 vsize=9824732 CPUtime=5.26 cores=1,3,5,7
/proc/7132/task/7138/stat : 7138 (java) S 7129 7132 5416 0 -1 4202560 1169 0 0 0 477 49 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809773308072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7139] ppid=7129 vsize=9824732 CPUtime=5.27 cores=1,3,5,7
/proc/7132/task/7139/stat : 7139 (java) S 7129 7132 5416 0 -1 4202560 1260 0 0 0 482 45 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809772256296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7140] ppid=7129 vsize=9824732 CPUtime=5.37 cores=1,3,5,7
/proc/7132/task/7140/stat : 7140 (java) S 7129 7132 5416 0 -1 4202560 1490 0 0 0 486 51 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809771203496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7141] ppid=7129 vsize=9824732 CPUtime=5.12 cores=1,3,5,7
/proc/7132/task/7141/stat : 7141 (java) S 7129 7132 5416 0 -1 4202560 1262 0 0 0 452 60 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809770150696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7142] ppid=7129 vsize=9824732 CPUtime=5.31 cores=1,3,5,7
/proc/7132/task/7142/stat : 7142 (java) S 7129 7132 5416 0 -1 4202560 1421 0 0 0 466 65 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809769097896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7143] ppid=7129 vsize=9824732 CPUtime=13.19 cores=1,3,5,7
/proc/7132/task/7143/stat : 7143 (java) S 7129 7132 5416 0 -1 4202560 4221 0 0 0 1311 8 0 0 20 0 22 0 4231321 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809756899816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7144] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7144/stat : 7144 (java) S 7129 7132 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4231321 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809755845880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7145] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7145/stat : 7145 (java) S 7129 7132 5416 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 4231321 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809754792968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7146] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7146/stat : 7146 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4231323 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809753741456 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7147] ppid=7129 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/7132/task/7147/stat : 7147 (java) S 7129 7132 5416 0 -1 4202560 14740 0 0 0 191 3 0 0 20 0 22 0 4231323 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809752689592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7148] ppid=7129 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/7132/task/7148/stat : 7148 (java) S 7129 7132 5416 0 -1 4202560 8662 0 0 0 115 2 0 0 20 0 22 0 4231323 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809751636792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7149] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7149/stat : 7149 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4231323 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809750584184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7150] ppid=7129 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/7132/task/7150/stat : 7150 (java) S 7129 7132 5416 0 -1 4202560 52 0 0 0 12 18 0 0 20 0 22 0 4231323 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809749531592 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7175] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7175/stat : 7175 (java) S 7129 7132 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4231705 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809745220776 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7254] ppid=7129 vsize=9824732 CPUtime=367.87 cores=1,3,5,7
/proc/7132/task/7254/stat : 7254 (java) R 7129 7132 5416 0 -1 4202560 7 0 0 0 36781 6 0 0 20 0 22 0 4283288 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809747324976 139809860054832 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7255] ppid=7129 vsize=9824732 CPUtime=367.86 cores=1,3,5,7
/proc/7132/task/7255/stat : 7255 (java) R 7129 7132 5416 0 -1 4202560 23 0 0 0 36780 6 0 0 20 0 22 0 4283288 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809746270832 139809860128532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7256] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7256/stat : 7256 (java) S 7129 7132 5416 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 4283288 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809748379048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.19
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 7132 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+901.101 s]
/proc/loadavg: 3.88 4.13 3.77 5/219 7398
/proc/meminfo: memFree=25709528/32872528 swapFree=239532/272236
[pid=7132] ppid=7129 vsize=9824732 CPUtime=1798.19 cores=1,3,5,7
/proc/7132/stat : 7132 (java) S 7129 7132 5416 0 -1 4202496 42804 0 1 0 179318 501 0 0 20 0 22 0 4231318 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 140733476160688 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2456183 1281229 2302 9 0 2446860 0
[pid=7132/tid=7133] ppid=7129 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/7132/task/7133/stat : 7133 (java) S 7129 7132 5416 0 -1 4202560 2450 0 1 0 38 3 0 0 20 0 22 0 4231319 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139810000520056 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7135] ppid=7129 vsize=9824732 CPUtime=5.08 cores=1,3,5,7
/proc/7132/task/7135/stat : 7135 (java) S 7129 7132 5416 0 -1 4202560 1434 0 0 0 460 48 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809978620456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7136] ppid=7129 vsize=9824732 CPUtime=5.41 cores=1,3,5,7
/proc/7132/task/7136/stat : 7136 (java) S 7129 7132 5416 0 -1 4202560 1075 0 0 0 489 52 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809775413672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7137] ppid=7129 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/7132/task/7137/stat : 7137 (java) S 7129 7132 5416 0 -1 4202560 1229 0 0 0 415 42 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809774360872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7138] ppid=7129 vsize=9824732 CPUtime=5.26 cores=1,3,5,7
/proc/7132/task/7138/stat : 7138 (java) S 7129 7132 5416 0 -1 4202560 1169 0 0 0 477 49 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809773308072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7139] ppid=7129 vsize=9824732 CPUtime=5.27 cores=1,3,5,7
/proc/7132/task/7139/stat : 7139 (java) S 7129 7132 5416 0 -1 4202560 1260 0 0 0 482 45 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809772256296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7140] ppid=7129 vsize=9824732 CPUtime=5.37 cores=1,3,5,7
/proc/7132/task/7140/stat : 7140 (java) S 7129 7132 5416 0 -1 4202560 1490 0 0 0 486 51 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809771203496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7141] ppid=7129 vsize=9824732 CPUtime=5.12 cores=1,3,5,7
/proc/7132/task/7141/stat : 7141 (java) S 7129 7132 5416 0 -1 4202560 1262 0 0 0 452 60 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809770150696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7142] ppid=7129 vsize=9824732 CPUtime=5.31 cores=1,3,5,7
/proc/7132/task/7142/stat : 7142 (java) S 7129 7132 5416 0 -1 4202560 1421 0 0 0 466 65 0 0 20 0 22 0 4231320 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809769097896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7143] ppid=7129 vsize=9824732 CPUtime=13.19 cores=1,3,5,7
/proc/7132/task/7143/stat : 7143 (java) S 7129 7132 5416 0 -1 4202560 4221 0 0 0 1311 8 0 0 20 0 22 0 4231321 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809756899816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7144] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7144/stat : 7144 (java) S 7129 7132 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4231321 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809755845880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7145] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7145/stat : 7145 (java) S 7129 7132 5416 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 4231321 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809754792968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7146] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7146/stat : 7146 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4231323 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809753741456 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7147] ppid=7129 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/7132/task/7147/stat : 7147 (java) S 7129 7132 5416 0 -1 4202560 14740 0 0 0 191 3 0 0 20 0 22 0 4231323 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809752689592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7132/tid=7148] ppid=7129 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/7132/task/7148/stat : 7148 (java) S 7129 7132 5416 0 -1 4202560 8662 0 0 0 115 2 0 0 20 0 22 0 4231323 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809751636792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7132/tid=7149] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7149/stat : 7149 (java) S 7129 7132 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4231323 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809750584184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7150] ppid=7129 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/7132/task/7150/stat : 7150 (java) S 7129 7132 5416 0 -1 4202560 52 0 0 0 12 18 0 0 20 0 22 0 4231323 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809749531592 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7175] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7175/stat : 7175 (java) S 7129 7132 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4231705 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809745220776 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7254] ppid=7129 vsize=9824732 CPUtime=367.87 cores=1,3,5,7
/proc/7132/task/7254/stat : 7254 (java) R 7129 7132 5416 0 -1 4202560 7 0 0 0 36781 6 0 0 20 0 22 0 4283288 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809747324976 139809860054832 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7132/tid=7255] ppid=7129 vsize=9824732 CPUtime=367.86 cores=1,3,5,7
/proc/7132/task/7255/stat : 7255 (java) R 7129 7132 5416 0 -1 4202560 23 0 0 0 36780 6 0 0 20 0 22 0 4283288 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809746270832 139809860128532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7132/tid=7256] ppid=7129 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7132/task/7256/stat : 7256 (java) S 7129 7132 5416 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 4283288 10060525568 1281229 33554432000 1073741824 1073778376 140733476169552 139809748379048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.19
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7132 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=368670
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=283196
# CPU time returned by wait4() is 1796.65
# while last known CPU time is 1798.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 901.17
CPU time (s): 1800.09
CPU user time (s): 1795.22
CPU system time (s): 4.87
CPU usage (%): 199.75
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.37
system time used= 5.2832
maximum resident set size= 5131948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42841
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23381
involuntary context switches= 29895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.66214 second user time and 7.39487 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-30 04:00:02
IDJOB=4119281
IDBENCH=111691
IDSOLVER=2543
FILE ID=node107/4119281-1467252002
RUNJOBID= node107-1467248484-5593
PBS_JOBID= 20004476
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament38.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119281-1467252002/watcher-4119281-1467252002 -o /tmp/evaluation-result-4119281-1467252002/solver-4119281-1467252002 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5593 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119281-1467252002.opb

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

MD5SUM BENCH= 513eea2b89b109e6fe22b6a983b3707c
RANDOM SEED=671639202

node107.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		: 2667.110
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	: 5334.22
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		: 2667.110
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		: 2667.110
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.39
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		: 2667.110
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		: 2667.110
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.54
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		: 2667.110
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		: 2667.110
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		: 2667.110
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:        30972272 kB
Buffers:           95956 kB
Cached:           423844 kB
SwapCached:            0 kB
Active:           452456 kB
Inactive:         428740 kB
Active(anon):     363960 kB
Inactive(anon):        4 kB
Active(file):      88496 kB
Inactive(file):   428736 kB
Unevictable:      272236 kB
Mlocked:          239532 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1840 kB
Writeback:             0 kB
AnonPages:        680800 kB
Mapped:            22216 kB
Shmem:               204 kB
Slab:             604776 kB
SReclaimable:      48624 kB
SUnreclaim:       556152 kB
KernelStack:        1792 kB
PageTables:         5412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1099564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node107 at 2016-06-30 04:15:04