Trace number 3454450

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.27 927.714

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-qiu.opb
MD5SUM42437a98f8f475fdcbcf3676beea9d9f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23808
Total number of constraints1192
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1192
Minimum length of a constraint31
Maximum length of a constraint5940
Number of terms in the objective function 7968
Biggest coefficient in the objective function 9098351345664
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 4803935111035752
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 9098351345664
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 4803935111035752
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	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@67ee3914
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@1c691f36
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-3454450-1307191564.opb
0.10/0.11	c reading problem ... 
1.27/0.67	c ... done. Wall clock time 0.551s.
1.27/0.67	c #vars     23808
1.27/0.67	c #constraints  16228
1.27/0.67	c constraints type 
1.27/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1324
1.27/0.67	c constraints type 
1.27/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1324
6.61/2.99	c cleaning 2501 clauses out of 5002 with flag 5002/5002
10.03/4.52	c cleaning 4250 clauses out of 8500 with flag 11001/11001
13.64/6.39	c cleaning 5623 clauses out of 11250 with flag 18001/18001
17.39/8.29	c cleaning 6813 clauses out of 13626 with flag 26000/26000
22.00/10.56	c cleaning 7904 clauses out of 15813 with flag 35000/35000
26.74/12.95	c cleaning 8955 clauses out of 17910 with flag 45001/45001
31.28/15.30	c cleaning 9478 clauses out of 18955 with flag 55001/55001
37.03/18.12	c cleaning 9738 clauses out of 19476 with flag 65000/65000
42.58/20.96	c cleaning 9865 clauses out of 19738 with flag 75000/75000
47.88/23.61	c cleaning 9933 clauses out of 19873 with flag 85000/85000
52.42/25.99	c cleaning 9967 clauses out of 19940 with flag 95000/95000
57.79/28.67	c cleaning 9978 clauses out of 19973 with flag 105000/105000
62.67/31.15	c cleaning 9994 clauses out of 19996 with flag 115001/115001
68.01/33.80	c cleaning 10000 clauses out of 20001 with flag 125000/125000
73.34/36.59	c cleaning 9999 clauses out of 20002 with flag 135001/135001
78.67/39.26	c cleaning 9998 clauses out of 20002 with flag 145000/145000
83.61/41.81	c cleaning 10000 clauses out of 20005 with flag 155001/155001
88.16/44.09	c cleaning 9999 clauses out of 20005 with flag 165001/165001
93.45/46.76	c cleaning 9997 clauses out of 20005 with flag 175000/175000
98.63/49.40	c cleaning 10001 clauses out of 20009 with flag 185001/185001
104.14/52.17	c cleaning 10001 clauses out of 20008 with flag 195001/195001
109.08/54.67	c cleaning 10003 clauses out of 20007 with flag 205001/205001
113.82/57.02	c cleaning 10000 clauses out of 20004 with flag 215001/215001
118.37/59.33	c cleaning 9999 clauses out of 20004 with flag 225001/225001
123.86/62.15	c cleaning 9996 clauses out of 20004 with flag 235000/235000
128.59/64.55	c cleaning 10001 clauses out of 20008 with flag 245000/245000
133.11/66.83	c cleaning 10005 clauses out of 20010 with flag 255003/255003
137.65/69.15	c cleaning 9995 clauses out of 20002 with flag 265000/265000
141.95/71.38	c cleaning 10002 clauses out of 20008 with flag 275001/275001
146.08/73.49	c cleaning 10003 clauses out of 20006 with flag 285001/285001
150.41/75.66	c cleaning 10000 clauses out of 20003 with flag 295001/295001
155.16/78.10	c cleaning 10000 clauses out of 20002 with flag 305000/305000
160.04/80.59	c cleaning 9998 clauses out of 20002 with flag 315000/315000
165.17/83.19	c cleaning 9997 clauses out of 20004 with flag 325000/325000
170.90/86.01	c cleaning 10002 clauses out of 20007 with flag 335000/335000
175.83/88.52	c cleaning 10000 clauses out of 20005 with flag 345000/345000
180.93/91.20	c cleaning 10002 clauses out of 20006 with flag 355001/355001
185.86/93.68	c cleaning 10002 clauses out of 20004 with flag 365001/365001
190.39/95.99	c cleaning 9999 clauses out of 20001 with flag 375000/375000
195.31/98.44	c cleaning 9998 clauses out of 20002 with flag 385000/385000
200.65/101.15	c cleaning 9997 clauses out of 20004 with flag 395000/395000
205.76/103.78	c cleaning 10000 clauses out of 20007 with flag 405000/405000
210.88/106.34	c cleaning 10000 clauses out of 20008 with flag 415001/415001
215.41/108.68	c cleaning 9997 clauses out of 20007 with flag 425000/425000
220.14/111.02	c cleaning 10006 clauses out of 20012 with flag 435002/435002
225.05/113.50	c cleaning 10001 clauses out of 20005 with flag 445001/445001
229.77/115.95	c cleaning 9999 clauses out of 20005 with flag 455002/455002
235.10/118.66	c cleaning 10001 clauses out of 20004 with flag 465000/465000
240.20/121.26	c cleaning 9997 clauses out of 20004 with flag 475001/475001
245.53/123.92	c cleaning 9997 clauses out of 20007 with flag 485001/485001
250.26/126.37	c cleaning 10000 clauses out of 20009 with flag 495000/495000
255.01/128.72	c cleaning 10002 clauses out of 20009 with flag 505000/505000
259.31/130.99	c cleaning 10004 clauses out of 20007 with flag 515000/515000
263.80/133.28	c cleaning 9999 clauses out of 20003 with flag 525000/525000
268.13/135.45	c cleaning 9998 clauses out of 20004 with flag 535000/535000
273.26/138.03	c cleaning 10000 clauses out of 20006 with flag 545000/545000
278.36/140.63	c cleaning 9999 clauses out of 20006 with flag 555000/555000
283.29/143.16	c cleaning 10001 clauses out of 20008 with flag 565001/565001
288.03/145.55	c cleaning 10002 clauses out of 20006 with flag 575000/575000
292.98/148.04	c cleaning 9998 clauses out of 20004 with flag 585000/585000
299.48/151.31	c cleaning 10000 clauses out of 20006 with flag 595000/595000
304.63/153.92	c cleaning 9998 clauses out of 20007 with flag 605001/605001
310.12/156.72	c cleaning 10002 clauses out of 20010 with flag 615002/615002
315.25/159.36	c cleaning 9999 clauses out of 20006 with flag 625000/625000
319.54/161.53	c cleaning 9998 clauses out of 20007 with flag 635000/635000
323.66/163.69	c cleaning 10000 clauses out of 20009 with flag 645000/645000
329.18/166.44	c cleaning 9998 clauses out of 20010 with flag 655001/655001
333.30/168.56	c cleaning 10000 clauses out of 20011 with flag 665000/665000
337.40/170.68	c cleaning 10000 clauses out of 20012 with flag 675001/675001
343.12/173.50	c cleaning 10004 clauses out of 20012 with flag 685001/685001
347.04/175.52	c cleaning 10001 clauses out of 20007 with flag 695000/695000
350.76/177.40	c cleaning 10000 clauses out of 20007 with flag 705001/705001
354.28/179.27	c cleaning 9999 clauses out of 20006 with flag 715000/715000
358.38/181.37	c cleaning 9999 clauses out of 20008 with flag 725001/725001
363.70/184.02	c cleaning 10005 clauses out of 20009 with flag 735001/735001
367.45/185.95	c cleaning 10000 clauses out of 20004 with flag 745001/745001
371.54/188.10	c cleaning 10002 clauses out of 20003 with flag 755000/755000
376.64/190.69	c cleaning 9995 clauses out of 20002 with flag 765001/765001
380.76/192.75	c cleaning 10001 clauses out of 20007 with flag 775001/775001
385.28/195.07	c cleaning 9995 clauses out of 20006 with flag 785001/785001
391.22/198.08	c cleaning 10002 clauses out of 20011 with flag 795001/795001
397.11/201.00	c cleaning 10002 clauses out of 20008 with flag 805000/805000
401.86/203.47	c cleaning 10001 clauses out of 20007 with flag 815001/815001
406.55/205.83	c cleaning 9997 clauses out of 20005 with flag 825000/825000
411.07/208.17	c cleaning 9998 clauses out of 20008 with flag 835000/835000
415.80/210.56	c cleaning 10004 clauses out of 20011 with flag 845001/845001
421.34/213.38	c cleaning 9996 clauses out of 20006 with flag 855000/855000
427.63/216.61	c cleaning 10004 clauses out of 20012 with flag 865002/865002
432.35/218.93	c cleaning 10003 clauses out of 20006 with flag 875000/875000
436.83/221.28	c cleaning 9995 clauses out of 20004 with flag 885001/885001
442.96/224.34	c cleaning 10001 clauses out of 20008 with flag 895000/895000
448.05/226.99	c cleaning 10002 clauses out of 20008 with flag 905001/905001
453.33/229.62	c cleaning 9998 clauses out of 20005 with flag 915000/915000
458.64/232.30	c cleaning 10001 clauses out of 20007 with flag 925000/925000
463.34/234.75	c cleaning 9999 clauses out of 20008 with flag 935002/935002
468.24/237.27	c cleaning 10001 clauses out of 20007 with flag 945000/945000
473.15/239.75	c cleaning 10000 clauses out of 20007 with flag 955001/955001
478.03/242.27	c cleaning 10002 clauses out of 20007 with flag 965001/965001
483.14/244.83	c cleaning 9997 clauses out of 20005 with flag 975001/975001
487.64/247.12	c cleaning 10000 clauses out of 20007 with flag 985000/985000
492.54/249.65	c cleaning 10002 clauses out of 20008 with flag 995001/995001
497.22/252.02	c cleaning 9999 clauses out of 20006 with flag 1005001/1005001
502.12/254.55	c cleaning 9995 clauses out of 20006 with flag 1015000/1015000
507.42/257.30	c cleaning 10000 clauses out of 20011 with flag 1025000/1025000
512.12/259.64	c cleaning 10001 clauses out of 20013 with flag 1035002/1035002
516.99/262.13	c cleaning 10002 clauses out of 20012 with flag 1045002/1045002
521.69/264.50	c cleaning 10004 clauses out of 20008 with flag 1055000/1055000
526.19/266.87	c cleaning 9999 clauses out of 20005 with flag 1065001/1065001
531.06/269.33	c cleaning 10001 clauses out of 20006 with flag 1075001/1075001
535.16/271.43	c cleaning 9997 clauses out of 20004 with flag 1085000/1085000
539.45/273.65	c cleaning 9998 clauses out of 20008 with flag 1095001/1095001
543.75/275.83	c cleaning 9998 clauses out of 20010 with flag 1105001/1105001
547.22/277.64	c cleaning 10001 clauses out of 20011 with flag 1115000/1115000
550.54/279.37	c cleaning 9999 clauses out of 20011 with flag 1125001/1125001
554.01/281.16	c cleaning 10003 clauses out of 20012 with flag 1135001/1135001
557.51/282.99	c cleaning 9999 clauses out of 20008 with flag 1145000/1145000
561.41/284.98	c cleaning 10003 clauses out of 20009 with flag 1155000/1155000
564.67/286.67	c cleaning 10000 clauses out of 20007 with flag 1165001/1165001
568.37/288.56	c cleaning 9999 clauses out of 20006 with flag 1175000/1175000
573.66/291.28	c cleaning 9995 clauses out of 20007 with flag 1185000/1185000
578.36/293.61	c cleaning 10000 clauses out of 20014 with flag 1195002/1195002
583.03/296.02	c cleaning 9999 clauses out of 20012 with flag 1205000/1205000
587.52/298.30	c cleaning 10005 clauses out of 20013 with flag 1215000/1215000
592.41/300.81	c cleaning 10003 clauses out of 20009 with flag 1225001/1225001
597.46/303.47	c cleaning 10001 clauses out of 20006 with flag 1235001/1235001
602.19/305.87	c cleaning 9997 clauses out of 20004 with flag 1245000/1245000
607.84/308.71	c cleaning 9999 clauses out of 20008 with flag 1255001/1255001
612.75/311.23	c cleaning 10001 clauses out of 20009 with flag 1265001/1265001
617.39/313.61	c cleaning 10002 clauses out of 20007 with flag 1275000/1275000
622.07/316.00	c cleaning 10000 clauses out of 20006 with flag 1285001/1285001
626.76/318.41	c cleaning 10003 clauses out of 20006 with flag 1295001/1295001
631.25/320.72	c cleaning 9996 clauses out of 20003 with flag 1305001/1305001
636.70/323.56	c cleaning 9999 clauses out of 20007 with flag 1315001/1315001
640.98/325.77	c cleaning 9999 clauses out of 20008 with flag 1325001/1325001
646.46/328.57	c cleaning 9998 clauses out of 20008 with flag 1335000/1335000
651.58/331.20	c cleaning 10000 clauses out of 20011 with flag 1345001/1345001
655.82/333.38	c cleaning 10002 clauses out of 20011 with flag 1355001/1355001
660.87/335.96	c cleaning 10001 clauses out of 20009 with flag 1365001/1365001
665.95/338.52	c cleaning 9998 clauses out of 20008 with flag 1375001/1375001
671.44/341.34	c cleaning 10004 clauses out of 20016 with flag 1385007/1385007
676.69/344.06	c cleaning 9996 clauses out of 20006 with flag 1395001/1395001
681.40/346.42	c cleaning 10000 clauses out of 20010 with flag 1405001/1405001
686.05/348.81	c cleaning 9997 clauses out of 20009 with flag 1415000/1415000
691.54/351.61	c cleaning 10005 clauses out of 20014 with flag 1425002/1425002
696.79/354.33	c cleaning 9997 clauses out of 20008 with flag 1435001/1435001
701.07/356.57	c cleaning 10002 clauses out of 20011 with flag 1445001/1445001
705.95/359.09	c cleaning 10003 clauses out of 20009 with flag 1455001/1455001
710.43/361.35	c cleaning 9999 clauses out of 20006 with flag 1465001/1465001
714.68/363.52	c cleaning 9998 clauses out of 20006 with flag 1475000/1475000
719.16/365.82	c cleaning 10002 clauses out of 20008 with flag 1485000/1485000
722.84/367.74	c cleaning 10002 clauses out of 20007 with flag 1495001/1495001
727.32/370.04	c cleaning 9998 clauses out of 20004 with flag 1505000/1505000
731.15/372.02	c cleaning 9996 clauses out of 20006 with flag 1515000/1515000
735.44/374.24	c cleaning 10001 clauses out of 20010 with flag 1525000/1525000
739.72/376.46	c cleaning 10002 clauses out of 20009 with flag 1535000/1535000
743.20/378.24	c cleaning 10002 clauses out of 20007 with flag 1545000/1545000
747.43/380.43	c cleaning 9996 clauses out of 20006 with flag 1555001/1555001
751.51/382.50	c cleaning 9997 clauses out of 20010 with flag 1565001/1565001
754.79/384.29	c cleaning 10004 clauses out of 20013 with flag 1575001/1575001
758.66/386.27	c cleaning 10004 clauses out of 20009 with flag 1585001/1585001
762.90/388.50	c cleaning 10001 clauses out of 20004 with flag 1595000/1595000
767.18/390.65	c cleaning 10001 clauses out of 20004 with flag 1605001/1605001
771.30/392.75	c cleaning 9999 clauses out of 20003 with flag 1615001/1615001
776.75/395.53	c cleaning 9996 clauses out of 20005 with flag 1625002/1625002
783.19/398.85	c cleaning 10000 clauses out of 20007 with flag 1635000/1635000
787.47/401.03	c cleaning 10003 clauses out of 20010 with flag 1645003/1645003
791.34/403.00	c cleaning 9998 clauses out of 20004 with flag 1655000/1655000
795.41/405.11	c cleaning 10000 clauses out of 20008 with flag 1665002/1665002
799.85/407.45	c cleaning 10000 clauses out of 20007 with flag 1675001/1675001
801.32/408.25	c cleaning 0 clauses out of 5000 with flag 0/5000
804.51/409.73	c cleaning 10000 clauses out of 20007 with flag 1685001/1685001
808.33/411.67	c cleaning 9997 clauses out of 20006 with flag 1695000/1695000
812.37/413.76	c cleaning 9999 clauses out of 20009 with flag 1705000/1705000
816.84/416.00	c cleaning 10001 clauses out of 20010 with flag 1715000/1715000
822.11/418.75	c cleaning 10002 clauses out of 20009 with flag 1725000/1725000
826.38/420.91	c cleaning 10002 clauses out of 20009 with flag 1735002/1735002
831.00/423.31	c cleaning 10002 clauses out of 20006 with flag 1745001/1745001
835.27/425.57	c cleaning 10000 clauses out of 20003 with flag 1755000/1755000
839.35/427.65	c cleaning 9995 clauses out of 20004 with flag 1765001/1765001
843.22/429.68	c cleaning 9996 clauses out of 20008 with flag 1775000/1775000
847.45/431.84	c cleaning 9999 clauses out of 20012 with flag 1785000/1785000
851.52/433.94	c cleaning 9998 clauses out of 20014 with flag 1795001/1795001
855.60/436.05	c cleaning 10006 clauses out of 20017 with flag 1805002/1805002
859.67/438.11	c cleaning 10003 clauses out of 20010 with flag 1815001/1815001
863.50/440.12	c cleaning 9998 clauses out of 20006 with flag 1825000/1825000
867.61/442.28	c cleaning 9999 clauses out of 20008 with flag 1835000/1835000
872.04/444.59	c cleaning 10000 clauses out of 20011 with flag 1845002/1845002
875.93/446.57	c cleaning 10000 clauses out of 20010 with flag 1855001/1855001
880.37/448.83	c cleaning 10002 clauses out of 20009 with flag 1865000/1865000
884.21/450.86	c cleaning 10004 clauses out of 20009 with flag 1875002/1875002
888.70/453.19	c cleaning 9997 clauses out of 20005 with flag 1885002/1885002
892.15/454.93	c cleaning 10001 clauses out of 20007 with flag 1895001/1895001
895.97/456.97	c cleaning 9995 clauses out of 20005 with flag 1905000/1905000
900.65/459.33	c cleaning 10000 clauses out of 20011 with flag 1915001/1915001
905.12/461.60	c cleaning 10001 clauses out of 20011 with flag 1925001/1925001
909.39/463.84	c cleaning 10001 clauses out of 20010 with flag 1935001/1935001
913.41/465.94	c cleaning 10001 clauses out of 20009 with flag 1945001/1945001
917.27/467.90	c cleaning 10001 clauses out of 20008 with flag 1955001/1955001
921.74/470.21	c cleaning 10001 clauses out of 20007 with flag 1965001/1965001
925.82/472.38	c cleaning 10001 clauses out of 20005 with flag 1975000/1975000
929.84/474.45	c cleaning 9998 clauses out of 20005 with flag 1985001/1985001
933.91/476.51	c cleaning 10002 clauses out of 20007 with flag 1995001/1995001
938.37/478.86	c cleaning 9997 clauses out of 20005 with flag 2005001/2005001
942.84/481.17	c cleaning 9999 clauses out of 20008 with flag 2015001/2015001
947.06/483.33	c cleaning 10001 clauses out of 20009 with flag 2025001/2025001
951.52/485.61	c cleaning 10001 clauses out of 20009 with flag 2035002/2035002
955.79/487.82	c cleaning 9998 clauses out of 20006 with flag 2045000/2045000
960.25/490.12	c cleaning 9999 clauses out of 20008 with flag 2055000/2055000
964.28/492.23	c cleaning 10001 clauses out of 20010 with flag 2065001/2065001
968.74/494.57	c cleaning 9999 clauses out of 20008 with flag 2075000/2075000
973.01/496.72	c cleaning 10004 clauses out of 20009 with flag 2085000/2085000
977.07/498.80	c cleaning 9998 clauses out of 20006 with flag 2095001/2095001
981.09/500.96	c cleaning 9998 clauses out of 20007 with flag 2105000/2105000
984.96/502.94	c cleaning 10005 clauses out of 20010 with flag 2115001/2115001
989.22/505.15	c cleaning 9997 clauses out of 20004 with flag 2125000/2125000
993.29/507.21	c cleaning 9999 clauses out of 20007 with flag 2135000/2135000
997.13/509.27	c cleaning 10001 clauses out of 20009 with flag 2145001/2145001
1001.17/511.33	c cleaning 9999 clauses out of 20008 with flag 2155001/2155001
1005.23/513.48	c cleaning 10002 clauses out of 20009 with flag 2165001/2165001
1009.09/515.41	c cleaning 10002 clauses out of 20006 with flag 2175000/2175000
1013.31/517.62	c cleaning 10001 clauses out of 20005 with flag 2185001/2185001
1017.78/519.96	c cleaning 9997 clauses out of 20004 with flag 2195001/2195001
1021.84/522.01	c cleaning 9998 clauses out of 20007 with flag 2205001/2205001
1026.10/524.21	c cleaning 9996 clauses out of 20008 with flag 2215000/2215000
1029.92/526.29	c cleaning 10001 clauses out of 20012 with flag 2225000/2225000
1033.99/528.33	c cleaning 10001 clauses out of 20012 with flag 2235001/2235001
1037.85/530.38	c cleaning 10001 clauses out of 20010 with flag 2245000/2245000
1041.73/532.37	c cleaning 9998 clauses out of 20009 with flag 2255000/2255000
1045.73/534.50	c cleaning 9996 clauses out of 20011 with flag 2265000/2265000
1049.59/536.47	c cleaning 9999 clauses out of 20016 with flag 2275001/2275001
1053.45/538.46	c cleaning 10005 clauses out of 20016 with flag 2285000/2285000
1057.31/540.42	c cleaning 10002 clauses out of 20011 with flag 2295000/2295000
1062.13/542.99	c cleaning 10001 clauses out of 20010 with flag 2305001/2305001
1066.39/545.14	c cleaning 9998 clauses out of 20008 with flag 2315000/2315000
1070.45/547.28	c cleaning 9999 clauses out of 20011 with flag 2325001/2325001
1073.75/548.97	c cleaning 10000 clauses out of 20011 with flag 2335000/2335000
1077.76/551.05	c cleaning 9998 clauses out of 20011 with flag 2345000/2345000
1082.02/553.27	c cleaning 10000 clauses out of 20013 with flag 2355000/2355000
1085.65/555.11	c cleaning 10003 clauses out of 20013 with flag 2365000/2365000
1089.31/557.04	c cleaning 10003 clauses out of 20012 with flag 2375002/2375002
1092.55/558.79	c cleaning 10000 clauses out of 20008 with flag 2385001/2385001
1095.79/560.45	c cleaning 9999 clauses out of 20008 with flag 2395001/2395001
1098.87/562.03	c cleaning 9995 clauses out of 20008 with flag 2405000/2405000
1101.91/563.64	c cleaning 10006 clauses out of 20014 with flag 2415001/2415001
1104.93/565.24	c cleaning 9996 clauses out of 20008 with flag 2425001/2425001
1107.59/566.68	c cleaning 10002 clauses out of 20012 with flag 2435001/2435001
1110.84/568.37	c cleaning 10000 clauses out of 20010 with flag 2445001/2445001
1114.51/570.24	c cleaning 9996 clauses out of 20010 with flag 2455001/2455001
1117.96/572.09	c cleaning 10000 clauses out of 20014 with flag 2465001/2465001
1122.38/574.34	c cleaning 9998 clauses out of 20014 with flag 2475001/2475001
1126.04/576.30	c cleaning 10005 clauses out of 20015 with flag 2485000/2485000
1129.30/577.98	c cleaning 9999 clauses out of 20011 with flag 2495001/2495001
1133.32/580.03	c cleaning 9994 clauses out of 20012 with flag 2505001/2505001
1136.58/581.78	c cleaning 9999 clauses out of 20018 with flag 2515001/2515001
1139.83/583.47	c cleaning 10001 clauses out of 20018 with flag 2525000/2525000
1143.89/585.56	c cleaning 10003 clauses out of 20018 with flag 2535001/2535001
1148.12/587.70	c cleaning 9999 clauses out of 20014 with flag 2545000/2545000
1152.58/590.05	c cleaning 10003 clauses out of 20015 with flag 2555000/2555000
1156.84/592.25	c cleaning 9998 clauses out of 20013 with flag 2565001/2565001
1160.50/594.18	c cleaning 9997 clauses out of 20014 with flag 2575000/2575000
1164.11/596.00	c cleaning 9999 clauses out of 20017 with flag 2585000/2585000
1167.36/597.71	c cleaning 10000 clauses out of 20019 with flag 2595001/2595001
1170.64/599.51	c cleaning 9998 clauses out of 20018 with flag 2605000/2605000
1175.28/601.81	c cleaning 10001 clauses out of 20020 with flag 2615000/2615000
1179.11/603.83	c cleaning 10004 clauses out of 20020 with flag 2625001/2625001
1182.75/605.79	c cleaning 10005 clauses out of 20015 with flag 2635000/2635000
1186.80/607.81	c cleaning 9998 clauses out of 20011 with flag 2645001/2645001
1190.86/609.94	c cleaning 10000 clauses out of 20012 with flag 2655000/2655000
1195.27/612.22	c cleaning 10001 clauses out of 20013 with flag 2665001/2665001
1199.32/614.37	c cleaning 10002 clauses out of 20013 with flag 2675002/2675002
1203.18/616.33	c cleaning 9999 clauses out of 20011 with flag 2685002/2685002
1207.23/618.48	c cleaning 10001 clauses out of 20011 with flag 2695001/2695001
1211.07/620.47	c cleaning 9998 clauses out of 20009 with flag 2705000/2705000
1215.33/622.66	c cleaning 10001 clauses out of 20012 with flag 2715001/2715001
1218.75/624.44	c cleaning 10001 clauses out of 20010 with flag 2725000/2725000
1222.20/626.21	c cleaning 10001 clauses out of 20010 with flag 2735001/2735001
1225.62/628.08	c cleaning 10001 clauses out of 20009 with flag 2745001/2745001
1229.46/630.02	c cleaning 10001 clauses out of 20007 with flag 2755000/2755000
1233.71/632.20	c cleaning 10002 clauses out of 20006 with flag 2765000/2765000
1238.16/634.61	c cleaning 9996 clauses out of 20004 with flag 2775000/2775000
1242.36/636.81	c cleaning 9999 clauses out of 20008 with flag 2785000/2785000
1246.01/638.65	c cleaning 9997 clauses out of 20010 with flag 2795001/2795001
1250.06/640.70	c cleaning 10001 clauses out of 20012 with flag 2805000/2805000
1254.51/643.04	c cleaning 10000 clauses out of 20011 with flag 2815000/2815000
1259.54/645.63	c cleaning 10001 clauses out of 20011 with flag 2825000/2825000
1263.37/647.64	c cleaning 10001 clauses out of 20011 with flag 2835001/2835001
1267.02/649.51	c cleaning 9999 clauses out of 20009 with flag 2845000/2845000
1270.87/651.58	c cleaning 10004 clauses out of 20011 with flag 2855001/2855001
1274.86/653.65	c cleaning 10000 clauses out of 20007 with flag 2865001/2865001
1278.12/655.39	c cleaning 9997 clauses out of 20006 with flag 2875000/2875000
1281.76/657.28	c cleaning 9999 clauses out of 20010 with flag 2885001/2885001
1285.82/659.31	c cleaning 10000 clauses out of 20010 with flag 2895000/2895000
1289.25/661.20	c cleaning 10004 clauses out of 20012 with flag 2905002/2905002
1293.06/663.12	c cleaning 9999 clauses out of 20008 with flag 2915002/2915002
1296.91/665.13	c cleaning 9999 clauses out of 20007 with flag 2925000/2925000
1300.56/667.09	c cleaning 10002 clauses out of 20009 with flag 2935001/2935001
1304.36/669.03	c cleaning 10000 clauses out of 20007 with flag 2945001/2945001
1307.61/670.72	c cleaning 10001 clauses out of 20008 with flag 2955002/2955002
1311.65/672.87	c cleaning 9997 clauses out of 20005 with flag 2965000/2965000
1315.50/674.90	c cleaning 10000 clauses out of 20008 with flag 2975000/2975000
1319.10/676.75	c cleaning 10002 clauses out of 20009 with flag 2985001/2985001
1323.34/678.92	c cleaning 9995 clauses out of 20006 with flag 2995000/2995000
1327.39/681.01	c cleaning 10001 clauses out of 20011 with flag 3005000/3005000
1331.28/683.11	c cleaning 9998 clauses out of 20010 with flag 3015000/3015000
1335.68/685.39	c cleaning 10001 clauses out of 20013 with flag 3025001/3025001
1339.71/687.47	c cleaning 10002 clauses out of 20011 with flag 3035000/3035000
1343.54/689.47	c cleaning 10000 clauses out of 20009 with flag 3045000/3045000
1347.78/691.62	c cleaning 9998 clauses out of 20009 with flag 3055000/3055000
1351.57/693.60	c cleaning 10003 clauses out of 20011 with flag 3065000/3065000
1355.42/695.65	c cleaning 10004 clauses out of 20009 with flag 3075001/3075001
1359.47/697.70	c cleaning 9998 clauses out of 20005 with flag 3085001/3085001
1363.32/699.76	c cleaning 9997 clauses out of 20007 with flag 3095001/3095001
1367.70/702.05	c cleaning 10002 clauses out of 20010 with flag 3105001/3105001
1371.95/704.20	c cleaning 10002 clauses out of 20008 with flag 3115001/3115001
1376.00/706.33	c cleaning 9998 clauses out of 20005 with flag 3125000/3125000
1379.64/708.24	c cleaning 9998 clauses out of 20007 with flag 3135000/3135000
1383.23/710.17	c cleaning 9998 clauses out of 20009 with flag 3145000/3145000
1386.89/712.09	c cleaning 10001 clauses out of 20011 with flag 3155000/3155000
1390.56/713.98	c cleaning 10004 clauses out of 20011 with flag 3165001/3165001
1394.37/715.96	c cleaning 9997 clauses out of 20006 with flag 3175000/3175000
1397.96/717.82	c cleaning 10001 clauses out of 20010 with flag 3185001/3185001
1401.81/719.83	c cleaning 9998 clauses out of 20008 with flag 3195000/3195000
1405.85/721.94	c cleaning 10002 clauses out of 20011 with flag 3205001/3205001
1409.89/724.02	c cleaning 9998 clauses out of 20009 with flag 3215001/3215001
1413.50/725.95	c cleaning 10003 clauses out of 20010 with flag 3225000/3225000
1417.52/728.07	c cleaning 10004 clauses out of 20009 with flag 3235002/3235002
1420.77/729.77	c cleaning 9998 clauses out of 20004 with flag 3245001/3245001
1424.25/731.54	c cleaning 9995 clauses out of 20005 with flag 3255000/3255000
1427.60/733.32	c cleaning 9998 clauses out of 20010 with flag 3265000/3265000
1431.25/735.22	c cleaning 10000 clauses out of 20013 with flag 3275001/3275001
1434.89/737.14	c cleaning 9997 clauses out of 20012 with flag 3285000/3285000
1438.34/738.96	c cleaning 10003 clauses out of 20016 with flag 3295001/3295001
1442.14/740.99	c cleaning 9999 clauses out of 20012 with flag 3305000/3305000
1445.78/742.81	c cleaning 10004 clauses out of 20013 with flag 3315000/3315000
1449.63/744.87	c cleaning 10002 clauses out of 20009 with flag 3325000/3325000
1453.07/746.66	c cleaning 9998 clauses out of 20008 with flag 3335001/3335001
1456.85/748.60	c cleaning 9999 clauses out of 20010 with flag 3345001/3345001
1460.49/750.56	c cleaning 10001 clauses out of 20011 with flag 3355001/3355001
1464.73/752.77	c cleaning 9998 clauses out of 20009 with flag 3365000/3365000
1468.58/754.72	c cleaning 10002 clauses out of 20011 with flag 3375000/3375000
1472.16/756.66	c cleaning 10003 clauses out of 20009 with flag 3385000/3385000
1475.80/758.51	c cleaning 10000 clauses out of 20007 with flag 3395001/3395001
1479.44/760.42	c cleaning 9995 clauses out of 20006 with flag 3405000/3405000
1483.13/762.34	c cleaning 10001 clauses out of 20012 with flag 3415001/3415001
1486.88/764.36	c cleaning 9998 clauses out of 20010 with flag 3425000/3425000
1490.72/766.32	c cleaning 10002 clauses out of 20013 with flag 3435001/3435001
1494.37/768.20	c cleaning 9996 clauses out of 20010 with flag 3445000/3445000
1498.01/770.16	c cleaning 10004 clauses out of 20015 with flag 3455001/3455001
1502.82/772.61	c cleaning 10002 clauses out of 20010 with flag 3465000/3465000
1506.46/774.56	c cleaning 10000 clauses out of 20008 with flag 3475000/3475000
1509.90/776.39	c cleaning 10001 clauses out of 20009 with flag 3485001/3485001
1513.54/778.21	c cleaning 9996 clauses out of 20008 with flag 3495001/3495001
1516.79/779.98	c cleaning 9998 clauses out of 20011 with flag 3505000/3505000
1520.20/781.74	c cleaning 10000 clauses out of 20014 with flag 3515001/3515001
1524.04/783.75	c cleaning 9998 clauses out of 20013 with flag 3525000/3525000
1527.48/785.52	c cleaning 10006 clauses out of 20016 with flag 3535001/3535001
1530.72/787.22	c cleaning 10001 clauses out of 20009 with flag 3545000/3545000
1533.97/788.96	c cleaning 10003 clauses out of 20009 with flag 3555001/3555001
1537.41/790.74	c cleaning 9999 clauses out of 20006 with flag 3565001/3565001
1540.44/792.37	c cleaning 9998 clauses out of 20006 with flag 3575000/3575000
1544.13/794.22	c cleaning 10001 clauses out of 20008 with flag 3585000/3585000
1547.33/796.00	c cleaning 9996 clauses out of 20008 with flag 3595001/3595001
1550.78/797.73	c cleaning 10000 clauses out of 20011 with flag 3605000/3605000
1554.21/799.58	c cleaning 10004 clauses out of 20012 with flag 3615001/3615001
1557.60/801.38	c cleaning 9998 clauses out of 20007 with flag 3625000/3625000
1561.24/803.21	c cleaning 10002 clauses out of 20009 with flag 3635000/3635000
1565.48/805.41	c cleaning 10000 clauses out of 20008 with flag 3645001/3645001
1569.73/807.64	c cleaning 9997 clauses out of 20008 with flag 3655001/3655001
1574.31/810.03	c cleaning 9997 clauses out of 20011 with flag 3665001/3665001
1579.15/812.59	c cleaning 9999 clauses out of 20013 with flag 3675000/3675000
1584.01/815.04	c cleaning 10004 clauses out of 20015 with flag 3685001/3685001
1588.26/817.31	c cleaning 9997 clauses out of 20011 with flag 3695001/3695001
1593.02/819.75	c cleaning 10000 clauses out of 20013 with flag 3705000/3705000
1597.26/821.98	c cleaning 10003 clauses out of 20014 with flag 3715001/3715001
1601.30/824.07	c cleaning 10003 clauses out of 20011 with flag 3725001/3725001
1605.16/826.03	c cleaning 10000 clauses out of 20007 with flag 3735000/3735000
1608.91/828.06	c cleaning 10002 clauses out of 20008 with flag 3745001/3745001
1613.79/830.52	c cleaning 9995 clauses out of 20005 with flag 3755000/3755000
1618.03/832.74	c cleaning 9999 clauses out of 20011 with flag 3765001/3765001
1622.43/835.06	c cleaning 10004 clauses out of 20011 with flag 3775000/3775000
1626.61/837.22	c cleaning 10001 clauses out of 20008 with flag 3785001/3785001
1631.05/839.50	c cleaning 9996 clauses out of 20007 with flag 3795001/3795001
1635.08/841.68	c cleaning 10001 clauses out of 20011 with flag 3805001/3805001
1639.72/844.06	c cleaning 9999 clauses out of 20009 with flag 3815000/3815000
1644.50/846.51	c cleaning 10001 clauses out of 20010 with flag 3825000/3825000
1648.74/848.79	c cleaning 10006 clauses out of 20011 with flag 3835002/3835002
1653.58/851.27	c cleaning 10001 clauses out of 20003 with flag 3845000/3845000
1658.41/853.72	c cleaning 10001 clauses out of 20003 with flag 3855001/3855001
1662.59/855.90	c cleaning 10001 clauses out of 20002 with flag 3865001/3865001
1667.03/858.24	c cleaning 9998 clauses out of 20002 with flag 3875002/3875002
1670.90/860.26	c cleaning 9999 clauses out of 20002 with flag 3885000/3885000
1675.31/862.55	c cleaning 9998 clauses out of 20003 with flag 3895000/3895000
1680.89/865.45	c cleaning 9999 clauses out of 20006 with flag 3905001/3905001
1686.33/868.20	c cleaning 9998 clauses out of 20006 with flag 3915000/3915000
1690.57/870.49	c cleaning 9999 clauses out of 20009 with flag 3925001/3925001
1695.41/872.93	c cleaning 9997 clauses out of 20010 with flag 3935001/3935001
1699.78/875.24	c cleaning 10001 clauses out of 20013 with flag 3945001/3945001
1705.02/877.99	c cleaning 10000 clauses out of 20012 with flag 3955001/3955001
1709.26/880.17	c cleaning 10003 clauses out of 20011 with flag 3965000/3965000
1713.69/882.41	c cleaning 9998 clauses out of 20008 with flag 3975000/3975000
1717.66/884.52	c cleaning 10004 clauses out of 20011 with flag 3985001/3985001
1722.50/887.07	c cleaning 9998 clauses out of 20007 with flag 3995001/3995001
1726.53/889.15	c cleaning 9997 clauses out of 20008 with flag 4005000/4005000
1730.57/891.27	c cleaning 10001 clauses out of 20011 with flag 4015000/4015000
1734.38/893.26	c cleaning 9996 clauses out of 20010 with flag 4025000/4025000
1737.97/895.18	c cleaning 10003 clauses out of 20014 with flag 4035000/4035000
1741.61/897.04	c cleaning 10002 clauses out of 20011 with flag 4045000/4045000
1745.65/899.19	c cleaning 9997 clauses out of 20010 with flag 4055001/4055001
1750.22/901.53	c cleaning 10002 clauses out of 20012 with flag 4065000/4065000
1754.46/903.74	c cleaning 10002 clauses out of 20011 with flag 4075001/4075001
1758.89/906.03	c cleaning 10002 clauses out of 20011 with flag 4085003/4085003
1763.13/908.24	c cleaning 10000 clauses out of 20006 with flag 4095000/4095000
1767.10/910.39	c cleaning 9999 clauses out of 20006 with flag 4105000/4105000
1770.93/912.37	c cleaning 10003 clauses out of 20007 with flag 4115000/4115000
1774.97/914.46	c cleaning 10001 clauses out of 20005 with flag 4125001/4125001
1778.82/916.43	c cleaning 9999 clauses out of 20003 with flag 4135000/4135000
1783.19/918.75	c cleaning 9996 clauses out of 20006 with flag 4145002/4145002
1786.85/920.65	c cleaning 9994 clauses out of 20009 with flag 4155001/4155001
1790.46/922.59	c cleaning 10002 clauses out of 20014 with flag 4165000/4165000
1794.09/924.44	c cleaning 10004 clauses out of 20013 with flag 4175001/4175001
1799.06/927.02	c cleaning 9996 clauses out of 20008 with flag 4185000/4185000
1800.12/927.62	c starts		: 253
1800.12/927.62	c conflicts		: 4187135
1800.12/927.62	c decisions		: 4201199
1800.12/927.62	c propagations		: 34390894
1800.12/927.62	c inspects		: 4928207678
1800.12/927.62	c shortcuts		: 0
1800.12/927.62	c learnt literals	: 0
1800.12/927.62	c learnt binary clauses	: 0
1800.12/927.62	c learnt ternary clauses	: 28
1800.12/927.62	c learnt constraints	: 4187136
1800.12/927.62	c ignored constraints	: 0
1800.12/927.62	c root simplifications	: 0
1800.12/927.62	c removed literals (reason simplification)	: 69581113
1800.12/927.62	c reason swapping (by a shorter reason)	: 0
1800.12/927.62	c Calls to reduceDB	: 420
1800.12/927.62	c number of reductions to clauses (during analyze)	: 0
1800.12/927.62	c number of learned constraints concerned by reduction	: 0
1800.12/927.62	c number of learning phase by resolution	: 0
1800.12/927.62	c number of learning phase by cutting planes	: 0
1800.12/927.62	c speed (assignments/second)	: 37101.02346073641
1800.12/927.62	c non guided choices	2
1800.12/927.63	c learnt constraints type 
1800.12/927.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12232
1800.12/927.63	c constraints type 
1800.12/927.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1324
1800.12/927.63	c constraints type 
1800.12/927.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1324
1800.12/927.63	s UNKNOWN
1800.12/927.63	c Total wall clock time (in seconds): 927.52

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454450-1307191564/watcher-3454450-1307191564 -o /tmp/evaluation-result-3454450-1307191564/solver-3454450-1307191564 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454450-1307191564.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.59 3.79 3.72 2/455 19011
/proc/meminfo: memFree=26250244/32951124 swapFree=60688864/67111528
[pid=19011] ppid=19008 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/19011/stat : 19011 (java) S 19008 19011 14960 0 -1 4202496 1371 0 1 0 0 0 0 0 17 0 2 0 830754599 37810176 1073 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19011/statm: 9231 1073 833 9 0 387 0
[pid=19011/tid=19014] ppid=19008 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19014/stat : 19014 (java) R 19008 19011 14960 0 -1 4202560 3399 0 1 0 0 0 0 0 17 0 2 0 830754600 10694979584 4215 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232335586363 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.023943 s]
/proc/loadavg: 3.59 3.79 3.72 2/455 19011
/proc/meminfo: memFree=26250244/32951124 swapFree=60688864/67111528
[pid=19011] ppid=19008 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/19011/stat : 19011 (java) S 19008 19011 14960 0 -1 4202496 8396 0 1 0 0 1 0 0 17 0 2 0 830754599 10694979584 8097 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19011/statm: 2611079 8116 917 9 0 2602235 0
[pid=19011/tid=19014] ppid=19008 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/19011/task/19014/stat : 19014 (java) R 19008 19011 14960 0 -1 4202560 7312 0 1 0 0 1 0 0 17 0 2 0 830754600 10694979584 8128 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232335586363 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10444316

