Trace number 3729048

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT 784.404 400.985

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14ls.opb
MD5SUM8999d4ddd4825a5d620fe0a3c798bc24
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 benchmark1.3408
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c ManyCore solver with 2 solvers running in parallel
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	
0.00/0.10	c solving HOME/instance-3729048-1338727210.opb
0.00/0.10	c reading problem ... 
0.11/0.19	c ... done. Wall clock time 0.097s.
0.11/0.19	c #vars     316
0.11/0.19	c #constraints  476
0.11/0.19	c constraints type 
0.11/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108
0.11/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.11/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 166
0.11/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 200
0.11/0.20	c constraints type 
0.11/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 166
0.11/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
0.11/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.11/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 200
3.43/1.00	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.84/1.64	c cleaning 4250 clauses out of 8500 with flag 11001/11001
6.42/2.48	c cleaning 5624 clauses out of 11251 with flag 18002/18002
9.01/3.78	c cleaning 6802 clauses out of 13625 with flag 26000/26000
12.22/5.37	c cleaning 7909 clauses out of 15823 with flag 35000/35000
16.05/7.28	c cleaning 8953 clauses out of 17914 with flag 45000/45000
20.06/9.20	c cleaning 9479 clauses out of 18961 with flag 55000/55000
24.21/11.33	c cleaning 9742 clauses out of 19487 with flag 65005/65005
28.59/13.53	c cleaning 9868 clauses out of 19740 with flag 75000/75000
32.39/15.44	c cleaning 9935 clauses out of 19873 with flag 85001/85001
36.14/17.30	c cleaning 9967 clauses out of 19938 with flag 95001/95001
40.30/19.48	c cleaning 9980 clauses out of 19970 with flag 105000/105000
45.28/21.90	c cleaning 9994 clauses out of 19993 with flag 115003/115003
50.09/24.39	c cleaning 9995 clauses out of 19996 with flag 125000/125000
54.84/26.73	c cleaning 9998 clauses out of 20002 with flag 135001/135001
60.20/29.42	c cleaning 9998 clauses out of 20004 with flag 145001/145001
64.92/31.90	c cleaning 10000 clauses out of 20006 with flag 155001/155001
69.29/34.08	c cleaning 9999 clauses out of 20005 with flag 165000/165000
74.05/36.48	c cleaning 9988 clauses out of 20006 with flag 175000/175000
77.98/38.48	c cleaning 10003 clauses out of 20018 with flag 185000/185000
82.30/40.70	c cleaning 10004 clauses out of 20016 with flag 195001/195001
86.66/42.81	c cleaning 10002 clauses out of 20011 with flag 205000/205000
90.83/44.99	c cleaning 10001 clauses out of 20010 with flag 215001/215001
95.20/47.12	c cleaning 10001 clauses out of 20011 with flag 225003/225003
99.75/49.44	c cleaning 10001 clauses out of 20009 with flag 235002/235002
104.31/51.76	c cleaning 9999 clauses out of 20010 with flag 245004/245004
109.06/54.12	c cleaning 9999 clauses out of 20008 with flag 255001/255001
114.01/56.63	c cleaning 9994 clauses out of 20009 with flag 265001/265001
118.11/58.71	c cleaning 10001 clauses out of 20014 with flag 275000/275000
122.04/60.71	c cleaning 10003 clauses out of 20013 with flag 285000/285000
126.01/62.77	c cleaning 10001 clauses out of 20011 with flag 295001/295001
130.35/64.93	c cleaning 10003 clauses out of 20011 with flag 305002/305002
134.85/67.25	c cleaning 10001 clauses out of 20010 with flag 315004/315004
139.20/69.45	c cleaning 9999 clauses out of 20007 with flag 325002/325002
143.54/71.65	c cleaning 9999 clauses out of 20008 with flag 335002/335002
148.06/73.94	c cleaning 9999 clauses out of 20008 with flag 345001/345001
151.95/75.93	c cleaning 10001 clauses out of 20011 with flag 355003/355003
156.28/78.17	c cleaning 10000 clauses out of 20011 with flag 365004/365004
161.40/80.73	c cleaning 9996 clauses out of 20007 with flag 375000/375000
166.53/83.36	c cleaning 10000 clauses out of 20011 with flag 385000/385000
172.03/86.14	c cleaning 10003 clauses out of 20013 with flag 395002/395002
176.77/88.54	c cleaning 9995 clauses out of 20009 with flag 405001/405001
181.10/90.71	c cleaning 9999 clauses out of 20014 with flag 415001/415001
185.43/92.90	c cleaning 10005 clauses out of 20016 with flag 425002/425002
189.90/95.24	c cleaning 10000 clauses out of 20009 with flag 435000/435000
194.45/97.52	c cleaning 9999 clauses out of 20009 with flag 445000/445000
198.60/99.69	c cleaning 10001 clauses out of 20012 with flag 455002/455002
203.14/101.93	c cleaning 10002 clauses out of 20012 with flag 465003/465003
207.61/104.23	c cleaning 9997 clauses out of 20008 with flag 475001/475001
210.96/105.98	c cleaning 0 clauses out of 5002 with flag 0/5002
212.57/106.54	c cleaning 10003 clauses out of 20014 with flag 485004/485004
217.14/108.81	c cleaning 10000 clauses out of 20010 with flag 495003/495003
222.34/111.36	c cleaning 10003 clauses out of 20012 with flag 505005/505005
226.87/113.68	c cleaning 9997 clauses out of 20005 with flag 515001/515001
231.80/116.13	c cleaning 9999 clauses out of 20007 with flag 525000/525000
236.72/118.62	c cleaning 9992 clauses out of 20008 with flag 535000/535000
240.98/120.86	c cleaning 10006 clauses out of 20021 with flag 545005/545005
245.72/123.29	c cleaning 10000 clauses out of 20011 with flag 555001/555001
250.85/125.90	c cleaning 10000 clauses out of 20012 with flag 565002/565002
255.99/128.44	c cleaning 10001 clauses out of 20010 with flag 575000/575000
260.87/130.95	c cleaning 10001 clauses out of 20011 with flag 585002/585002
265.98/133.50	c cleaning 9992 clauses out of 20011 with flag 595003/595003
271.11/136.17	c cleaning 10004 clauses out of 20016 with flag 605000/605000
276.25/138.74	c cleaning 10003 clauses out of 20012 with flag 615000/615000
281.10/141.20	c cleaning 9999 clauses out of 20013 with flag 625004/625004
286.20/143.87	c cleaning 10001 clauses out of 20012 with flag 635002/635002
291.15/146.31	c cleaning 10001 clauses out of 20011 with flag 645002/645002
295.86/148.76	c cleaning 10001 clauses out of 20010 with flag 655002/655002
301.32/151.56	c cleaning 10000 clauses out of 20008 with flag 665001/665001
306.45/154.11	c cleaning 9998 clauses out of 20007 with flag 675000/675000
311.35/156.64	c cleaning 10002 clauses out of 20014 with flag 685005/685005
315.66/158.88	c cleaning 10000 clauses out of 20010 with flag 695003/695003
320.71/161.44	c cleaning 9997 clauses out of 20007 with flag 705000/705000
325.63/163.92	c cleaning 9999 clauses out of 20010 with flag 715000/715000
330.36/166.30	c cleaning 10004 clauses out of 20011 with flag 725000/725000
334.88/168.68	c cleaning 9999 clauses out of 20007 with flag 735000/735000
339.54/171.06	c cleaning 10001 clauses out of 20009 with flag 745001/745001
344.45/173.52	c cleaning 9999 clauses out of 20008 with flag 755001/755001
349.38/176.01	c cleaning 9998 clauses out of 20010 with flag 765002/765002
354.47/178.60	c cleaning 9999 clauses out of 20010 with flag 775000/775000
359.51/181.20	c cleaning 10001 clauses out of 20013 with flag 785002/785002
364.63/183.87	c cleaning 10001 clauses out of 20012 with flag 795002/795002
369.55/186.37	c cleaning 10001 clauses out of 20012 with flag 805003/805003
374.67/188.98	c cleaning 10002 clauses out of 20013 with flag 815005/815005
380.13/191.72	c cleaning 9999 clauses out of 20008 with flag 825002/825002
385.06/194.28	c cleaning 9999 clauses out of 20008 with flag 835001/835001
390.37/196.98	c cleaning 10000 clauses out of 20011 with flag 845003/845003
395.67/199.61	c cleaning 9997 clauses out of 20008 with flag 855000/855000
400.52/202.17	c cleaning 10004 clauses out of 20016 with flag 865005/865005
405.05/204.46	c cleaning 9998 clauses out of 20007 with flag 875000/875000
409.98/206.93	c cleaning 10000 clauses out of 20009 with flag 885000/885000
413.70/208.87	c cleaning 10000 clauses out of 20009 with flag 895000/895000
417.54/210.81	c cleaning 10002 clauses out of 20011 with flag 905002/905002
420.85/212.54	c cleaning 10002 clauses out of 20008 with flag 915001/915001
424.17/214.28	c cleaning 9997 clauses out of 20006 with flag 925001/925001
427.68/216.05	c cleaning 10001 clauses out of 20012 with flag 935004/935004
431.72/218.11	c cleaning 10000 clauses out of 20010 with flag 945003/945003
434.85/219.77	c cleaning 10002 clauses out of 20007 with flag 955000/955000
438.55/221.63	c cleaning 10000 clauses out of 20007 with flag 965002/965002
442.25/223.55	c cleaning 9998 clauses out of 20006 with flag 975001/975001
445.89/225.46	c cleaning 9999 clauses out of 20007 with flag 985000/985000
449.42/227.21	c cleaning 10000 clauses out of 20008 with flag 995000/995000
453.11/229.14	c cleaning 9999 clauses out of 20009 with flag 1005001/1005001
456.83/231.06	c cleaning 10002 clauses out of 20010 with flag 1015001/1015001
460.65/233.04	c cleaning 10001 clauses out of 20009 with flag 1025002/1025002
464.15/234.82	c cleaning 10000 clauses out of 20008 with flag 1035002/1035002
467.67/236.66	c cleaning 9998 clauses out of 20007 with flag 1045001/1045001
471.17/238.49	c cleaning 10001 clauses out of 20011 with flag 1055003/1055003
474.79/240.37	c cleaning 10003 clauses out of 20011 with flag 1065004/1065004
478.49/242.27	c cleaning 10000 clauses out of 20005 with flag 1075001/1075001
482.62/244.35	c cleaning 9997 clauses out of 20008 with flag 1085004/1085004
486.51/246.37	c cleaning 9998 clauses out of 20010 with flag 1095003/1095003
490.14/248.29	c cleaning 10001 clauses out of 20009 with flag 1105000/1105000
493.85/250.12	c cleaning 10000 clauses out of 20008 with flag 1115000/1115000
497.56/252.03	c cleaning 9998 clauses out of 20008 with flag 1125000/1125000
501.05/253.87	c cleaning 10001 clauses out of 20011 with flag 1135001/1135001
505.07/255.93	c cleaning 9995 clauses out of 20010 with flag 1145001/1145001
508.58/257.78	c cleaning 10002 clauses out of 20014 with flag 1155000/1155000
512.09/259.56	c cleaning 10001 clauses out of 20013 with flag 1165001/1165001
515.38/261.28	c cleaning 10001 clauses out of 20011 with flag 1175000/1175000
519.00/263.13	c cleaning 9999 clauses out of 20010 with flag 1185000/1185000
522.71/265.04	c cleaning 10000 clauses out of 20011 with flag 1195000/1195000
526.21/266.89	c cleaning 9999 clauses out of 20013 with flag 1205002/1205002
530.12/268.87	c cleaning 9997 clauses out of 20012 with flag 1215000/1215000
533.93/270.81	c cleaning 10002 clauses out of 20015 with flag 1225000/1225000
537.64/272.70	c cleaning 10004 clauses out of 20016 with flag 1235003/1235003
541.54/274.72	c cleaning 10001 clauses out of 20012 with flag 1245003/1245003
545.24/276.63	c cleaning 10000 clauses out of 20011 with flag 1255003/1255003
549.07/278.63	c cleaning 10001 clauses out of 20009 with flag 1265001/1265001
552.79/280.57	c cleaning 10000 clauses out of 20007 with flag 1275000/1275000
556.50/282.42	c cleaning 10001 clauses out of 20013 with flag 1285006/1285006
560.00/284.28	c cleaning 10001 clauses out of 20006 with flag 1295000/1295000
564.02/286.39	c cleaning 9997 clauses out of 20006 with flag 1305001/1305001
567.92/288.33	c cleaning 9997 clauses out of 20008 with flag 1315000/1315000
571.61/290.27	c cleaning 10001 clauses out of 20012 with flag 1325001/1325001
575.90/292.40	c cleaning 9996 clauses out of 20010 with flag 1335000/1335000
579.92/294.56	c cleaning 9996 clauses out of 20014 with flag 1345000/1345000
583.83/296.50	c cleaning 9997 clauses out of 20018 with flag 1355000/1355000
587.52/298.45	c cleaning 10008 clauses out of 20021 with flag 1365000/1365000
591.24/300.33	c cleaning 10005 clauses out of 20016 with flag 1375003/1375003
595.05/302.32	c cleaning 10002 clauses out of 20009 with flag 1385001/1385001
598.56/304.11	c cleaning 9998 clauses out of 20007 with flag 1395001/1395001
602.08/305.92	c cleaning 9996 clauses out of 20009 with flag 1405001/1405001
605.74/307.87	c cleaning 9996 clauses out of 20012 with flag 1415000/1415000
609.55/309.84	c cleaning 10004 clauses out of 20017 with flag 1425001/1425001
613.25/311.70	c cleaning 10000 clauses out of 20012 with flag 1435000/1435000
616.77/313.57	c cleaning 10002 clauses out of 20013 with flag 1445001/1445001
620.47/315.45	c cleaning 10001 clauses out of 20010 with flag 1455000/1455000
624.28/317.49	c cleaning 9999 clauses out of 20010 with flag 1465001/1465001
627.77/319.25	c cleaning 10001 clauses out of 20010 with flag 1475000/1475000
631.50/321.12	c cleaning 10001 clauses out of 20009 with flag 1485000/1485000
635.21/323.09	c cleaning 10001 clauses out of 20009 with flag 1495001/1495001
639.02/325.03	c cleaning 10001 clauses out of 20008 with flag 1505001/1505001
642.53/326.89	c cleaning 9999 clauses out of 20006 with flag 1515000/1515000
646.20/328.75	c cleaning 9996 clauses out of 20007 with flag 1525000/1525000
649.89/330.64	c cleaning 10002 clauses out of 20011 with flag 1535000/1535000
654.10/332.80	c cleaning 10001 clauses out of 20009 with flag 1545000/1545000
657.81/334.76	c cleaning 9996 clauses out of 20008 with flag 1555000/1555000
661.32/336.60	c cleaning 10006 clauses out of 20022 with flag 1565010/1565010
665.01/338.49	c cleaning 10002 clauses out of 20011 with flag 1575005/1575005
668.82/340.41	c cleaning 9996 clauses out of 20004 with flag 1585000/1585000
672.50/342.32	c cleaning 10002 clauses out of 20012 with flag 1595004/1595004
676.20/344.20	c cleaning 9996 clauses out of 20006 with flag 1605000/1605000
679.69/346.02	c cleaning 9998 clauses out of 20010 with flag 1615000/1615000
683.29/347.95	c cleaning 10002 clauses out of 20014 with flag 1625002/1625002
686.78/349.78	c cleaning 10001 clauses out of 20011 with flag 1635001/1635001
690.50/351.61	c cleaning 10000 clauses out of 20009 with flag 1645000/1645000
694.00/353.48	c cleaning 10000 clauses out of 20010 with flag 1655001/1655001
697.59/355.38	c cleaning 10001 clauses out of 20009 with flag 1665000/1665000
701.48/357.33	c cleaning 10000 clauses out of 20009 with flag 1675001/1675001
705.16/359.27	c cleaning 9999 clauses out of 20008 with flag 1685000/1685000
708.65/361.09	c cleaning 10003 clauses out of 20011 with flag 1695002/1695002
712.68/363.12	c cleaning 9998 clauses out of 20006 with flag 1705000/1705000
716.35/365.04	c cleaning 9998 clauses out of 20008 with flag 1715000/1715000
719.89/366.83	c cleaning 10002 clauses out of 20015 with flag 1725005/1725005
723.59/368.74	c cleaning 9995 clauses out of 20008 with flag 1735000/1735000
727.22/370.64	c cleaning 9999 clauses out of 20013 with flag 1745000/1745000
730.73/372.44	c cleaning 10001 clauses out of 20014 with flag 1755000/1755000
734.01/374.18	c cleaning 10000 clauses out of 20013 with flag 1765000/1765000
736.88/375.64	c cleaning 10000 clauses out of 20013 with flag 1775000/1775000
739.66/377.11	c cleaning 10001 clauses out of 20014 with flag 1785001/1785001
742.54/378.69	c cleaning 9998 clauses out of 20012 with flag 1795000/1795000
746.23/380.51	c cleaning 10003 clauses out of 20016 with flag 1805002/1805002
749.50/382.21	c cleaning 10002 clauses out of 20014 with flag 1815003/1815003
752.89/384.06	c cleaning 9999 clauses out of 20009 with flag 1825000/1825000
755.96/385.66	c cleaning 10001 clauses out of 20011 with flag 1835001/1835001
759.05/387.26	c cleaning 10000 clauses out of 20010 with flag 1845001/1845001
762.31/388.97	c cleaning 10000 clauses out of 20009 with flag 1855000/1855000
766.09/390.99	c cleaning 10000 clauses out of 20009 with flag 1865000/1865000
770.01/392.95	c cleaning 9999 clauses out of 20009 with flag 1875000/1875000
773.69/394.86	c cleaning 10004 clauses out of 20017 with flag 1885007/1885007
777.57/396.84	c cleaning 10001 clauses out of 20008 with flag 1895002/1895002
781.14/398.78	c cleaning 9999 clauses out of 20006 with flag 1905001/1905001
783.64/400.07	c And the winner is Resolution
784.15/400.95	c starts		: 210
784.15/400.95	c conflicts		: 1913567
784.15/400.95	c decisions		: 3125035
784.15/400.95	c propagations		: 66706222
784.15/400.95	c inspects		: 2258343646
784.15/400.95	c learnt literals	: 0
784.15/400.95	c learnt binary clauses	: 0
784.15/400.95	c learnt ternary clauses	: 0
784.15/400.95	c learnt clauses	: 1913567
784.15/400.95	c ignored clauses	: 0
784.15/400.95	c root simplifications	: 0
784.15/400.95	c removed literals (reason simplification)	: 69150882
784.15/400.95	c reason swapping (by a shorter reason)	: 0
784.15/400.95	c Calls to reduceDB	: 192
784.15/400.95	c number of reductions to clauses (during analyze)	: 0
784.15/400.95	c number of learned constraints concerned by reduction	: 0
784.15/400.95	c number of learning phase by resolution	: 0
784.15/400.95	c number of learning phase by cutting planes	: 0
784.15/400.95	c speed (assignments/second)	: 166452.20871709008
784.15/400.95	c non guided choices	44
784.15/400.96	c learnt constraints type 
784.15/400.96	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18573
784.15/400.96	c constraints type 
784.15/400.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108
784.15/400.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
784.15/400.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 166
784.15/400.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 200
784.15/400.96	c constraints type 
784.15/400.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 166
784.15/400.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
784.15/400.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
784.15/400.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 200
784.15/400.96	s SATISFIABLE
784.15/400.97	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 
784.15/400.97	c Total wall clock time (in seconds): 400.867

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-3729048-1338727210/watcher-3729048-1338727210 -o /tmp/evaluation-result-3729048-1338727210/solver-3729048-1338727210 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729048-1338727210.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: 3.61 3.53 2.78 4/198 10475
/proc/meminfo: memFree=31022912/32873648 swapFree=7628/7628
[pid=10475] ppid=10473 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10475/stat : 10475 (java) S 10473 10475 3958 0 -1 4202496 1277 0 0 0 0 0 0 0 20 0 2 0 338846995 98570240 979 33554432000 1073741824 1073778376 140737125136912 140737125128048 217413877821 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10475/statm: 24065 979 745 9 0 16771 0
[pid=10475/tid=10476] ppid=10473 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10476/stat : 10476 (java) R 10473 10475 3958 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 338846996 98570240 979 33554432000 1073741824 1073778376 140737125136912 140294172962344 217410520448 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10307 s]
/proc/loadavg: 3.61 3.53 2.78 4/198 10475
/proc/meminfo: memFree=31022912/32873648 swapFree=7628/7628
[pid=10475] ppid=10473 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/10475/stat : 10475 (java) S 10473 10475 3958 0 -1 4202496 4868 0 1 0 10 1 0 0 20 0 18 0 338846995 2764726272 6530 33554432000 1073741824 1073778376 140737125136912 140737125128048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10475/statm: 674982 6530 2153 9 0 665676 0
[pid=10475/tid=10476] ppid=10473 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/10475/task/10476/stat : 10476 (java) R 10473 10475 3958 0 -1 4202560 2800 0 1 0 7 1 0 0 20 0 18 0 338846996 2764726272 6530 33554432000 1073741824 1073778376 140737125136912 140294172957392 217413903533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.200224 s]
/proc/loadavg: 3.61 3.53 2.78 4/198 10475
/proc/meminfo: memFree=31022912/32873648 swapFree=7628/7628
[pid=10475] ppid=10473 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/10475/stat : 10475 (java) S 10473 10475 3958 0 -1 4202496 5277 0 1 0 26 1 0 0 20 0 18 0 338846995 2764726272 7375 33554432000 1073741824 1073778376 140737125136912 140737125128048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10475/statm: 674982 7375 2208 9 0 665676 0
[pid=10475/tid=10476] ppid=10473 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/10475/task/10476/stat : 10476 (java) R 10473 10475 3958 0 -1 4202560 2816 0 1 0 16 2 0 0 20 0 18 0 338846996 2764726272 7375 33554432000 1073741824 1073778376 140737125136912 140294172957392 217410190653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 2699928

