Trace number 3455127

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 Res//CP 2.3.0OPT364 787.525 425.1

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32e4.opb
MD5SUM898f4661a42594ef028c1f962398614b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark364
Best CPU time to get the best result obtained on this benchmark53.3949
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 364
Optimality of the best value was proved YES
Number of variables774
Total number of constraints7493
Number of constraints which are clauses7493
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 constraint2
Maximum length of a constraint32
Number of terms in the objective function 774
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 774
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 774
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3455127-1307189076.opb
0.09/0.12	c reading problem ... 
0.76/0.41	c ... done. Wall clock time 0.288s.
0.76/0.41	c #vars     774
0.76/0.41	c #constraints  7493
0.76/0.41	c constraints type 
0.76/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 770
0.76/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6723
0.76/0.41	c constraints type 
0.76/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6723
0.76/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 770
0.76/0.49	c  And the winner is Resolution
1.22/0.91	c SATISFIABLE
1.22/0.91	c OPTIMIZING...
1.22/0.91	c Got one! Elapsed wall clock time (in seconds):0.795
1.22/0.91	o 369
1.57/1.03	c  And the winner is Resolution
1.73/1.42	c Got one! Elapsed wall clock time (in seconds):1.307
1.73/1.42	o 365
3.40/1.93	c  And the winner is Resolution
3.49/2.43	c Got one! Elapsed wall clock time (in seconds):2.315
3.49/2.43	o 364
4.10/2.71	c cleaning 3065 clauses out of 6139 with flag 2002/6141
5.70/3.43	c cleaning 4536 clauses out of 9072 with flag 8000/12139
7.57/4.32	c cleaning 5760 clauses out of 11534 with flag 15001/19140
9.34/5.26	c cleaning 6882 clauses out of 13771 with flag 23000/27139
11.55/6.38	c cleaning 7937 clauses out of 15885 with flag 32000/36139
14.18/7.64	c cleaning 8969 clauses out of 17948 with flag 42000/46139
16.72/8.96	c cleaning 9485 clauses out of 18981 with flag 52002/56141
19.28/10.24	c cleaning 9742 clauses out of 19493 with flag 62000/66139
22.23/11.72	c cleaning 9873 clauses out of 19752 with flag 72002/76141
24.60/12.98	c cleaning 9933 clauses out of 19876 with flag 82002/86141
27.19/14.30	c cleaning 9969 clauses out of 19947 with flag 92006/96145
29.98/15.69	c cleaning 9981 clauses out of 19972 with flag 102000/106139
32.93/17.12	c cleaning 9992 clauses out of 19989 with flag 112000/116139
35.49/18.41	c cleaning 9992 clauses out of 19998 with flag 122001/126140
38.07/19.72	c cleaning 9999 clauses out of 20007 with flag 132002/136141
40.61/21.02	c cleaning 9996 clauses out of 20007 with flag 142001/146140
43.14/22.40	c cleaning 10004 clauses out of 20013 with flag 152003/156142
46.50/24.09	c cleaning 9998 clauses out of 20007 with flag 162001/166140
49.63/25.61	c cleaning 10001 clauses out of 20007 with flag 172001/176140
52.17/26.91	c cleaning 9997 clauses out of 20005 with flag 182000/186139
54.88/28.31	c cleaning 9996 clauses out of 20010 with flag 192002/196141
57.80/29.80	c cleaning 10001 clauses out of 20013 with flag 202001/206140
60.53/31.21	c cleaning 10002 clauses out of 20012 with flag 212001/216140
63.26/32.67	c cleaning 9996 clauses out of 20009 with flag 222000/226139
66.20/34.18	c cleaning 10003 clauses out of 20014 with flag 232001/236140
69.28/35.79	c cleaning 9999 clauses out of 20011 with flag 242001/246140
72.42/37.36	c cleaning 10000 clauses out of 20012 with flag 252001/256140
75.13/38.76	c cleaning 10000 clauses out of 20010 with flag 262000/266139
77.83/40.13	c cleaning 10001 clauses out of 20010 with flag 272000/276139
80.75/41.64	c cleaning 9998 clauses out of 20009 with flag 282000/286139
83.68/43.13	c cleaning 9997 clauses out of 20011 with flag 292000/296139
86.20/44.48	c cleaning 9998 clauses out of 20015 with flag 302001/306140
89.09/45.95	c cleaning 10001 clauses out of 20017 with flag 312001/316140
92.01/47.42	c cleaning 10002 clauses out of 20015 with flag 322000/326139
94.94/48.97	c cleaning 9999 clauses out of 20014 with flag 332001/336140
98.08/50.59	c cleaning 10001 clauses out of 20015 with flag 342001/346140
101.15/52.19	c cleaning 10004 clauses out of 20018 with flag 352006/356145
104.71/53.94	c cleaning 10002 clauses out of 20013 with flag 362005/366144
107.99/55.64	c cleaning 9998 clauses out of 20007 with flag 372001/376140
111.16/57.29	c cleaning 9998 clauses out of 20010 with flag 382002/386141
114.20/58.82	c cleaning 9999 clauses out of 20008 with flag 392000/396139
116.71/60.15	c cleaning 9999 clauses out of 20009 with flag 402000/406139
119.66/61.62	c cleaning 10001 clauses out of 20011 with flag 412001/416140
122.71/63.27	c cleaning 10002 clauses out of 20009 with flag 422000/426139
125.78/64.84	c cleaning 9998 clauses out of 20007 with flag 432000/436139
128.86/66.45	c cleaning 10004 clauses out of 20009 with flag 442000/446139
131.55/67.87	c cleaning 9999 clauses out of 20005 with flag 452000/456139
134.48/69.39	c cleaning 9998 clauses out of 20006 with flag 462000/466139
137.48/70.95	c cleaning 9998 clauses out of 20008 with flag 472000/476139
140.36/72.43	c cleaning 10000 clauses out of 20010 with flag 482000/486139
143.23/73.97	c cleaning 10000 clauses out of 20011 with flag 492001/496140
146.29/75.54	c cleaning 9998 clauses out of 20010 with flag 502000/506139
149.51/77.20	c cleaning 9999 clauses out of 20012 with flag 512000/516139
152.36/78.74	c cleaning 10002 clauses out of 20013 with flag 522000/526139
155.45/80.37	c cleaning 9999 clauses out of 20011 with flag 532000/536139
158.67/82.03	c cleaning 10004 clauses out of 20013 with flag 542001/546140
162.06/83.85	c cleaning 9998 clauses out of 20011 with flag 552003/556142
165.73/85.77	c cleaning 10000 clauses out of 20010 with flag 562000/566139
169.17/87.52	c cleaning 9998 clauses out of 20010 with flag 572000/576139
172.63/89.35	c cleaning 9997 clauses out of 20012 with flag 582000/586139
175.62/90.97	c cleaning 10006 clauses out of 20016 with flag 592005/596144
178.68/92.51	c cleaning 10000 clauses out of 20005 with flag 602000/606139
181.53/94.09	c cleaning 10000 clauses out of 20006 with flag 612001/616140
184.60/95.66	c cleaning 9997 clauses out of 20006 with flag 622001/626140
187.77/97.39	c cleaning 10001 clauses out of 20010 with flag 632002/636141
191.21/99.11	c cleaning 10000 clauses out of 20007 with flag 642000/646139
193.66/100.48	c cleaning 10000 clauses out of 20008 with flag 652001/656140
196.31/101.88	c cleaning 9997 clauses out of 20009 with flag 662002/666141
198.88/103.31	c cleaning 9997 clauses out of 20010 with flag 672000/676139
202.52/105.16	c cleaning 9991 clauses out of 20014 with flag 682001/686140
205.95/106.92	c cleaning 9999 clauses out of 20022 with flag 692000/696139
209.19/108.66	c cleaning 9997 clauses out of 20024 with flag 702001/706140
212.34/110.37	c cleaning 10006 clauses out of 20026 with flag 712000/716139
215.38/111.93	c cleaning 10005 clauses out of 20021 with flag 722001/726140
218.60/113.66	c cleaning 10000 clauses out of 20016 with flag 732001/736140
222.04/115.47	c cleaning 9997 clauses out of 20015 with flag 742000/746139
225.57/117.39	c cleaning 10002 clauses out of 20018 with flag 752000/756139
229.19/119.23	c cleaning 9998 clauses out of 20017 with flag 762001/766140
232.65/121.08	c cleaning 10001 clauses out of 20018 with flag 772000/776139
236.02/122.85	c cleaning 10005 clauses out of 20017 with flag 782000/786139
239.16/124.59	c cleaning 10000 clauses out of 20013 with flag 792001/796140
242.57/126.32	c cleaning 10001 clauses out of 20013 with flag 802001/806140
245.98/128.16	c cleaning 10001 clauses out of 20011 with flag 812000/816139
249.59/130.04	c cleaning 10001 clauses out of 20010 with flag 822000/826139
253.12/131.97	c cleaning 9999 clauses out of 20010 with flag 832001/836140
256.32/133.66	c cleaning 10000 clauses out of 20010 with flag 842000/846139
259.57/135.33	c cleaning 9998 clauses out of 20010 with flag 852000/856139
262.73/137.01	c cleaning 10000 clauses out of 20012 with flag 862000/866139
266.05/138.83	c cleaning 10000 clauses out of 20012 with flag 872000/876139
269.06/140.49	c cleaning 10001 clauses out of 20010 with flag 882001/886140
272.06/142.03	c cleaning 10001 clauses out of 20008 with flag 892000/896139
275.05/143.61	c cleaning 9998 clauses out of 20008 with flag 902001/906140
278.00/145.24	c cleaning 10002 clauses out of 20009 with flag 912000/916139
280.74/146.76	c cleaning 9996 clauses out of 20007 with flag 922000/926139
283.95/148.50	c cleaning 9998 clauses out of 20012 with flag 932001/936140
286.93/150.08	c cleaning 10001 clauses out of 20013 with flag 942000/946139
290.05/151.82	c cleaning 9997 clauses out of 20013 with flag 952001/956140
293.23/153.44	c cleaning 10004 clauses out of 20016 with flag 962001/966140
296.23/155.06	c cleaning 9997 clauses out of 20011 with flag 972000/976139
299.40/156.75	c cleaning 10003 clauses out of 20018 with flag 982004/986143
302.71/158.59	c cleaning 9995 clauses out of 20011 with flag 992000/996139
306.31/160.42	c cleaning 9989 clauses out of 20016 with flag 1002000/1006139
309.91/162.30	c cleaning 10010 clauses out of 20028 with flag 1012001/1016140
312.72/163.88	c cleaning 10004 clauses out of 20018 with flag 1022001/1026140
315.81/165.52	c cleaning 10004 clauses out of 20021 with flag 1032008/1036147
318.81/167.17	c cleaning 10000 clauses out of 20009 with flag 1042000/1046139
321.79/168.76	c cleaning 10000 clauses out of 20012 with flag 1052003/1056142
325.00/170.43	c cleaning 9995 clauses out of 20009 with flag 1062000/1066139
328.29/172.23	c cleaning 9998 clauses out of 20014 with flag 1072000/1076139
331.32/173.85	c cleaning 10002 clauses out of 20016 with flag 1082000/1086139
334.67/175.63	c cleaning 10001 clauses out of 20015 with flag 1092001/1096140
338.07/177.40	c cleaning 10000 clauses out of 20013 with flag 1102000/1106139
341.77/179.42	c cleaning 10001 clauses out of 20013 with flag 1112000/1116139
345.15/181.24	c cleaning 10002 clauses out of 20014 with flag 1122002/1126141
348.53/183.00	c cleaning 9996 clauses out of 20010 with flag 1132000/1136139
351.72/184.79	c cleaning 10001 clauses out of 20015 with flag 1142001/1146140
355.18/186.67	c cleaning 10003 clauses out of 20014 with flag 1152001/1156140
358.75/188.51	c cleaning 9999 clauses out of 20010 with flag 1162000/1166139
362.16/190.36	c cleaning 9993 clauses out of 20011 with flag 1172000/1176139
365.27/192.03	c cleaning 10004 clauses out of 20017 with flag 1182000/1186139
368.73/193.92	c cleaning 10002 clauses out of 20014 with flag 1192001/1196140
371.88/195.67	c cleaning 9999 clauses out of 20015 with flag 1202004/1206143
375.23/197.46	c cleaning 10002 clauses out of 20012 with flag 1212000/1216139
378.99/199.40	c cleaning 10003 clauses out of 20011 with flag 1222001/1226140
382.63/201.47	c cleaning 10002 clauses out of 20010 with flag 1232003/1236142
386.39/203.43	c cleaning 9999 clauses out of 20005 with flag 1242000/1246139
389.92/205.33	c cleaning 9998 clauses out of 20008 with flag 1252002/1256141
393.07/207.06	c cleaning 9998 clauses out of 20008 with flag 1262000/1266139
396.53/208.96	c cleaning 9999 clauses out of 20014 with flag 1272004/1276143
399.67/210.64	c cleaning 10000 clauses out of 20011 with flag 1282000/1286139
403.02/212.42	c cleaning 9997 clauses out of 20012 with flag 1292001/1296140
405.97/214.08	c cleaning 10001 clauses out of 20016 with flag 1302002/1306141
409.41/215.92	c cleaning 9999 clauses out of 20013 with flag 1312000/1316139
412.78/217.72	c cleaning 10002 clauses out of 20015 with flag 1322001/1326140
415.72/219.35	c cleaning 9998 clauses out of 20007 with flag 1332000/1336139
418.67/220.92	c cleaning 9998 clauses out of 20009 with flag 1342000/1346139
421.90/222.74	c cleaning 10002 clauses out of 20011 with flag 1352000/1356139
425.26/224.51	c cleaning 10004 clauses out of 20009 with flag 1362000/1366139
428.20/226.18	c cleaning 9989 clauses out of 20005 with flag 1372000/1376139
431.35/227.88	c cleaning 10003 clauses out of 20016 with flag 1382000/1386139
434.60/229.65	c cleaning 10000 clauses out of 20014 with flag 1392001/1396140
437.56/231.23	c cleaning 10002 clauses out of 20013 with flag 1402000/1406139
440.51/232.87	c cleaning 10001 clauses out of 20013 with flag 1412002/1416141
443.86/234.68	c cleaning 9999 clauses out of 20011 with flag 1422001/1426140
447.12/236.43	c cleaning 10001 clauses out of 20012 with flag 1432001/1436140
450.25/238.11	c cleaning 9998 clauses out of 20010 with flag 1442000/1446139
453.43/239.90	c cleaning 10001 clauses out of 20013 with flag 1452001/1456140
456.73/241.66	c cleaning 10001 clauses out of 20013 with flag 1462002/1466141
459.18/243.05	c cleaning 0 clauses out of 5700 with flag 0/5704
460.75/243.89	c cleaning 9997 clauses out of 20010 with flag 1472000/1476139
464.08/245.68	c cleaning 9999 clauses out of 20013 with flag 1482000/1486139
467.65/247.55	c cleaning 10002 clauses out of 20015 with flag 1492001/1496140
471.23/249.53	c cleaning 10002 clauses out of 20015 with flag 1502003/1506142
474.76/251.41	c cleaning 9999 clauses out of 20010 with flag 1512000/1516139
478.09/253.23	c cleaning 10002 clauses out of 20012 with flag 1522001/1526140
481.41/255.05	c cleaning 9997 clauses out of 20009 with flag 1532000/1536139
485.01/257.03	c cleaning 10003 clauses out of 20013 with flag 1542001/1546140
488.53/258.96	c cleaning 9995 clauses out of 20009 with flag 1552000/1556139
491.68/260.71	c cleaning 9994 clauses out of 20015 with flag 1562001/1566140
495.17/262.58	c cleaning 9999 clauses out of 20020 with flag 1572000/1576139
499.17/264.72	c cleaning 10005 clauses out of 20022 with flag 1582001/1586140
502.88/266.71	c cleaning 9995 clauses out of 20016 with flag 1592000/1596139
506.59/268.71	c cleaning 10003 clauses out of 20022 with flag 1602001/1606140
510.30/270.73	c cleaning 9992 clauses out of 20019 with flag 1612001/1616140
513.91/272.72	c cleaning 9992 clauses out of 20027 with flag 1622001/1626140
517.20/274.54	c cleaning 10016 clauses out of 20035 with flag 1632001/1636140
520.14/276.17	c cleaning 10004 clauses out of 20018 with flag 1642000/1646139
523.20/277.81	c cleaning 10002 clauses out of 20015 with flag 1652001/1656140
526.38/279.61	c cleaning 9999 clauses out of 20012 with flag 1662000/1666139
529.48/281.32	c cleaning 10005 clauses out of 20016 with flag 1672003/1676142
532.59/283.06	c cleaning 9999 clauses out of 20008 with flag 1682000/1686139
535.69/284.79	c cleaning 9997 clauses out of 20009 with flag 1692000/1696139
539.05/286.66	c cleaning 10000 clauses out of 20014 with flag 1702002/1706141
542.34/288.44	c cleaning 10000 clauses out of 20012 with flag 1712000/1716139
545.43/290.12	c cleaning 9999 clauses out of 20012 with flag 1722000/1726139
548.79/291.98	c cleaning 9999 clauses out of 20013 with flag 1732000/1736139
552.32/293.92	c cleaning 10000 clauses out of 20015 with flag 1742001/1746140
555.60/295.75	c cleaning 10001 clauses out of 20016 with flag 1752002/1756141
559.09/297.60	c cleaning 9999 clauses out of 20014 with flag 1762001/1766140
562.17/299.38	c cleaning 10001 clauses out of 20014 with flag 1772000/1776139
565.74/301.36	c cleaning 9995 clauses out of 20014 with flag 1782001/1786140
569.22/303.22	c cleaning 10002 clauses out of 20018 with flag 1792000/1796139
572.70/305.13	c cleaning 10002 clauses out of 20016 with flag 1802000/1806139
576.20/307.04	c cleaning 10003 clauses out of 20015 with flag 1812001/1816140
580.00/309.14	c cleaning 9997 clauses out of 20011 with flag 1822000/1826139
583.44/311.08	c cleaning 10003 clauses out of 20015 with flag 1832001/1836140
586.93/312.97	c cleaning 9994 clauses out of 20011 with flag 1842000/1846139
590.62/314.90	c cleaning 10003 clauses out of 20017 with flag 1852000/1856139
594.00/316.87	c cleaning 10001 clauses out of 20017 with flag 1862003/1866142
597.45/318.71	c cleaning 10004 clauses out of 20015 with flag 1872002/1876141
600.34/320.40	c cleaning 9997 clauses out of 20010 with flag 1882001/1886140
603.62/322.17	c cleaning 10003 clauses out of 20013 with flag 1892001/1896140
606.97/324.02	c cleaning 9996 clauses out of 20010 with flag 1902001/1906140
610.05/325.74	c cleaning 10001 clauses out of 20015 with flag 1912002/1916141
613.12/327.44	c cleaning 10001 clauses out of 20013 with flag 1922001/1926140
616.21/329.11	c cleaning 9999 clauses out of 20011 with flag 1932000/1936139
619.35/330.97	c cleaning 10001 clauses out of 20013 with flag 1942001/1946140
622.62/332.73	c cleaning 9997 clauses out of 20011 with flag 1952000/1956139
625.75/334.48	c cleaning 9999 clauses out of 20014 with flag 1962000/1966139
628.79/336.14	c cleaning 10003 clauses out of 20016 with flag 1972001/1976140
631.93/338.00	c cleaning 9996 clauses out of 20013 with flag 1982001/1986140
635.22/339.72	c cleaning 9996 clauses out of 20014 with flag 1992002/1996141
638.30/341.40	c cleaning 10004 clauses out of 20016 with flag 2002000/2006139
641.43/343.17	c cleaning 10000 clauses out of 20011 with flag 2012001/2016140
644.77/345.07	c cleaning 9998 clauses out of 20011 with flag 2022002/2026141
647.67/346.67	c cleaning 10001 clauses out of 20012 with flag 2032001/2036140
650.75/348.33	c cleaning 10001 clauses out of 20010 with flag 2042000/2046139
653.64/349.94	c cleaning 9997 clauses out of 20010 with flag 2052001/2056140
657.00/351.88	c cleaning 10003 clauses out of 20012 with flag 2062000/2066139
660.48/353.73	c cleaning 10000 clauses out of 20009 with flag 2072000/2076139
663.96/355.63	c cleaning 9992 clauses out of 20010 with flag 2082001/2086140
667.85/357.75	c cleaning 10003 clauses out of 20017 with flag 2092000/2096139
671.60/359.88	c cleaning 9996 clauses out of 20014 with flag 2102000/2106139
675.08/361.76	c cleaning 10000 clauses out of 20018 with flag 2112000/2116139
678.36/363.58	c cleaning 10003 clauses out of 20018 with flag 2122000/2126139
681.84/365.45	c cleaning 10002 clauses out of 20017 with flag 2132002/2136141
685.59/367.51	c cleaning 10000 clauses out of 20014 with flag 2142001/2146140
688.87/369.39	c cleaning 9998 clauses out of 20013 with flag 2152000/2156139
692.36/371.23	c cleaning 10003 clauses out of 20015 with flag 2162000/2166139
695.65/373.05	c cleaning 9996 clauses out of 20012 with flag 2172000/2176139
699.21/375.02	c cleaning 10005 clauses out of 20017 with flag 2182001/2186140
702.48/376.80	c cleaning 9996 clauses out of 20011 with flag 2192000/2196139
705.96/378.77	c cleaning 10001 clauses out of 20016 with flag 2202001/2206140
709.64/380.71	c cleaning 10000 clauses out of 20014 with flag 2212000/2216139
713.45/382.82	c cleaning 9999 clauses out of 20015 with flag 2222001/2226140
716.69/384.65	c cleaning 10000 clauses out of 20016 with flag 2232001/2236140
719.98/386.47	c cleaning 10006 clauses out of 20017 with flag 2242002/2246141
723.06/388.20	c cleaning 9999 clauses out of 20009 with flag 2252000/2256139
726.62/390.10	c cleaning 10000 clauses out of 20010 with flag 2262000/2266139
729.69/391.89	c cleaning 10000 clauses out of 20011 with flag 2272001/2276140
732.96/393.69	c cleaning 9998 clauses out of 20011 with flag 2282001/2286140
736.44/395.55	c cleaning 9999 clauses out of 20013 with flag 2292001/2296140
739.98/397.54	c cleaning 9999 clauses out of 20014 with flag 2302001/2306140
743.46/399.45	c cleaning 10002 clauses out of 20014 with flag 2312000/2316139
746.95/401.32	c cleaning 10002 clauses out of 20015 with flag 2322003/2326142
750.02/403.03	c cleaning 9997 clauses out of 20011 with flag 2332001/2336140
753.34/404.97	c cleaning 9997 clauses out of 20015 with flag 2342002/2346141
756.63/406.71	c cleaning 10005 clauses out of 20017 with flag 2352001/2356140
759.71/408.47	c cleaning 10001 clauses out of 20013 with flag 2362002/2366141
763.01/410.26	c cleaning 10001 clauses out of 20011 with flag 2372001/2376140
766.31/412.18	c cleaning 10005 clauses out of 20009 with flag 2382000/2386139
769.39/413.90	c cleaning 9995 clauses out of 20002 with flag 2392000/2396139
772.67/415.65	c cleaning 9989 clauses out of 20007 with flag 2402001/2406140
775.95/417.47	c cleaning 10000 clauses out of 20017 with flag 2412000/2416139
779.67/419.56	c cleaning 9999 clauses out of 20019 with flag 2422002/2426141
783.15/421.47	c cleaning 10002 clauses out of 20020 with flag 2432002/2436141
784.63/422.40	c  And the winner is Resolution
787.42/425.05	c starts		: 232
787.42/425.05	c conflicts		: 2440477
787.42/425.05	c decisions		: 3009157
787.42/425.05	c propagations		: 23326423
787.42/425.05	c inspects		: 1258540501
787.42/425.05	c shortcuts		: 0
787.42/425.05	c learnt literals	: 53
787.42/425.05	c learnt binary clauses	: 180
787.42/425.05	c learnt ternary clauses	: 347
787.42/425.05	c learnt constraints	: 2440423
787.42/425.05	c ignored constraints	: 0
787.42/425.05	c root simplifications	: 0
787.42/425.05	c removed literals (reason simplification)	: 538032808
787.42/425.05	c reason swapping (by a shorter reason)	: 0
787.42/425.05	c Calls to reduceDB	: 245
787.42/425.05	c number of reductions to clauses (during analyze)	: 0
787.42/425.05	c number of learned constraints concerned by reduction	: 0
787.42/425.05	c number of learning phase by resolution	: 0
787.42/425.05	c number of learning phase by cutting planes	: 0
787.42/425.05	c speed (assignments/second)	: 55194.79201173631
787.42/425.05	c non guided choices	302
787.42/425.05	c learnt constraints type 
787.42/425.05	c constraints type 
787.42/425.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 770
787.42/425.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
787.42/425.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6723
787.42/425.05	c constraints type 
787.42/425.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6723
787.42/425.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 770
787.42/425.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
787.42/425.06	s OPTIMUM FOUND
787.42/425.06	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 
787.42/425.06	c objective function=364
787.42/425.06	c Total wall clock time (in seconds): 424.94

