Trace number 4085853

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 Resolution PB16SAT (TO)-109 1800 1783.75

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_5.opb
MD5SUM54b0d54e7a8a81cee8fd7c7c85a68b83
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-121
Best CPU time to get the best result obtained on this benchmark1800.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -124
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31590
Sum of products size (including duplicates)63180
Number of different products15795
Sum of products size31590

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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085853-1465257921.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.37/0.66	c ... done. Wall clock time 0.562s.
1.37/0.66	c declared #vars     1000
1.37/0.66	c internal #vars     16795
1.37/0.66	c #constraints  33590
1.37/0.66	c constraints type 
1.37/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15795
1.37/0.66	c org.sat4j.minisat.constraints.cnf.UnitClauses => 897
1.37/0.66	c org.sat4j.specs.Constr$1 => 1055
1.37/0.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 48
1.37/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15795
1.37/0.66	c 33590 constraints processed.
1.37/0.66	c objective function length is 1000 literals
1.98/0.85	c SATISFIABLE
1.98/0.85	c OPTIMIZING...
1.98/0.85	c Got one! Elapsed wall clock time (in seconds):0.752
1.98/0.85	o -99
2.89/1.12	c Got one! Elapsed wall clock time (in seconds):1.02
2.89/1.12	o -100
2.89/1.18	c Got one! Elapsed wall clock time (in seconds):1.081
2.89/1.18	o -101
3.18/1.23	c Got one! Elapsed wall clock time (in seconds):1.133
3.18/1.23	o -102
3.35/1.35	c Got one! Elapsed wall clock time (in seconds):1.255
3.35/1.35	o -103
3.92/1.80	c Got one! Elapsed wall clock time (in seconds):1.704
3.92/1.80	o -104
4.10/1.95	c cleaning 3379 clauses out of 6757 with flag 2127/6757
4.80/2.54	c cleaning 4689 clauses out of 9377 with flag 14623/12756
5.64/3.29	c cleaning 5842 clauses out of 11687 with flag 29054/19755
5.85/3.43	c Got one! Elapsed wall clock time (in seconds):3.325
5.85/3.43	o -105
6.24/3.86	c cleaning 5638 clauses out of 11276 with flag 8431/25186
6.91/4.48	c cleaning 5820 clauses out of 11639 with flag 21224/31187
7.70/5.22	c cleaning 6410 clauses out of 12819 with flag 35774/38187
8.50/6.09	c cleaning 7204 clauses out of 14409 with flag 52217/46187
9.61/7.07	c cleaning 8101 clauses out of 16204 with flag 70836/55186
10.78/8.11	c cleaning 9048 clauses out of 18105 with flag 91488/65188
11.88/9.21	c cleaning 10026 clauses out of 20055 with flag 114112/76186
12.08/9.45	c Got one! Elapsed wall clock time (in seconds):9.346
12.08/9.45	o -106
12.48/9.81	c cleaning 7787 clauses out of 15577 with flag 6369/81734
13.08/10.40	c cleaning 6895 clauses out of 13789 with flag 18791/87733
13.69/11.06	c cleaning 6943 clauses out of 13894 with flag 33234/94733
13.88/11.22	c Got one! Elapsed wall clock time (in seconds):11.119
13.88/11.22	o -107
14.28/11.62	c cleaning 6412 clauses out of 12833 with flag 8434/100615
14.79/12.20	c cleaning 6209 clauses out of 12421 with flag 21324/106615
15.59/12.91	c cleaning 6603 clauses out of 13211 with flag 35791/113614
16.29/13.69	c cleaning 7303 clauses out of 14607 with flag 52295/121613
17.44/14.62	c cleaning 8150 clauses out of 16304 with flag 70741/130613
18.44/15.64	c cleaning 9072 clauses out of 18154 with flag 91281/140613
19.54/16.77	c cleaning 10038 clauses out of 20083 with flag 113885/151614
20.84/18.09	c cleaning 11022 clauses out of 22045 with flag 138617/163614
22.44/19.63	c cleaning 12011 clauses out of 24022 with flag 165484/176613
24.05/21.26	c cleaning 13000 clauses out of 26011 with flag 194381/190613
26.13/23.10	c cleaning 14003 clauses out of 28011 with flag 225137/205613
27.93/24.88	c cleaning 14995 clauses out of 30009 with flag 258023/221614
29.83/26.72	c cleaning 16003 clauses out of 32014 with flag 292932/238614
31.84/28.75	c cleaning 17003 clauses out of 34010 with flag 330028/256613
34.13/31.03	c cleaning 18002 clauses out of 36008 with flag 369144/275614
36.63/33.51	c cleaning 19003 clauses out of 38005 with flag 410150/295613
39.33/36.20	c cleaning 19997 clauses out of 40004 with flag 453127/316615
41.93/38.86	c cleaning 21002 clauses out of 42006 with flag 498183/338614
45.42/42.10	c cleaning 22000 clauses out of 44003 with flag 545490/361613
48.72/45.45	c cleaning 22995 clauses out of 46003 with flag 594641/385613
52.12/48.86	c cleaning 23999 clauses out of 48008 with flag 645813/410613
53.81/50.52	c Got one! Elapsed wall clock time (in seconds):50.416
53.81/50.52	o -108
54.54/51.26	c cleaning 21381 clauses out of 42764 with flag 10693/429368
55.24/51.95	c cleaning 13688 clauses out of 27383 with flag 23359/435368
56.04/52.70	c cleaning 10344 clauses out of 20694 with flag 38375/442367
56.84/53.50	c cleaning 9169 clauses out of 18350 with flag 55396/450367
57.74/54.40	c cleaning 9088 clauses out of 18183 with flag 74633/459369
58.64/55.37	c cleaning 9545 clauses out of 19094 with flag 95719/469368
59.74/56.46	c cleaning 10269 clauses out of 20549 with flag 119045/480368
61.30/57.79	c cleaning 11136 clauses out of 22280 with flag 144525/492368
62.70/59.17	c cleaning 12070 clauses out of 24144 with flag 172295/505368
64.20/60.64	c cleaning 13037 clauses out of 26075 with flag 201844/519369
65.80/62.23	c cleaning 14013 clauses out of 28036 with flag 234050/534367
67.40/63.89	c cleaning 15012 clauses out of 30023 with flag 268079/550367
69.30/65.76	c cleaning 16005 clauses out of 32011 with flag 304595/567367
71.30/67.75	c cleaning 17003 clauses out of 34007 with flag 342739/585368
73.39/69.87	c cleaning 18002 clauses out of 36004 with flag 383644/604368
75.69/72.12	c cleaning 18998 clauses out of 38001 with flag 426650/624367
78.29/74.79	c cleaning 20000 clauses out of 40004 with flag 471616/645368
81.00/77.48	c cleaning 20998 clauses out of 42003 with flag 517026/667367
84.12/80.59	c cleaning 22000 clauses out of 44005 with flag 564538/690367
87.32/83.75	c cleaning 23000 clauses out of 46007 with flag 614128/714369
91.52/87.42	c cleaning 23999 clauses out of 48006 with flag 665922/739368
95.32/91.20	c cleaning 24993 clauses out of 50007 with flag 719840/765368
99.52/95.46	c cleaning 26004 clauses out of 52013 with flag 776477/792367
103.81/99.70	c cleaning 27002 clauses out of 54009 with flag 834556/820367
108.01/103.95	c cleaning 27998 clauses out of 56007 with flag 895015/849367
112.51/108.44	c cleaning 29005 clauses out of 58009 with flag 957337/879367
117.11/113.07	c cleaning 29998 clauses out of 60004 with flag 1021883/910367
122.01/117.92	c cleaning 31000 clauses out of 62006 with flag 1088799/942367
124.81/120.73	c Got one! Elapsed wall clock time (in seconds):120.632
124.81/120.73	o -109
125.83/121.70	c cleaning 27436 clauses out of 54876 with flag 10634/966237
127.77/122.85	c cleaning 16718 clauses out of 33440 with flag 23429/972237
128.47/123.58	c cleaning 11858 clauses out of 23722 with flag 38123/979237
129.28/124.37	c cleaning 9926 clauses out of 19863 with flag 54681/987236
130.17/125.29	c cleaning 9465 clauses out of 18937 with flag 73504/996236
131.17/126.28	c cleaning 9734 clauses out of 19472 with flag 94370/1006236
132.27/127.35	c cleaning 10367 clauses out of 20739 with flag 117324/1017237
133.47/128.58	c cleaning 11183 clauses out of 22372 with flag 142678/1029237
134.88/129.99	c cleaning 12091 clauses out of 24188 with flag 169991/1042236
136.47/131.51	c cleaning 13043 clauses out of 26098 with flag 198905/1056237
137.97/133.09	c cleaning 14026 clauses out of 28055 with flag 229577/1071237
139.77/134.85	c cleaning 15012 clauses out of 30028 with flag 262616/1087236
141.67/136.71	c cleaning 16006 clauses out of 32016 with flag 297768/1104236
143.67/138.72	c cleaning 16999 clauses out of 34010 with flag 334787/1122236
145.97/141.07	c cleaning 18004 clauses out of 36013 with flag 373970/1141238
148.47/143.51	c cleaning 19001 clauses out of 38007 with flag 414947/1161236
151.17/146.21	c cleaning 20002 clauses out of 40006 with flag 458013/1182236
153.96/149.02	c cleaning 21000 clauses out of 42005 with flag 503346/1204237
156.77/151.85	c cleaning 22001 clauses out of 44004 with flag 550881/1227236
159.86/154.94	c cleaning 22999 clauses out of 46003 with flag 600475/1251236
163.16/158.24	c cleaning 23998 clauses out of 48005 with flag 651862/1276237
166.36/161.48	c cleaning 25002 clauses out of 50007 with flag 705774/1302237
170.62/165.44	c cleaning 26002 clauses out of 52006 with flag 761558/1329238
174.52/169.40	c cleaning 27001 clauses out of 54002 with flag 819518/1357236
178.72/173.52	c cleaning 27998 clauses out of 56002 with flag 879606/1386237
183.22/178.01	c cleaning 29000 clauses out of 58004 with flag 941854/1416237
188.23/183.01	c cleaning 29998 clauses out of 60003 with flag 1005807/1447236
193.23/188.00	c cleaning 30999 clauses out of 62005 with flag 1072000/1479236
198.03/192.83	c cleaning 31997 clauses out of 64007 with flag 1140277/1512237
203.13/197.92	c cleaning 33003 clauses out of 66009 with flag 1210880/1546236
208.32/203.15	c cleaning 34000 clauses out of 68006 with flag 1283364/1581236
214.52/209.39	c cleaning 34998 clauses out of 70006 with flag 1357847/1617236
220.62/215.42	c cleaning 36004 clauses out of 72009 with flag 1434186/1654237
228.35/222.52	c cleaning 37002 clauses out of 74005 with flag 1512306/1692237
235.05/229.29	c cleaning 37998 clauses out of 76002 with flag 1592377/1731236
242.75/236.90	c cleaning 38998 clauses out of 78004 with flag 1674589/1771236
251.16/245.36	c cleaning 40001 clauses out of 80006 with flag 1759258/1812236
260.06/254.27	c cleaning 41001 clauses out of 82005 with flag 1845731/1854236
268.05/262.28	c cleaning 41999 clauses out of 84004 with flag 1934405/1897236
276.45/270.66	c cleaning 43000 clauses out of 86005 with flag 2025630/1941236
286.04/280.28	c cleaning 44001 clauses out of 88005 with flag 2118542/1986236
295.47/288.99	c cleaning 45000 clauses out of 90006 with flag 2213650/2032238
304.57/298.01	c cleaning 45995 clauses out of 92005 with flag 2310628/2079237
313.67/307.17	c cleaning 47002 clauses out of 94010 with flag 2409717/2127237
322.87/316.37	c cleaning 48002 clauses out of 96008 with flag 2510604/2176237
332.17/325.62	c cleaning 48999 clauses out of 98006 with flag 2613461/2226237
342.26/335.75	c cleaning 50000 clauses out of 100007 with flag 2718447/2277237
353.89/346.85	c cleaning 51004 clauses out of 102007 with flag 2825273/2329237
365.09/358.10	c cleaning 51996 clauses out of 104003 with flag 2934452/2382237
374.69/367.63	c cleaning 53002 clauses out of 106007 with flag 3045732/2436237
384.69/377.64	c cleaning 54001 clauses out of 108006 with flag 3159100/2491238
394.49/387.46	c cleaning 54999 clauses out of 110003 with flag 3274569/2547236
403.78/396.76	c cleaning 55997 clauses out of 112005 with flag 3392146/2604237
414.49/407.21	c cleaning 57000 clauses out of 114009 with flag 3512166/2662238
424.29/417.08	c cleaning 57999 clauses out of 116007 with flag 3634035/2721236
434.38/427.13	c cleaning 59003 clauses out of 118009 with flag 3758535/2781237
443.79/436.55	c cleaning 60002 clauses out of 120005 with flag 3884993/2842236
454.89/447.66	c cleaning 60999 clauses out of 122003 with flag 4013533/2904236
465.93/458.34	c cleaning 61997 clauses out of 124005 with flag 4143906/2967237
477.83/470.28	c cleaning 63004 clauses out of 126007 with flag 4276394/3031236
490.54/482.99	c cleaning 64000 clauses out of 128004 with flag 4410269/3096237
504.63/497.03	c cleaning 64995 clauses out of 130003 with flag 4546078/3162236
520.58/512.33	c cleaning 66000 clauses out of 132009 with flag 4683630/3229237
537.77/529.58	c cleaning 67002 clauses out of 134008 with flag 4823176/3297236
554.07/545.86	c cleaning 68003 clauses out of 136007 with flag 4965458/3366237
569.07/560.89	c cleaning 68997 clauses out of 138003 with flag 5109177/3436236
585.32/576.79	c cleaning 69999 clauses out of 140006 with flag 5255486/3507236
601.02/592.41	c cleaning 70998 clauses out of 142007 with flag 5404211/3579236
617.82/609.23	c cleaning 72003 clauses out of 144010 with flag 5554737/3652237
635.32/626.73	c cleaning 72997 clauses out of 146006 with flag 5707835/3726236
652.13/643.17	c cleaning 74002 clauses out of 148009 with flag 5862047/3801236
670.53/661.51	c cleaning 74996 clauses out of 150008 with flag 6018339/3877237
687.63/678.64	c cleaning 76001 clauses out of 152011 with flag 6176678/3954236
705.79/696.64	c cleaning 77000 clauses out of 154012 with flag 6337371/4032238
729.60/720.49	c cleaning 78001 clauses out of 156010 with flag 6500096/4111236
746.90/737.76	c cleaning 79000 clauses out of 158009 with flag 6666111/4191236
764.54/755.08	c cleaning 80002 clauses out of 160009 with flag 6833374/4272236
781.86/772.39	c cleaning 81000 clauses out of 162008 with flag 7003112/4354237
799.55/790.00	c cleaning 82002 clauses out of 164007 with flag 7174430/4437236
818.61/808.78	c cleaning 83001 clauses out of 166005 with flag 7348228/4521236
836.23/826.38	c cleaning 83994 clauses out of 168004 with flag 7523000/4606236
855.85/845.75	c cleaning 85002 clauses out of 170011 with flag 7699984/4692237
875.54/865.44	c cleaning 86003 clauses out of 172008 with flag 7879109/4779236
896.64/886.57	c cleaning 87002 clauses out of 174005 with flag 8060162/4867236
918.85/908.68	c cleaning 87993 clauses out of 176004 with flag 8243491/4956237
941.14/930.99	c cleaning 89003 clauses out of 178010 with flag 8429332/5046236
967.92/957.48	c cleaning 90000 clauses out of 180007 with flag 8615386/5137236
991.61/981.12	c cleaning 91002 clauses out of 182007 with flag 8804393/5229236
1019.41/1008.41	c cleaning 92004 clauses out of 184007 with flag 8995869/5322238
1044.11/1033.19	c cleaning 92993 clauses out of 186001 with flag 9189821/5416236
1068.68/1057.12	c cleaning 94002 clauses out of 188009 with flag 9385947/5511237
1092.99/1081.42	c cleaning 95000 clauses out of 190008 with flag 9583415/5607238
1117.25/1105.60	c cleaning 96000 clauses out of 192006 with flag 9784077/5704236
1143.62/1131.59	c cleaning 97004 clauses out of 194007 with flag 9985633/5802237
1171.53/1159.42	c cleaning 97995 clauses out of 196002 with flag 10188367/5901236
1201.49/1189.22	c cleaning 98997 clauses out of 198008 with flag 10394214/6001237
1233.85/1221.19	c cleaning 100000 clauses out of 200011 with flag 10602042/6102237
1264.13/1250.61	c cleaning 100998 clauses out of 202010 with flag 10812198/6204236
1290.90/1277.12	c cleaning 101998 clauses out of 204012 with flag 11024707/6307236
1319.59/1305.87	c cleaning 103004 clauses out of 206014 with flag 11239080/6411236
1352.58/1338.79	c cleaning 103998 clauses out of 208011 with flag 11455574/6516237
1384.13/1370.11	c cleaning 105003 clauses out of 210012 with flag 11675178/6622236
1416.72/1402.46	c cleaning 106000 clauses out of 212009 with flag 11895365/6729236
1451.02/1436.52	c cleaning 107000 clauses out of 214010 with flag 12117354/6837237
1488.42/1473.71	c cleaning 108000 clauses out of 216009 with flag 12342417/6946236
1534.32/1519.40	c cleaning 108999 clauses out of 218010 with flag 12569368/7056237
1578.29/1563.22	c cleaning 110002 clauses out of 220010 with flag 12798660/7167236
1623.04/1607.71	c cleaning 111002 clauses out of 222009 with flag 13028420/7279237
1669.17/1653.79	c cleaning 112000 clauses out of 224006 with flag 13261741/7392236
1723.54/1707.76	c cleaning 113000 clauses out of 226007 with flag 13496758/7506237
1779.08/1763.09	c cleaning 114001 clauses out of 228007 with flag 13733923/7621237
1800.00/1783.70	c starts		: 12
1800.00/1783.70	c conflicts		: 7680900
1800.00/1783.70	c decisions		: 8866625
1800.00/1783.70	c propagations		: 57882420
1800.00/1783.70	c inspects		: 21185575795
1800.00/1783.70	c shortcuts		: 0
1800.00/1783.70	c learnt literals	: 0
1800.00/1783.70	c learnt binary clauses	: 0
1800.00/1783.70	c learnt ternary clauses	: 0
1800.00/1783.70	c learnt constraints	: 7680900
1800.00/1783.70	c ignored constraints	: 0
1800.00/1783.70	c root simplifications	: 0
1800.00/1783.70	c removed literals (reason simplification)	: 0
1800.00/1783.70	c reason swapping (by a shorter reason)	: 0
1800.00/1783.70	c Calls to reduceDB	: 173
1800.00/1783.70	c Number of update (reduction) of LBD	: 44666
1800.00/1783.70	c Imported unit clauses	: 0
1800.00/1783.70	c number of reductions to clauses (during analyze)	: 0
1800.00/1783.70	c number of learned constraints concerned by reduction	: 0
1800.00/1783.70	c number of learning phase by resolution	: 0
1800.00/1783.70	c number of learning phase by cutting planes	: 0
1800.00/1783.70	c speed (assignments/second)	: 32463.517926818804
1800.00/1783.70	c non guided choices	0
1800.00/1783.73	c learnt constraints type 
1800.00/1783.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 173669
1800.00/1783.73	s SATISFIABLE
1800.00/1783.73	c Found 11 solution(s)
1800.00/1783.73	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 -x704 -x705 -x706 -x707 -x708 -x709 x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 x730 -x731 x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 x779 x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 x804 -x805 -x806 -x807 -x808 -x809 -x810 x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 x863 -x864 -x865 -x866 -x867 x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 x879 x880 -x881 x882 -x883 -x884 -x885 -x886 -x887 -x888 x889 x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 x932 -x933 -x934 -x935 x936 x937 -x938 -x939 -x940 -x941 -x942 x943 -x944 -x945 x946 x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 x965 -x966 -x967 -x968 -x969 x970 -x971 -x972 -x973 x974 -x975 -x976 -x977 -x978 x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 x995 -x996 -x997 -x998 -x999 -x1000 
1800.00/1783.73	c objective function=-109
1800.00/1783.73	c Total wall clock time (in seconds): 1783.634