[startup+0.300212 s]
/proc/loadavg: 3.61 3.53 2.78 4/198 10475
/proc/meminfo: memFree=31022912/32873648 swapFree=7628/7628
[pid=10475] ppid=10473 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/10475/stat : 10475 (java) S 10473 10475 3958 0 -1 4202496 9331 0 1 0 64 2 0 0 20 0 22 0 338846995 3037372416 11393 33554432000 1073741824 1073778376 140737125136912 140737125128048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10475/statm: 741546 11393 2233 9 0 732240 0
[pid=10475/tid=10476] ppid=10473 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/10475/task/10476/stat : 10476 (java) S 10473 10475 3958 0 -1 4202560 2820 0 1 0 17 2 0 0 20 0 22 0 338846996 3037372416 11393 33554432000 1073741824 1073778376 140737125136912 140294172968088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 2966184

[startup+0.700201 s]
/proc/loadavg: 3.61 3.53 2.78 4/198 10475
/proc/meminfo: memFree=31022912/32873648 swapFree=7628/7628
[pid=10475] ppid=10473 vsize=2966184 CPUtime=2.26 cores=0,2,4,6
/proc/10475/stat : 10475 (java) S 10473 10475 3958 0 -1 4202496 15580 0 1 0 222 4 0 0 20 0 22 0 338846995 3037372416 31700 33554432000 1073741824 1073778376 140737125136912 140737125128048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10475/statm: 741546 31700 2241 9 0 732240 0
[pid=10475/tid=10476] ppid=10473 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/10475/task/10476/stat : 10476 (java) S 10473 10475 3958 0 -1 4202560 2820 0 1 0 17 2 0 0 20 0 22 0 338846996 3037372416 31700 33554432000 1073741824 1073778376 140737125136912 140294172968088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 2966184

