Trace number 3728987

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0SAT 949.02 489.604

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17bt.opb
MD5SUMbde651356fbc7760944c2b16aa27f15d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark4.11437
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3728987-1338678624.opb
0.10/0.11	c reading problem ... 
0.26/0.24	c ... done. Wall clock time 0.132s.
0.26/0.24	c #vars     370
0.26/0.24	c #constraints  809
0.26/0.24	c constraints type 
0.26/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
0.26/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.26/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
0.26/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 249
0.26/0.24	c constraints type 
0.26/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
0.26/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
0.26/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.26/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
2.98/0.98	c cleaning 2498 clauses out of 4996 with flag 5000/5000
5.12/1.62	c cleaning 4250 clauses out of 8500 with flag 11003/11003
6.91/2.57	c cleaning 5623 clauses out of 11250 with flag 18003/18003
9.30/3.73	c cleaning 6812 clauses out of 13624 with flag 26000/26000
12.09/5.16	c cleaning 7906 clauses out of 15815 with flag 35003/35003
15.45/6.83	c cleaning 8953 clauses out of 17906 with flag 45000/45000
19.23/8.80	c cleaning 9480 clauses out of 18961 with flag 55008/55008
23.79/11.09	c cleaning 9736 clauses out of 19474 with flag 65002/65002
28.12/13.26	c cleaning 9865 clauses out of 19736 with flag 75000/75000
32.52/15.48	c cleaning 9933 clauses out of 19872 with flag 85001/85001
36.86/17.68	c cleaning 9968 clauses out of 19940 with flag 95002/95002
41.59/20.06	c cleaning 9983 clauses out of 19970 with flag 105000/105000
46.30/22.46	c cleaning 9993 clauses out of 19987 with flag 115000/115000
50.25/24.46	c cleaning 9995 clauses out of 19995 with flag 125001/125001
54.22/26.48	c cleaning 9997 clauses out of 19998 with flag 135000/135000
57.94/28.39	c cleaning 9999 clauses out of 20001 with flag 145000/145000
62.24/30.50	c cleaning 9999 clauses out of 20002 with flag 155000/155000
66.37/32.66	c cleaning 10000 clauses out of 20008 with flag 165005/165005
70.50/34.79	c cleaning 10000 clauses out of 20007 with flag 175004/175004
74.83/36.98	c cleaning 10001 clauses out of 20007 with flag 185004/185004
78.73/38.99	c cleaning 9997 clauses out of 20004 with flag 195002/195002
82.66/40.92	c cleaning 10000 clauses out of 20011 with flag 205006/205006
86.40/42.81	c cleaning 9999 clauses out of 20008 with flag 215003/215003
90.12/44.72	c cleaning 10002 clauses out of 20010 with flag 225004/225004
93.83/46.69	c cleaning 10000 clauses out of 20005 with flag 235001/235001
97.76/48.66	c cleaning 9997 clauses out of 20004 with flag 245000/245000
101.28/50.50	c cleaning 9997 clauses out of 20008 with flag 255001/255001
105.41/52.53	c cleaning 10000 clauses out of 20011 with flag 265001/265001
109.69/54.71	c cleaning 9997 clauses out of 20011 with flag 275001/275001
113.62/56.78	c cleaning 10001 clauses out of 20015 with flag 285002/285002
117.75/58.82	c cleaning 10001 clauses out of 20012 with flag 295000/295000
121.47/60.71	c cleaning 10001 clauses out of 20013 with flag 305002/305002
125.16/62.64	c cleaning 9998 clauses out of 20010 with flag 315000/315000
128.87/64.57	c cleaning 10001 clauses out of 20012 with flag 325000/325000
132.59/66.41	c cleaning 10001 clauses out of 20011 with flag 335000/335000
136.52/68.41	c cleaning 10001 clauses out of 20012 with flag 345002/345002
140.20/70.39	c cleaning 10001 clauses out of 20011 with flag 355002/355002
144.12/72.32	c cleaning 10001 clauses out of 20008 with flag 365000/365000
147.83/74.28	c cleaning 9998 clauses out of 20008 with flag 375001/375001
151.55/76.14	c cleaning 10000 clauses out of 20009 with flag 385000/385000
155.62/78.21	c cleaning 10002 clauses out of 20011 with flag 395002/395002
159.56/80.29	c cleaning 9997 clauses out of 20010 with flag 405003/405003
163.46/82.24	c cleaning 10001 clauses out of 20010 with flag 415000/415000
166.97/84.03	c cleaning 9996 clauses out of 20011 with flag 425002/425002
171.03/86.17	c cleaning 10004 clauses out of 20014 with flag 435001/435001
174.76/88.08	c cleaning 9997 clauses out of 20010 with flag 445001/445001
178.25/89.89	c cleaning 10001 clauses out of 20013 with flag 455001/455001
182.37/91.95	c cleaning 10002 clauses out of 20016 with flag 465005/465005
186.03/93.89	c cleaning 10001 clauses out of 20011 with flag 475002/475002
189.95/95.82	c cleaning 10000 clauses out of 20009 with flag 485001/485001
193.66/97.75	c cleaning 9998 clauses out of 20010 with flag 495002/495002
197.36/99.66	c cleaning 10002 clauses out of 20011 with flag 505001/505001
201.00/101.59	c cleaning 9999 clauses out of 20008 with flag 515000/515000
204.93/103.53	c cleaning 9997 clauses out of 20009 with flag 525000/525000
208.64/105.48	c cleaning 10001 clauses out of 20012 with flag 535000/535000
212.54/107.48	c cleaning 10001 clauses out of 20012 with flag 545001/545001
216.19/109.36	c cleaning 9995 clauses out of 20012 with flag 555002/555002
219.89/111.21	c cleaning 9998 clauses out of 20015 with flag 565000/565000
223.60/113.10	c cleaning 10002 clauses out of 20017 with flag 575000/575000
227.09/114.91	c cleaning 10000 clauses out of 20016 with flag 585001/585001
230.73/116.83	c cleaning 10001 clauses out of 20017 with flag 595002/595002
234.23/118.65	c cleaning 10003 clauses out of 20018 with flag 605004/605004
238.34/120.70	c cleaning 10003 clauses out of 20012 with flag 615001/615001
242.05/122.62	c cleaning 10001 clauses out of 20009 with flag 625001/625001
245.91/124.69	c cleaning 9996 clauses out of 20007 with flag 635000/635000
249.43/126.42	c cleaning 0 clauses out of 5002 with flag 0/5002
250.11/126.77	c cleaning 9997 clauses out of 20011 with flag 645000/645000
254.02/128.68	c cleaning 10003 clauses out of 20018 with flag 655004/655004
257.64/130.57	c cleaning 10000 clauses out of 20011 with flag 665000/665000
261.14/132.31	c cleaning 10003 clauses out of 20015 with flag 675004/675004
264.64/134.17	c cleaning 10002 clauses out of 20009 with flag 685001/685001
268.72/136.21	c cleaning 9999 clauses out of 20010 with flag 695004/695004
272.35/138.17	c cleaning 9999 clauses out of 20008 with flag 705001/705001
275.84/139.93	c cleaning 9997 clauses out of 20011 with flag 715003/715003
279.76/141.97	c cleaning 9998 clauses out of 20012 with flag 725001/725001
283.65/143.98	c cleaning 10000 clauses out of 20014 with flag 735001/735001
287.28/145.86	c cleaning 10004 clauses out of 20014 with flag 745001/745001
290.97/147.79	c cleaning 9999 clauses out of 20009 with flag 755000/755000
295.08/149.89	c cleaning 10002 clauses out of 20010 with flag 765000/765000
299.39/152.07	c cleaning 10001 clauses out of 20009 with flag 775001/775001
303.04/153.97	c cleaning 9996 clauses out of 20009 with flag 785002/785002
306.92/155.97	c cleaning 10000 clauses out of 20011 with flag 795000/795000
310.62/157.82	c cleaning 9998 clauses out of 20014 with flag 805003/805003
314.30/159.71	c cleaning 9990 clauses out of 20014 with flag 815001/815001
317.94/161.70	c cleaning 10008 clauses out of 20027 with flag 825004/825004
321.82/163.62	c cleaning 10001 clauses out of 20015 with flag 835000/835000
325.31/165.47	c cleaning 10002 clauses out of 20016 with flag 845002/845002
328.81/167.26	c cleaning 9998 clauses out of 20012 with flag 855000/855000
332.61/169.25	c cleaning 10002 clauses out of 20017 with flag 865003/865003
336.50/171.26	c cleaning 10004 clauses out of 20017 with flag 875005/875005
340.59/173.35	c cleaning 10001 clauses out of 20009 with flag 885001/885001
344.47/175.36	c cleaning 10000 clauses out of 20007 with flag 895000/895000
348.29/177.37	c cleaning 9999 clauses out of 20011 with flag 905004/905004
351.99/179.29	c cleaning 9997 clauses out of 20008 with flag 915000/915000
355.86/181.24	c cleaning 9999 clauses out of 20011 with flag 925000/925000
359.55/183.16	c cleaning 10004 clauses out of 20014 with flag 935002/935002
363.36/185.16	c cleaning 9998 clauses out of 20008 with flag 945000/945000
367.25/187.12	c cleaning 10000 clauses out of 20010 with flag 955000/955000
370.93/189.08	c cleaning 10002 clauses out of 20012 with flag 965002/965002
375.02/191.12	c cleaning 10002 clauses out of 20008 with flag 975000/975000
379.04/193.20	c cleaning 10000 clauses out of 20009 with flag 985003/985003
382.93/195.24	c cleaning 10001 clauses out of 20011 with flag 995005/995005
386.80/197.21	c cleaning 9991 clauses out of 20006 with flag 1005001/1005001
390.49/199.18	c cleaning 10004 clauses out of 20017 with flag 1015003/1015003
394.70/201.36	c cleaning 9996 clauses out of 20010 with flag 1025000/1025000
398.56/203.36	c cleaning 10001 clauses out of 20014 with flag 1035000/1035000
402.44/205.37	c cleaning 10001 clauses out of 20015 with flag 1045002/1045002
406.51/207.47	c cleaning 9999 clauses out of 20016 with flag 1055004/1055004
410.34/209.45	c cleaning 10003 clauses out of 20018 with flag 1065005/1065005
414.41/211.53	c cleaning 9999 clauses out of 20010 with flag 1075000/1075000
418.10/213.48	c cleaning 9994 clauses out of 20011 with flag 1085000/1085000
422.37/215.67	c cleaning 10004 clauses out of 20018 with flag 1095001/1095001
426.57/217.87	c cleaning 10003 clauses out of 20014 with flag 1105001/1105001
430.25/219.73	c cleaning 10001 clauses out of 20010 with flag 1115000/1115000
434.33/221.80	c cleaning 10000 clauses out of 20017 with flag 1125008/1125008
438.19/223.89	c cleaning 9999 clauses out of 20011 with flag 1135002/1135002
442.39/226.02	c cleaning 9993 clauses out of 20010 with flag 1145000/1145000
446.47/228.14	c cleaning 10004 clauses out of 20017 with flag 1155000/1155000
450.54/230.29	c cleaning 10001 clauses out of 20014 with flag 1165001/1165001
454.62/232.36	c cleaning 10001 clauses out of 20015 with flag 1175003/1175003
459.02/234.61	c cleaning 10000 clauses out of 20014 with flag 1185003/1185003
462.89/236.61	c cleaning 10001 clauses out of 20011 with flag 1195000/1195000
466.79/238.64	c cleaning 10002 clauses out of 20011 with flag 1205001/1205001
470.46/240.58	c cleaning 9998 clauses out of 20010 with flag 1215002/1215002
474.45/242.69	c cleaning 10000 clauses out of 20011 with flag 1225001/1225001
478.33/244.69	c cleaning 9999 clauses out of 20010 with flag 1235000/1235000
482.40/246.73	c cleaning 9999 clauses out of 20013 with flag 1245002/1245002
486.48/248.86	c cleaning 9997 clauses out of 20015 with flag 1255003/1255003
490.67/251.07	c cleaning 10003 clauses out of 20018 with flag 1265003/1265003
494.74/253.11	c cleaning 9999 clauses out of 20012 with flag 1275000/1275000
498.43/255.07	c cleaning 10002 clauses out of 20017 with flag 1285004/1285004
502.11/256.93	c cleaning 9999 clauses out of 20013 with flag 1295002/1295002
506.11/259.02	c cleaning 10002 clauses out of 20013 with flag 1305001/1305001
509.99/261.07	c cleaning 9996 clauses out of 20010 with flag 1315000/1315000
513.68/262.91	c cleaning 9999 clauses out of 20014 with flag 1325000/1325000
517.54/264.98	c cleaning 10007 clauses out of 20016 with flag 1335001/1335001
521.72/267.13	c cleaning 10000 clauses out of 20008 with flag 1345000/1345000
525.59/269.18	c cleaning 9997 clauses out of 20010 with flag 1355002/1355002
529.27/271.03	c cleaning 10002 clauses out of 20011 with flag 1365000/1365000
533.14/273.06	c cleaning 10000 clauses out of 20009 with flag 1375000/1375000
537.52/275.30	c cleaning 9999 clauses out of 20010 with flag 1385001/1385001
541.58/277.49	c cleaning 10001 clauses out of 20011 with flag 1395001/1395001
545.85/279.61	c cleaning 10001 clauses out of 20010 with flag 1405001/1405001
549.91/281.78	c cleaning 10001 clauses out of 20014 with flag 1415006/1415006
554.30/284.06	c cleaning 10002 clauses out of 20009 with flag 1425002/1425002
558.38/286.11	c cleaning 9997 clauses out of 20006 with flag 1435001/1435001
562.05/288.07	c cleaning 9999 clauses out of 20008 with flag 1445000/1445000
566.11/290.11	c cleaning 9998 clauses out of 20012 with flag 1455003/1455003
569.70/292.06	c cleaning 9998 clauses out of 20012 with flag 1465001/1465001
573.77/294.18	c cleaning 10001 clauses out of 20015 with flag 1475002/1475002
577.84/296.27	c cleaning 10000 clauses out of 20016 with flag 1485004/1485004
581.91/298.32	c cleaning 9997 clauses out of 20012 with flag 1495000/1495000
585.73/300.32	c cleaning 10004 clauses out of 20015 with flag 1505000/1505000
589.80/302.47	c cleaning 10001 clauses out of 20013 with flag 1515002/1515002
593.88/304.58	c cleaning 10000 clauses out of 20010 with flag 1525000/1525000
597.74/306.55	c cleaning 9999 clauses out of 20012 with flag 1535002/1535002
601.74/308.66	c cleaning 10002 clauses out of 20014 with flag 1545003/1545003
605.79/310.70	c cleaning 9999 clauses out of 20009 with flag 1555000/1555000
609.67/312.77	c cleaning 9999 clauses out of 20010 with flag 1565000/1565000
613.53/314.72	c cleaning 10000 clauses out of 20013 with flag 1575002/1575002
617.53/316.80	c cleaning 9995 clauses out of 20011 with flag 1585000/1585000
621.39/318.83	c cleaning 10005 clauses out of 20017 with flag 1595001/1595001
625.06/320.71	c cleaning 9999 clauses out of 20013 with flag 1605002/1605002
628.73/322.69	c cleaning 9998 clauses out of 20012 with flag 1615000/1615000
632.50/324.69	c cleaning 10003 clauses out of 20015 with flag 1625001/1625001
636.18/326.59	c cleaning 9995 clauses out of 20011 with flag 1635000/1635000
639.85/328.43	c cleaning 10001 clauses out of 20016 with flag 1645000/1645000
643.53/330.39	c cleaning 10003 clauses out of 20017 with flag 1655002/1655002
647.53/332.49	c cleaning 9998 clauses out of 20012 with flag 1665000/1665000
651.79/334.65	c cleaning 9996 clauses out of 20014 with flag 1675000/1675000
655.87/336.79	c cleaning 10003 clauses out of 20021 with flag 1685003/1685003
659.96/338.84	c cleaning 9998 clauses out of 20016 with flag 1695001/1695001
663.33/340.67	c cleaning 10000 clauses out of 20018 with flag 1705001/1705001
666.80/342.47	c cleaning 10005 clauses out of 20019 with flag 1715002/1715002
670.67/344.41	c cleaning 10001 clauses out of 20012 with flag 1725000/1725000
674.36/346.38	c cleaning 10000 clauses out of 20012 with flag 1735001/1735001
678.15/348.33	c cleaning 10001 clauses out of 20015 with flag 1745004/1745004
682.02/350.30	c cleaning 10002 clauses out of 20011 with flag 1755001/1755001
685.88/352.31	c cleaning 9999 clauses out of 20010 with flag 1765002/1765002
689.57/354.27	c cleaning 9999 clauses out of 20009 with flag 1775000/1775000
693.76/356.43	c cleaning 9999 clauses out of 20011 with flag 1785001/1785001
698.04/358.62	c cleaning 10001 clauses out of 20012 with flag 1795001/1795001
702.10/360.80	c cleaning 9998 clauses out of 20011 with flag 1805001/1805001
706.36/362.91	c cleaning 9997 clauses out of 20012 with flag 1815000/1815000
710.30/365.09	c cleaning 10003 clauses out of 20015 with flag 1825000/1825000
714.56/367.26	c cleaning 9994 clauses out of 20012 with flag 1835000/1835000
718.63/369.34	c cleaning 10003 clauses out of 20020 with flag 1845002/1845002
722.70/371.42	c cleaning 10000 clauses out of 20016 with flag 1855001/1855001
726.86/373.66	c cleaning 9999 clauses out of 20016 with flag 1865001/1865001
730.92/375.79	c cleaning 10004 clauses out of 20017 with flag 1875001/1875001
735.20/377.99	c cleaning 9997 clauses out of 20015 with flag 1885003/1885003
739.47/380.14	c cleaning 10004 clauses out of 20020 with flag 1895005/1895005
743.64/382.34	c cleaning 10001 clauses out of 20011 with flag 1905000/1905000
747.91/384.54	c cleaning 10000 clauses out of 20013 with flag 1915003/1915003
751.98/386.67	c cleaning 9999 clauses out of 20011 with flag 1925001/1925001
755.84/388.66	c cleaning 10001 clauses out of 20012 with flag 1935001/1935001
760.20/390.91	c cleaning 9995 clauses out of 20010 with flag 1945000/1945000
764.05/392.95	c cleaning 10001 clauses out of 20016 with flag 1955001/1955001
767.74/394.84	c cleaning 10003 clauses out of 20014 with flag 1965000/1965000
771.20/396.61	c cleaning 10001 clauses out of 20012 with flag 1975001/1975001
774.76/398.50	c cleaning 9996 clauses out of 20010 with flag 1985000/1985000
778.82/400.62	c cleaning 10000 clauses out of 20016 with flag 1995002/1995002
782.88/402.79	c cleaning 10005 clauses out of 20014 with flag 2005000/2005000
787.13/404.90	c cleaning 9999 clauses out of 20010 with flag 2015001/2015001
791.11/407.01	c cleaning 10000 clauses out of 20012 with flag 2025002/2025002
794.96/409.04	c cleaning 9998 clauses out of 20011 with flag 2035001/2035001
798.42/410.89	c cleaning 10002 clauses out of 20013 with flag 2045001/2045001
802.07/412.72	c cleaning 10005 clauses out of 20013 with flag 2055003/2055003
805.65/414.70	c cleaning 9994 clauses out of 20006 with flag 2065001/2065001
809.51/416.63	c cleaning 10002 clauses out of 20012 with flag 2075001/2075001
813.37/418.63	c cleaning 9995 clauses out of 20009 with flag 2085000/2085000
816.83/420.47	c cleaning 9999 clauses out of 20015 with flag 2095001/2095001
820.78/422.52	c cleaning 10000 clauses out of 20017 with flag 2105002/2105002
824.24/424.37	c cleaning 10000 clauses out of 20015 with flag 2115000/2115000
827.69/426.14	c cleaning 9998 clauses out of 20018 with flag 2125003/2125003
831.35/428.02	c cleaning 10007 clauses out of 20025 with flag 2135008/2135008
835.34/430.12	c cleaning 9997 clauses out of 20012 with flag 2145002/2145002
839.18/432.14	c cleaning 9996 clauses out of 20013 with flag 2155000/2155000
843.02/434.16	c cleaning 9999 clauses out of 20019 with flag 2165002/2165002
846.68/436.06	c cleaning 10003 clauses out of 20024 with flag 2175006/2175006
850.64/438.16	c cleaning 9998 clauses out of 20015 with flag 2185000/2185000
854.50/440.11	c cleaning 9996 clauses out of 20017 with flag 2195000/2195000
858.16/442.07	c cleaning 10003 clauses out of 20022 with flag 2205001/2205001
862.01/444.02	c cleaning 10002 clauses out of 20018 with flag 2215000/2215000
866.15/446.25	c cleaning 10003 clauses out of 20020 with flag 2225004/2225004
870.00/448.25	c cleaning 10004 clauses out of 20020 with flag 2235007/2235007
873.85/450.25	c cleaning 10000 clauses out of 20010 with flag 2245001/2245001
878.09/452.42	c cleaning 9995 clauses out of 20009 with flag 2255000/2255000
882.24/454.62	c cleaning 10002 clauses out of 20017 with flag 2265003/2265003
886.08/456.68	c cleaning 9998 clauses out of 20012 with flag 2275000/2275000
890.13/458.79	c cleaning 9999 clauses out of 20015 with flag 2285001/2285001
894.39/460.93	c cleaning 10001 clauses out of 20017 with flag 2295002/2295002
898.36/463.05	c cleaning 9997 clauses out of 20015 with flag 2305001/2305001
902.18/465.08	c cleaning 10002 clauses out of 20018 with flag 2315001/2315001
906.45/467.20	c cleaning 9996 clauses out of 20015 with flag 2325000/2325000
910.30/469.27	c cleaning 10000 clauses out of 20021 with flag 2335002/2335002
914.45/471.48	c cleaning 10000 clauses out of 20019 with flag 2345000/2345000
918.30/473.46	c cleaning 10001 clauses out of 20019 with flag 2355000/2355000
921.95/475.38	c cleaning 10002 clauses out of 20021 with flag 2365003/2365003
926.01/477.42	c cleaning 10002 clauses out of 20016 with flag 2375000/2375000
930.17/479.69	c cleaning 10006 clauses out of 20024 with flag 2385010/2385010
934.22/481.79	c cleaning 9998 clauses out of 20009 with flag 2395001/2395001
938.47/483.93	c cleaning 10001 clauses out of 20014 with flag 2405004/2405004
942.31/485.90	c cleaning 9996 clauses out of 20009 with flag 2415000/2415000
946.08/487.99	c cleaning 10001 clauses out of 20013 with flag 2425000/2425000
947.93/488.94	c  And the winner is Resolution
948.65/489.57	c starts		: 229
948.65/489.57	c conflicts		: 2430450
948.65/489.57	c decisions		: 2822149
948.65/489.57	c propagations		: 87563063
948.65/489.57	c inspects		: 5475300836
948.65/489.57	c shortcuts		: 0
948.65/489.57	c learnt literals	: 7
948.65/489.57	c learnt binary clauses	: 70
948.65/489.57	c learnt ternary clauses	: 142
948.65/489.57	c learnt constraints	: 2430443
948.65/489.57	c ignored constraints	: 0
948.65/489.57	c root simplifications	: 0
948.65/489.57	c removed literals (reason simplification)	: 71653925
948.65/489.57	c reason swapping (by a shorter reason)	: 0
948.65/489.57	c Calls to reduceDB	: 244
948.65/489.57	c number of reductions to clauses (during analyze)	: 0
948.65/489.57	c number of learned constraints concerned by reduction	: 0
948.65/489.57	c number of learning phase by resolution	: 0
948.65/489.57	c number of learning phase by cutting planes	: 0
948.65/489.57	c speed (assignments/second)	: 178944.8082071404
948.65/489.57	c non guided choices	24
948.65/489.58	c learnt constraints type 
948.65/489.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70
948.65/489.58	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15392
948.65/489.58	c constraints type 
948.65/489.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
948.65/489.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
948.65/489.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
948.65/489.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 249
948.65/489.58	c constraints type 
948.65/489.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
948.65/489.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
948.65/489.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
948.65/489.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
948.65/489.58	s SATISFIABLE
948.65/489.58	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 
948.65/489.58	c Total wall clock time (in seconds): 489.478

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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: 0.00 0.06 0.54 5/194 23146
/proc/meminfo: memFree=27691532/32873844 swapFree=7628/7628
[pid=23146] ppid=23144 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23146/stat : 23146 (java) S 23144 23146 23082 0 -1 4202496 1277 0 0 0 0 0 0 0 20 0 2 0 333987316 98570240 979 33554432000 1073741824 1073778376 140735106790576 140735106781712 223655002173 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23146/statm: 24065 979 745 9 0 16771 0
[pid=23146/tid=23147] ppid=23144 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23147/stat : 23147 (java) R 23144 23146 23082 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 333987317 98570240 979 33554432000 1073741824 1073778376 140735106790576 140401544105512 223651644800 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.070232 s]
/proc/loadavg: 0.00 0.06 0.54 5/194 23146
/proc/meminfo: memFree=27691532/32873844 swapFree=7628/7628
[pid=23146] ppid=23144 vsize=11586392 CPUtime=0.05 cores=0,2,4,6
/proc/23146/stat : 23146 (java) S 23144 23146 23082 0 -1 4202496 4523 0 1 0 4 1 0 0 20 0 18 0 333987316 11864465408 12375 33554432000 1073741824 1073778376 140735106790576 140735106781712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23146/statm: 2896598 12375 1778 9 0 2887285 0
[pid=23146/tid=23147] ppid=23144 vsize=11586392 CPUtime=0.04 cores=0,2,4,6
/proc/23146/task/23147/stat : 23147 (java) R 23144 23146 23082 0 -1 4202560 3314 0 1 0 3 1 0 0 20 0 18 0 333987317 11864465408 12375 33554432000 1073741824 1073778376 140735106790576 140401544112800 223655027981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586392

