Trace number 2663136

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1803.73 984.967

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-sierra.opb
MD5SUM0561d3f4e5e0de350a6eb18bc6dcbee9
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 variables38715
Total number of constraints3263
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 constraints3263
Minimum length of a constraint10
Maximum length of a constraint498
Number of terms in the objective function 36989
Biggest coefficient in the objective function 40063152947200
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 712861332680300
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 40063152947200
Number of bits of the biggest number in a constraint 46
Biggest sum of numbers in a constraint 712861332680300
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2663136-1276545534.opb
0.23/0.21	c reading problem ... 
6.14/3.59	c ... done. Wall clock time 2.662s.
6.14/3.59	c #vars     38715
6.14/3.59	c #constraints  4605
6.14/3.59	c constraints type 
6.14/3.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3791
6.14/3.59	c constraints type 
6.14/3.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3791
14.25/7.69	c cleaning 2501 clauses out of 5001 with flag 5001/5001
16.97/9.17	c cleaning 4243 clauses out of 8500 with flag 11001/11001
19.47/10.57	c cleaning 5629 clauses out of 11257 with flag 18001/18001
22.97/12.44	c cleaning 6812 clauses out of 13627 with flag 26000/26000
26.99/14.68	c cleaning 7903 clauses out of 15815 with flag 35000/35000
31.68/17.17	c cleaning 8956 clauses out of 17912 with flag 45000/45000
36.35/19.64	c cleaning 9476 clauses out of 18957 with flag 55001/55001
40.24/21.75	c cleaning 9739 clauses out of 19480 with flag 65000/65000
44.26/23.90	c cleaning 9868 clauses out of 19742 with flag 75001/75001
48.33/26.10	c cleaning 9933 clauses out of 19874 with flag 85001/85001
53.39/28.82	c cleaning 9964 clauses out of 19941 with flag 95001/95001
58.65/31.63	c cleaning 9983 clauses out of 19976 with flag 105000/105000
62.85/33.92	c cleaning 9997 clauses out of 19994 with flag 115001/115001
66.12/35.78	c cleaning 9994 clauses out of 19997 with flag 125001/125001
69.99/37.82	c cleaning 9994 clauses out of 20002 with flag 135000/135000
74.63/40.38	c cleaning 9996 clauses out of 20008 with flag 145000/145000
79.06/42.75	c cleaning 10002 clauses out of 20012 with flag 155000/155000
82.72/44.72	c cleaning 10004 clauses out of 20010 with flag 165000/165000
86.18/46.64	c cleaning 10003 clauses out of 20006 with flag 175000/175000
89.63/48.50	c cleaning 9997 clauses out of 20004 with flag 185001/185001
93.44/50.61	c cleaning 9997 clauses out of 20006 with flag 195000/195000
98.07/53.10	c cleaning 9997 clauses out of 20010 with flag 205001/205001
102.31/55.43	c cleaning 10002 clauses out of 20013 with flag 215001/215001
106.34/57.66	c cleaning 10001 clauses out of 20011 with flag 225001/225001
110.16/59.79	c cleaning 10000 clauses out of 20010 with flag 235001/235001
114.60/62.12	c cleaning 9995 clauses out of 20009 with flag 245000/245000
118.66/64.39	c cleaning 9996 clauses out of 20014 with flag 255000/255000
122.50/66.42	c cleaning 10007 clauses out of 20019 with flag 265001/265001
126.50/68.64	c cleaning 10005 clauses out of 20013 with flag 275002/275002
130.54/70.85	c cleaning 9995 clauses out of 20006 with flag 285000/285000
133.99/72.77	c cleaning 9999 clauses out of 20012 with flag 295001/295001
138.21/75.03	c cleaning 10003 clauses out of 20013 with flag 305001/305001
142.62/77.41	c cleaning 10001 clauses out of 20010 with flag 315001/315001
146.05/79.38	c cleaning 9996 clauses out of 20009 with flag 325001/325001
150.08/81.53	c cleaning 10001 clauses out of 20013 with flag 335001/335001
153.73/83.56	c cleaning 9997 clauses out of 20012 with flag 345001/345001
157.34/85.55	c cleaning 9997 clauses out of 20015 with flag 355001/355001
161.19/87.64	c cleaning 10002 clauses out of 20018 with flag 365001/365001
164.63/89.56	c cleaning 10001 clauses out of 20016 with flag 375001/375001
168.47/91.64	c cleaning 10002 clauses out of 20014 with flag 385000/385000
172.88/94.06	c cleaning 10006 clauses out of 20012 with flag 395000/395000
177.72/96.68	c cleaning 9994 clauses out of 20006 with flag 405000/405000
182.55/99.24	c cleaning 10006 clauses out of 20014 with flag 415002/415002
186.97/101.62	c cleaning 9996 clauses out of 20006 with flag 425000/425000
190.97/103.90	c cleaning 9999 clauses out of 20010 with flag 435000/435000
195.40/106.30	c cleaning 9998 clauses out of 20012 with flag 445001/445001
199.23/108.32	c cleaning 10000 clauses out of 20014 with flag 455001/455001
203.06/110.47	c cleaning 10002 clauses out of 20013 with flag 465000/465000
206.89/112.60	c cleaning 10000 clauses out of 20012 with flag 475001/475001
210.91/114.72	c cleaning 10000 clauses out of 20011 with flag 485000/485000
214.75/116.81	c cleaning 9998 clauses out of 20012 with flag 495001/495001
218.57/118.94	c cleaning 10000 clauses out of 20014 with flag 505001/505001
222.00/120.86	c cleaning 9999 clauses out of 20013 with flag 515000/515000
225.64/122.89	c cleaning 10001 clauses out of 20015 with flag 525001/525001
229.48/124.95	c cleaning 9999 clauses out of 20013 with flag 535000/535000
233.51/127.13	c cleaning 10001 clauses out of 20014 with flag 545000/545000
237.12/129.16	c cleaning 9999 clauses out of 20014 with flag 555001/555001
240.75/131.14	c cleaning 10001 clauses out of 20014 with flag 565000/565000
244.19/133.09	c cleaning 9994 clauses out of 20013 with flag 575000/575000
247.82/135.08	c cleaning 10000 clauses out of 20019 with flag 585000/585000
251.42/137.02	c cleaning 10003 clauses out of 20019 with flag 595000/595000
255.66/139.38	c cleaning 10005 clauses out of 20016 with flag 605000/605000
259.88/141.65	c cleaning 10004 clauses out of 20012 with flag 615001/615001
264.12/144.00	c cleaning 10002 clauses out of 20007 with flag 625000/625000
268.70/146.48	c cleaning 9999 clauses out of 20006 with flag 635001/635001
272.91/148.80	c cleaning 10004 clauses out of 20007 with flag 645001/645001
277.93/151.41	c cleaning 9999 clauses out of 20002 with flag 655000/655000
282.75/154.09	c cleaning 9999 clauses out of 20003 with flag 665000/665000
287.52/156.63	c cleaning 10001 clauses out of 20005 with flag 675001/675001
292.13/159.14	c cleaning 10001 clauses out of 20004 with flag 685001/685001
296.35/161.47	c cleaning 10001 clauses out of 20002 with flag 695000/695000
301.96/164.47	c cleaning 9996 clauses out of 20002 with flag 705001/705001
307.34/167.32	c cleaning 10001 clauses out of 20006 with flag 715001/715001
312.34/170.04	c cleaning 9999 clauses out of 20005 with flag 725001/725001
317.74/172.96	c cleaning 10001 clauses out of 20005 with flag 735000/735000
322.55/175.55	c cleaning 9999 clauses out of 20004 with flag 745000/745000
327.55/178.22	c cleaning 10003 clauses out of 20007 with flag 755002/755002
332.73/181.02	c cleaning 9999 clauses out of 20003 with flag 765001/765001
337.54/183.68	c cleaning 9997 clauses out of 20003 with flag 775000/775000
343.33/186.79	c cleaning 9999 clauses out of 20007 with flag 785001/785001
348.09/189.38	c cleaning 9995 clauses out of 20007 with flag 795000/795000
352.89/191.93	c cleaning 10000 clauses out of 20012 with flag 805000/805000
357.30/194.37	c cleaning 10003 clauses out of 20013 with flag 815001/815001
361.52/196.61	c cleaning 10001 clauses out of 20011 with flag 825002/825002
365.11/198.62	c cleaning 9993 clauses out of 20009 with flag 835001/835001
368.73/200.67	c cleaning 10004 clauses out of 20016 with flag 845001/845001
372.36/202.67	c cleaning 10003 clauses out of 20011 with flag 855000/855000
376.16/204.78	c cleaning 9998 clauses out of 20009 with flag 865001/865001
380.50/207.15	c cleaning 10001 clauses out of 20011 with flag 875001/875001
384.52/209.35	c cleaning 10001 clauses out of 20009 with flag 885000/885000
390.14/212.38	c cleaning 10000 clauses out of 20008 with flag 895000/895000
396.72/215.81	c cleaning 9994 clauses out of 20008 with flag 905000/905000
404.30/219.80	c cleaning 10001 clauses out of 20014 with flag 915000/915000
408.12/221.92	c cleaning 9998 clauses out of 20014 with flag 925001/925001
411.94/224.08	c cleaning 10001 clauses out of 20015 with flag 935000/935000
416.17/226.31	c cleaning 10004 clauses out of 20014 with flag 945000/945000
420.56/228.77	c cleaning 9998 clauses out of 20010 with flag 955000/955000
423.96/230.66	c cleaning 10004 clauses out of 20013 with flag 965001/965001
428.56/233.13	c cleaning 9998 clauses out of 20008 with flag 975000/975000
432.36/235.26	c cleaning 10000 clauses out of 20010 with flag 985000/985000
436.36/237.42	c cleaning 9998 clauses out of 20011 with flag 995001/995001
440.17/239.53	c cleaning 10000 clauses out of 20012 with flag 1005000/1005000
444.18/241.74	c cleaning 10001 clauses out of 20012 with flag 1015000/1015000
447.58/243.66	c cleaning 9997 clauses out of 20011 with flag 1025000/1025000
451.56/245.87	c cleaning 10003 clauses out of 20014 with flag 1035000/1035000
455.77/248.11	c cleaning 9999 clauses out of 20011 with flag 1045000/1045000
459.55/250.30	c cleaning 9998 clauses out of 20012 with flag 1055000/1055000
463.55/252.41	c cleaning 9999 clauses out of 20016 with flag 1065002/1065002
467.11/254.43	c cleaning 10004 clauses out of 20016 with flag 1075001/1075001
471.30/256.78	c cleaning 9999 clauses out of 20011 with flag 1085000/1085000
475.68/259.16	c cleaning 10003 clauses out of 20012 with flag 1095000/1095000
479.29/261.15	c cleaning 9994 clauses out of 20010 with flag 1105001/1105001
483.83/263.64	c cleaning 9999 clauses out of 20016 with flag 1115001/1115001
488.42/266.14	c cleaning 10003 clauses out of 20017 with flag 1125001/1125001
492.61/268.43	c cleaning 10000 clauses out of 20014 with flag 1135001/1135001
496.76/270.72	c cleaning 10002 clauses out of 20014 with flag 1145001/1145001
500.69/272.94	c cleaning 9998 clauses out of 20012 with flag 1155001/1155001
504.50/275.04	c cleaning 10002 clauses out of 20014 with flag 1165001/1165001
507.87/276.97	c cleaning 9997 clauses out of 20012 with flag 1175001/1175001
511.87/279.14	c cleaning 9996 clauses out of 20014 with flag 1185000/1185000
516.24/281.52	c cleaning 10002 clauses out of 20019 with flag 1195001/1195001
520.02/283.70	c cleaning 10003 clauses out of 20018 with flag 1205002/1205002
524.01/285.89	c cleaning 9997 clauses out of 20013 with flag 1215000/1215000
528.79/288.46	c cleaning 10002 clauses out of 20017 with flag 1225001/1225001
533.54/291.02	c cleaning 9998 clauses out of 20014 with flag 1235000/1235000
537.33/293.18	c cleaning 9999 clauses out of 20016 with flag 1245000/1245000
541.51/295.46	c cleaning 9999 clauses out of 20017 with flag 1255000/1255000
545.70/297.70	c cleaning 10002 clauses out of 20018 with flag 1265000/1265000
549.66/299.91	c cleaning 9995 clauses out of 20016 with flag 1275000/1275000
553.85/302.22	c cleaning 10003 clauses out of 20021 with flag 1285000/1285000
557.64/304.32	c cleaning 10005 clauses out of 20018 with flag 1295000/1295000
561.24/306.31	c cleaning 9999 clauses out of 20013 with flag 1305000/1305000
564.58/308.26	c cleaning 9998 clauses out of 20014 with flag 1315000/1315000
569.15/310.73	c cleaning 10002 clauses out of 20017 with flag 1325001/1325001
573.53/313.11	c cleaning 10000 clauses out of 20014 with flag 1335000/1335000
578.31/315.75	c cleaning 10004 clauses out of 20014 with flag 1345000/1345000
582.24/317.92	c cleaning 10005 clauses out of 20010 with flag 1355000/1355000
586.38/320.24	c cleaning 10003 clauses out of 20005 with flag 1365000/1365000
591.73/323.10	c cleaning 10002 clauses out of 20003 with flag 1375001/1375001
597.48/326.24	c cleaning 10000 clauses out of 20000 with flag 1385000/1385000
602.95/329.28	c cleaning 9997 clauses out of 20000 with flag 1395000/1395000
608.30/332.18	c cleaning 9997 clauses out of 20004 with flag 1405001/1405001
613.65/335.06	c cleaning 10004 clauses out of 20007 with flag 1415001/1415001
619.20/338.10	c cleaning 9998 clauses out of 20002 with flag 1425000/1425000
625.26/341.39	c cleaning 9999 clauses out of 20005 with flag 1435001/1435001
630.41/344.20	c cleaning 10001 clauses out of 20005 with flag 1445000/1445000
636.15/347.27	c cleaning 10001 clauses out of 20004 with flag 1455000/1455000
641.89/350.39	c cleaning 9998 clauses out of 20003 with flag 1465000/1465000
646.00/352.69	c cleaning 9997 clauses out of 20005 with flag 1475000/1475000
649.77/354.72	c cleaning 9996 clauses out of 20008 with flag 1485000/1485000
653.14/356.60	c cleaning 9996 clauses out of 20012 with flag 1495000/1495000
656.50/358.55	c cleaning 10004 clauses out of 20016 with flag 1505000/1505000
660.20/360.62	c cleaning 9999 clauses out of 20012 with flag 1515000/1515000
664.16/362.82	c cleaning 9990 clauses out of 20013 with flag 1525000/1525000
669.12/365.52	c cleaning 9991 clauses out of 20024 with flag 1535001/1535001
674.85/368.65	c cleaning 9995 clauses out of 20033 with flag 1545001/1545001
679.51/371.22	c cleaning 9998 clauses out of 20038 with flag 1555001/1555001
684.26/373.87	c cleaning 9997 clauses out of 20039 with flag 1565000/1565000
690.20/377.07	c cleaning 10009 clauses out of 20043 with flag 1575001/1575001
696.15/380.26	c cleaning 10004 clauses out of 20033 with flag 1585000/1585000
701.39/383.18	c cleaning 10002 clauses out of 20030 with flag 1595001/1595001
707.12/386.27	c cleaning 10001 clauses out of 20028 with flag 1605001/1605001
712.67/389.23	c cleaning 9999 clauses out of 20026 with flag 1615000/1615000
718.41/392.32	c cleaning 10008 clauses out of 20028 with flag 1625001/1625001
724.21/395.55	c cleaning 10000 clauses out of 20019 with flag 1635000/1635000
730.16/398.76	c cleaning 10002 clauses out of 20019 with flag 1645000/1645000
735.87/401.80	c cleaning 10002 clauses out of 20018 with flag 1655001/1655001
742.39/405.34	c cleaning 10001 clauses out of 20015 with flag 1665000/1665000
749.03/408.95	c cleaning 10002 clauses out of 20016 with flag 1675002/1675002
755.15/412.27	c cleaning 10000 clauses out of 20012 with flag 1685000/1685000
761.07/415.44	c cleaning 9999 clauses out of 20013 with flag 1695001/1695001
767.39/418.83	c cleaning 9999 clauses out of 20013 with flag 1705000/1705000
773.22/422.05	c cleaning 9999 clauses out of 20014 with flag 1715000/1715000
779.35/425.36	c cleaning 9997 clauses out of 20015 with flag 1725000/1725000
784.86/428.30	c cleaning 10000 clauses out of 20018 with flag 1735000/1735000
789.97/431.19	c cleaning 10003 clauses out of 20018 with flag 1745000/1745000
796.39/434.67	c cleaning 10002 clauses out of 20017 with flag 1755002/1755002
802.69/438.09	c cleaning 10000 clauses out of 20014 with flag 1765001/1765001
808.99/441.45	c cleaning 9999 clauses out of 20014 with flag 1775001/1775001
814.70/444.56	c cleaning 10000 clauses out of 20014 with flag 1785000/1785000
820.59/447.76	c cleaning 9999 clauses out of 20014 with flag 1795000/1795000
826.10/450.79	c cleaning 10000 clauses out of 20016 with flag 1805001/1805001
831.02/453.45	c cleaning 10001 clauses out of 20015 with flag 1815000/1815000
833.15/454.78	c cleaning 0 clauses out of 5000 with flag 0/5000
838.23/457.53	c cleaning 9998 clauses out of 20015 with flag 1825001/1825001
844.33/460.89	c cleaning 10005 clauses out of 20016 with flag 1835000/1835000
850.24/464.08	c cleaning 9999 clauses out of 20013 with flag 1845002/1845002
856.76/467.55	c cleaning 10000 clauses out of 20013 with flag 1855001/1855001
862.36/470.68	c cleaning 9999 clauses out of 20012 with flag 1865000/1865000
867.47/473.41	c cleaning 9997 clauses out of 20014 with flag 1875001/1875001
873.38/476.61	c cleaning 9999 clauses out of 20016 with flag 1885000/1885000
878.89/479.68	c cleaning 10005 clauses out of 20017 with flag 1895000/1895000
884.60/482.80	c cleaning 9995 clauses out of 20013 with flag 1905001/1905001
890.13/485.75	c cleaning 10001 clauses out of 20017 with flag 1915000/1915000
895.65/488.71	c cleaning 10000 clauses out of 20017 with flag 1925001/1925001
900.75/491.58	c cleaning 9998 clauses out of 20016 with flag 1935000/1935000
907.35/495.18	c cleaning 10002 clauses out of 20018 with flag 1945000/1945000
913.45/498.49	c cleaning 10001 clauses out of 20016 with flag 1955000/1955000
918.55/501.26	c cleaning 9998 clauses out of 20016 with flag 1965001/1965001
924.06/504.26	c cleaning 10001 clauses out of 20018 with flag 1975001/1975001
929.92/507.40	c cleaning 10002 clauses out of 20017 with flag 1985001/1985001
934.83/510.19	c cleaning 10001 clauses out of 20014 with flag 1995000/1995000
940.75/513.35	c cleaning 10000 clauses out of 20013 with flag 2005000/2005000
945.86/516.15	c cleaning 9998 clauses out of 20013 with flag 2015000/2015000
951.67/519.36	c cleaning 10000 clauses out of 20015 with flag 2025000/2025000
956.79/522.18	c cleaning 10002 clauses out of 20016 with flag 2035001/2035001
962.50/525.22	c cleaning 10000 clauses out of 20013 with flag 2045000/2045000
967.62/528.08	c cleaning 10001 clauses out of 20013 with flag 2055000/2055000
972.46/530.79	c cleaning 9999 clauses out of 20012 with flag 2065000/2065000
977.19/533.39	c cleaning 9996 clauses out of 20014 with flag 2075001/2075001
982.91/536.45	c cleaning 10001 clauses out of 20017 with flag 2085000/2085000
989.02/539.70	c cleaning 10001 clauses out of 20017 with flag 2095001/2095001
994.45/542.78	c cleaning 10001 clauses out of 20015 with flag 2105000/2105000
1000.35/545.97	c cleaning 10004 clauses out of 20015 with flag 2115001/2115001
1005.47/548.71	c cleaning 9997 clauses out of 20011 with flag 2125001/2125001
1011.38/551.94	c cleaning 10002 clauses out of 20014 with flag 2135001/2135001
1016.61/554.87	c cleaning 10001 clauses out of 20011 with flag 2145000/2145000
1022.32/557.93	c cleaning 9999 clauses out of 20011 with flag 2155001/2155001
1028.22/561.13	c cleaning 9997 clauses out of 20013 with flag 2165002/2165002
1033.74/564.20	c cleaning 9998 clauses out of 20015 with flag 2175001/2175001
1039.01/567.04	c cleaning 10003 clauses out of 20016 with flag 2185000/2185000
1044.51/570.03	c cleaning 9998 clauses out of 20013 with flag 2195000/2195000
1049.62/572.85	c cleaning 10001 clauses out of 20016 with flag 2205001/2205001
1055.74/576.19	c cleaning 10002 clauses out of 20015 with flag 2215001/2215001
1061.56/579.33	c cleaning 10000 clauses out of 20014 with flag 2225002/2225002
1066.68/582.18	c cleaning 10000 clauses out of 20013 with flag 2235001/2235001
1072.59/585.37	c cleaning 10001 clauses out of 20014 with flag 2245002/2245002
1078.68/588.64	c cleaning 9997 clauses out of 20012 with flag 2255001/2255001
1085.14/592.18	c cleaning 10001 clauses out of 20014 with flag 2265000/2265000
1090.83/595.23	c cleaning 9999 clauses out of 20014 with flag 2275001/2275001
1097.31/598.79	c cleaning 10000 clauses out of 20015 with flag 2285001/2285001
1103.21/601.99	c cleaning 10000 clauses out of 20015 with flag 2295001/2295001
1109.79/605.52	c cleaning 10000 clauses out of 20015 with flag 2305001/2305001
1115.68/608.77	c cleaning 9998 clauses out of 20014 with flag 2315000/2315000
1121.76/612.06	c cleaning 10004 clauses out of 20018 with flag 2325002/2325002
1127.26/615.02	c cleaning 10000 clauses out of 20012 with flag 2335000/2335000
1133.65/618.52	c cleaning 10001 clauses out of 20013 with flag 2345001/2345001
1139.94/621.96	c cleaning 9996 clauses out of 20012 with flag 2355001/2355001
1145.81/625.18	c cleaning 9999 clauses out of 20015 with flag 2365000/2365000
1151.70/628.34	c cleaning 10004 clauses out of 20017 with flag 2375001/2375001
1157.36/631.42	c cleaning 9993 clauses out of 20012 with flag 2385000/2385000
1163.24/634.64	c cleaning 10001 clauses out of 20019 with flag 2395000/2395000
1169.33/637.94	c cleaning 9999 clauses out of 20018 with flag 2405000/2405000
1175.21/641.19	c cleaning 10003 clauses out of 20019 with flag 2415000/2415000
1181.29/644.44	c cleaning 9998 clauses out of 20016 with flag 2425000/2425000
1187.78/647.94	c cleaning 10002 clauses out of 20018 with flag 2435000/2435000
1194.05/651.38	c cleaning 9998 clauses out of 20016 with flag 2445000/2445000
1200.34/654.70	c cleaning 10004 clauses out of 20019 with flag 2455001/2455001
1206.59/658.11	c cleaning 10001 clauses out of 20014 with flag 2465000/2465000
1212.09/661.17	c cleaning 9998 clauses out of 20013 with flag 2475000/2475000
1217.76/664.25	c cleaning 10001 clauses out of 20015 with flag 2485000/2485000
1224.04/667.64	c cleaning 10000 clauses out of 20014 with flag 2495000/2495000
1229.51/670.66	c cleaning 10001 clauses out of 20014 with flag 2505000/2505000
1235.63/673.97	c cleaning 9998 clauses out of 20014 with flag 2515001/2515001
1241.32/677.04	c cleaning 10005 clauses out of 20017 with flag 2525002/2525002
1247.03/680.16	c cleaning 9996 clauses out of 20011 with flag 2535001/2535001
1252.90/683.31	c cleaning 10000 clauses out of 20014 with flag 2545000/2545000
1258.41/686.31	c cleaning 9996 clauses out of 20014 with flag 2555000/2555000
1264.32/689.57	c cleaning 10003 clauses out of 20018 with flag 2565000/2565000
1270.63/692.94	c cleaning 10001 clauses out of 20016 with flag 2575001/2575001
1276.29/696.01	c cleaning 10002 clauses out of 20015 with flag 2585001/2585001
1281.21/698.78	c cleaning 9999 clauses out of 20013 with flag 2595001/2595001
1286.11/701.49	c cleaning 9998 clauses out of 20014 with flag 2605001/2605001
1291.03/704.16	c cleaning 10002 clauses out of 20016 with flag 2615001/2615001
1296.11/706.94	c cleaning 10002 clauses out of 20013 with flag 2625000/2625000
1301.22/709.73	c cleaning 9998 clauses out of 20012 with flag 2635001/2635001
1306.74/712.76	c cleaning 9998 clauses out of 20013 with flag 2645000/2645000
1312.84/716.04	c cleaning 10002 clauses out of 20015 with flag 2655000/2655000
1318.32/719.04	c cleaning 9999 clauses out of 20014 with flag 2665001/2665001
1323.23/721.80	c cleaning 9998 clauses out of 20014 with flag 2675000/2675000
1328.35/724.56	c cleaning 10003 clauses out of 20017 with flag 2685001/2685001
1333.45/727.32	c cleaning 9998 clauses out of 20014 with flag 2695001/2695001
1338.72/730.27	c cleaning 9999 clauses out of 20015 with flag 2705000/2705000
1344.44/733.33	c cleaning 10002 clauses out of 20016 with flag 2715000/2715000
1349.94/736.37	c cleaning 9999 clauses out of 20015 with flag 2725001/2725001
1355.45/739.36	c cleaning 10000 clauses out of 20015 with flag 2735000/2735000
1360.88/742.41	c cleaning 9998 clauses out of 20015 with flag 2745000/2745000
1365.97/745.18	c cleaning 10000 clauses out of 20018 with flag 2755001/2755001
1371.48/748.17	c cleaning 9999 clauses out of 20017 with flag 2765000/2765000
1376.99/751.15	c cleaning 10000 clauses out of 20018 with flag 2775000/2775000
1382.86/754.36	c cleaning 10005 clauses out of 20019 with flag 2785001/2785001
1388.37/757.37	c cleaning 9995 clauses out of 20014 with flag 2795001/2795001
1393.69/760.25	c cleaning 10002 clauses out of 20018 with flag 2805000/2805000
1399.20/763.21	c cleaning 9996 clauses out of 20016 with flag 2815000/2815000
1404.69/766.21	c cleaning 10001 clauses out of 20021 with flag 2825001/2825001
1410.00/769.17	c cleaning 10002 clauses out of 20019 with flag 2835000/2835000
1415.31/772.02	c cleaning 10003 clauses out of 20017 with flag 2845000/2845000
1420.82/775.07	c cleaning 9999 clauses out of 20015 with flag 2855001/2855001
1426.51/778.15	c cleaning 10000 clauses out of 20016 with flag 2865001/2865001
1432.21/781.21	c cleaning 10004 clauses out of 20016 with flag 2875001/2875001
1437.72/784.23	c cleaning 9997 clauses out of 20011 with flag 2885000/2885000
1443.02/787.18	c cleaning 10000 clauses out of 20014 with flag 2895000/2895000
1448.09/789.93	c cleaning 10000 clauses out of 20014 with flag 2905000/2905000
1453.21/792.78	c cleaning 9998 clauses out of 20014 with flag 2915000/2915000
1458.31/795.59	c cleaning 10002 clauses out of 20016 with flag 2925000/2925000
1463.62/798.46	c cleaning 9998 clauses out of 20015 with flag 2935001/2935001
1468.89/801.35	c cleaning 10001 clauses out of 20016 with flag 2945000/2945000
1474.59/804.43	c cleaning 10001 clauses out of 20015 with flag 2955000/2955000
1480.11/807.49	c cleaning 9996 clauses out of 20014 with flag 2965000/2965000
1485.60/810.41	c cleaning 10002 clauses out of 20019 with flag 2975001/2975001
1490.89/813.36	c cleaning 10000 clauses out of 20017 with flag 2985001/2985001
1496.78/816.51	c cleaning 10001 clauses out of 20016 with flag 2995000/2995000
1501.70/819.24	c cleaning 9999 clauses out of 20016 with flag 3005001/3005001
1507.20/822.20	c cleaning 10001 clauses out of 20017 with flag 3015001/3015001
1512.61/825.28	c cleaning 10002 clauses out of 20015 with flag 3025000/3025000
1518.11/828.28	c cleaning 9998 clauses out of 20013 with flag 3035000/3035000
1523.40/831.18	c cleaning 9998 clauses out of 20015 with flag 3045000/3045000
1529.11/834.24	c cleaning 9998 clauses out of 20018 with flag 3055001/3055001
1534.71/837.33	c cleaning 10001 clauses out of 20020 with flag 3065001/3065001
1539.62/840.02	c cleaning 10003 clauses out of 20019 with flag 3075001/3075001
1544.53/842.77	c cleaning 9997 clauses out of 20016 with flag 3085001/3085001
1550.04/845.72	c cleaning 10001 clauses out of 20018 with flag 3095000/3095000
1554.85/848.46	c cleaning 9999 clauses out of 20018 with flag 3105001/3105001
1559.96/851.27	c cleaning 10001 clauses out of 20018 with flag 3115000/3115000
1564.48/853.76	c cleaning 9997 clauses out of 20017 with flag 3125000/3125000
1569.40/856.48	c cleaning 10002 clauses out of 20020 with flag 3135000/3135000
1574.51/859.29	c cleaning 10001 clauses out of 20018 with flag 3145000/3145000
1579.81/862.11	c cleaning 9996 clauses out of 20017 with flag 3155000/3155000
1584.92/864.93	c cleaning 10004 clauses out of 20022 with flag 3165001/3165001
1590.23/867.86	c cleaning 9995 clauses out of 20017 with flag 3175000/3175000
1595.31/870.69	c cleaning 10004 clauses out of 20022 with flag 3185000/3185000
1600.60/873.59	c cleaning 10001 clauses out of 20018 with flag 3195000/3195000
1605.31/876.20	c cleaning 9998 clauses out of 20017 with flag 3205000/3205000
1610.43/878.92	c cleaning 10003 clauses out of 20019 with flag 3215000/3215000
1615.69/881.89	c cleaning 9999 clauses out of 20016 with flag 3225000/3225000
1621.21/884.86	c cleaning 9998 clauses out of 20017 with flag 3235000/3235000
1627.28/888.10	c cleaning 9999 clauses out of 20019 with flag 3245000/3245000
1632.58/891.06	c cleaning 10002 clauses out of 20020 with flag 3255000/3255000
1637.83/893.94	c cleaning 9997 clauses out of 20018 with flag 3265000/3265000
1643.14/896.84	c cleaning 10003 clauses out of 20021 with flag 3275000/3275000
1648.05/899.56	c cleaning 10001 clauses out of 20018 with flag 3285000/3285000
1652.77/902.18	c cleaning 9998 clauses out of 20017 with flag 3295000/3295000
1657.83/904.99	c cleaning 10004 clauses out of 20020 with flag 3305001/3305001
1662.74/907.68	c cleaning 9998 clauses out of 20015 with flag 3315000/3315000
1667.82/910.44	c cleaning 9999 clauses out of 20018 with flag 3325001/3325001
1672.68/913.11	c cleaning 9998 clauses out of 20018 with flag 3335000/3335000
1677.91/916.01	c cleaning 10000 clauses out of 20021 with flag 3345001/3345001
1683.58/919.16	c cleaning 10005 clauses out of 20020 with flag 3355000/3355000
1689.08/922.20	c cleaning 10000 clauses out of 20015 with flag 3365000/3365000
1694.76/925.24	c cleaning 10003 clauses out of 20015 with flag 3375000/3375000
1700.44/928.32	c cleaning 9998 clauses out of 20013 with flag 3385001/3385001
1705.54/931.17	c cleaning 10001 clauses out of 20014 with flag 3395000/3395000
1710.84/934.00	c cleaning 9994 clauses out of 20013 with flag 3405000/3405000
1715.54/936.65	c cleaning 10001 clauses out of 20020 with flag 3415001/3415001
1721.06/939.64	c cleaning 10002 clauses out of 20019 with flag 3425001/3425001
1727.34/943.09	c cleaning 10002 clauses out of 20016 with flag 3435000/3435000
1732.85/946.06	c cleaning 10000 clauses out of 20015 with flag 3445001/3445001
1738.52/949.20	c cleaning 9999 clauses out of 20015 with flag 3455001/3455001
1744.20/952.28	c cleaning 10002 clauses out of 20015 with flag 3465000/3465000
1749.51/955.15	c cleaning 10001 clauses out of 20015 with flag 3475002/3475002
1755.01/958.14	c cleaning 9999 clauses out of 20012 with flag 3485000/3485000
1759.90/960.87	c cleaning 9999 clauses out of 20013 with flag 3495000/3495000
1765.00/963.69	c cleaning 10001 clauses out of 20014 with flag 3505000/3505000
1770.28/966.54	c cleaning 10001 clauses out of 20013 with flag 3515000/3515000
1775.19/969.22	c cleaning 9995 clauses out of 20012 with flag 3525000/3525000
1780.89/972.38	c cleaning 9999 clauses out of 20017 with flag 3535000/3535000
1786.56/975.46	c cleaning 10007 clauses out of 20019 with flag 3545001/3545001
1792.26/978.52	c cleaning 9996 clauses out of 20012 with flag 3555001/3555001
1797.57/981.48	c cleaning 10000 clauses out of 20016 with flag 3565001/3565001
1803.07/984.48	c cleaning 10000 clauses out of 20015 with flag 3575000/3575000

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663136-1276545534/watcher-2663136-1276545534 -o /tmp/evaluation-result-2663136-1276545534/solver-2663136-1276545534 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663136-1276545534.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.23 2.04 1.70 3/106 430
/proc/meminfo: memFree=1678848/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=24036 CPUtime=0
/proc/430/stat : 430 (runsolver) R 428 430 31991 0 -1 4202560 81 0 0 0 0 0 0 0 21 0 1 0 30154735 24612864 106 1992294400 4194304 4302564 140734710908928 18446744073709551615 238759289847 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/430/statm: 6009 106 69 27 0 2647 0