Verifier Data

OK	-109

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-4085853-1465257921/watcher-4085853-1465257921 -o /tmp/evaluation-result-4085853-1465257921/solver-4085853-1465257921 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085853-1465257921.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 6074
/proc/meminfo: memFree=31046432/32872528 swapFree=12352/737972
[pid=6074] ppid=6071 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6074/stat : 6074 (java) S 6071 6074 3485 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 107726602 98570240 977 33554432000 1073741824 1073778376 140733991649984 140733991641120 213869690941 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6074/statm: 24065 977 743 9 0 16771 0
[pid=6074/tid=6075] ppid=6071 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6075/stat : 6075 (java) R 6071 6074 3485 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 107726602 98570240 977 33554432000 1073741824 1073778376 140733991649984 140646405758504 213866333568 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 6074
/proc/meminfo: memFree=31046432/32872528 swapFree=12352/737972
[pid=6074] ppid=6071 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/6074/stat : 6074 (java) S 6071 6074 3485 0 -1 4202496 4490 0 1 0 10 1 0 0 20 0 18 0 107726602 9787879424 6119 33554432000 1073741824 1073778376 140733991649984 140733991641120 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6074/statm: 2389619 6119 2157 9 0 2380296 0
[pid=6074/tid=6075] ppid=6071 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/6074/task/6075/stat : 6075 (java) R 6071 6074 3485 0 -1 4202560 2375 0 1 0 8 0 0 0 20 0 18 0 107726602 9787879424 6119 33554432000 1073741824 1073778376 140733991649984 140646405761952 140646409031988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 6074
/proc/meminfo: memFree=31046432/32872528 swapFree=12352/737972
[pid=6074] ppid=6071 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/6074/stat : 6074 (java) S 6071 6074 3485 0 -1 4202496 4715 0 1 0 25 1 0 0 20 0 18 0 107726602 9787879424 6785 33554432000 1073741824 1073778376 140733991649984 140733991641120 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6074/statm: 2389619 6785 2214 9 0 2380296 0
[pid=6074/tid=6075] ppid=6071 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/6074/task/6075/stat : 6075 (java) R 6071 6074 3485 0 -1 4202560 2412 0 1 0 17 0 0 0 20 0 18 0 107726602 9787879424 6785 33554432000 1073741824 1073778376 140733991649984 140646405761952 140646237174055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30025 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 6074
/proc/meminfo: memFree=31046432/32872528 swapFree=12352/737972
[pid=6074] ppid=6071 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/6074/stat : 6074 (java) S 6071 6074 3485 0 -1 4202496 5572 0 1 0 47 1 0 0 20 0 18 0 107726602 9787879424 8792 33554432000 1073741824 1073778376 140733991649984 140733991641120 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6074/statm: 2389619 8792 2243 9 0 2380296 0
[pid=6074/tid=6075] ppid=6071 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/6074/task/6075/stat : 6075 (java) R 6071 6074 3485 0 -1 4202560 2415 0 1 0 26 1 0 0 20 0 18 0 107726602 9787879424 8792 33554432000 1073741824 1073778376 140733991649984 140646405761952 140646237160496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 6074
/proc/meminfo: memFree=31046432/32872528 swapFree=12352/737972
[pid=6074] ppid=6071 vsize=9558476 CPUtime=1.67 cores=0,2,4,6
/proc/6074/stat : 6074 (java) S 6071 6074 3485 0 -1 4202496 22069 0 1 0 162 5 0 0 20 0 18 0 107726602 9787879424 29184 33554432000 1073741824 1073778376 140733991649984 140733991641120 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6074/statm: 2389619 29193 2262 9 0 2380296 0
[pid=6074/tid=6075] ppid=6071 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/6074/task/6075/stat : 6075 (java) R 6071 6074 3485 0 -1 4202560 2450 0 1 0 66 1 0 0 20 0 18 0 107726602 9787879424 29193 33554432000 1073741824 1073778376 140733991649984 140646405749568 140646237201261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.09 2.06 2.01 5/213 6093
/proc/meminfo: memFree=30861664/32872528 swapFree=12352/737972
[pid=6074] ppid=6071 vsize=9625040 CPUtime=3.61 cores=0,2,4,6
/proc/6074/stat : 6074 (java) S 6071 6074 3485 0 -1 4202496 23134 0 1 0 355 6 0 0 20 0 19 0 107726602 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140733991641120 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6074/statm: 2406260 31332 2274 9 0 2396937 0
[pid=6074/tid=6075] ppid=6071 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6074/task/6075/stat : 6075 (java) R 6071 6074 3485 0 -1 4202560 2462 0 1 0 145 2 0 0 20 0 19 0 107726602 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646405755032 140646238274593 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6077] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6077/stat : 6077 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646367255336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6078] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6078/stat : 6078 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646366202536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6079] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6079/stat : 6079 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646365150248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6080] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6080/stat : 6080 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646364097448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6081] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6081/stat : 6081 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646363044136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6082] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6082/stat : 6082 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646361991336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6083] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6083/stat : 6083 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646360939048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6084] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6084/stat : 6084 (java) S 6071 6074 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646359886248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6085] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6085/stat : 6085 (java) S 6071 6074 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646229703400 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6086] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6086/stat : 6086 (java) S 6071 6074 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646228649464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6087] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6087/stat : 6087 (java) S 6071 6074 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646227597064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6088] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6088/stat : 6088 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646226545552 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6089] ppid=6071 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/6074/task/6089/stat : 6089 (java) S 6071 6074 3485 0 -1 4202560 11309 0 0 0 98 3 0 0 20 0 19 0 107726606 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646225492152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6090] ppid=6071 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/6074/task/6090/stat : 6090 (java) S 6071 6074 3485 0 -1 4202560 8086 0 0 0 108 2 0 0 20 0 19 0 107726606 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646224439352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6091] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6091/stat : 6091 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646223387256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6092] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6092/stat : 6092 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140646222334664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6093] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6093/stat : 6093 (java) S 6071 6074 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107726673 9856040960 31332 33554432000 1073741824 1073778376 140733991649984 140645213660584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.09 2.06 2.01 3/213 6093
/proc/meminfo: memFree=30822256/32872528 swapFree=12352/737972
[pid=6074] ppid=6071 vsize=9625040 CPUtime=5.4 cores=0,2,4,6
/proc/6074/stat : 6074 (java) S 6071 6074 3485 0 -1 4202496 23174 0 1 0 533 7 0 0 20 0 19 0 107726602 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140733991641120 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6074/statm: 2406260 45678 2279 9 0 2396937 0
[pid=6074/tid=6075] ppid=6071 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/6074/task/6075/stat : 6075 (java) R 6071 6074 3485 0 -1 4202560 2492 0 1 0 304 3 0 0 20 0 19 0 107726602 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646405761560 140646238332638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6077] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6077/stat : 6077 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646367255336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6078] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6078/stat : 6078 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646366202536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6079] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6079/stat : 6079 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646365150248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6080] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6080/stat : 6080 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646364097448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6081] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6081/stat : 6081 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646363044136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6082] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6082/stat : 6082 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646361991336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6083] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6083/stat : 6083 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646360939048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6084] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6084/stat : 6084 (java) S 6071 6074 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646359886248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6085] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6085/stat : 6085 (java) S 6071 6074 3485 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646229703400 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6086] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6086/stat : 6086 (java) S 6071 6074 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646228649464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6087] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6087/stat : 6087 (java) S 6071 6074 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646227597064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6088] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6088/stat : 6088 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646226545552 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6089] ppid=6071 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/6074/task/6089/stat : 6089 (java) S 6071 6074 3485 0 -1 4202560 11313 0 0 0 100 3 0 0 20 0 19 0 107726606 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646225492152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6090] ppid=6071 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/6074/task/6090/stat : 6090 (java) S 6071 6074 3485 0 -1 4202560 8091 0 0 0 124 2 0 0 20 0 19 0 107726606 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646224439352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6091] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6091/stat : 6091 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646223387256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6092] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6092/stat : 6092 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140646222334664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6093] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6093/stat : 6093 (java) S 6071 6074 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107726673 9856040960 45678 33554432000 1073741824 1073778376 140733991649984 140645213660584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.08 2.06 2.00 3/213 6093
/proc/meminfo: memFree=30725228/32872528 swapFree=12352/737972
[pid=6074] ppid=6071 vsize=9625040 CPUtime=8.8 cores=0,2,4,6
/proc/6074/stat : 6074 (java) S 6071 6074 3485 0 -1 4202496 23375 0 1 0 865 15 0 0 20 0 19 0 107726602 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140733991641120 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6074/statm: 2406260 60002 2292 9 0 2396937 0
[pid=6074/tid=6075] ppid=6071 vsize=9625040 CPUtime=6.21 cores=0,2,4,6
/proc/6074/task/6075/stat : 6075 (java) R 6071 6074 3485 0 -1 4202560 2497 0 1 0 618 3 0 0 20 0 19 0 107726602 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646405754512 140646238188490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6077] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6077/stat : 6077 (java) S 6071 6074 3485 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646367255336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6078] ppid=6071 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6074/task/6078/stat : 6078 (java) S 6071 6074 3485 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 107726603 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646366202536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6079] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6079/stat : 6079 (java) S 6071 6074 3485 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646365150248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6080] ppid=6071 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6074/task/6080/stat : 6080 (java) S 6071 6074 3485 0 -1 4202560 36 0 0 0 1 2 0 0 20 0 19 0 107726603 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646364097448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6081] ppid=6071 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6074/task/6081/stat : 6081 (java) S 6071 6074 3485 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 107726603 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646363044136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6082] ppid=6071 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6074/task/6082/stat : 6082 (java) S 6071 6074 3485 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 107726603 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646361991336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6083] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6083/stat : 6083 (java) S 6071 6074 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646360939048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6084] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6084/stat : 6084 (java) S 6071 6074 3485 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 107726603 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646359886248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6085] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6085/stat : 6085 (java) S 6071 6074 3485 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646229703400 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6086] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6086/stat : 6086 (java) S 6071 6074 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646228649464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6087] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6087/stat : 6087 (java) S 6071 6074 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646227597064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6088] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6088/stat : 6088 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646226545552 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6089] ppid=6071 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/6074/task/6089/stat : 6089 (java) S 6071 6074 3485 0 -1 4202560 11313 0 0 0 101 3 0 0 20 0 19 0 107726606 9856040960 60002 33554432000 1073741824 1073778376 140733991649984 140646225492152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6090] ppid=6071 vsize=9625040 CPUtime=1.33 cores=0,2,4,6

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