Verifier Data

OK	364

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455127-1307189076/watcher-3455127-1307189076 -o /tmp/evaluation-result-3455127-1307189076/solver-3455127-1307189076 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455127-1307189076.opb 

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.75 3.79 3.34 3/579 10412
/proc/meminfo: memFree=27012400/32951124 swapFree=34426104/67111528
[pid=10412] ppid=10410 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/10412/stat : 10412 (java) S 10410 10412 7463 0 -1 4202496 1235 0 0 0 0 0 0 0 25 0 2 0 909138298 31260672 955 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296728549 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10412/statm: 7632 955 728 9 0 383 0
[pid=10412/tid=10413] ppid=10410 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10413/stat : 10413 (java) R 10410 10412 7463 0 -1 4202560 6863 0 1 0 0 0 0 0 25 0 2 0 909138299 10694979584 7679 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224284619835 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0830261 s]
/proc/loadavg: 3.75 3.79 3.34 3/579 10412
/proc/meminfo: memFree=27012400/32951124 swapFree=34426104/67111528
[pid=10412] ppid=10410 vsize=10538624 CPUtime=0.06 cores=1,3,5,7
/proc/10412/stat : 10412 (java) S 10410 10412 7463 0 -1 4202496 12000 0 1 0 5 1 0 0 25 0 18 0 909138298 10791550976 11697 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10412/statm: 2634656 11698 1755 9 0 2625390 0
[pid=10412/tid=10413] ppid=10410 vsize=10538624 CPUtime=0.06 cores=1,3,5,7
/proc/10412/task/10413/stat : 10413 (java) R 10410 10412 7463 0 -1 4202560 10824 0 1 0 5 1 0 0 21 0 18 0 909138299 10791550976 11698 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 47450261896019 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10538624