[startup+0.100918 s]
/proc/loadavg: 3.59 3.79 3.72 2/455 19011
/proc/meminfo: memFree=26250244/32951124 swapFree=60688864/67111528
[pid=19011] ppid=19008 vsize=10539972 CPUtime=0.1 cores=1,3,5,7
/proc/19011/stat : 19011 (java) S 19008 19011 14960 0 -1 4202496 12971 0 1 0 8 2 0 0 17 0 18 0 830754599 10792931328 12667 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19011/statm: 2634993 12668 2093 9 0 2625727 0
[pid=19011/tid=19014] ppid=19008 vsize=10539972 CPUtime=0.07 cores=1,3,5,7
/proc/19011/task/19014/stat : 19014 (java) R 19008 19011 14960 0 -1 4202560 11051 0 1 0 6 1 0 0 18 0 18 0 830754600 10792931328 12668 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347719115 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539972

[startup+0.300838 s]
/proc/loadavg: 3.59 3.79 3.72 2/455 19011
/proc/meminfo: memFree=26250244/32951124 swapFree=60688864/67111528
[pid=19011] ppid=19008 vsize=10549688 CPUtime=0.54 cores=1,3,5,7
/proc/19011/stat : 19011 (java) S 19008 19011 14960 0 -1 4202496 20781 0 1 0 51 3 0 0 17 0 18 0 830754599 10802880512 18864 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19011/statm: 2637422 18864 2203 9 0 2628156 0
[pid=19011/tid=19014] ppid=19008 vsize=10549688 CPUtime=0.28 cores=1,3,5,7
/proc/19011/task/19014/stat : 19014 (java) R 19008 19011 14960 0 -1 4202560 14288 0 1 0 26 2 0 0 18 0 18 0 830754600 10802880512 18868 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 46912505217104 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10549688