[startup+0.100327 s]
/proc/loadavg: 0.00 0.06 0.54 5/194 23146
/proc/meminfo: memFree=27691532/32873844 swapFree=7628/7628
[pid=23146] ppid=23144 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/23146/stat : 23146 (java) S 23144 23146 23082 0 -1 4202496 5374 0 1 0 8 2 0 0 20 0 18 0 333987316 11864465408 13218 33554432000 1073741824 1073778376 140735106790576 140735106781712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23146/statm: 2896598 13218 2116 9 0 2887285 0
[pid=23146/tid=23147] ppid=23144 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/23146/task/23147/stat : 23147 (java) R 23144 23146 23082 0 -1 4202560 3407 0 1 0 6 1 0 0 20 0 18 0 333987317 11864465408 13218 33554432000 1073741824 1073778376 140735106790576 140401544103768 223655027981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300186 s]
/proc/loadavg: 0.00 0.06 0.54 5/194 23146
/proc/meminfo: memFree=27691532/32873844 swapFree=7628/7628
[pid=23146] ppid=23144 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/23146/stat : 23146 (java) S 23144 23146 23082 0 -1 4202496 7117 0 1 0 56 2 0 0 20 0 22 0 333987316 12137111552 16340 33554432000 1073741824 1073778376 140735106790576 140735106781712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23146/statm: 2963162 16340 2232 9 0 2953849 0
[pid=23146/tid=23147] ppid=23144 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/23146/task/23147/stat : 23147 (java) S 23144 23146 23082 0 -1 4202560 3431 0 1 0 20 2 0 0 20 0 22 0 333987317 12137111552 16340 33554432000 1073741824 1073778376 140735106790576 140401544111256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 11852648