[startup+0.0479101 s]
/proc/loadavg: 2.23 2.04 1.70 3/106 430
/proc/meminfo: memFree=1678848/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1521016 CPUtime=0.03
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 3450 0 1 0 2 1 0 0 18 0 5 0 30154735 1557520384 2892 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/430/statm: 380254 2892 971 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101149 s]
/proc/loadavg: 2.23 2.04 1.70 3/106 430
/proc/meminfo: memFree=1678848/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1524180 CPUtime=0.09
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 3958 0 1 0 7 2 0 0 18 0 12 0 30154735 1560760320 3396 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/430/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301171 s]
/proc/loadavg: 2.23 2.04 1.70 3/106 430
/proc/meminfo: memFree=1678848/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1525928 CPUtime=0.39
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 5803 0 1 0 36 3 0 0 18 0 12 0 30154735 1562550272 5238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/430/statm: 381482 5238 1360 10 0 378785 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1525928

[startup+0.701197 s]
/proc/loadavg: 2.23 2.04 1.70 3/106 430
/proc/meminfo: memFree=1678848/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1527000 CPUtime=1.03
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 9715 0 1 0 99 4 0 0 18 0 12 0 30154735 1563648000 9102 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/430/statm: 381750 9103 1400 10 0 379053 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1527000