[startup+1.50072 s]
/proc/loadavg: 3.61 3.53 2.78 6/220 10497
/proc/meminfo: memFree=30744424/32873648 swapFree=7628/7628
[pid=10475] ppid=10473 vsize=2966184 CPUtime=4.64 cores=0,2,4,6
/proc/10475/stat : 10475 (java) S 10473 10475 3958 0 -1 4202496 23657 0 1 0 455 9 0 0 20 0 22 0 338846995 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140737125128048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10475/statm: 741546 79398 2273 9 0 732240 0
[pid=10475/tid=10476] ppid=10473 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/10475/task/10476/stat : 10476 (java) S 10473 10475 3958 0 -1 4202560 2820 0 1 0 17 2 0 0 20 0 22 0 338846996 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140294172968088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10478] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10478/stat : 10478 (java) S 10473 10475 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140294039726760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10479] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10479/stat : 10479 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140294038674216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10480] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10480/stat : 10480 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140294037621672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10481] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10481/stat : 10481 (java) S 10473 10475 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140294036569128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10482] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10482/stat : 10482 (java) S 10473 10475 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140294035515560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10483] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10483/stat : 10483 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140294034463016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10484] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10484/stat : 10484 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293697431976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10485] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10485/stat : 10485 (java) S 10473 10475 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293696379432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10486] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10486/stat : 10486 (java) S 10473 10475 3958 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 22 0 338846998 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293684181608 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10487] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10487/stat : 10487 (java) S 10473 10475 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338846998 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293683127928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10488] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10488/stat : 10488 (java) S 10473 10475 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338846998 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293682075272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10489] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10489/stat : 10489 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338847000 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293681024016 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10490] ppid=10473 vsize=2966184 CPUtime=1.01 cores=0,2,4,6
/proc/10475/task/10490/stat : 10490 (java) S 10473 10475 3958 0 -1 4202560 12094 0 0 0 99 2 0 0 20 0 22 0 338847000 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293679970360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10491] ppid=10473 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/10475/task/10491/stat : 10491 (java) S 10473 10475 3958 0 -1 4202560 7245 0 0 0 83 0 0 0 20 0 22 0 338847000 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293678917816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10492] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10492/stat : 10492 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338847000 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293677865464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10493] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10493/stat : 10493 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338847000 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293676813128 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10494] ppid=10473 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/10475/task/10494/stat : 10494 (java) R 10473 10475 3958 0 -1 4202560 82 0 0 0 124 0 0 0 20 0 22 0 338847015 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293675758504 140294045945072 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10495] ppid=10473 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/10475/task/10495/stat : 10495 (java) R 10473 10475 3958 0 -1 4202560 160 0 0 0 121 3 0 0 20 0 22 0 338847015 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293674705320 140294046042242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10496] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10496/stat : 10496 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338847016 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293673653800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10497] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10497/stat : 10497 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338847016 3037372416 79398 33554432000 1073741824 1073778376 140737125136912 140293672601256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 3.61 3.53 2.78 5/220 10497
/proc/meminfo: memFree=30636116/32873648 swapFree=7628/7628
[pid=10475] ppid=10473 vsize=2966184 CPUtime=7.81 cores=0,2,4,6
/proc/10475/stat : 10475 (java) S 10473 10475 3958 0 -1 4202496 23723 0 1 0 771 10 0 0 20 0 22 0 338846995 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140737125128048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10475/statm: 741546 105007 2273 9 0 732240 0
[pid=10475/tid=10476] ppid=10473 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/10475/task/10476/stat : 10476 (java) S 10473 10475 3958 0 -1 4202560 2820 0 1 0 17 2 0 0 20 0 22 0 338846996 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140294172968088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10478] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10478/stat : 10478 (java) S 10473 10475 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140294039726760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10479] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10479/stat : 10479 (java) S 10473 10475 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140294038674216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10480] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10480/stat : 10480 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140294037621672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10481] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10481/stat : 10481 (java) S 10473 10475 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140294036569128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10482] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10482/stat : 10482 (java) S 10473 10475 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140294035515560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10483] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10483/stat : 10483 (java) S 10473 10475 3958 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140294034463016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10484] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10484/stat : 10484 (java) S 10473 10475 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293697431976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10485] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10485/stat : 10485 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338846997 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293696379432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10486] ppid=10473 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/10475/task/10486/stat : 10486 (java) S 10473 10475 3958 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 22 0 338846998 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293684181608 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10487] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10487/stat : 10487 (java) S 10473 10475 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338846998 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293683127928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10488] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10488/stat : 10488 (java) S 10473 10475 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338846998 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293682075272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10489] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10489/stat : 10489 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338847000 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293681024016 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10490] ppid=10473 vsize=2966184 CPUtime=1.02 cores=0,2,4,6
/proc/10475/task/10490/stat : 10490 (java) S 10473 10475 3958 0 -1 4202560 12095 0 0 0 100 2 0 0 20 0 22 0 338847000 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293679970360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10491] ppid=10473 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/10475/task/10491/stat : 10491 (java) S 10473 10475 3958 0 -1 4202560 7245 0 0 0 84 0 0 0 20 0 22 0 338847000 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293678917816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10492] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10492/stat : 10492 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338847000 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293677865464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10493] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10493/stat : 10493 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338847000 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293676813128 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10494] ppid=10473 vsize=2966184 CPUtime=2.77 cores=0,2,4,6
/proc/10475/task/10494/stat : 10494 (java) R 10473 10475 3958 0 -1 4202560 91 0 0 0 277 0 0 0 20 0 22 0 338847015 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293675758160 140294045989107 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10495] ppid=10473 vsize=2966184 CPUtime=2.78 cores=0,2,4,6
/proc/10475/task/10495/stat : 10495 (java) R 10473 10475 3958 0 -1 4202560 196 0 0 0 274 4 0 0 20 0 22 0 338847015 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293674703264 140294045977645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10496] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10496/stat : 10496 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338847016 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293673653800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10497] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10497/stat : 10497 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338847016 3037372416 105007 33554432000 1073741824 1073778376 140737125136912 140293672601256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 2966184