[startup+0.700212 s]
/proc/loadavg: 0.00 0.06 0.54 5/194 23146
/proc/meminfo: memFree=27691532/32873844 swapFree=7628/7628
[pid=23146] ppid=23144 vsize=11852648 CPUtime=2.19 cores=0,2,4,6
/proc/23146/stat : 23146 (java) S 23144 23146 23082 0 -1 4202496 19133 0 1 0 213 6 0 0 20 0 22 0 333987316 12137111552 28618 33554432000 1073741824 1073778376 140735106790576 140735106781712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23146/statm: 2963162 28618 2248 9 0 2953849 0
[pid=23146/tid=23147] ppid=23144 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/23146/task/23147/stat : 23147 (java) S 23144 23146 23082 0 -1 4202560 3431 0 1 0 20 2 0 0 20 0 22 0 333987317 12137111552 28545 33554432000 1073741824 1073778376 140735106790576 140401544111256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 11852648

[startup+1.50081 s]
/proc/loadavg: 0.00 0.06 0.54 6/220 23172
/proc/meminfo: memFree=27259860/32873844 swapFree=7628/7628
[pid=23146] ppid=23144 vsize=11852648 CPUtime=4.91 cores=0,2,4,6
/proc/23146/stat : 23146 (java) S 23144 23146 23082 0 -1 4202496 24782 0 2 0 481 10 0 0 20 0 22 0 333987316 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140735106781712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23146/statm: 2963162 71788 2280 9 0 2953849 0
[pid=23146/tid=23147] ppid=23144 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/23146/task/23147/stat : 23147 (java) S 23144 23146 23082 0 -1 4202560 3431 0 1 0 20 2 0 0 20 0 22 0 333987317 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401544111256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23149] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23149/stat : 23149 (java) S 23144 23146 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401381083944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23150] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23150/stat : 23150 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401380031144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23151] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23151/stat : 23151 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401378978856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23152] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23152/stat : 23152 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401377926056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23153] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23153/stat : 23153 (java) S 23144 23146 23082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401376872744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23154] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23154/stat : 23154 (java) S 23144 23146 23082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333987319 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401375819944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23155] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23155/stat : 23155 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987319 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401374767656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23156] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23156/stat : 23156 (java) S 23144 23146 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333987319 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401373714856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23157] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23157/stat : 23157 (java) S 23144 23146 23082 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 22 0 333987320 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401361517288 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23158] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23158/stat : 23158 (java) S 23144 23146 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333987320 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401360463352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23159] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23159/stat : 23159 (java) S 23144 23146 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987320 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401359410952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23160] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23160/stat : 23160 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987322 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401358359440 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23161] ppid=23144 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/23146/task/23161/stat : 23161 (java) S 23144 23146 23082 0 -1 4202560 10770 0 0 0 101 3 0 0 20 0 22 0 333987322 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401357306040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23162] ppid=23144 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/23146/task/23162/stat : 23162 (java) R 23144 23146 23082 0 -1 4202560 9135 0 1 0 111 2 0 0 20 0 22 0 333987322 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401356253240 223655015484 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23163] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23163/stat : 23163 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987322 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401355201144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23164] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23164/stat : 23164 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987322 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401354148552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23169] ppid=23144 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/23146/task/23169/stat : 23169 (java) R 23144 23146 23082 0 -1 4202560 33 0 0 0 122 0 0 0 20 0 22 0 333987341 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401353093928 140401416760320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23170] ppid=23144 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/23146/task/23170/stat : 23170 (java) R 23144 23146 23082 0 -1 4202560 159 0 0 0 118 4 0 0 20 0 22 0 333987341 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401352039472 140401416812744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23171] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23171/stat : 23171 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987341 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401350989480 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23172] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23172/stat : 23172 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987341 12137111552 71788 33554432000 1073741824 1073778376 140735106790576 140401349936680 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 11852648