[startup+0.700767 s]
/proc/loadavg: 3.59 3.79 3.72 2/455 19011
/proc/meminfo: memFree=26250244/32951124 swapFree=60688864/67111528
[pid=19011] ppid=19008 vsize=10554908 CPUtime=1.44 cores=1,3,5,7
/proc/19011/stat : 19011 (java) S 19008 19011 14960 0 -1 4202496 46316 0 1 0 138 6 0 0 17 0 20 0 830754599 10808225792 42875 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19011/statm: 2638727 42875 2226 9 0 2629461 0
[pid=19011/tid=19014] ppid=19008 vsize=10554908 CPUtime=0.65 cores=1,3,5,7
/proc/19011/task/19014/stat : 19014 (java) S 19008 19011 14960 0 -1 4202560 34649 0 1 0 61 4 0 0 19 0 20 0 830754600 10808225792 42875 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 10554908

[startup+1.50166 s]
/proc/loadavg: 3.46 3.76 3.71 7/501 19058
/proc/meminfo: memFree=25872616/32951124 swapFree=60688864/67111528
[pid=19011] ppid=19008 vsize=10556964 CPUtime=3.49 cores=1,3,5,7
/proc/19011/stat : 19011 (java) S 19008 19011 14960 0 -1 4202496 49426 0 1 0 343 6 0 0 17 0 22 0 830754599 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19011/statm: 2639241 45984 2235 9 0 2629975 0
[pid=19011/tid=19014] ppid=19008 vsize=10556964 CPUtime=0.65 cores=1,3,5,7
/proc/19011/task/19014/stat : 19014 (java) S 19008 19011 14960 0 -1 4202560 34649 0 1 0 61 4 0 0 15 0 22 0 830754600 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19018] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19018/stat : 19018 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830754602 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19019] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19019/stat : 19019 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19020] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19020/stat : 19020 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19021] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19021/stat : 19021 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19022] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19022/stat : 19022 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19023] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19023/stat : 19023 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19025] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19025/stat : 19025 (java) S 19008 19011 14960 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 830754602 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19027] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19027/stat : 19027 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19035] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19035/stat : 19035 (java) S 19008 19011 14960 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830754603 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 0 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19036] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19036/stat : 19036 (java) S 19008 19011 14960 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 830754604 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19038] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19038/stat : 19038 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830754604 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19043] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19043/stat : 19043 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830754606 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347716017 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19044] ppid=19008 vsize=10556964 CPUtime=0.58 cores=1,3,5,7
/proc/19011/task/19044/stat : 19044 (java) S 19008 19011 14960 0 -1 4202560 5876 0 0 0 58 0 0 0 15 0 22 0 830754606 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19047] ppid=19008 vsize=10556964 CPUtime=0.58 cores=1,3,5,7
/proc/19011/task/19047/stat : 19047 (java) S 19008 19011 14960 0 -1 4202560 4185 0 0 0 58 0 0 0 15 0 22 0 830754606 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19048] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19048/stat : 19048 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830754606 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19050] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19050/stat : 19050 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830754606 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
[pid=19011/tid=19055] ppid=19008 vsize=10556964 CPUtime=0.83 cores=1,3,5,7
/proc/19011/task/19055/stat : 19055 (java) R 19008 19011 14960 0 -1 4202560 535 0 0 0 83 0 0 0 18 0 22 0 830754667 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 46912505868749 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19011/tid=19056] ppid=19008 vsize=10556964 CPUtime=0.82 cores=1,3,5,7
/proc/19011/task/19056/stat : 19056 (java) R 19008 19011 14960 0 -1 4202560 3013 0 0 0 82 0 0 0 25 0 22 0 830754667 10810331136 45984 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 46912505881100 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19011/tid=19057] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19057/stat : 19057 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830754674 10810331136 45985 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19058] ppid=19008 vsize=10556964 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19058/stat : 19058 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754675 10810331136 45986 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10556964