[startup+0.105052 s]
/proc/loadavg: 3.75 3.79 3.34 3/579 10412
/proc/meminfo: memFree=27012400/32951124 swapFree=34426104/67111528
[pid=10412] ppid=10410 vsize=10539784 CPUtime=0.09 cores=1,3,5,7
/proc/10412/stat : 10412 (java) S 10410 10412 7463 0 -1 4202496 12984 0 1 0 8 1 0 0 25 0 18 0 909138298 10792738816 12681 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10412/statm: 2634946 12683 2092 9 0 2625680 0
[pid=10412/tid=10413] ppid=10410 vsize=10539784 CPUtime=0.07 cores=1,3,5,7
/proc/10412/task/10413/stat : 10413 (java) R 10410 10412 7463 0 -1 4202560 11062 0 1 0 6 1 0 0 21 0 18 0 909138299 10792738816 12683 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 47450258258468 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539784

[startup+0.308985 s]
/proc/loadavg: 3.75 3.79 3.34 3/579 10412
/proc/meminfo: memFree=27012400/32951124 swapFree=34426104/67111528
[pid=10412] ppid=10410 vsize=10542664 CPUtime=0.56 cores=1,3,5,7
/proc/10412/stat : 10412 (java) S 10410 10412 7463 0 -1 4202496 18185 0 1 0 54 2 0 0 25 0 18 0 909138298 10795687936 16973 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10412/statm: 2635666 16975 2204 9 0 2626400 0
[pid=10412/tid=10413] ppid=10410 vsize=10542664 CPUtime=0.27 cores=1,3,5,7
/proc/10412/task/10413/stat : 10413 (java) R 10410 10412 7463 0 -1 4202560 13744 0 1 0 26 1 0 0 21 0 18 0 909138299 10795687936 16977 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 46912505548507 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10542664