[startup+1.50128 s]
/proc/loadavg: 2.29 2.06 1.70 4/118 442
/proc/meminfo: memFree=1635228/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1533732 CPUtime=2.58
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 24969 0 1 0 247 11 0 0 18 0 12 0 30154735 1570541568 22404 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/430/statm: 383433 22405 1406 10 0 380736 0
[pid=430/tid=432] ppid=428 vsize=1533732 CPUtime=1.46
/proc/430/task/432/stat : 432 (java) R 428 430 31991 0 -1 4202560 19421 0 1 0 138 8 0 0 25 0 12 0 30154737 1570541568 22406 1992294400 134512640 134550932 4292835088 18446744073709551615 4109855216 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=430/tid=433] ppid=428 vsize=1533732 CPUtime=0
/proc/430/task/433/stat : 433 (java) S 428 430 31991 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 30154738 1570541568 22408 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=434] ppid=428 vsize=1533732 CPUtime=0
/proc/430/task/434/stat : 434 (java) S 428 430 31991 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 30154738 1570541568 22408 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=435] ppid=428 vsize=1533732 CPUtime=0
/proc/430/task/435/stat : 435 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30154740 1570541568 22408 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=436] ppid=428 vsize=1533732 CPUtime=0
/proc/430/task/436/stat : 436 (java) S 428 430 31991 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 30154741 1570541568 22410 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=437] ppid=428 vsize=1533732 CPUtime=0
/proc/430/task/437/stat : 437 (java) S 428 430 31991 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 30154741 1570541568 22410 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=438] ppid=428 vsize=1533732 CPUtime=0
/proc/430/task/438/stat : 438 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30154745 1570541568 22410 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=439] ppid=428 vsize=1533732 CPUtime=0.21
/proc/430/task/439/stat : 439 (java) R 428 430 31991 0 -1 4202560 478 0 0 0 21 0 0 0 24 0 12 0 30154745 1570541568 22411 1992294400 134512640 134550932 4292835088 18446744073709551615 103134087 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=430/tid=440] ppid=428 vsize=1533732 CPUtime=0.88
/proc/430/task/440/stat : 440 (java) R 428 430 31991 0 -1 4202560 4005 0 0 0 87 1 0 0 18 0 12 0 30154745 1570541568 22412 1992294400 134512640 134550932 4292835088 18446744073709551615 105873571 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=430/tid=441] ppid=428 vsize=1533732 CPUtime=0
/proc/430/task/441/stat : 441 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30154745 1570541568 22413 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=442] ppid=428 vsize=1533732 CPUtime=0
/proc/430/task/442/stat : 442 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30154745 1570541568 22414 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1533732