[startup+3.10842 s]
/proc/loadavg: 3.46 3.76 3.71 6/501 19058
/proc/meminfo: memFree=25839756/32951124 swapFree=60688864/67111528
[pid=19011] ppid=19008 vsize=10561056 CPUtime=7.06 cores=1,3,5,7
/proc/19011/stat : 19011 (java) S 19008 19011 14960 0 -1 4202496 80407 0 1 0 696 10 0 0 17 0 22 0 830754599 10814521344 76294 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19011/statm: 2640264 76294 2262 9 0 2630998 0
[pid=19011/tid=19014] ppid=19008 vsize=10561244 CPUtime=0.65 cores=1,3,5,7
/proc/19011/task/19014/stat : 19014 (java) S 19008 19011 14960 0 -1 4202560 34649 0 1 0 61 4 0 0 15 0 22 0 830754600 10814713856 76294 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19018] ppid=19008 vsize=10561244 CPUtime=0.02 cores=1,3,5,7
/proc/19011/task/19018/stat : 19018 (java) S 19008 19011 14960 0 -1 4202560 1701 0 0 0 2 0 0 0 18 0 22 0 830754602 10814713856 76314 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
[pid=19011/tid=19019] ppid=19008 vsize=10561244 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19019/stat : 19019 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830754602 10814713856 76336 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19020] ppid=19008 vsize=10561244 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19020/stat : 19020 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830754602 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19021] ppid=19008 vsize=10561244 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19021/stat : 19021 (java) S 19008 19011 14960 0 -1 4202560 136 0 0 0 0 0 0 0 18 0 22 0 830754602 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19022] ppid=19008 vsize=10561244 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19022/stat : 19022 (java) S 19008 19011 14960 0 -1 4202560 423 0 0 0 0 0 0 0 18 0 22 0 830754602 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19023] ppid=19008 vsize=10561244 CPUtime=0.01 cores=1,3,5,7
/proc/19011/task/19023/stat : 19023 (java) S 19008 19011 14960 0 -1 4202560 2039 0 0 0 1 0 0 0 18 0 22 0 830754602 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19025] ppid=19008 vsize=10561244 CPUtime=0.01 cores=1,3,5,7
/proc/19011/task/19025/stat : 19025 (java) S 19008 19011 14960 0 -1 4202560 1817 0 0 0 1 0 0 0 18 0 22 0 830754602 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19027] ppid=19008 vsize=10561244 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19027/stat : 19027 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830754602 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19035] ppid=19008 vsize=10561244 CPUtime=0.06 cores=1,3,5,7
/proc/19011/task/19035/stat : 19035 (java) S 19008 19011 14960 0 -1 4202560 6096 0 0 0 6 0 0 0 15 0 22 0 830754603 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 0 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19036] ppid=19008 vsize=10561244 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19036/stat : 19036 (java) S 19008 19011 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830754604 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19038] ppid=19008 vsize=10561244 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19038/stat : 19038 (java) S 19008 19011 14960 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830754604 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19043] ppid=19008 vsize=10561244 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19043/stat : 19043 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830754606 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347716017 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19044] ppid=19008 vsize=10561244 CPUtime=0.74 cores=1,3,5,7
/proc/19011/task/19044/stat : 19044 (java) S 19008 19011 14960 0 -1 4202560 5935 0 0 0 74 0 0 0 15 0 22 0 830754606 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19047] ppid=19008 vsize=10561244 CPUtime=0.83 cores=1,3,5,7
/proc/19011/task/19047/stat : 19047 (java) R 19008 19011 14960 0 -1 4202560 6081 0 0 0 83 0 0 0 15 0 22 0 830754606 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232335586255 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19011/tid=19048] ppid=19008 vsize=10561244 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19048/stat : 19048 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830754606 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19050] ppid=19008 vsize=10561244 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19050/stat : 19050 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830754606 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
[pid=19011/tid=19055] ppid=19008 vsize=10561244 CPUtime=2.33 cores=1,3,5,7
/proc/19011/task/19055/stat : 19055 (java) R 19008 19011 14960 0 -1 4202560 914 0 0 0 233 0 0 0 18 0 22 0 830754667 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 46912505868610 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19011/tid=19056] ppid=19008 vsize=10561244 CPUtime=2.32 cores=1,3,5,7
/proc/19011/task/19056/stat : 19056 (java) R 19008 19011 14960 0 -1 4202560 19518 0 0 0 230 2 0 0 18 0 22 0 830754667 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 46912505606623 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19011/tid=19057] ppid=19008 vsize=10561244 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19057/stat : 19057 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830754674 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19058] ppid=19008 vsize=10561244 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19058/stat : 19058 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754675 10814713856 76357 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 10561056