[startup+0.700924 s]
/proc/loadavg: 3.75 3.79 3.34 3/579 10412
/proc/meminfo: memFree=27012400/32951124 swapFree=34426104/67111528
[pid=10412] ppid=10410 vsize=10548348 CPUtime=1.22 cores=1,3,5,7
/proc/10412/stat : 10412 (java) S 10410 10412 7463 0 -1 4202496 25052 0 1 0 119 3 0 0 25 0 19 0 909138298 10801508352 22101 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10412/statm: 2637087 22101 2236 9 0 2627821 0
[pid=10412/tid=10413] ppid=10410 vsize=10548348 CPUtime=0.38 cores=1,3,5,7
/proc/10412/task/10413/stat : 10413 (java) S 10410 10412 7463 0 -1 4202560 17781 0 1 0 36 2 0 0 22 0 19 0 909138299 10801508352 22101 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 10548348

[startup+1.50075 s]
/proc/loadavg: 3.75 3.79 3.34 7/601 10437
/proc/meminfo: memFree=26926852/32951124 swapFree=34426104/67111528
[pid=10412] ppid=10410 vsize=10548488 CPUtime=1.96 cores=1,3,5,7
/proc/10412/stat : 10412 (java) S 10410 10412 7463 0 -1 4202496 29822 0 1 0 192 4 0 0 25 0 22 0 909138298 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10412/statm: 2637122 26213 2239 9 0 2627856 0
[pid=10412/tid=10413] ppid=10410 vsize=10548488 CPUtime=0.39 cores=1,3,5,7
/proc/10412/task/10413/stat : 10413 (java) S 10410 10412 7463 0 -1 4202560 17956 0 1 0 37 2 0 0 17 0 22 0 909138299 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10415] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10415/stat : 10415 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909138300 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10416] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10416/stat : 10416 (java) S 10410 10412 7463 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909138300 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10417] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10417/stat : 10417 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909138300 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10418] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10418/stat : 10418 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909138300 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10419] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10419/stat : 10419 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909138300 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10420] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10420/stat : 10420 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909138300 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10421] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10421/stat : 10421 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909138300 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10422] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10422/stat : 10422 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909138300 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10423] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10423/stat : 10423 (java) S 10410 10412 7463 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 22 0 909138301 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 0 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10424] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10424/stat : 10424 (java) S 10410 10412 7463 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909138302 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10425] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10425/stat : 10425 (java) S 10410 10412 7463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909138302 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10426] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10426/stat : 10426 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909138304 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296749489 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10427] ppid=10410 vsize=10548488 CPUtime=0.53 cores=1,3,5,7
/proc/10412/task/10427/stat : 10427 (java) R 10410 10412 7463 0 -1 4202560 2799 0 0 0 53 0 0 0 15 0 22 0 909138304 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 47450261118458 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10412/tid=10428] ppid=10410 vsize=10548488 CPUtime=0.5 cores=1,3,5,7
/proc/10412/task/10428/stat : 10428 (java) R 10410 10412 7463 0 -1 4202560 3728 0 0 0 50 0 0 0 15 0 22 0 909138304 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 47450258225601 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10412/tid=10429] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10429/stat : 10429 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909138304 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10430] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10430/stat : 10430 (java) S 10410 10412 7463 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 909138304 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10434] ppid=10410 vsize=10548488 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10434/stat : 10434 (java) S 10410 10412 7463 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909138340 10801651712 26213 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 10548488