[pid=6074/tid=6093] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6093/stat : 6093 (java) S 6071 6074 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107726673 9856040960 656878 33554432000 1073741824 1073778376 140733991649984 140645213660584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1738.13
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.11 2.08 4/213 6203
/proc/meminfo: memFree=28215060/32872528 swapFree=12352/737972
[pid=6074] ppid=6071 vsize=9625040 CPUtime=1798.6 cores=0,2,4,6
/proc/6074/stat : 6074 (java) S 6071 6074 3485 0 -1 4202496 35408 0 1 0 179474 386 0 0 20 0 19 0 107726602 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140733991641120 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6074/statm: 2406260 649362 2301 9 0 2396937 0
[pid=6074/tid=6075] ppid=6071 vsize=9625040 CPUtime=1770.12 cores=0,2,4,6
/proc/6074/task/6075/stat : 6075 (java) R 6071 6074 3485 0 -1 4202560 3499 0 1 0 176972 40 0 0 20 0 19 0 107726602 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646405762224 140646238274880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6077] ppid=6071 vsize=9625040 CPUtime=2.4 cores=0,2,4,6
/proc/6074/task/6077/stat : 6077 (java) S 6071 6074 3485 0 -1 4202560 1234 0 0 0 188 52 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646367255336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6078] ppid=6071 vsize=9625040 CPUtime=2.19 cores=0,2,4,6
/proc/6074/task/6078/stat : 6078 (java) S 6071 6074 3485 0 -1 4202560 948 0 0 0 179 40 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646366202536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6079] ppid=6071 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/6074/task/6079/stat : 6079 (java) S 6071 6074 3485 0 -1 4202560 754 0 0 0 175 33 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646365150248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6080] ppid=6071 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/6074/task/6080/stat : 6080 (java) S 6071 6074 3485 0 -1 4202560 1307 0 0 0 197 57 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646364097448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6081] ppid=6071 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/6074/task/6081/stat : 6081 (java) S 6071 6074 3485 0 -1 4202560 910 0 0 0 204 38 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646363044136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6082] ppid=6071 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/6074/task/6082/stat : 6082 (java) S 6071 6074 3485 0 -1 4202560 1384 0 0 0 183 54 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646361991336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6083] ppid=6071 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/6074/task/6083/stat : 6083 (java) S 6071 6074 3485 0 -1 4202560 881 0 0 0 198 36 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646360939048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6084] ppid=6071 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/6074/task/6084/stat : 6084 (java) S 6071 6074 3485 0 -1 4202560 1009 0 0 0 183 37 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646359886248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6085] ppid=6071 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/6074/task/6085/stat : 6085 (java) S 6071 6074 3485 0 -1 4202560 2704 0 0 0 248 3 0 0 20 0 19 0 107726604 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646229703400 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6086] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6086/stat : 6086 (java) S 6071 6074 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646228649464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6087] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6087/stat : 6087 (java) S 6071 6074 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646227597064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6088] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6088/stat : 6088 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646226545552 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6089] ppid=6071 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/6074/task/6089/stat : 6089 (java) S 6071 6074 3485 0 -1 4202560 11320 0 0 0 105 3 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646225492152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6090] ppid=6071 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/6074/task/6090/stat : 6090 (java) S 6071 6074 3485 0 -1 4202560 8092 0 0 0 134 2 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646224439352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6091] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6091/stat : 6091 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646223387256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6092] ppid=6071 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/6074/task/6092/stat : 6092 (java) S 6071 6074 3485 0 -1 4202560 103 0 0 0 30 27 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646222334664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6093] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6093/stat : 6093 (java) S 6071 6074 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107726673 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140645213660584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.7 s]
/proc/loadavg: 2.03 2.11 2.08 3/213 6203
/proc/meminfo: memFree=28215268/32872528 swapFree=12352/737972
[pid=6074] ppid=6071 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/6074/stat : 6074 (java) S 6071 6074 3485 0 -1 4202496 35408 0 1 0 179614 386 0 0 20 0 19 0 107726602 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140733991641120 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6074/statm: 2406260 649362 2301 9 0 2396937 0
[pid=6074/tid=6075] ppid=6071 vsize=9625040 CPUtime=1771.51 cores=0,2,4,6
/proc/6074/task/6075/stat : 6075 (java) R 6071 6074 3485 0 -1 4202560 3499 0 1 0 177111 40 0 0 20 0 19 0 107726602 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646405762224 140646238332610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6077] ppid=6071 vsize=9625040 CPUtime=2.4 cores=0,2,4,6
/proc/6074/task/6077/stat : 6077 (java) S 6071 6074 3485 0 -1 4202560 1234 0 0 0 188 52 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646367255336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6078] ppid=6071 vsize=9625040 CPUtime=2.19 cores=0,2,4,6
/proc/6074/task/6078/stat : 6078 (java) S 6071 6074 3485 0 -1 4202560 948 0 0 0 179 40 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646366202536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6079] ppid=6071 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/6074/task/6079/stat : 6079 (java) S 6071 6074 3485 0 -1 4202560 754 0 0 0 175 33 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646365150248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6080] ppid=6071 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/6074/task/6080/stat : 6080 (java) S 6071 6074 3485 0 -1 4202560 1307 0 0 0 197 57 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646364097448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6081] ppid=6071 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/6074/task/6081/stat : 6081 (java) S 6071 6074 3485 0 -1 4202560 910 0 0 0 204 38 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646363044136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6082] ppid=6071 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/6074/task/6082/stat : 6082 (java) S 6071 6074 3485 0 -1 4202560 1384 0 0 0 183 54 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646361991336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6083] ppid=6071 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/6074/task/6083/stat : 6083 (java) S 6071 6074 3485 0 -1 4202560 881 0 0 0 198 36 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646360939048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6084] ppid=6071 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/6074/task/6084/stat : 6084 (java) S 6071 6074 3485 0 -1 4202560 1009 0 0 0 183 37 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646359886248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6085] ppid=6071 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/6074/task/6085/stat : 6085 (java) S 6071 6074 3485 0 -1 4202560 2704 0 0 0 248 3 0 0 20 0 19 0 107726604 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646229703400 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6086] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6086/stat : 6086 (java) S 6071 6074 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646228649464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6087] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6087/stat : 6087 (java) S 6071 6074 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646227597064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6088] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6088/stat : 6088 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646226545552 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6089] ppid=6071 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/6074/task/6089/stat : 6089 (java) S 6071 6074 3485 0 -1 4202560 11320 0 0 0 105 3 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646225492152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6090] ppid=6071 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/6074/task/6090/stat : 6090 (java) S 6071 6074 3485 0 -1 4202560 8092 0 0 0 134 2 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646224439352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6091] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6091/stat : 6091 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646223387256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6092] ppid=6071 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/6074/task/6092/stat : 6092 (java) S 6071 6074 3485 0 -1 4202560 103 0 0 0 30 27 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646222334664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6093] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6093/stat : 6093 (java) S 6071 6074 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107726673 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140645213660584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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 6074 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1783.7 s]
/proc/loadavg: 2.03 2.11 2.08 3/213 6203
/proc/meminfo: memFree=28215268/32872528 swapFree=12352/737972
[pid=6074] ppid=6071 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/6074/stat : 6074 (java) S 6071 6074 3485 0 -1 4202496 35408 0 1 0 179614 386 0 0 20 0 19 0 107726602 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140733991641120 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6074/statm: 2406260 649362 2301 9 0 2396937 0
[pid=6074/tid=6075] ppid=6071 vsize=9625040 CPUtime=1771.51 cores=0,2,4,6
/proc/6074/task/6075/stat : 6075 (java) R 6071 6074 3485 0 -1 4202560 3499 0 1 0 177111 40 0 0 20 0 19 0 107726602 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646405762224 140646238332610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6077] ppid=6071 vsize=9625040 CPUtime=2.4 cores=0,2,4,6
/proc/6074/task/6077/stat : 6077 (java) S 6071 6074 3485 0 -1 4202560 1234 0 0 0 188 52 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646367255336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6078] ppid=6071 vsize=9625040 CPUtime=2.19 cores=0,2,4,6
/proc/6074/task/6078/stat : 6078 (java) S 6071 6074 3485 0 -1 4202560 948 0 0 0 179 40 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646366202536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6079] ppid=6071 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/6074/task/6079/stat : 6079 (java) S 6071 6074 3485 0 -1 4202560 754 0 0 0 175 33 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646365150248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6080] ppid=6071 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/6074/task/6080/stat : 6080 (java) S 6071 6074 3485 0 -1 4202560 1307 0 0 0 197 57 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646364097448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6081] ppid=6071 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/6074/task/6081/stat : 6081 (java) S 6071 6074 3485 0 -1 4202560 910 0 0 0 204 38 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646363044136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6082] ppid=6071 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/6074/task/6082/stat : 6082 (java) S 6071 6074 3485 0 -1 4202560 1384 0 0 0 183 54 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646361991336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6083] ppid=6071 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/6074/task/6083/stat : 6083 (java) S 6071 6074 3485 0 -1 4202560 881 0 0 0 198 36 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646360939048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6084] ppid=6071 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/6074/task/6084/stat : 6084 (java) S 6071 6074 3485 0 -1 4202560 1009 0 0 0 183 37 0 0 20 0 19 0 107726603 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646359886248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6085] ppid=6071 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/6074/task/6085/stat : 6085 (java) S 6071 6074 3485 0 -1 4202560 2704 0 0 0 248 3 0 0 20 0 19 0 107726604 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646229703400 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6086] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6086/stat : 6086 (java) S 6071 6074 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646228649464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6087] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6087/stat : 6087 (java) S 6071 6074 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107726604 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646227597064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6088] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6088/stat : 6088 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646226545552 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6089] ppid=6071 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/6074/task/6089/stat : 6089 (java) S 6071 6074 3485 0 -1 4202560 11320 0 0 0 105 3 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646225492152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6074/tid=6090] ppid=6071 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/6074/task/6090/stat : 6090 (java) S 6071 6074 3485 0 -1 4202560 8092 0 0 0 134 2 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646224439352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6074/tid=6091] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6091/stat : 6091 (java) S 6071 6074 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646223387256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6074/tid=6092] ppid=6071 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/6074/task/6092/stat : 6092 (java) S 6071 6074 3485 0 -1 4202560 103 0 0 0 30 27 0 0 20 0 19 0 107726606 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140646222334664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6074/tid=6093] ppid=6071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6074/task/6093/stat : 6093 (java) S 6071 6074 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107726673 9856040960 649362 33554432000 1073741824 1073778376 140733991649984 140645213660584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6074 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=568640
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=362336
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.75
CPU time (s): 1800
CPU user time (s): 1796.14
CPU system time (s): 3.86
CPU usage (%): 100.911
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.57
system time used= 4.36234
maximum resident set size= 3142028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35444
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38860
involuntary context switches= 21663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1205 second user time and 13.6549 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 02:05:21
IDJOB=4085853
IDBENCH=48196
IDSOLVER=2546
FILE ID=node112/4085853-1465257921
RUNJOBID= node112-1465252319-3501
PBS_JOBID= 19843261
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085853-1465257921/watcher-4085853-1465257921 -o /tmp/evaluation-result-4085853-1465257921/solver-4085853-1465257921 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085853-1465257921.opb

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

MD5SUM BENCH= 54b0d54e7a8a81cee8fd7c7c85a68b83
RANDOM SEED=1265348078

node112.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.783
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.56
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.783
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.783
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.783
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.56
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.783
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		: 2666.783
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.72
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.783
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.55
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.783
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:        31046696 kB
Buffers:           48796 kB
Cached:           109956 kB
SwapCached:         1620 kB
Active:           274760 kB
Inactive:          94804 kB
Active(anon):     212736 kB
Inactive(anon):      564 kB
Active(file):      62024 kB
Inactive(file):    94240 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098572 kB
Dirty:              2560 kB
Writeback:             0 kB
AnonPages:        970884 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             568316 kB
SReclaimable:      11424 kB
SUnreclaim:       556892 kB
KernelStack:        1752 kB
PageTables:         6640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1555692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    917504 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= 71744 MiB
End job on node112 at 2016-06-07 02:35:05