[startup+6.30081 s]
/proc/loadavg: 3.46 3.76 3.71 5/501 19058
/proc/meminfo: memFree=25077972/32951124 swapFree=60688864/67111528
[pid=19011] ppid=19008 vsize=10556708 CPUtime=13.64 cores=1,3,5,7
/proc/19011/stat : 19011 (java) S 19008 19011 14960 0 -1 4202496 275689 0 1 0 1330 34 0 0 17 0 22 0 830754599 10810068992 269595 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19011/statm: 2639177 269595 2262 9 0 2629911 0
[pid=19011/tid=19014] ppid=19008 vsize=10556708 CPUtime=0.65 cores=1,3,5,7
/proc/19011/task/19014/stat : 19014 (java) S 19008 19011 14960 0 -1 4202560 34649 0 1 0 61 4 0 0 15 0 22 0 830754600 10810068992 269595 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19018] ppid=19008 vsize=10556708 CPUtime=0.02 cores=1,3,5,7
/proc/19011/task/19018/stat : 19018 (java) S 19008 19011 14960 0 -1 4202560 1725 0 0 0 2 0 0 0 18 0 22 0 830754602 10810068992 269597 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
[pid=19011/tid=19019] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19019/stat : 19019 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830754602 10810068992 269604 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19020] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19020/stat : 19020 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830754602 10810068992 269610 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19021] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19021/stat : 19021 (java) S 19008 19011 14960 0 -1 4202560 302 0 0 0 0 0 0 0 18 0 22 0 830754602 10810068992 269616 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19022] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19022/stat : 19022 (java) S 19008 19011 14960 0 -1 4202560 445 0 0 0 0 0 0 0 15 0 22 0 830754602 10810068992 269622 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19023] ppid=19008 vsize=10556708 CPUtime=0.01 cores=1,3,5,7
/proc/19011/task/19023/stat : 19023 (java) S 19008 19011 14960 0 -1 4202560 2053 0 0 0 1 0 0 0 18 0 22 0 830754602 10810068992 269628 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
[pid=19011/tid=19025] ppid=19008 vsize=10556708 CPUtime=0.01 cores=1,3,5,7
/proc/19011/task/19025/stat : 19025 (java) S 19008 19011 14960 0 -1 4202560 1817 0 0 0 1 0 0 0 18 0 22 0 830754602 10810068992 269632 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19027] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19027/stat : 19027 (java) S 19008 19011 14960 0 -1 4202560 212 0 0 0 0 0 0 0 16 0 22 0 830754602 10810068992 269635 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0

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