[startup+6.30081 s]
/proc/loadavg: 3.64 3.54 2.79 5/220 10497
/proc/meminfo: memFree=30597576/32873648 swapFree=7628/7628
[pid=10475] ppid=10473 vsize=2966184 CPUtime=14.22 cores=0,2,4,6
/proc/10475/stat : 10475 (java) S 10473 10475 3958 0 -1 4202496 23768 0 1 0 1411 11 0 0 20 0 22 0 338846995 3037372416 107769 33554432000 1073741824 1073778376 140737125136912 140737125128048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10475/statm: 741546 107769 2273 9 0 732240 0
[pid=10475/tid=10476] ppid=10473 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/10475/task/10476/stat : 10476 (java) S 10473 10475 3958 0 -1 4202560 2820 0 1 0 17 2 0 0 20 0 22 0 338846996 3037372416 107769 33554432000 1073741824 1073778376 140737125136912 140294172968088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10478] ppid=10473 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/10475/task/10478/stat : 10478 (java) S 10473 10475 3958 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 338846997 3037372416 107769 33554432000 1073741824 1073778376 140737125136912 140294039726760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10479] ppid=10473 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/10475/task/10479/stat : 10479 (java) S 10473 10475 3958 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 338846997 3037372416 107769 33554432000 1073741824 1073778376 140737125136912 140294038674216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10480] ppid=10473 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/10475/task/10480/stat : 10480 (java) S 10473 10475 3958 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 338846997 3037372416 107769 33554432000 1073741824 1073778376 140737125136912 140294037621672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10481] ppid=10473 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/10475/task/10481/stat : 10481 (java) S 10473 10475 3958 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 338846997 3037372416 107769 33554432000 1073741824 1073778376 140737125136912 140294036569128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10482] ppid=10473 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/10475/task/10482/stat : 10482 (java) S 10473 10475 3958 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 338846997 3037372416 107769 33554432000 1073741824 1073778376 140737125136912 140294035515560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10483] ppid=10473 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/10475/task/10483/stat : 10483 (java) S 10473 10475 3958 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 338846997 3037372416 107769 33554432000 1073741824 1073778376 140737125136912 140294034463016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10484] ppid=10473 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/10475/task/10484/stat : 10484 (java) S 10473 10475 3958 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 338846997 3037372416 107769 33554432000 1073741824 1073778376 140737125136912 140293697431976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10485] ppid=10473 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/10475/task/10485/stat : 10485 (java) S 10473 10475 3958 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 338846997 3037372416 107769 33554432000 1073741824 1073778376 140737125136912 140293696379432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/10475/task/10485/stat : 10485 (java) S 10473 10475 3958 0 -1 4202560 158 0 0 0 160 2 0 0 20 0 22 0 338846997 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293696379432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10486] ppid=10473 vsize=2966184 CPUtime=24.69 cores=0,2,4,6
/proc/10475/task/10486/stat : 10486 (java) S 10473 10475 3958 0 -1 4202560 103 0 0 0 2457 12 0 0 20 0 22 0 338846998 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293684181608 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10487] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10487/stat : 10487 (java) S 10473 10475 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338846998 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293683127928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10488] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10488/stat : 10488 (java) S 10473 10475 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338846998 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293682075272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10489] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10489/stat : 10489 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338847000 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293681024016 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10490] ppid=10473 vsize=2966184 CPUtime=1.11 cores=0,2,4,6
/proc/10475/task/10490/stat : 10490 (java) S 10473 10475 3958 0 -1 4202560 12103 0 0 0 109 2 0 0 20 0 22 0 338847000 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293679970360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10491] ppid=10473 vsize=2966184 CPUtime=1.77 cores=0,2,4,6
/proc/10475/task/10491/stat : 10491 (java) S 10473 10475 3958 0 -1 4202560 13191 0 0 0 175 2 0 0 20 0 22 0 338847000 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293678917816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10492] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10492/stat : 10492 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338847000 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293677865464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10493] ppid=10473 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/10475/task/10493/stat : 10493 (java) S 10473 10475 3958 0 -1 4202560 23 0 0 0 5 7 0 0 20 0 22 0 338847000 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293676813128 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10494] ppid=10473 vsize=2966184 CPUtime=370.9 cores=0,2,4,6
/proc/10475/task/10494/stat : 10494 (java) R 10473 10475 3958 0 -1 4202560 322 0 0 0 37081 9 0 0 20 0 22 0 338847015 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293675758160 140294045958660 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10495] ppid=10473 vsize=2966184 CPUtime=370.86 cores=0,2,4,6
/proc/10475/task/10495/stat : 10495 (java) R 10473 10475 3958 0 -1 4202560 394 0 0 0 37075 11 0 0 20 0 22 0 338847015 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293674703584 140294046040592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10496] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10496/stat : 10496 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338847016 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293673653800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10497] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10497/stat : 10497 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338847016 3037372416 154929 33554432000 1073741824 1073778376 140737125136912 140293672601256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 783.64
Current children cumulated vsize (KiB) 2966184