[startup+3.10149 s]
/proc/loadavg: 3.93 3.83 3.35 3/598 10440
/proc/meminfo: memFree=26795188/32951124 swapFree=34426104/67111528
[pid=10412] ppid=10410 vsize=10560056 CPUtime=5.09 cores=1,3,5,7
/proc/10412/stat : 10412 (java) S 10410 10412 7463 0 -1 4202496 105649 0 1 0 496 13 0 0 25 0 22 0 909138298 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10412/statm: 2640014 97034 2268 9 0 2630748 0
[pid=10412/tid=10413] ppid=10410 vsize=10560056 CPUtime=0.4 cores=1,3,5,7
/proc/10412/task/10413/stat : 10413 (java) S 10410 10412 7463 0 -1 4202560 18032 0 1 0 38 2 0 0 15 0 22 0 909138299 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
[pid=10412/tid=10415] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10415/stat : 10415 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909138300 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10416] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10416/stat : 10416 (java) S 10410 10412 7463 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 909138300 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10417] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10417/stat : 10417 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 909138300 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10418] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10418/stat : 10418 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909138300 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10419] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10419/stat : 10419 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 909138300 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10420] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10420/stat : 10420 (java) S 10410 10412 7463 0 -1 4202560 91 0 0 0 0 0 0 0 17 0 22 0 909138300 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10421] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10421/stat : 10421 (java) S 10410 10412 7463 0 -1 4202560 620 0 0 0 0 0 0 0 18 0 22 0 909138300 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
[pid=10412/tid=10422] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10422/stat : 10422 (java) S 10410 10412 7463 0 -1 4202560 531 0 0 0 0 0 0 0 18 0 22 0 909138300 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10423] ppid=10410 vsize=10560056 CPUtime=0.01 cores=1,3,5,7
/proc/10412/task/10423/stat : 10423 (java) S 10410 10412 7463 0 -1 4202560 1239 0 0 0 1 0 0 0 16 0 22 0 909138301 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 0 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10424] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10424/stat : 10424 (java) S 10410 10412 7463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909138302 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10425] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10425/stat : 10425 (java) S 10410 10412 7463 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909138302 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10426] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10426/stat : 10426 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909138304 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296749489 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10427] ppid=10410 vsize=10560056 CPUtime=0.97 cores=1,3,5,7
/proc/10412/task/10427/stat : 10427 (java) S 10410 10412 7463 0 -1 4202560 9037 0 0 0 96 1 0 0 15 0 22 0 909138304 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10428] ppid=10410 vsize=10560056 CPUtime=0.99 cores=1,3,5,7
/proc/10412/task/10428/stat : 10428 (java) S 10410 10412 7463 0 -1 4202560 7024 0 0 0 99 0 0 0 16 0 22 0 909138304 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10429] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10429/stat : 10429 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909138304 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10430] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10430/stat : 10430 (java) S 10410 10412 7463 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 909138304 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10434] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10434/stat : 10434 (java) S 10410 10412 7463 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909138340 10813497344 97034 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 10560056