[startup+3.10143 s]
/proc/loadavg: 2.29 2.06 1.70 2/118 442
/proc/meminfo: memFree=1542724/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1549192 CPUtime=5.34
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 52518 0 1 0 511 23 0 0 18 0 14 0 30154735 1586372608 46101 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/430/statm: 387298 46101 1425 10 0 384601 0
[pid=430/tid=432] ppid=428 vsize=1549192 CPUtime=2.61
/proc/430/task/432/stat : 432 (java) S 428 430 31991 0 -1 4202560 32042 0 1 0 247 14 0 0 16 0 14 0 30154737 1586372608 46101 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=433] ppid=428 vsize=1549192 CPUtime=0.16
/proc/430/task/433/stat : 433 (java) S 428 430 31991 0 -1 4202560 4034 0 0 0 14 2 0 0 18 0 14 0 30154738 1586372608 46101 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=434] ppid=428 vsize=1549192 CPUtime=0.15
/proc/430/task/434/stat : 434 (java) S 428 430 31991 0 -1 4202560 3721 0 0 0 14 1 0 0 18 0 14 0 30154738 1586372608 46101 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=435] ppid=428 vsize=1549192 CPUtime=0
/proc/430/task/435/stat : 435 (java) S 428 430 31991 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 14 0 30154740 1586372608 46101 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=436] ppid=428 vsize=1549192 CPUtime=0
/proc/430/task/436/stat : 436 (java) S 428 430 31991 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 30154741 1586372608 46101 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=437] ppid=428 vsize=1549192 CPUtime=0
/proc/430/task/437/stat : 437 (java) S 428 430 31991 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 30154741 1586372608 46101 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=438] ppid=428 vsize=1549192 CPUtime=0
/proc/430/task/438/stat : 438 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 30154745 1586372608 46101 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=439] ppid=428 vsize=1549192 CPUtime=0.44
/proc/430/task/439/stat : 439 (java) R 428 430 31991 0 -1 4202560 1009 0 0 0 44 0 0 0 18 0 14 0 30154745 1586372608 46101 1992294400 134512640 134550932 4292835088 18446744073709551615 103979130 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=430/tid=440] ppid=428 vsize=1549192 CPUtime=1.89
/proc/430/task/440/stat : 440 (java) R 428 430 31991 0 -1 4202560 10630 0 0 0 185 4 0 0 16 0 14 0 30154745 1586372608 46101 1992294400 134512640 134550932 4292835088 18446744073709551615 106257856 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=430/tid=441] ppid=428 vsize=1549192 CPUtime=0
/proc/430/task/441/stat : 441 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 30154745 1586372608 46101 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=442] ppid=428 vsize=1549192 CPUtime=0
/proc/430/task/442/stat : 442 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 30154745 1586372608 46101 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 1549192