[startup+400.401 s]
/proc/loadavg: 3.98 3.82 3.17 4/218 10620
/proc/meminfo: memFree=30475924/32873648 swapFree=7628/7628
[pid=10475] ppid=10473 vsize=2966184 CPUtime=784.13 cores=0,2,4,6
/proc/10475/stat : 10475 (java) S 10473 10475 3958 0 -1 4202496 31455 0 1 0 78356 57 0 0 20 0 21 0 338846995 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140737125128048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10475/statm: 741546 154926 2275 9 0 732240 0
[pid=10475/tid=10476] ppid=10473 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/10475/task/10476/stat : 10476 (java) S 10473 10475 3958 0 -1 4202560 2836 0 1 0 17 2 0 0 20 0 21 0 338846996 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140294172968088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10478] ppid=10473 vsize=2966184 CPUtime=1.71 cores=0,2,4,6
/proc/10475/task/10478/stat : 10478 (java) S 10473 10475 3958 0 -1 4202560 153 0 0 0 168 3 0 0 20 0 21 0 338846997 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140294039726760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10479] ppid=10473 vsize=2966184 CPUtime=1.8 cores=0,2,4,6
/proc/10475/task/10479/stat : 10479 (java) S 10473 10475 3958 0 -1 4202560 196 0 0 0 177 3 0 0 20 0 21 0 338846997 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140294038674216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10480] ppid=10473 vsize=2966184 CPUtime=1.7 cores=0,2,4,6
/proc/10475/task/10480/stat : 10480 (java) S 10473 10475 3958 0 -1 4202560 157 0 0 0 168 2 0 0 20 0 21 0 338846997 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140294037621672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10481] ppid=10473 vsize=2966184 CPUtime=1.84 cores=0,2,4,6
/proc/10475/task/10481/stat : 10481 (java) S 10473 10475 3958 0 -1 4202560 134 0 0 0 181 3 0 0 20 0 21 0 338846997 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140294036569128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10482] ppid=10473 vsize=2966184 CPUtime=1.79 cores=0,2,4,6
/proc/10475/task/10482/stat : 10482 (java) S 10473 10475 3958 0 -1 4202560 126 0 0 0 177 2 0 0 20 0 21 0 338846997 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140294035515560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10483] ppid=10473 vsize=2966184 CPUtime=1.72 cores=0,2,4,6
/proc/10475/task/10483/stat : 10483 (java) S 10473 10475 3958 0 -1 4202560 177 0 0 0 169 3 0 0 20 0 21 0 338846997 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140294034463016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10484] ppid=10473 vsize=2966184 CPUtime=1.75 cores=0,2,4,6
/proc/10475/task/10484/stat : 10484 (java) S 10473 10475 3958 0 -1 4202560 194 0 0 0 172 3 0 0 20 0 21 0 338846997 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293697431976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10485] ppid=10473 vsize=2966184 CPUtime=1.62 cores=0,2,4,6
/proc/10475/task/10485/stat : 10485 (java) S 10473 10475 3958 0 -1 4202560 158 0 0 0 160 2 0 0 20 0 21 0 338846997 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293696379432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10486] ppid=10473 vsize=2966184 CPUtime=24.69 cores=0,2,4,6
/proc/10475/task/10486/stat : 10486 (java) S 10473 10475 3958 0 -1 4202560 103 0 0 0 2457 12 0 0 20 0 21 0 338846998 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293684181608 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10487] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10487/stat : 10487 (java) S 10473 10475 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 338846998 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293683127928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10488] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10488/stat : 10488 (java) S 10473 10475 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 338846998 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293682075272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10489] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10489/stat : 10489 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 338847000 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293681024016 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10490] ppid=10473 vsize=2966184 CPUtime=1.11 cores=0,2,4,6
/proc/10475/task/10490/stat : 10490 (java) S 10473 10475 3958 0 -1 4202560 12103 0 0 0 109 2 0 0 20 0 21 0 338847000 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293679970360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10491] ppid=10473 vsize=2966184 CPUtime=1.77 cores=0,2,4,6
/proc/10475/task/10491/stat : 10491 (java) S 10473 10475 3958 0 -1 4202560 13191 0 0 0 175 2 0 0 20 0 21 0 338847000 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293678917816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10492] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10492/stat : 10492 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 338847000 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293677865464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10493] ppid=10473 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/10475/task/10493/stat : 10493 (java) S 10473 10475 3958 0 -1 4202560 23 0 0 0 5 7 0 0 20 0 21 0 338847000 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293676813128 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10495] ppid=10473 vsize=2966184 CPUtime=371.26 cores=0,2,4,6
/proc/10475/task/10495/stat : 10495 (java) R 10473 10475 3958 0 -1 4202560 394 0 0 0 37115 11 0 0 20 0 21 0 338847015 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293674703584 140294046023643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10496] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10496/stat : 10496 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 338847016 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293673653800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10497] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10497/stat : 10497 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 338847016 3037372416 154926 33554432000 1073741824 1073778376 140737125136912 140293672601256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 784.13
Current children cumulated vsize (KiB) 2966184