[pid=19011/tid=19056] ppid=19008 vsize=10556708 CPUtime=716.11 cores=1,3,5,7
/proc/19011/task/19056/stat : 19056 (java) R 19008 19011 14960 0 -1 4202560 421236 0 0 0 71559 52 0 0 25 0 22 0 830754667 10810068992 496043 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 46912505881779 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19011/tid=19057] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19057/stat : 19057 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830754674 10810068992 496043 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19058] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19058/stat : 19058 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754675 10810068992 496043 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1483.13
Current children cumulated vsize (KiB) 10556708

[startup+822.301 s]
/proc/loadavg: 3.89 3.91 3.82 5/501 19080
/proc/meminfo: memFree=20510596/32951124 swapFree=60688864/67111528
[pid=19011] ppid=19008 vsize=10556708 CPUtime=1597.9 cores=1,3,5,7
/proc/19011/stat : 19011 (java) S 19008 19011 14960 0 -1 4202496 506701 0 1 0 159718 72 0 0 17 0 22 0 830754599 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19011/statm: 2639177 496507 2264 9 0 2629911 0
[pid=19011/tid=19014] ppid=19008 vsize=10556708 CPUtime=0.65 cores=1,3,5,7
/proc/19011/task/19014/stat : 19014 (java) S 19008 19011 14960 0 -1 4202560 34654 0 1 0 61 4 0 0 15 0 22 0 830754600 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19018] ppid=19008 vsize=10556708 CPUtime=0.46 cores=1,3,5,7
/proc/19011/task/19018/stat : 19018 (java) S 19008 19011 14960 0 -1 4202560 1926 0 0 0 46 0 0 0 15 0 22 0 830754602 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19019] ppid=19008 vsize=10556708 CPUtime=0.44 cores=1,3,5,7
/proc/19011/task/19019/stat : 19019 (java) S 19008 19011 14960 0 -1 4202560 54 0 0 0 44 0 0 0 15 0 22 0 830754602 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19020] ppid=19008 vsize=10556708 CPUtime=0.45 cores=1,3,5,7
/proc/19011/task/19020/stat : 19020 (java) S 19008 19011 14960 0 -1 4202560 73 0 0 0 45 0 0 0 15 0 22 0 830754602 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19021] ppid=19008 vsize=10556708 CPUtime=0.44 cores=1,3,5,7
/proc/19011/task/19021/stat : 19021 (java) S 19008 19011 14960 0 -1 4202560 349 0 0 0 44 0 0 0 16 0 22 0 830754602 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19022] ppid=19008 vsize=10556708 CPUtime=0.48 cores=1,3,5,7
/proc/19011/task/19022/stat : 19022 (java) S 19008 19011 14960 0 -1 4202560 533 0 0 0 48 0 0 0 15 0 22 0 830754602 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19023] ppid=19008 vsize=10556708 CPUtime=0.45 cores=1,3,5,7
/proc/19011/task/19023/stat : 19023 (java) S 19008 19011 14960 0 -1 4202560 2108 0 0 0 45 0 0 0 15 0 22 0 830754602 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19025] ppid=19008 vsize=10556708 CPUtime=0.47 cores=1,3,5,7
/proc/19011/task/19025/stat : 19025 (java) S 19008 19011 14960 0 -1 4202560 1880 0 0 0 47 0 0 0 16 0 22 0 830754602 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19027] ppid=19008 vsize=10556708 CPUtime=0.45 cores=1,3,5,7
/proc/19011/task/19027/stat : 19027 (java) S 19008 19011 14960 0 -1 4202560 287 0 0 0 45 0 0 0 16 0 22 0 830754602 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19035] ppid=19008 vsize=10556708 CPUtime=49.71 cores=1,3,5,7
/proc/19011/task/19035/stat : 19035 (java) S 19008 19011 14960 0 -1 4202560 23642 0 0 0 4963 8 0 0 16 0 22 0 830754603 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 0 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
[pid=19011/tid=19036] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19036/stat : 19036 (java) S 19008 19011 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830754604 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19038] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19038/stat : 19038 (java) S 19008 19011 14960 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830754604 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19043] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19043/stat : 19043 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830754606 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347716017 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19044] ppid=19008 vsize=10556708 CPUtime=1.41 cores=1,3,5,7
/proc/19011/task/19044/stat : 19044 (java) S 19008 19011 14960 0 -1 4202560 10628 0 0 0 140 1 0 0 15 0 22 0 830754606 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19047] ppid=19008 vsize=10556708 CPUtime=1.14 cores=1,3,5,7
/proc/19011/task/19047/stat : 19047 (java) S 19008 19011 14960 0 -1 4202560 6819 0 0 0 114 0 0 0 16 0 22 0 830754606 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19048] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19048/stat : 19048 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830754606 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19050] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19050/stat : 19050 (java) S 19008 19011 14960 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830754606 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19055] ppid=19008 vsize=10556708 CPUtime=770.6 cores=1,3,5,7
/proc/19011/task/19055/stat : 19055 (java) R 19008 19011 14960 0 -1 4202560 1307 0 0 0 77060 0 0 0 24 0 22 0 830754667 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 46912505868749 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19011/tid=19056] ppid=19008 vsize=10556708 CPUtime=770.61 cores=1,3,5,7
/proc/19011/task/19056/stat : 19056 (java) R 19008 19011 14960 0 -1 4202560 421236 0 0 0 77009 52 0 0 24 0 22 0 830754667 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 46912505606373 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19011/tid=19057] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19057/stat : 19057 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830754674 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19058] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19058/stat : 19058 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754675 10810068992 496507 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1597.9
Current children cumulated vsize (KiB) 10556708