[startup+6.301 s]
/proc/loadavg: 3.93 3.83 3.35 6/601 10443
/proc/meminfo: memFree=26430424/32951124 swapFree=34426104/67111528
[pid=10412] ppid=10410 vsize=10560056 CPUtime=11.55 cores=1,3,5,7
/proc/10412/stat : 10412 (java) S 10410 10412 7463 0 -1 4202496 155817 0 1 0 1136 19 0 0 25 0 22 0 909138298 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10412/statm: 2640014 146570 2269 9 0 2630748 0
[pid=10412/tid=10413] ppid=10410 vsize=10560056 CPUtime=0.4 cores=1,3,5,7
/proc/10412/task/10413/stat : 10413 (java) S 10410 10412 7463 0 -1 4202560 18033 0 1 0 38 2 0 0 15 0 22 0 909138299 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
[pid=10412/tid=10415] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10415/stat : 10415 (java) S 10410 10412 7463 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 22 0 909138300 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10416] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10416/stat : 10416 (java) S 10410 10412 7463 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 909138300 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10417] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10417/stat : 10417 (java) S 10410 10412 7463 0 -1 4202560 556 0 0 0 0 0 0 0 15 0 22 0 909138300 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10418] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10418/stat : 10418 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909138300 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10419] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10419/stat : 10419 (java) S 10410 10412 7463 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 909138300 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10420] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10420/stat : 10420 (java) S 10410 10412 7463 0 -1 4202560 164 0 0 0 0 0 0 0 16 0 22 0 909138300 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10421] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10421/stat : 10421 (java) S 10410 10412 7463 0 -1 4202560 1436 0 0 0 0 0 0 0 15 0 22 0 909138300 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10422] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10422/stat : 10422 (java) S 10410 10412 7463 0 -1 4202560 572 0 0 0 0 0 0 0 15 0 22 0 909138300 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10423] ppid=10410 vsize=10560056 CPUtime=0.1 cores=1,3,5,7
/proc/10412/task/10423/stat : 10423 (java) S 10410 10412 7463 0 -1 4202560 3144 0 0 0 10 0 0 0 16 0 22 0 909138301 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 0 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
[pid=10412/tid=10424] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10424/stat : 10424 (java) S 10410 10412 7463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909138302 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10425] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10425/stat : 10425 (java) S 10410 10412 7463 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909138302 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10426] ppid=10410 vsize=10560056 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10426/stat : 10426 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909138304 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296749489 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10427] ppid=10410 vsize=10560056 CPUtime=1.07 cores=1,3,5,7
/proc/10412/task/10427/stat : 10427 (java) S 10410 10412 7463 0 -1 4202560 9045 0 0 0 106 1 0 0 15 0 22 0 909138304 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10428] ppid=10410 vsize=10560056 CPUtime=1.05 cores=1,3,5,7
/proc/10412/task/10428/stat : 10428 (java) S 10410 10412 7463 0 -1 4202560 7031 0 0 0 105 0 0 0 15 0 22 0 909138304 10813497344 146570 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0

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

/proc/10412/task/10415/stat : 10415 (java) S 10410 10412 7463 0 -1 4202560 789 0 0 0 59 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10416] ppid=10410 vsize=10554640 CPUtime=0.52 cores=1,3,5,7
/proc/10412/task/10416/stat : 10416 (java) S 10410 10412 7463 0 -1 4202560 94 0 0 0 52 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10417] ppid=10410 vsize=10554640 CPUtime=0.61 cores=1,3,5,7
/proc/10412/task/10417/stat : 10417 (java) S 10410 10412 7463 0 -1 4202560 697 0 0 0 61 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10418] ppid=10410 vsize=10554640 CPUtime=0.56 cores=1,3,5,7
/proc/10412/task/10418/stat : 10418 (java) S 10410 10412 7463 0 -1 4202560 207 0 0 0 56 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10419] ppid=10410 vsize=10554640 CPUtime=0.54 cores=1,3,5,7
/proc/10412/task/10419/stat : 10419 (java) S 10410 10412 7463 0 -1 4202560 211 0 0 0 54 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10420] ppid=10410 vsize=10554640 CPUtime=0.58 cores=1,3,5,7
/proc/10412/task/10420/stat : 10420 (java) S 10410 10412 7463 0 -1 4202560 191 0 0 0 58 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10421] ppid=10410 vsize=10554640 CPUtime=0.65 cores=1,3,5,7
/proc/10412/task/10421/stat : 10421 (java) S 10410 10412 7463 0 -1 4202560 1757 0 0 0 65 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10422] ppid=10410 vsize=10554640 CPUtime=0.6 cores=1,3,5,7
/proc/10412/task/10422/stat : 10422 (java) S 10410 10412 7463 0 -1 4202560 642 0 0 0 60 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10423] ppid=10410 vsize=10554640 CPUtime=61.37 cores=1,3,5,7
/proc/10412/task/10423/stat : 10423 (java) S 10410 10412 7463 0 -1 4202560 44869 0 0 0 6130 7 0 0 15 0 19 0 909138301 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 0 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
[pid=10412/tid=10424] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10424/stat : 10424 (java) S 10410 10412 7463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909138302 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10425] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10425/stat : 10425 (java) S 10410 10412 7463 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 909138302 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10426] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10426/stat : 10426 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296749489 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10427] ppid=10410 vsize=10554640 CPUtime=1.37 cores=1,3,5,7
/proc/10412/task/10427/stat : 10427 (java) S 10410 10412 7463 0 -1 4202560 9829 0 0 0 136 1 0 0 15 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10428] ppid=10410 vsize=10554640 CPUtime=1.32 cores=1,3,5,7
/proc/10412/task/10428/stat : 10428 (java) S 10410 10412 7463 0 -1 4202560 7045 0 0 0 132 0 0 0 15 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10429] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10429/stat : 10429 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10430] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10430/stat : 10430 (java) S 10410 10412 7463 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10434] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10434/stat : 10434 (java) S 10410 10412 7463 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 909138340 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 786.31
Current children cumulated vsize (KiB) 10554640