[startup+3.10087 s]
/proc/loadavg: 0.00 0.06 0.54 3/217 23172
/proc/meminfo: memFree=26916660/32873844 swapFree=7628/7628
[pid=23146] ppid=23144 vsize=11852648 CPUtime=8.09 cores=0,2,4,6
/proc/23146/stat : 23146 (java) S 23144 23146 23082 0 -1 4202496 24892 0 2 0 795 14 0 0 20 0 22 0 333987316 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140735106781712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23146/statm: 2963162 118387 2280 9 0 2953849 0
[pid=23146/tid=23147] ppid=23144 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/23146/task/23147/stat : 23147 (java) S 23144 23146 23082 0 -1 4202560 3431 0 1 0 20 2 0 0 20 0 22 0 333987317 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401544111256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23149] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23149/stat : 23149 (java) S 23144 23146 23082 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401381083944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23150] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23150/stat : 23150 (java) S 23144 23146 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401380031144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23151] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23151/stat : 23151 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401378978856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23152] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23152/stat : 23152 (java) S 23144 23146 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401377926056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23153] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23153/stat : 23153 (java) S 23144 23146 23082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401376872744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23154] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23154/stat : 23154 (java) S 23144 23146 23082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333987319 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401375819944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23155] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23155/stat : 23155 (java) S 23144 23146 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 333987319 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401374767656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23156] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23156/stat : 23156 (java) S 23144 23146 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987319 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401373714856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23157] ppid=23144 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/23146/task/23157/stat : 23157 (java) S 23144 23146 23082 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 22 0 333987320 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401361517288 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23158] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23158/stat : 23158 (java) S 23144 23146 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333987320 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401360463352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23159] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23159/stat : 23159 (java) S 23144 23146 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987320 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401359410952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23160] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23160/stat : 23160 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987322 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401358359440 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23161] ppid=23144 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/23146/task/23161/stat : 23161 (java) S 23144 23146 23082 0 -1 4202560 10770 0 0 0 102 3 0 0 20 0 22 0 333987322 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401357306040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23162] ppid=23144 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/23146/task/23162/stat : 23162 (java) S 23144 23146 23082 0 -1 4202560 9136 0 1 0 112 2 0 0 20 0 22 0 333987322 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401356253240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23163] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23163/stat : 23163 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987322 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401355201144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23164] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23164/stat : 23164 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987322 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401354148552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23169] ppid=23144 vsize=11852648 CPUtime=2.75 cores=0,2,4,6
/proc/23146/task/23169/stat : 23169 (java) R 23144 23146 23082 0 -1 4202560 34 0 0 0 275 0 0 0 20 0 22 0 333987341 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401353093840 140401416847560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23170] ppid=23144 vsize=11852648 CPUtime=2.76 cores=0,2,4,6
/proc/23146/task/23170/stat : 23170 (java) R 23144 23146 23082 0 -1 4202560 241 0 0 0 269 7 0 0 20 0 22 0 333987341 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401352041016 140401416875790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23171] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23171/stat : 23171 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987341 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401350989480 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23172] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23172/stat : 23172 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987341 12137111552 118387 33554432000 1073741824 1073778376 140735106790576 140401349936680 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 11852648