[startup+400.801 s]
/proc/loadavg: 3.98 3.82 3.17 4/218 10620
/proc/meminfo: memFree=30475924/32873648 swapFree=7628/7628
[pid=10475] ppid=10473 vsize=2966184 CPUtime=784.15 cores=0,2,4,6
/proc/10475/stat : 10475 (java) S 10473 10475 3958 0 -1 4202496 31455 0 1 0 78352 63 0 0 20 0 20 0 338846995 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140737125128048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10475/statm: 741546 154920 2275 9 0 732240 0
[pid=10475/tid=10476] ppid=10473 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/10475/task/10476/stat : 10476 (java) S 10473 10475 3958 0 -1 4202560 2836 0 1 0 17 2 0 0 20 0 20 0 338846996 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294172968088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10478] ppid=10473 vsize=2966184 CPUtime=1.71 cores=0,2,4,6
/proc/10475/task/10478/stat : 10478 (java) S 10473 10475 3958 0 -1 4202560 153 0 0 0 168 3 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294039726760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10479] ppid=10473 vsize=2966184 CPUtime=1.8 cores=0,2,4,6
/proc/10475/task/10479/stat : 10479 (java) S 10473 10475 3958 0 -1 4202560 196 0 0 0 177 3 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294038674216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10480] ppid=10473 vsize=2966184 CPUtime=1.7 cores=0,2,4,6
/proc/10475/task/10480/stat : 10480 (java) S 10473 10475 3958 0 -1 4202560 157 0 0 0 168 2 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294037621672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10481] ppid=10473 vsize=2966184 CPUtime=1.84 cores=0,2,4,6
/proc/10475/task/10481/stat : 10481 (java) S 10473 10475 3958 0 -1 4202560 134 0 0 0 181 3 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294036569128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10482] ppid=10473 vsize=2966184 CPUtime=1.79 cores=0,2,4,6
/proc/10475/task/10482/stat : 10482 (java) S 10473 10475 3958 0 -1 4202560 126 0 0 0 177 2 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294035515560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10483] ppid=10473 vsize=2966184 CPUtime=1.72 cores=0,2,4,6
/proc/10475/task/10483/stat : 10483 (java) S 10473 10475 3958 0 -1 4202560 177 0 0 0 169 3 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294034463016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10484] ppid=10473 vsize=2966184 CPUtime=1.75 cores=0,2,4,6
/proc/10475/task/10484/stat : 10484 (java) S 10473 10475 3958 0 -1 4202560 194 0 0 0 172 3 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293697431976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10485] ppid=10473 vsize=2966184 CPUtime=1.62 cores=0,2,4,6
/proc/10475/task/10485/stat : 10485 (java) S 10473 10475 3958 0 -1 4202560 158 0 0 0 160 2 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293696379432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10486] ppid=10473 vsize=2966184 CPUtime=24.69 cores=0,2,4,6
/proc/10475/task/10486/stat : 10486 (java) S 10473 10475 3958 0 -1 4202560 103 0 0 0 2457 12 0 0 20 0 20 0 338846998 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293684181608 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10487] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10487/stat : 10487 (java) S 10473 10475 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338846998 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293683127928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10488] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10488/stat : 10488 (java) S 10473 10475 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 338846998 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293682075272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10489] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10489/stat : 10489 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338847000 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293681024016 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10490] ppid=10473 vsize=2966184 CPUtime=1.11 cores=0,2,4,6
/proc/10475/task/10490/stat : 10490 (java) S 10473 10475 3958 0 -1 4202560 12103 0 0 0 109 2 0 0 20 0 20 0 338847000 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293679970360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10491] ppid=10473 vsize=2966184 CPUtime=1.77 cores=0,2,4,6
/proc/10475/task/10491/stat : 10491 (java) S 10473 10475 3958 0 -1 4202560 13191 0 0 0 175 2 0 0 20 0 20 0 338847000 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293678917816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10492] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10492/stat : 10492 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338847000 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293677865464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10493] ppid=10473 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/10475/task/10493/stat : 10493 (java) S 10473 10475 3958 0 -1 4202560 23 0 0 0 5 7 0 0 20 0 20 0 338847000 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293676813128 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10496] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10496/stat : 10496 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338847016 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293673653800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10497] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10497/stat : 10497 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338847016 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293672601256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 784.15
Current children cumulated vsize (KiB) 2966184