[startup+424.701 s]
/proc/loadavg: 3.77 3.84 3.53 4/598 10537
/proc/meminfo: memFree=26696928/32951124 swapFree=34426104/67111528
[pid=10412] ppid=10410 vsize=10554640 CPUtime=787.12 cores=1,3,5,7
/proc/10412/stat : 10412 (java) S 10410 10412 7463 0 -1 4202496 221967 0 1 0 78680 32 0 0 25 0 19 0 909138298 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10412/statm: 2638660 210381 2270 9 0 2629394 0
[pid=10412/tid=10413] ppid=10410 vsize=10554640 CPUtime=1.9 cores=1,3,5,7
/proc/10412/task/10413/stat : 10413 (java) R 10410 10412 7463 0 -1 4202560 18076 0 1 0 188 2 0 0 17 0 19 0 909138299 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10412/tid=10415] ppid=10410 vsize=10554640 CPUtime=0.59 cores=1,3,5,7
/proc/10412/task/10415/stat : 10415 (java) S 10410 10412 7463 0 -1 4202560 789 0 0 0 59 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10416] ppid=10410 vsize=10554640 CPUtime=0.52 cores=1,3,5,7
/proc/10412/task/10416/stat : 10416 (java) S 10410 10412 7463 0 -1 4202560 94 0 0 0 52 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10417] ppid=10410 vsize=10554640 CPUtime=0.61 cores=1,3,5,7
/proc/10412/task/10417/stat : 10417 (java) S 10410 10412 7463 0 -1 4202560 697 0 0 0 61 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10418] ppid=10410 vsize=10554640 CPUtime=0.56 cores=1,3,5,7
/proc/10412/task/10418/stat : 10418 (java) S 10410 10412 7463 0 -1 4202560 207 0 0 0 56 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10419] ppid=10410 vsize=10554640 CPUtime=0.54 cores=1,3,5,7
/proc/10412/task/10419/stat : 10419 (java) S 10410 10412 7463 0 -1 4202560 211 0 0 0 54 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10420] ppid=10410 vsize=10554640 CPUtime=0.58 cores=1,3,5,7
/proc/10412/task/10420/stat : 10420 (java) S 10410 10412 7463 0 -1 4202560 191 0 0 0 58 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10421] ppid=10410 vsize=10554640 CPUtime=0.65 cores=1,3,5,7
/proc/10412/task/10421/stat : 10421 (java) S 10410 10412 7463 0 -1 4202560 1757 0 0 0 65 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10422] ppid=10410 vsize=10554640 CPUtime=0.6 cores=1,3,5,7
/proc/10412/task/10422/stat : 10422 (java) S 10410 10412 7463 0 -1 4202560 642 0 0 0 60 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10423] ppid=10410 vsize=10554640 CPUtime=61.37 cores=1,3,5,7
/proc/10412/task/10423/stat : 10423 (java) S 10410 10412 7463 0 -1 4202560 44869 0 0 0 6130 7 0 0 15 0 19 0 909138301 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 0 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
[pid=10412/tid=10424] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10424/stat : 10424 (java) S 10410 10412 7463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909138302 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10425] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10425/stat : 10425 (java) S 10410 10412 7463 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 909138302 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10426] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10426/stat : 10426 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296749489 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10427] ppid=10410 vsize=10554640 CPUtime=1.37 cores=1,3,5,7
/proc/10412/task/10427/stat : 10427 (java) S 10410 10412 7463 0 -1 4202560 9829 0 0 0 136 1 0 0 15 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10428] ppid=10410 vsize=10554640 CPUtime=1.33 cores=1,3,5,7
/proc/10412/task/10428/stat : 10428 (java) S 10410 10412 7463 0 -1 4202560 7045 0 0 0 133 0 0 0 15 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10429] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10429/stat : 10429 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10430] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10430/stat : 10430 (java) S 10410 10412 7463 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10434] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10434/stat : 10434 (java) S 10410 10412 7463 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 909138340 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 787.12
Current children cumulated vsize (KiB) 10554640

[startup+424.901 s]
/proc/loadavg: 3.77 3.84 3.53 4/598 10537
/proc/meminfo: memFree=26696928/32951124 swapFree=34426104/67111528
[pid=10412] ppid=10410 vsize=10554640 CPUtime=787.32 cores=1,3,5,7
/proc/10412/stat : 10412 (java) S 10410 10412 7463 0 -1 4202496 221967 0 1 0 78700 32 0 0 25 0 19 0 909138298 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10412/statm: 2638660 210381 2270 9 0 2629394 0
[pid=10412/tid=10413] ppid=10410 vsize=10554640 CPUtime=2.1 cores=1,3,5,7
/proc/10412/task/10413/stat : 10413 (java) R 10410 10412 7463 0 -1 4202560 18076 0 1 0 208 2 0 0 17 0 19 0 909138299 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 46912506485880 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10412/tid=10415] ppid=10410 vsize=10554640 CPUtime=0.59 cores=1,3,5,7
/proc/10412/task/10415/stat : 10415 (java) S 10410 10412 7463 0 -1 4202560 789 0 0 0 59 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10416] ppid=10410 vsize=10554640 CPUtime=0.52 cores=1,3,5,7
/proc/10412/task/10416/stat : 10416 (java) S 10410 10412 7463 0 -1 4202560 94 0 0 0 52 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10417] ppid=10410 vsize=10554640 CPUtime=0.61 cores=1,3,5,7
/proc/10412/task/10417/stat : 10417 (java) S 10410 10412 7463 0 -1 4202560 697 0 0 0 61 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10418] ppid=10410 vsize=10554640 CPUtime=0.56 cores=1,3,5,7
/proc/10412/task/10418/stat : 10418 (java) S 10410 10412 7463 0 -1 4202560 207 0 0 0 56 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10419] ppid=10410 vsize=10554640 CPUtime=0.54 cores=1,3,5,7
/proc/10412/task/10419/stat : 10419 (java) S 10410 10412 7463 0 -1 4202560 211 0 0 0 54 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10420] ppid=10410 vsize=10554640 CPUtime=0.58 cores=1,3,5,7
/proc/10412/task/10420/stat : 10420 (java) S 10410 10412 7463 0 -1 4202560 191 0 0 0 58 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10421] ppid=10410 vsize=10554640 CPUtime=0.65 cores=1,3,5,7
/proc/10412/task/10421/stat : 10421 (java) S 10410 10412 7463 0 -1 4202560 1757 0 0 0 65 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10422] ppid=10410 vsize=10554640 CPUtime=0.6 cores=1,3,5,7
/proc/10412/task/10422/stat : 10422 (java) S 10410 10412 7463 0 -1 4202560 642 0 0 0 60 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10423] ppid=10410 vsize=10554640 CPUtime=61.37 cores=1,3,5,7
/proc/10412/task/10423/stat : 10423 (java) S 10410 10412 7463 0 -1 4202560 44869 0 0 0 6130 7 0 0 16 0 19 0 909138301 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 0 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
[pid=10412/tid=10424] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10424/stat : 10424 (java) S 10410 10412 7463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909138302 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10425] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10425/stat : 10425 (java) S 10410 10412 7463 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 909138302 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10426] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10426/stat : 10426 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296749489 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10427] ppid=10410 vsize=10554640 CPUtime=1.37 cores=1,3,5,7
/proc/10412/task/10427/stat : 10427 (java) S 10410 10412 7463 0 -1 4202560 9829 0 0 0 136 1 0 0 15 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10428] ppid=10410 vsize=10554640 CPUtime=1.33 cores=1,3,5,7
/proc/10412/task/10428/stat : 10428 (java) S 10410 10412 7463 0 -1 4202560 7045 0 0 0 133 0 0 0 15 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10429] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10429/stat : 10429 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10430] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10430/stat : 10430 (java) S 10410 10412 7463 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10434] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10434/stat : 10434 (java) S 10410 10412 7463 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 909138340 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 787.32
Current children cumulated vsize (KiB) 10554640