[startup+6.30088 s]
/proc/loadavg: 0.16 0.09 0.54 3/194 23197
/proc/meminfo: memFree=27111808/32873844 swapFree=7628/7628
[pid=23146] ppid=23144 vsize=11852648 CPUtime=14.45 cores=0,2,4,6
/proc/23146/stat : 23146 (java) S 23144 23146 23082 0 -1 4202496 24995 0 2 0 1429 16 0 0 20 0 22 0 333987316 12137111552 160377 33554432000 1073741824 1073778376 140735106790576 140735106781712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23146/statm: 2963162 160377 2280 9 0 2953849 0
[pid=23146/tid=23147] ppid=23144 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/23146/task/23147/stat : 23147 (java) S 23144 23146 23082 0 -1 4202560 3431 0 1 0 20 2 0 0 20 0 22 0 333987317 12137111552 160377 33554432000 1073741824 1073778376 140735106790576 140401544111256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23149] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23149/stat : 23149 (java) S 23144 23146 23082 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 160377 33554432000 1073741824 1073778376 140735106790576 140401381083944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23150] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23150/stat : 23150 (java) S 23144 23146 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 160377 33554432000 1073741824 1073778376 140735106790576 140401380031144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23151] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23151/stat : 23151 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 160377 33554432000 1073741824 1073778376 140735106790576 140401378978856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23152] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23152/stat : 23152 (java) S 23144 23146 23082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 160377 33554432000 1073741824 1073778376 140735106790576 140401377926056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23153] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23153/stat : 23153 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987318 12137111552 160377 33554432000 1073741824 1073778376 140735106790576 140401376872744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23154] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23154/stat : 23154 (java) S 23144 23146 23082 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 333987319 12137111552 160377 33554432000 1073741824 1073778376 140735106790576 140401375819944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23155] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23155/stat : 23155 (java) S 23144 23146 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333987319 12137111552 160377 33554432000 1073741824 1073778376 140735106790576 140401374767656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23156] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23156/stat : 23156 (java) S 23144 23146 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987319 12137111552 160377 33554432000 1073741824 1073778376 140735106790576 140401373714856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=23146/tid=23163] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23163/stat : 23163 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987322 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401355201144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23164] ppid=23144 vsize=11852648 CPUtime=0.17 cores=0,2,4,6
/proc/23146/task/23164/stat : 23164 (java) S 23144 23146 23082 0 -1 4202560 29 0 0 0 7 10 0 0 20 0 22 0 333987322 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401354148552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23169] ppid=23144 vsize=11852648 CPUtime=450.45 cores=0,2,4,6
/proc/23146/task/23169/stat : 23169 (java) R 23144 23146 23082 0 -1 4202560 167 0 0 0 45037 8 0 0 20 0 22 0 333987341 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401353093840 140401416696997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23170] ppid=23144 vsize=11852648 CPUtime=450.42 cores=0,2,4,6
/proc/23146/task/23170/stat : 23170 (java) R 23144 23146 23082 0 -1 4202560 488 0 0 0 45020 22 0 0 20 0 22 0 333987341 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401352039264 140401416876011 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23171] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23171/stat : 23171 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987341 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401350989480 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23172] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23172/stat : 23172 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987341 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401349936680 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 946.08
Current children cumulated vsize (KiB) 11852648