[startup+400.901 s]
/proc/loadavg: 3.98 3.82 3.17 4/218 10620
/proc/meminfo: memFree=30475924/32873648 swapFree=7628/7628
[pid=10475] ppid=10473 vsize=2966184 CPUtime=784.15 cores=0,2,4,6
/proc/10475/stat : 10475 (java) S 10473 10475 3958 0 -1 4202496 31455 0 1 0 78352 63 0 0 20 0 20 0 338846995 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140737125128048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10475/statm: 741546 154920 2275 9 0 732240 0
[pid=10475/tid=10476] ppid=10473 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/10475/task/10476/stat : 10476 (java) S 10473 10475 3958 0 -1 4202560 2836 0 1 0 17 2 0 0 20 0 20 0 338846996 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294172968088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10478] ppid=10473 vsize=2966184 CPUtime=1.71 cores=0,2,4,6
/proc/10475/task/10478/stat : 10478 (java) S 10473 10475 3958 0 -1 4202560 153 0 0 0 168 3 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294039726760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10479] ppid=10473 vsize=2966184 CPUtime=1.8 cores=0,2,4,6
/proc/10475/task/10479/stat : 10479 (java) S 10473 10475 3958 0 -1 4202560 196 0 0 0 177 3 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294038674216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10480] ppid=10473 vsize=2966184 CPUtime=1.7 cores=0,2,4,6
/proc/10475/task/10480/stat : 10480 (java) S 10473 10475 3958 0 -1 4202560 157 0 0 0 168 2 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294037621672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10481] ppid=10473 vsize=2966184 CPUtime=1.84 cores=0,2,4,6
/proc/10475/task/10481/stat : 10481 (java) S 10473 10475 3958 0 -1 4202560 134 0 0 0 181 3 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294036569128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10482] ppid=10473 vsize=2966184 CPUtime=1.79 cores=0,2,4,6
/proc/10475/task/10482/stat : 10482 (java) S 10473 10475 3958 0 -1 4202560 126 0 0 0 177 2 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294035515560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10475/tid=10483] ppid=10473 vsize=2966184 CPUtime=1.72 cores=0,2,4,6
/proc/10475/task/10483/stat : 10483 (java) S 10473 10475 3958 0 -1 4202560 177 0 0 0 169 3 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140294034463016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10484] ppid=10473 vsize=2966184 CPUtime=1.75 cores=0,2,4,6
/proc/10475/task/10484/stat : 10484 (java) S 10473 10475 3958 0 -1 4202560 194 0 0 0 172 3 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293697431976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10485] ppid=10473 vsize=2966184 CPUtime=1.62 cores=0,2,4,6
/proc/10475/task/10485/stat : 10485 (java) S 10473 10475 3958 0 -1 4202560 158 0 0 0 160 2 0 0 20 0 20 0 338846997 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293696379432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10486] ppid=10473 vsize=2966184 CPUtime=24.69 cores=0,2,4,6
/proc/10475/task/10486/stat : 10486 (java) S 10473 10475 3958 0 -1 4202560 103 0 0 0 2457 12 0 0 20 0 20 0 338846998 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293684181608 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10487] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10487/stat : 10487 (java) S 10473 10475 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338846998 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293683127928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10488] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10488/stat : 10488 (java) S 10473 10475 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 338846998 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293682075272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10489] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10489/stat : 10489 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338847000 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293681024016 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10490] ppid=10473 vsize=2966184 CPUtime=1.11 cores=0,2,4,6
/proc/10475/task/10490/stat : 10490 (java) S 10473 10475 3958 0 -1 4202560 12103 0 0 0 109 2 0 0 20 0 20 0 338847000 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293679970360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10491] ppid=10473 vsize=2966184 CPUtime=1.77 cores=0,2,4,6
/proc/10475/task/10491/stat : 10491 (java) S 10473 10475 3958 0 -1 4202560 13191 0 0 0 175 2 0 0 20 0 20 0 338847000 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293678917816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10475/tid=10492] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10492/stat : 10492 (java) S 10473 10475 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338847000 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293677865464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10475/tid=10493] ppid=10473 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/10475/task/10493/stat : 10493 (java) S 10473 10475 3958 0 -1 4202560 23 0 0 0 5 7 0 0 20 0 20 0 338847000 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293676813128 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10496] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10496/stat : 10496 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338847016 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293673653800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10475/tid=10497] ppid=10473 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10475/task/10497/stat : 10497 (java) S 10473 10475 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338847016 3037372416 154920 33554432000 1073741824 1073778376 140737125136912 140293672601256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 784.15
Current children cumulated vsize (KiB) 2966184