[startup+6.31973 s]
/proc/loadavg: 2.29 2.06 1.70 5/122 446
/proc/meminfo: memFree=1464696/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1545472 CPUtime=11.71
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 67076 0 1 0 1141 30 0 0 18 0 16 0 30154735 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/430/statm: 386368 54829 1438 10 0 383671 0
[pid=430/tid=432] ppid=428 vsize=1545472 CPUtime=2.61
/proc/430/task/432/stat : 432 (java) S 428 430 31991 0 -1 4202560 32042 0 1 0 247 14 0 0 15 0 16 0 30154737 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=433] ppid=428 vsize=1545472 CPUtime=0.67
/proc/430/task/433/stat : 433 (java) S 428 430 31991 0 -1 4202560 9080 0 0 0 64 3 0 0 16 0 16 0 30154738 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=434] ppid=428 vsize=1545472 CPUtime=0.64
/proc/430/task/434/stat : 434 (java) R 428 430 31991 0 -1 4202560 9225 0 0 0 60 4 0 0 16 0 16 0 30154738 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=430/tid=435] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/435/stat : 435 (java) S 428 430 31991 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 30154740 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=436] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/436/stat : 436 (java) S 428 430 31991 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 30154741 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=437] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/437/stat : 437 (java) S 428 430 31991 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30154741 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=438] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/438/stat : 438 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30154745 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=439] ppid=428 vsize=1545472 CPUtime=1.5
/proc/430/task/439/stat : 439 (java) S 428 430 31991 0 -1 4202560 2376 0 0 0 150 0 0 0 15 0 16 0 30154745 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=440] ppid=428 vsize=1545472 CPUtime=3.09
/proc/430/task/440/stat : 440 (java) S 428 430 31991 0 -1 4202560 13225 0 0 0 304 5 0 0 15 0 16 0 30154745 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=441] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/441/stat : 441 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30154745 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=442] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/442/stat : 442 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30154745 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=443] ppid=428 vsize=1545472 CPUtime=1.48
/proc/430/task/443/stat : 443 (java) R 428 430 31991 0 -1 4202560 28 0 0 0 148 0 0 0 17 0 16 0 30155024 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4110469286 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=430/tid=444] ppid=428 vsize=1545472 CPUtime=1.64
/proc/430/task/444/stat : 444 (java) R 428 430 31991 0 -1 4202560 24 0 0 0 164 0 0 0 15 0 16 0 30155028 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4109939482 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=430/tid=445] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/445/stat : 445 (java) S 428 430 31991 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 30155124 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=446] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/446/stat : 446 (java) S 428 430 31991 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30155125 1582563328 54829 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 1545472