[startup+488.701 s]
/proc/loadavg: 3.63 3.00 1.82 4/219 23233
/proc/meminfo: memFree=26049800/32873844 swapFree=7628/7628
[pid=23146] ppid=23144 vsize=11852648 CPUtime=947.53 cores=0,2,4,6
/proc/23146/stat : 23146 (java) S 23144 23146 23082 0 -1 4202496 27833 0 2 0 94706 47 0 0 20 0 22 0 333987316 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140735106781712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23146/statm: 2963162 250084 2281 9 0 2953849 0
[pid=23146/tid=23147] ppid=23144 vsize=11852648 CPUtime=0.24 cores=0,2,4,6
/proc/23146/task/23147/stat : 23147 (java) S 23144 23146 23082 0 -1 4202560 3507 0 1 0 21 3 0 0 20 0 22 0 333987317 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401544111256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23149] ppid=23144 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/23146/task/23149/stat : 23149 (java) S 23144 23146 23082 0 -1 4202560 67 0 0 0 92 2 0 0 20 0 22 0 333987318 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401381083944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23150] ppid=23144 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/23146/task/23150/stat : 23150 (java) S 23144 23146 23082 0 -1 4202560 60 0 0 0 85 2 0 0 20 0 22 0 333987318 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401380031144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23151] ppid=23144 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/23146/task/23151/stat : 23151 (java) S 23144 23146 23082 0 -1 4202560 61 0 0 0 90 2 0 0 20 0 22 0 333987318 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401378978856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23152] ppid=23144 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/23146/task/23152/stat : 23152 (java) S 23144 23146 23082 0 -1 4202560 82 0 0 0 91 2 0 0 20 0 22 0 333987318 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401377926056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23153] ppid=23144 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/23146/task/23153/stat : 23153 (java) S 23144 23146 23082 0 -1 4202560 67 0 0 0 89 2 0 0 20 0 22 0 333987318 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401376872744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23154] ppid=23144 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/23146/task/23154/stat : 23154 (java) S 23144 23146 23082 0 -1 4202560 92 0 0 0 91 2 0 0 20 0 22 0 333987319 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401375819944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23155] ppid=23144 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/23146/task/23155/stat : 23155 (java) S 23144 23146 23082 0 -1 4202560 80 0 0 0 89 0 0 0 20 0 22 0 333987319 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401374767656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23156] ppid=23144 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/23146/task/23156/stat : 23156 (java) S 23144 23146 23082 0 -1 4202560 67 0 0 0 88 2 0 0 20 0 22 0 333987319 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401373714856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23157] ppid=23144 vsize=11852648 CPUtime=35.09 cores=0,2,4,6
/proc/23146/task/23157/stat : 23157 (java) S 23144 23146 23082 0 -1 4202560 129 0 0 0 3505 4 0 0 20 0 22 0 333987320 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401361517288 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23158] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23158/stat : 23158 (java) S 23144 23146 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333987320 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401360463352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23159] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23159/stat : 23159 (java) S 23144 23146 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333987320 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401359410952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23160] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23160/stat : 23160 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987322 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401358359440 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23161] ppid=23144 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/23146/task/23161/stat : 23161 (java) S 23144 23146 23082 0 -1 4202560 10771 0 0 0 105 3 0 0 20 0 22 0 333987322 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401357306040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23162] ppid=23144 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/23146/task/23162/stat : 23162 (java) S 23144 23146 23082 0 -1 4202560 10978 0 1 0 160 2 0 0 20 0 22 0 333987322 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401356253240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23163] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23163/stat : 23163 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987322 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401355201144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23164] ppid=23144 vsize=11852648 CPUtime=0.17 cores=0,2,4,6
/proc/23146/task/23164/stat : 23164 (java) S 23144 23146 23082 0 -1 4202560 29 0 0 0 7 10 0 0 20 0 22 0 333987322 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401354148552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23169] ppid=23144 vsize=11852648 CPUtime=451.07 cores=0,2,4,6
/proc/23146/task/23169/stat : 23169 (java) R 23144 23146 23082 0 -1 4202560 168 0 0 0 45099 8 0 0 20 0 22 0 333987341 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401353093840 140401416860288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23170] ppid=23144 vsize=11852648 CPUtime=451.05 cores=0,2,4,6
/proc/23146/task/23170/stat : 23170 (java) R 23144 23146 23082 0 -1 4202560 488 0 0 0 45083 22 0 0 20 0 22 0 333987341 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401352038944 140401416875664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23171] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23171/stat : 23171 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987341 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401350989480 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23172] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23172/stat : 23172 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987341 12137111552 250084 33554432000 1073741824 1073778376 140735106790576 140401349936680 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 947.53
Current children cumulated vsize (KiB) 11852648