[startup+882.301 s]
/proc/loadavg: 3.89 3.90 3.82 5/501 19082
/proc/meminfo: memFree=20508452/32951124 swapFree=60688864/67111528
[pid=19011] ppid=19008 vsize=10556708 CPUtime=1713.49 cores=1,3,5,7
/proc/19011/stat : 19011 (java) S 19008 19011 14960 0 -1 4202496 507261 0 1 0 171276 73 0 0 17 0 22 0 830754599 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19011/statm: 2639177 497034 2264 9 0 2629911 0
[pid=19011/tid=19014] ppid=19008 vsize=10556708 CPUtime=0.65 cores=1,3,5,7
/proc/19011/task/19014/stat : 19014 (java) S 19008 19011 14960 0 -1 4202560 34654 0 1 0 61 4 0 0 15 0 22 0 830754600 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19018] ppid=19008 vsize=10556708 CPUtime=0.49 cores=1,3,5,7
/proc/19011/task/19018/stat : 19018 (java) S 19008 19011 14960 0 -1 4202560 1931 0 0 0 49 0 0 0 15 0 22 0 830754602 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19019] ppid=19008 vsize=10556708 CPUtime=0.5 cores=1,3,5,7
/proc/19011/task/19019/stat : 19019 (java) S 19008 19011 14960 0 -1 4202560 60 0 0 0 50 0 0 0 15 0 22 0 830754602 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19020] ppid=19008 vsize=10556708 CPUtime=0.49 cores=1,3,5,7
/proc/19011/task/19020/stat : 19020 (java) S 19008 19011 14960 0 -1 4202560 76 0 0 0 49 0 0 0 16 0 22 0 830754602 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19021] ppid=19008 vsize=10556708 CPUtime=0.47 cores=1,3,5,7
/proc/19011/task/19021/stat : 19021 (java) S 19008 19011 14960 0 -1 4202560 354 0 0 0 47 0 0 0 16 0 22 0 830754602 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19022] ppid=19008 vsize=10556708 CPUtime=0.54 cores=1,3,5,7
/proc/19011/task/19022/stat : 19022 (java) S 19008 19011 14960 0 -1 4202560 533 0 0 0 54 0 0 0 16 0 22 0 830754602 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19023] ppid=19008 vsize=10556708 CPUtime=0.48 cores=1,3,5,7
/proc/19011/task/19023/stat : 19023 (java) S 19008 19011 14960 0 -1 4202560 2111 0 0 0 48 0 0 0 15 0 22 0 830754602 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19025] ppid=19008 vsize=10556708 CPUtime=0.52 cores=1,3,5,7
/proc/19011/task/19025/stat : 19025 (java) S 19008 19011 14960 0 -1 4202560 1885 0 0 0 52 0 0 0 15 0 22 0 830754602 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19027] ppid=19008 vsize=10556708 CPUtime=0.49 cores=1,3,5,7
/proc/19011/task/19027/stat : 19027 (java) S 19008 19011 14960 0 -1 4202560 291 0 0 0 49 0 0 0 15 0 22 0 830754602 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19035] ppid=19008 vsize=10556708 CPUtime=54.24 cores=1,3,5,7
/proc/19011/task/19035/stat : 19035 (java) S 19008 19011 14960 0 -1 4202560 24142 0 0 0 5416 8 0 0 15 0 22 0 830754603 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 0 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
[pid=19011/tid=19036] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19036/stat : 19036 (java) S 19008 19011 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830754604 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19038] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19038/stat : 19038 (java) S 19008 19011 14960 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830754604 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19043] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19043/stat : 19043 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830754606 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347716017 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19044] ppid=19008 vsize=10556708 CPUtime=1.41 cores=1,3,5,7
/proc/19011/task/19044/stat : 19044 (java) S 19008 19011 14960 0 -1 4202560 10628 0 0 0 140 1 0 0 15 0 22 0 830754606 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19047] ppid=19008 vsize=10556708 CPUtime=1.14 cores=1,3,5,7
/proc/19011/task/19047/stat : 19047 (java) S 19008 19011 14960 0 -1 4202560 6819 0 0 0 114 0 0 0 16 0 22 0 830754606 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19048] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19048/stat : 19048 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830754606 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19050] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19050/stat : 19050 (java) S 19008 19011 14960 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830754606 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19055] ppid=19008 vsize=10556708 CPUtime=825.96 cores=1,3,5,7
/proc/19011/task/19055/stat : 19055 (java) R 19008 19011 14960 0 -1 4202560 1332 0 0 0 82596 0 0 0 25 0 22 0 830754667 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 46912505868610 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19011/tid=19056] ppid=19008 vsize=10556708 CPUtime=825.97 cores=1,3,5,7
/proc/19011/task/19056/stat : 19056 (java) R 19008 19011 14960 0 -1 4202560 421236 0 0 0 82545 52 0 0 25 0 22 0 830754667 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 46912505881147 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19011/tid=19057] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19057/stat : 19057 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830754674 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19058] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19058/stat : 19058 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754675 10810068992 497034 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1713.49
Current children cumulated vsize (KiB) 10556708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.601 s]
/proc/loadavg: 3.83 3.89 3.82 5/501 19143
/proc/meminfo: memFree=24007440/32951124 swapFree=60688864/67111528
[pid=19011] ppid=19008 vsize=10556708 CPUtime=1800.12 cores=1,3,5,7
/proc/19011/stat : 19011 (java) S 19008 19011 14960 0 -1 4202496 507677 0 1 0 179938 74 0 0 17 0 22 0 830754599 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19011/statm: 2639177 497424 2264 9 0 2629911 0
[pid=19011/tid=19014] ppid=19008 vsize=10556708 CPUtime=0.65 cores=1,3,5,7
/proc/19011/task/19014/stat : 19014 (java) S 19008 19011 14960 0 -1 4202560 34654 0 1 0 61 4 0 0 15 0 22 0 830754600 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19018] ppid=19008 vsize=10556708 CPUtime=0.53 cores=1,3,5,7
/proc/19011/task/19018/stat : 19018 (java) S 19008 19011 14960 0 -1 4202560 1936 0 0 0 53 0 0 0 15 0 22 0 830754602 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19019] ppid=19008 vsize=10556708 CPUtime=0.54 cores=1,3,5,7
/proc/19011/task/19019/stat : 19019 (java) S 19008 19011 14960 0 -1 4202560 64 0 0 0 54 0 0 0 15 0 22 0 830754602 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19020] ppid=19008 vsize=10556708 CPUtime=0.53 cores=1,3,5,7
/proc/19011/task/19020/stat : 19020 (java) S 19008 19011 14960 0 -1 4202560 77 0 0 0 53 0 0 0 16 0 22 0 830754602 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19021] ppid=19008 vsize=10556708 CPUtime=0.51 cores=1,3,5,7
/proc/19011/task/19021/stat : 19021 (java) S 19008 19011 14960 0 -1 4202560 359 0 0 0 51 0 0 0 16 0 22 0 830754602 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19022] ppid=19008 vsize=10556708 CPUtime=0.57 cores=1,3,5,7
/proc/19011/task/19022/stat : 19022 (java) S 19008 19011 14960 0 -1 4202560 533 0 0 0 57 0 0 0 15 0 22 0 830754602 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19023] ppid=19008 vsize=10556708 CPUtime=0.52 cores=1,3,5,7
/proc/19011/task/19023/stat : 19023 (java) S 19008 19011 14960 0 -1 4202560 2117 0 0 0 52 0 0 0 16 0 22 0 830754602 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19025] ppid=19008 vsize=10556708 CPUtime=0.57 cores=1,3,5,7
/proc/19011/task/19025/stat : 19025 (java) S 19008 19011 14960 0 -1 4202560 1893 0 0 0 57 0 0 0 16 0 22 0 830754602 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19027] ppid=19008 vsize=10556708 CPUtime=0.52 cores=1,3,5,7
/proc/19011/task/19027/stat : 19027 (java) S 19008 19011 14960 0 -1 4202560 296 0 0 0 52 0 0 0 15 0 22 0 830754602 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19035] ppid=19008 vsize=10556708 CPUtime=58.33 cores=1,3,5,7
/proc/19011/task/19035/stat : 19035 (java) S 19008 19011 14960 0 -1 4202560 24500 0 0 0 5824 9 0 0 16 0 22 0 830754603 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 0 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
[pid=19011/tid=19036] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19036/stat : 19036 (java) S 19008 19011 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830754604 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19038] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19038/stat : 19038 (java) S 19008 19011 14960 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830754604 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19043] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19043/stat : 19043 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830754606 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347716017 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19044] ppid=19008 vsize=10556708 CPUtime=1.41 cores=1,3,5,7
/proc/19011/task/19044/stat : 19044 (java) S 19008 19011 14960 0 -1 4202560 10628 0 0 0 140 1 0 0 15 0 22 0 830754606 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19047] ppid=19008 vsize=10556708 CPUtime=1.14 cores=1,3,5,7
/proc/19011/task/19047/stat : 19047 (java) S 19008 19011 14960 0 -1 4202560 6819 0 0 0 114 0 0 0 16 0 22 0 830754606 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19048] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19048/stat : 19048 (java) S 19008 19011 14960 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830754606 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708313 0 4 0 16800975 18446604460500633536 0 0 -1 3 0 0 0
[pid=19011/tid=19050] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19050/stat : 19050 (java) S 19008 19011 14960 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830754606 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 7 0 0 0
[pid=19011/tid=19055] ppid=19008 vsize=10556708 CPUtime=867.08 cores=1,3,5,7
/proc/19011/task/19055/stat : 19055 (java) R 19008 19011 14960 0 -1 4202560 1354 0 0 0 86708 0 0 0 25 0 22 0 830754667 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 46912505166104 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19011/tid=19056] ppid=19008 vsize=10556708 CPUtime=867.1 cores=1,3,5,7
/proc/19011/task/19056/stat : 19056 (java) R 19008 19011 14960 0 -1 4202560 421236 0 0 0 86658 52 0 0 25 0 22 0 830754667 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 46912505882105 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19011/tid=19057] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19057/stat : 19057 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830754674 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 5 0 0 0
[pid=19011/tid=19058] ppid=19008 vsize=10556708 CPUtime=0 cores=1,3,5,7
/proc/19011/task/19058/stat : 19058 (java) S 19008 19011 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754675 10810068992 497424 33554432000 1073741824 1073778376 140735914483296 18446744073709551615 232347708928 0 4 0 16800975 18446604460500633536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 10556708

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 927.714
CPU time (s): 1800.27
CPU user time (s): 1799.45
CPU system time (s): 0.817875
CPU usage (%): 194.054
Max. virtual memory (cumulated for all children) (KiB): 10561056

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

runsolver used 4.6113 second user time and 10.5934 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-04 14:46:04
IDJOB=3454450
IDBENCH=2512
IDSOLVER=1950
FILE ID=node132/3454450-1307191564
RUNJOBID= node132-1307191564-18994
PBS_JOBID= 13508840
Free space on /tmp= 73928 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-qiu.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454450-1307191564/watcher-3454450-1307191564 -o /tmp/evaluation-result-3454450-1307191564/solver-3454450-1307191564 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454450-1307191564.opb

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

MD5SUM BENCH= 42437a98f8f475fdcbcf3676beea9d9f
RANDOM SEED=1384644055

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26250664 kB
Buffers:        328952 kB
Cached:        3052428 kB
SwapCached:      15140 kB
Active:        1028880 kB
Inactive:      5410276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26250664 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:            3352 kB
Writeback:           0 kB
AnonPages:     3050320 kB
Mapped:          18364 kB
Slab:           144448 kB
PageTables:      49900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109205452 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73928 MiB
End job on node132 at 2011-06-04 15:01:34