[startup+12.7023 s]
/proc/loadavg: 2.24 2.05 1.71 3/122 446
/proc/meminfo: memFree=1434936/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1545472 CPUtime=23.31
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 75743 0 1 0 2295 36 0 0 18 0 16 0 30154735 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/430/statm: 386368 62383 1449 10 0 383671 0
[pid=430/tid=432] ppid=428 vsize=1545472 CPUtime=2.61
/proc/430/task/432/stat : 432 (java) S 428 430 31991 0 -1 4202560 32042 0 1 0 247 14 0 0 15 0 16 0 30154737 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=433] ppid=428 vsize=1545472 CPUtime=0.94
/proc/430/task/433/stat : 433 (java) S 428 430 31991 0 -1 4202560 12993 0 0 0 89 5 0 0 15 0 16 0 30154738 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=434] ppid=428 vsize=1545472 CPUtime=0.9
/proc/430/task/434/stat : 434 (java) S 428 430 31991 0 -1 4202560 13676 0 0 0 83 7 0 0 16 0 16 0 30154738 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=435] ppid=428 vsize=1545472 CPUtime=1.06
/proc/430/task/435/stat : 435 (java) R 428 430 31991 0 -1 4202560 228 0 0 0 106 0 0 0 16 0 16 0 30154740 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 103625119 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=430/tid=436] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/436/stat : 436 (java) S 428 430 31991 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 16 0 30154741 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=437] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/437/stat : 437 (java) S 428 430 31991 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 30154741 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=438] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/438/stat : 438 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30154745 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=439] ppid=428 vsize=1545472 CPUtime=1.81
/proc/430/task/439/stat : 439 (java) S 428 430 31991 0 -1 4202560 2404 0 0 0 181 0 0 0 15 0 16 0 30154745 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=440] ppid=428 vsize=1545472 CPUtime=3.56
/proc/430/task/440/stat : 440 (java) S 428 430 31991 0 -1 4202560 13255 0 0 0 351 5 0 0 15 0 16 0 30154745 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=441] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/441/stat : 441 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30154745 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=442] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/442/stat : 442 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30154745 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=443] ppid=428 vsize=1545472 CPUtime=6.01
/proc/430/task/443/stat : 443 (java) S 428 430 31991 0 -1 4202560 35 0 0 0 601 0 0 0 17 0 16 0 30155024 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=444] ppid=428 vsize=1545472 CPUtime=6.32
/proc/430/task/444/stat : 444 (java) S 428 430 31991 0 -1 4202560 33 0 0 0 632 0 0 0 17 0 16 0 30155028 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=445] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/445/stat : 445 (java) S 428 430 31991 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 30155124 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=446] ppid=428 vsize=1545472 CPUtime=0
/proc/430/task/446/stat : 446 (java) S 428 430 31991 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30155125 1582563328 62383 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.31
Current children cumulated vsize (KiB) 1545472