[startup+489.101 s]
/proc/loadavg: 3.63 3.00 1.82 4/219 23233
/proc/meminfo: memFree=26049800/32873844 swapFree=7628/7628
[pid=23146] ppid=23144 vsize=11852648 CPUtime=948.25 cores=0,2,4,6
/proc/23146/stat : 23146 (java) S 23144 23146 23082 0 -1 4202496 27834 0 2 0 94771 54 0 0 20 0 20 0 333987316 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140735106781712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23146/statm: 2963162 250079 2282 9 0 2953849 0
[pid=23146/tid=23147] ppid=23144 vsize=11852648 CPUtime=0.24 cores=0,2,4,6
/proc/23146/task/23147/stat : 23147 (java) S 23144 23146 23082 0 -1 4202560 3507 0 1 0 21 3 0 0 20 0 20 0 333987317 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401544111256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23149] ppid=23144 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/23146/task/23149/stat : 23149 (java) S 23144 23146 23082 0 -1 4202560 67 0 0 0 92 2 0 0 20 0 20 0 333987318 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401381083944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23150] ppid=23144 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/23146/task/23150/stat : 23150 (java) S 23144 23146 23082 0 -1 4202560 60 0 0 0 85 2 0 0 20 0 20 0 333987318 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401380031144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23151] ppid=23144 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/23146/task/23151/stat : 23151 (java) S 23144 23146 23082 0 -1 4202560 61 0 0 0 90 2 0 0 20 0 20 0 333987318 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401378978856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23152] ppid=23144 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/23146/task/23152/stat : 23152 (java) S 23144 23146 23082 0 -1 4202560 82 0 0 0 91 2 0 0 20 0 20 0 333987318 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401377926056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23153] ppid=23144 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/23146/task/23153/stat : 23153 (java) S 23144 23146 23082 0 -1 4202560 67 0 0 0 89 2 0 0 20 0 20 0 333987318 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401376872744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23154] ppid=23144 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/23146/task/23154/stat : 23154 (java) S 23144 23146 23082 0 -1 4202560 92 0 0 0 91 2 0 0 20 0 20 0 333987319 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401375819944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23155] ppid=23144 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/23146/task/23155/stat : 23155 (java) S 23144 23146 23082 0 -1 4202560 80 0 0 0 89 0 0 0 20 0 20 0 333987319 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401374767656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23156] ppid=23144 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/23146/task/23156/stat : 23156 (java) S 23144 23146 23082 0 -1 4202560 67 0 0 0 88 2 0 0 20 0 20 0 333987319 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401373714856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23157] ppid=23144 vsize=11852648 CPUtime=35.09 cores=0,2,4,6
/proc/23146/task/23157/stat : 23157 (java) S 23144 23146 23082 0 -1 4202560 129 0 0 0 3505 4 0 0 20 0 20 0 333987320 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401361517288 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23158] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23158/stat : 23158 (java) S 23144 23146 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 333987320 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401360463352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23159] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23159/stat : 23159 (java) S 23144 23146 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 333987320 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401359410952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23160] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23160/stat : 23160 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 333987322 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401358359440 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23161] ppid=23144 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/23146/task/23161/stat : 23161 (java) S 23144 23146 23082 0 -1 4202560 10771 0 0 0 105 3 0 0 20 0 20 0 333987322 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401357306040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23162] ppid=23144 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/23146/task/23162/stat : 23162 (java) S 23144 23146 23082 0 -1 4202560 10978 0 1 0 160 2 0 0 20 0 20 0 333987322 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401356253240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23163] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23163/stat : 23163 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 333987322 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401355201144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23164] ppid=23144 vsize=11852648 CPUtime=0.17 cores=0,2,4,6
/proc/23146/task/23164/stat : 23164 (java) S 23144 23146 23082 0 -1 4202560 29 0 0 0 7 10 0 0 20 0 20 0 333987322 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401354148552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23170] ppid=23144 vsize=11852648 CPUtime=451.45 cores=0,2,4,6
/proc/23146/task/23170/stat : 23170 (java) R 23144 23146 23082 0 -1 4202560 488 0 0 0 45123 22 0 0 20 0 20 0 333987341 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401352038944 140401416812768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23172] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23172/stat : 23172 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 333987341 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401349936680 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 948.25
Current children cumulated vsize (KiB) 11852648