[startup+425.001 s]
/proc/loadavg: 3.77 3.84 3.53 4/598 10537
/proc/meminfo: memFree=26696928/32951124 swapFree=34426104/67111528
[pid=10412] ppid=10410 vsize=10554640 CPUtime=787.42 cores=1,3,5,7
/proc/10412/stat : 10412 (java) S 10410 10412 7463 0 -1 4202496 221967 0 1 0 78710 32 0 0 25 0 19 0 909138298 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10412/statm: 2638660 210381 2270 9 0 2629394 0
[pid=10412/tid=10413] ppid=10410 vsize=10554640 CPUtime=2.2 cores=1,3,5,7
/proc/10412/task/10413/stat : 10413 (java) R 10410 10412 7463 0 -1 4202560 18076 0 1 0 218 2 0 0 18 0 19 0 909138299 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 46912505366600 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10412/tid=10415] ppid=10410 vsize=10554640 CPUtime=0.59 cores=1,3,5,7
/proc/10412/task/10415/stat : 10415 (java) S 10410 10412 7463 0 -1 4202560 789 0 0 0 59 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10416] ppid=10410 vsize=10554640 CPUtime=0.52 cores=1,3,5,7
/proc/10412/task/10416/stat : 10416 (java) S 10410 10412 7463 0 -1 4202560 94 0 0 0 52 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10417] ppid=10410 vsize=10554640 CPUtime=0.61 cores=1,3,5,7
/proc/10412/task/10417/stat : 10417 (java) S 10410 10412 7463 0 -1 4202560 697 0 0 0 61 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10418] ppid=10410 vsize=10554640 CPUtime=0.56 cores=1,3,5,7
/proc/10412/task/10418/stat : 10418 (java) S 10410 10412 7463 0 -1 4202560 207 0 0 0 56 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10419] ppid=10410 vsize=10554640 CPUtime=0.54 cores=1,3,5,7
/proc/10412/task/10419/stat : 10419 (java) S 10410 10412 7463 0 -1 4202560 211 0 0 0 54 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10420] ppid=10410 vsize=10554640 CPUtime=0.58 cores=1,3,5,7
/proc/10412/task/10420/stat : 10420 (java) S 10410 10412 7463 0 -1 4202560 191 0 0 0 58 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10421] ppid=10410 vsize=10554640 CPUtime=0.65 cores=1,3,5,7
/proc/10412/task/10421/stat : 10421 (java) S 10410 10412 7463 0 -1 4202560 1757 0 0 0 65 0 0 0 16 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10422] ppid=10410 vsize=10554640 CPUtime=0.6 cores=1,3,5,7
/proc/10412/task/10422/stat : 10422 (java) S 10410 10412 7463 0 -1 4202560 642 0 0 0 60 0 0 0 15 0 19 0 909138300 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10423] ppid=10410 vsize=10554640 CPUtime=61.37 cores=1,3,5,7
/proc/10412/task/10423/stat : 10423 (java) S 10410 10412 7463 0 -1 4202560 44869 0 0 0 6130 7 0 0 16 0 19 0 909138301 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 0 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
[pid=10412/tid=10424] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10424/stat : 10424 (java) S 10410 10412 7463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909138302 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10425] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10425/stat : 10425 (java) S 10410 10412 7463 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 909138302 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 7 0 0 0
[pid=10412/tid=10426] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10426/stat : 10426 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296749489 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10427] ppid=10410 vsize=10554640 CPUtime=1.37 cores=1,3,5,7
/proc/10412/task/10427/stat : 10427 (java) S 10410 10412 7463 0 -1 4202560 9829 0 0 0 136 1 0 0 15 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10428] ppid=10410 vsize=10554640 CPUtime=1.33 cores=1,3,5,7
/proc/10412/task/10428/stat : 10428 (java) S 10410 10412 7463 0 -1 4202560 7045 0 0 0 133 0 0 0 15 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10429] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10429/stat : 10429 (java) S 10410 10412 7463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296741785 0 4 0 16800975 18446604470983618944 0 0 -1 3 0 0 0
[pid=10412/tid=10430] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10430/stat : 10430 (java) S 10410 10412 7463 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 909138304 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 5 0 0 0
[pid=10412/tid=10434] ppid=10410 vsize=10554640 CPUtime=0 cores=1,3,5,7
/proc/10412/task/10434/stat : 10434 (java) S 10410 10412 7463 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 909138340 10807951360 210381 33554432000 1073741824 1073778376 140734600484272 18446744073709551615 224296742400 0 4 0 16800975 18446604470983618944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 787.42
Current children cumulated vsize (KiB) 10554640

Child status: 30
Real time (s): 425.1
CPU time (s): 787.525
CPU user time (s): 787.161
CPU system time (s): 0.363944
CPU usage (%): 185.257
Max. virtual memory (cumulated for all children) (KiB): 10560056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 787.161
system time used= 0.363944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221972
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17732
involuntary context switches= 8083

runsolver used 2.38664 second user time and 5.87411 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-04 14:04:36
IDJOB=3455127
IDBENCH=2146
IDSOLVER=1950
FILE ID=node118/3455127-1307189076
RUNJOBID= node118-1307187422-9871
PBS_JOBID= 13508852
Free space on /tmp= 73768 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32e4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455127-1307189076/watcher-3455127-1307189076 -o /tmp/evaluation-result-3455127-1307189076/solver-3455127-1307189076 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455127-1307189076.opb

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

MD5SUM BENCH= 898f4661a42594ef028c1f962398614b
RANDOM SEED=1051882645

node118.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27012680 kB
Buffers:        325712 kB
Cached:        2009064 kB
SwapCached:      56168 kB
Active:        2592392 kB
Inactive:      3004716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27012680 kB
SwapTotal:    67111528 kB
SwapFree:     34426104 kB
Dirty:             668 kB
Writeback:           0 kB
AnonPages:     3219324 kB
Mapped:          23100 kB
Slab:           151124 kB
PageTables:     118924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 194151020 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73768 MiB
End job on node118 at 2011-06-04 14:11:41