[startup+25.5014 s]
/proc/loadavg: 2.27 2.07 1.71 3/122 446
/proc/meminfo: memFree=1426380/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1545472 CPUtime=47.14
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 77796 0 1 0 4677 37 0 0 18 0 16 0 30154735 1582563328 64183 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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


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

[startup+983.802 s]
/proc/loadavg: 3.29 3.21 2.68 8/123 486
/proc/meminfo: memFree=1371680/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1549540 CPUtime=1801.87
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 266708 0 1 0 179977 210 0 0 18 0 17 0 30154735 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/430/statm: 387385 77231 1449 10 0 384688 0
[pid=430/tid=432] ppid=428 vsize=1549540 CPUtime=2.61
/proc/430/task/432/stat : 432 (java) S 428 430 31991 0 -1 4202560 32071 0 1 0 247 14 0 0 15 0 17 0 30154737 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=433] ppid=428 vsize=1549540 CPUtime=10.11
/proc/430/task/433/stat : 433 (java) S 428 430 31991 0 -1 4202560 18460 0 0 0 964 47 0 0 16 0 17 0 30154738 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=434] ppid=428 vsize=1549540 CPUtime=10.07
/proc/430/task/434/stat : 434 (java) S 428 430 31991 0 -1 4202560 20178 0 0 0 955 52 0 0 15 0 17 0 30154738 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=435] ppid=428 vsize=1549540 CPUtime=149.21
/proc/430/task/435/stat : 435 (java) S 428 430 31991 0 -1 4202560 176731 0 0 0 14846 75 0 0 15 0 17 0 30154740 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=436] ppid=428 vsize=1549540 CPUtime=0
/proc/430/task/436/stat : 436 (java) S 428 430 31991 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 17 0 30154741 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=437] ppid=428 vsize=1549540 CPUtime=0
/proc/430/task/437/stat : 437 (java) S 428 430 31991 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 17 0 30154741 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=438] ppid=428 vsize=1549540 CPUtime=0
/proc/430/task/438/stat : 438 (java) S 428 430 31991 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 17 0 30154745 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=439] ppid=428 vsize=1549540 CPUtime=2.51
/proc/430/task/439/stat : 439 (java) S 428 430 31991 0 -1 4202560 4118 0 0 0 250 1 0 0 16 0 17 0 30154745 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=440] ppid=428 vsize=1549540 CPUtime=3.6
/proc/430/task/440/stat : 440 (java) S 428 430 31991 0 -1 4202560 13255 0 0 0 355 5 0 0 15 0 17 0 30154745 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=441] ppid=428 vsize=1549540 CPUtime=0
/proc/430/task/441/stat : 441 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 30154745 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=442] ppid=428 vsize=1549540 CPUtime=0
/proc/430/task/442/stat : 442 (java) S 428 430 31991 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 17 0 30154745 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=443] ppid=428 vsize=1549540 CPUtime=815.89
/proc/430/task/443/stat : 443 (java) R 428 430 31991 0 -1 4202560 518 0 0 0 81583 6 0 0 17 0 17 0 30155024 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4110915480 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=430/tid=444] ppid=428 vsize=1549540 CPUtime=807.79
/proc/430/task/444/stat : 444 (java) R 428 430 31991 0 -1 4202560 239 0 0 0 80774 5 0 0 17 0 17 0 30155028 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4110379374 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=430/tid=445] ppid=428 vsize=1549540 CPUtime=0
/proc/430/task/445/stat : 445 (java) S 428 430 31991 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 17 0 30155124 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=446] ppid=428 vsize=1549540 CPUtime=0
/proc/430/task/446/stat : 446 (java) S 428 430 31991 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 17 0 30155125 1586728960 77231 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 1549540

[startup+984.602 s]
/proc/loadavg: 3.29 3.21 2.68 4/125 488
/proc/meminfo: memFree=1371664/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1549864 CPUtime=1803.35
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 266716 0 1 0 180125 210 0 0 18 0 18 0 30154735 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/430/statm: 387466 77238 1449 10 0 384769 0
[pid=430/tid=432] ppid=428 vsize=1549864 CPUtime=2.61
/proc/430/task/432/stat : 432 (java) S 428 430 31991 0 -1 4202560 32071 0 1 0 247 14 0 0 15 0 18 0 30154737 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=433] ppid=428 vsize=1549864 CPUtime=10.12
/proc/430/task/433/stat : 433 (java) S 428 430 31991 0 -1 4202560 18460 0 0 0 965 47 0 0 15 0 18 0 30154738 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=434] ppid=428 vsize=1549864 CPUtime=10.08
/proc/430/task/434/stat : 434 (java) S 428 430 31991 0 -1 4202560 20178 0 0 0 956 52 0 0 16 0 18 0 30154738 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=435] ppid=428 vsize=1549864 CPUtime=149.31
/proc/430/task/435/stat : 435 (java) R 428 430 31991 0 -1 4202560 176731 0 0 0 14856 75 0 0 15 0 18 0 30154740 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 104177783 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=430/tid=436] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/436/stat : 436 (java) S 428 430 31991 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 18 0 30154741 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=437] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/437/stat : 437 (java) S 428 430 31991 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 30154741 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=438] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/438/stat : 438 (java) S 428 430 31991 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=439] ppid=428 vsize=1549864 CPUtime=2.51
/proc/430/task/439/stat : 439 (java) S 428 430 31991 0 -1 4202560 4118 0 0 0 250 1 0 0 16 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=440] ppid=428 vsize=1549864 CPUtime=3.6
/proc/430/task/440/stat : 440 (java) S 428 430 31991 0 -1 4202560 13255 0 0 0 355 5 0 0 15 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=441] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/441/stat : 441 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=442] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/442/stat : 442 (java) S 428 430 31991 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=443] ppid=428 vsize=1549864 CPUtime=816.57
/proc/430/task/443/stat : 443 (java) S 428 430 31991 0 -1 4202560 518 0 0 0 81651 6 0 0 18 0 18 0 30155024 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=444] ppid=428 vsize=1549864 CPUtime=808.46
/proc/430/task/444/stat : 444 (java) S 428 430 31991 0 -1 4202560 239 0 0 0 80841 5 0 0 18 0 18 0 30155028 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=445] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/445/stat : 445 (java) S 428 430 31991 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 18 0 30155124 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=446] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/446/stat : 446 (java) S 428 430 31991 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 30155125 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=487] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/487/stat : 487 (java) S 428 430 31991 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 30253100 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=488] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/488/stat : 488 (java) S 428 430 31991 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 18 0 30253140 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.35
Current children cumulated vsize (KiB) 1549864