[startup+489.507 s]
/proc/loadavg: 3.63 3.00 1.82 4/217 23233
/proc/meminfo: memFree=26049676/32873844 swapFree=7628/7628
[pid=23146] ppid=23144 vsize=11852648 CPUtime=948.65 cores=0,2,4,6
/proc/23146/stat : 23146 (java) S 23144 23146 23082 0 -1 4202496 27835 0 2 0 94811 54 0 0 20 0 20 0 333987316 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140735106781712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23146/statm: 2963162 250079 2282 9 0 2953849 0
[pid=23146/tid=23147] ppid=23144 vsize=11852648 CPUtime=0.24 cores=0,2,4,6
/proc/23146/task/23147/stat : 23147 (java) S 23144 23146 23082 0 -1 4202560 3508 0 1 0 21 3 0 0 20 0 20 0 333987317 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401544111256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23149] ppid=23144 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/23146/task/23149/stat : 23149 (java) S 23144 23146 23082 0 -1 4202560 67 0 0 0 92 2 0 0 20 0 20 0 333987318 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401381083944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23150] ppid=23144 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/23146/task/23150/stat : 23150 (java) S 23144 23146 23082 0 -1 4202560 60 0 0 0 85 2 0 0 20 0 20 0 333987318 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401380031144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23151] ppid=23144 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/23146/task/23151/stat : 23151 (java) S 23144 23146 23082 0 -1 4202560 61 0 0 0 90 2 0 0 20 0 20 0 333987318 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401378978856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23152] ppid=23144 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/23146/task/23152/stat : 23152 (java) S 23144 23146 23082 0 -1 4202560 82 0 0 0 91 2 0 0 20 0 20 0 333987318 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401377926056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23153] ppid=23144 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/23146/task/23153/stat : 23153 (java) S 23144 23146 23082 0 -1 4202560 67 0 0 0 89 2 0 0 20 0 20 0 333987318 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401376872744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23154] ppid=23144 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/23146/task/23154/stat : 23154 (java) S 23144 23146 23082 0 -1 4202560 92 0 0 0 91 2 0 0 20 0 20 0 333987319 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401375819944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23155] ppid=23144 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/23146/task/23155/stat : 23155 (java) S 23144 23146 23082 0 -1 4202560 80 0 0 0 89 0 0 0 20 0 20 0 333987319 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401374767656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23156] ppid=23144 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/23146/task/23156/stat : 23156 (java) S 23144 23146 23082 0 -1 4202560 67 0 0 0 88 2 0 0 20 0 20 0 333987319 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401373714856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23157] ppid=23144 vsize=11852648 CPUtime=35.09 cores=0,2,4,6
/proc/23146/task/23157/stat : 23157 (java) S 23144 23146 23082 0 -1 4202560 129 0 0 0 3505 4 0 0 20 0 20 0 333987320 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401361517288 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23146/tid=23158] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23158/stat : 23158 (java) S 23144 23146 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 333987320 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401360463352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23159] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23159/stat : 23159 (java) S 23144 23146 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 333987320 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401359410952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23160] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23160/stat : 23160 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 333987322 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401358359440 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23161] ppid=23144 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/23146/task/23161/stat : 23161 (java) S 23144 23146 23082 0 -1 4202560 10771 0 0 0 105 3 0 0 20 0 20 0 333987322 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401357306040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23162] ppid=23144 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/23146/task/23162/stat : 23162 (java) S 23144 23146 23082 0 -1 4202560 10978 0 1 0 160 2 0 0 20 0 20 0 333987322 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401356253240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23146/tid=23163] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23163/stat : 23163 (java) S 23144 23146 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 333987322 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401355201144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23146/tid=23164] ppid=23144 vsize=11852648 CPUtime=0.17 cores=0,2,4,6
/proc/23146/task/23164/stat : 23164 (java) S 23144 23146 23082 0 -1 4202560 29 0 0 0 7 10 0 0 20 0 20 0 333987322 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401354148552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23170] ppid=23144 vsize=11852648 CPUtime=451.85 cores=0,2,4,6
/proc/23146/task/23170/stat : 23170 (java) R 23144 23146 23082 0 -1 4202560 488 0 0 0 45163 22 0 0 20 0 20 0 333987341 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401352039232 140401416792752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23146/tid=23172] ppid=23144 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23146/task/23172/stat : 23172 (java) S 23144 23146 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 333987341 12137111552 250079 33554432000 1073741824 1073778376 140735106790576 140401349936680 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 948.65
Current children cumulated vsize (KiB) 11852648

[startup+489.601 s]
/proc/loadavg: 3.63 3.00 1.82 4/217 23233
/proc/meminfo: memFree=26049676/32873844 swapFree=7628/7628
[pid=23146] ppid=23144 vsize=0 CPUtime=949.01 cores=0,2,4,6
/proc/23146/stat : 23146 (java) Z 23144 23146 23082 0 -1 4203532 27853 0 2 0 94820 81 0 0 20 0 2 0 333987316 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23146/statm: 0 0 0 0 0 0 0
[pid=23146/tid=23162] ppid=23144 vsize=0 CPUtime=1.63 cores=0,2,4,6
/proc/23146/task/23162/stat : 23162 (java) R 23144 23146 23082 0 -1 4203588 10982 0 1 0 161 2 0 0 20 0 2 0 333987322 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 949.01
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 489.604
CPU time (s): 949.02
CPU user time (s): 948.197
CPU system time (s): 0.822874
CPU usage (%): 193.834
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 948.197
system time used= 0.822874
maximum resident set size= 1000344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27853
page faults= 2
swaps= 0
block input operations= 272
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18560
involuntary context switches= 19313

runsolver used 1.79573 second user time and 5.45017 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 01:10:24
IDJOB=3728987
IDBENCH=1158
IDSOLVER=2328
FILE ID=node144/3728987-1338678624
RUNJOBID= node144-1338678623-23101
PBS_JOBID= 14636669
Free space on /tmp= 70836 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728987-1338678624/watcher-3728987-1338678624 -o /tmp/evaluation-result-3728987-1338678624/solver-3728987-1338678624 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3728987-1338678624.opb

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

MD5SUM BENCH= bde651356fbc7760944c2b16aa27f15d
RANDOM SEED=576673860

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27694028 kB
Buffers:          625088 kB
Cached:          3617184 kB
SwapCached:          464 kB
Active:          2448392 kB
Inactive:        1862984 kB
Active(anon):      51960 kB
Inactive(anon):    11196 kB
Active(file):    2396432 kB
Inactive(file):  1851788 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108376 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:         29028 kB
Mapped:            21660 kB
Shmem:               172 kB
Slab:             724580 kB
SReclaimable:     166960 kB
SUnreclaim:       557620 kB
KernelStack:        1400 kB
PageTables:         3804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10452552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 01:18:34