Child status: 10
Real time (s): 400.985
CPU time (s): 784.404
CPU user time (s): 783.583
CPU system time (s): 0.820875
CPU usage (%): 195.619
Max. virtual memory (cumulated for all children) (KiB): 2967716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 783.583
system time used= 0.820875
maximum resident set size= 619720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31474
page faults= 1
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20683
involuntary context switches= 32169

runsolver used 0.847871 second user time and 2.10868 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 14:40:10
IDJOB=3729048
IDBENCH=1163
IDSOLVER=2324
FILE ID=node122/3729048-1338727210
RUNJOBID= node122-1338726600-10238
PBS_JOBID= 14636732
Free space on /tmp= 71188 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729048-1338727210/watcher-3729048-1338727210 -o /tmp/evaluation-result-3729048-1338727210/solver-3729048-1338727210 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729048-1338727210.opb

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

MD5SUM BENCH= 8999d4ddd4825a5d620fe0a3c798bc24
RANDOM SEED=1501523635

node122.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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
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.533
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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
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.533
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.533
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.91
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.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        31023184 kB
Buffers:          218484 kB
Cached:           173664 kB
SwapCached:         1832 kB
Active:           982872 kB
Inactive:          42080 kB
Active(anon):     629744 kB
Inactive(anon):     5436 kB
Active(file):     353128 kB
Inactive(file):    36644 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:        730624 kB
Mapped:            17112 kB
Shmem:                 0 kB
Slab:             684756 kB
SReclaimable:     128036 kB
SUnreclaim:       556720 kB
KernelStack:        1800 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    681984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71188 MiB
End job on node122 at 2012-06-03 14:46:51