[startup+984.802 s]
/proc/loadavg: 3.29 3.21 2.68 4/125 488
/proc/meminfo: memFree=1371664/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1549864 CPUtime=1803.55
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 266716 0 1 0 180145 210 0 0 18 0 18 0 30154735 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/430/statm: 387466 77238 1449 10 0 384769 0
[pid=430/tid=432] ppid=428 vsize=1549864 CPUtime=2.61
/proc/430/task/432/stat : 432 (java) S 428 430 31991 0 -1 4202560 32071 0 1 0 247 14 0 0 15 0 18 0 30154737 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=433] ppid=428 vsize=1549864 CPUtime=10.12
/proc/430/task/433/stat : 433 (java) S 428 430 31991 0 -1 4202560 18460 0 0 0 965 47 0 0 15 0 18 0 30154738 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=434] ppid=428 vsize=1549864 CPUtime=10.08
/proc/430/task/434/stat : 434 (java) S 428 430 31991 0 -1 4202560 20178 0 0 0 956 52 0 0 16 0 18 0 30154738 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=435] ppid=428 vsize=1549864 CPUtime=149.51
/proc/430/task/435/stat : 435 (java) R 428 430 31991 0 -1 4202560 176731 0 0 0 14876 75 0 0 16 0 18 0 30154740 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 104187795 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=430/tid=436] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/436/stat : 436 (java) S 428 430 31991 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 18 0 30154741 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=437] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/437/stat : 437 (java) S 428 430 31991 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 30154741 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=438] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/438/stat : 438 (java) S 428 430 31991 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=439] ppid=428 vsize=1549864 CPUtime=2.51
/proc/430/task/439/stat : 439 (java) S 428 430 31991 0 -1 4202560 4118 0 0 0 250 1 0 0 16 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=440] ppid=428 vsize=1549864 CPUtime=3.6
/proc/430/task/440/stat : 440 (java) S 428 430 31991 0 -1 4202560 13255 0 0 0 355 5 0 0 15 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=441] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/441/stat : 441 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=442] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/442/stat : 442 (java) S 428 430 31991 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=443] ppid=428 vsize=1549864 CPUtime=816.57
/proc/430/task/443/stat : 443 (java) S 428 430 31991 0 -1 4202560 518 0 0 0 81651 6 0 0 18 0 18 0 30155024 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=444] ppid=428 vsize=1549864 CPUtime=808.46
/proc/430/task/444/stat : 444 (java) S 428 430 31991 0 -1 4202560 239 0 0 0 80841 5 0 0 18 0 18 0 30155028 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=445] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/445/stat : 445 (java) S 428 430 31991 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 18 0 30155124 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=446] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/446/stat : 446 (java) S 428 430 31991 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 30155125 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=487] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/487/stat : 487 (java) S 428 430 31991 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 30253100 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=488] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/488/stat : 488 (java) S 428 430 31991 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 18 0 30253140 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.55
Current children cumulated vsize (KiB) 1549864

[startup+984.902 s]
/proc/loadavg: 3.29 3.21 2.68 4/125 488
/proc/meminfo: memFree=1371664/2059040 swapFree=4135896/4192956
[pid=430] ppid=428 vsize=1549864 CPUtime=1803.65
/proc/430/stat : 430 (java) S 428 430 31991 0 -1 4202496 266716 0 1 0 180155 210 0 0 18 0 18 0 30154735 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/430/statm: 387466 77238 1449 10 0 384769 0
[pid=430/tid=432] ppid=428 vsize=1549864 CPUtime=2.61
/proc/430/task/432/stat : 432 (java) S 428 430 31991 0 -1 4202560 32071 0 1 0 247 14 0 0 15 0 18 0 30154737 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=433] ppid=428 vsize=1549864 CPUtime=10.12
/proc/430/task/433/stat : 433 (java) S 428 430 31991 0 -1 4202560 18460 0 0 0 965 47 0 0 15 0 18 0 30154738 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=434] ppid=428 vsize=1549864 CPUtime=10.08
/proc/430/task/434/stat : 434 (java) S 428 430 31991 0 -1 4202560 20178 0 0 0 956 52 0 0 16 0 18 0 30154738 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=435] ppid=428 vsize=1549864 CPUtime=149.61
/proc/430/task/435/stat : 435 (java) R 428 430 31991 0 -1 4202560 176731 0 0 0 14886 75 0 0 16 0 18 0 30154740 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 105886155 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=430/tid=436] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/436/stat : 436 (java) S 428 430 31991 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 18 0 30154741 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=437] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/437/stat : 437 (java) S 428 430 31991 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 30154741 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=438] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/438/stat : 438 (java) S 428 430 31991 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=439] ppid=428 vsize=1549864 CPUtime=2.51
/proc/430/task/439/stat : 439 (java) S 428 430 31991 0 -1 4202560 4118 0 0 0 250 1 0 0 16 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=440] ppid=428 vsize=1549864 CPUtime=3.6
/proc/430/task/440/stat : 440 (java) S 428 430 31991 0 -1 4202560 13255 0 0 0 355 5 0 0 15 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=441] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/441/stat : 441 (java) S 428 430 31991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=442] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/442/stat : 442 (java) S 428 430 31991 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 18 0 30154745 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=443] ppid=428 vsize=1549864 CPUtime=816.57
/proc/430/task/443/stat : 443 (java) S 428 430 31991 0 -1 4202560 518 0 0 0 81651 6 0 0 18 0 18 0 30155024 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=444] ppid=428 vsize=1549864 CPUtime=808.46
/proc/430/task/444/stat : 444 (java) S 428 430 31991 0 -1 4202560 239 0 0 0 80841 5 0 0 18 0 18 0 30155028 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=445] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/445/stat : 445 (java) S 428 430 31991 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 18 0 30155124 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
[pid=430/tid=446] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/446/stat : 446 (java) S 428 430 31991 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 30155125 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=487] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/487/stat : 487 (java) S 428 430 31991 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 30253100 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 1 0 0 0
[pid=430/tid=488] ppid=428 vsize=1549864 CPUtime=0
/proc/430/task/488/stat : 488 (java) S 428 430 31991 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 18 0 30253140 1587060736 77238 1992294400 134512640 134550932 4292835088 18446744073709551615 4294960144 0 4 0 16800975 18446604437831643584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.65
Current children cumulated vsize (KiB) 1549864

Child ended because it received signal 9 (SIGKILL)
Real time (s): 984.967
CPU time (s): 1803.73
CPU user time (s): 1801.59
CPU system time (s): 2.14267
CPU usage (%): 183.126
Max. virtual memory (cumulated for all children) (KiB): 1552680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.59
system time used= 2.14267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266716
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= 30077
involuntary context switches= 47317

runsolver used 5.53816 second user time and 10.2274 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-14 21:58:54
IDJOB=2663136
IDBENCH=2393
IDSOLVER=1166
FILE ID=node015/2663136-1276545534
PBS_JOBID= 11173472
Free space on /tmp= 62580 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-sierra.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663136-1276545534/watcher-2663136-1276545534 -o /tmp/evaluation-result-2663136-1276545534/solver-2663136-1276545534 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663136-1276545534.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0561d3f4e5e0de350a6eb18bc6dcbee9
RANDOM SEED=63917094

node015.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1679244 kB
Buffers:        155924 kB
Cached:         143216 kB
SwapCached:      11028 kB
Active:          84172 kB
Inactive:       228888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1679244 kB
SwapTotal:     4192956 kB
SwapFree:      4135896 kB
Dirty:            3016 kB
Writeback:           0 kB
AnonPages:       12160 kB
Mapped:           9244 kB
Slab:            44876 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node015 at 2010-06-14 22:15:19