Trace number 2662495

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-31SAT (TO)235 1800.39 957.942

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32e2.opb
MD5SUMf7c5bacdcc30466dd8339bd5adcf7c5b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark235
Best CPU time to get the best result obtained on this benchmark324.637
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 235
Optimality of the best value was proved YES
Number of variables534
Total number of constraints3013
Number of constraints which are clauses3013
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 534
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 534
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 534
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662495-1276470931.opb
0.22/0.22	c reading problem ... 
1.33/0.81	c ... done. Wall clock time 0.587s.
1.33/0.81	c #vars     534
1.33/0.81	c #constraints  3013
1.33/0.81	c constraints type 
1.33/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
1.33/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2763
1.33/0.81	c constraints type 
1.33/0.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2763
1.33/0.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
1.53/0.96	c And the winner is Resolution
1.80/1.85	c SATISFIABLE
1.80/1.85	c OPTIMIZING...
1.80/1.85	c Got one! Elapsed wall clock time (in seconds):1.626
1.80/1.85	o 262
1.91/1.99	c And the winner is Resolution
2.13/2.86	c Got one! Elapsed wall clock time (in seconds):2.643
2.13/2.86	o 256
2.78/3.22	c And the winner is CuttingPlanes
2.83/3.88	c Got one! Elapsed wall clock time (in seconds):3.656
2.83/3.88	o 240
2.86/3.92	c And the winner is Resolution
2.92/4.91	c Got one! Elapsed wall clock time (in seconds):4.691
2.92/4.91	o 238
3.08/5.04	c And the winner is Resolution
3.19/5.93	c Got one! Elapsed wall clock time (in seconds):5.71
3.19/5.93	o 237
3.53/6.13	c And the winner is Resolution
3.99/6.96	c Got one! Elapsed wall clock time (in seconds):6.735
3.99/6.96	o 236
5.06/7.52	c And the winner is Resolution
5.12/7.96	c Got one! Elapsed wall clock time (in seconds):7.744
5.12/7.96	o 235
6.18/8.54	c cleaning 2503 clauses out of 5011 with flag 5011/5011
9.51/10.22	c cleaning 4251 clauses out of 8505 with flag 11008/11008
13.24/12.17	c cleaning 5624 clauses out of 11250 with flag 18004/18004
17.19/14.15	c cleaning 6804 clauses out of 13623 with flag 26001/26001
21.71/16.45	c cleaning 7907 clauses out of 15818 with flag 35000/35000
26.73/19.05	c cleaning 8952 clauses out of 17914 with flag 45003/45003
32.04/21.77	c cleaning 9481 clauses out of 18963 with flag 55004/55004
37.11/24.31	c cleaning 9734 clauses out of 19479 with flag 65001/65001
41.76/26.71	c cleaning 9880 clauses out of 19760 with flag 75016/75016
46.65/29.25	c cleaning 9932 clauses out of 19868 with flag 85004/85004
51.93/31.94	c cleaning 9965 clauses out of 19937 with flag 95005/95005
57.98/35.05	c cleaning 9979 clauses out of 19967 with flag 105000/105000
64.62/38.43	c cleaning 9997 clauses out of 19998 with flag 115010/115010
69.86/41.18	c cleaning 9996 clauses out of 19992 with flag 125001/125001
75.32/43.99	c cleaning 9999 clauses out of 20001 with flag 135006/135006
80.56/46.62	c cleaning 9992 clauses out of 19996 with flag 145000/145000
85.99/49.42	c cleaning 9999 clauses out of 20004 with flag 155000/155000
91.20/52.11	c cleaning 10003 clauses out of 20009 with flag 165004/165004
96.23/54.72	c cleaning 10000 clauses out of 20005 with flag 175003/175003
101.27/57.35	c cleaning 10000 clauses out of 20002 with flag 185000/185000
105.87/59.79	c cleaning 9998 clauses out of 20004 with flag 195002/195002
110.50/62.15	c cleaning 9998 clauses out of 20006 with flag 205002/205002
115.14/64.54	c cleaning 9998 clauses out of 20007 with flag 215001/215001
120.97/67.53	c cleaning 10000 clauses out of 20010 with flag 225002/225002
126.57/70.44	c cleaning 10002 clauses out of 20011 with flag 235003/235003
132.18/73.38	c cleaning 9997 clauses out of 20006 with flag 245000/245000
137.81/76.30	c cleaning 10003 clauses out of 20013 with flag 255004/255004
143.24/79.08	c cleaning 9994 clauses out of 20007 with flag 265001/265001
147.85/81.46	c cleaning 10000 clauses out of 20012 with flag 275000/275000
153.27/84.26	c cleaning 10006 clauses out of 20017 with flag 285005/285005
157.90/86.68	c cleaning 10000 clauses out of 20007 with flag 295001/295001
162.94/89.24	c cleaning 10003 clauses out of 20017 with flag 305011/305011
168.72/92.21	c cleaning 9997 clauses out of 20004 with flag 315001/315001
173.36/94.62	c cleaning 10000 clauses out of 20006 with flag 325000/325000
179.37/97.80	c cleaning 10001 clauses out of 20012 with flag 335006/335006
185.79/101.08	c cleaning 10000 clauses out of 20014 with flag 345009/345009
190.38/103.49	c cleaning 10001 clauses out of 20009 with flag 355004/355004
195.98/106.30	c cleaning 9995 clauses out of 20004 with flag 365000/365000
201.38/109.13	c cleaning 9998 clauses out of 20009 with flag 375000/375000
206.79/111.97	c cleaning 10002 clauses out of 20016 with flag 385005/385005
212.38/114.84	c cleaning 10003 clauses out of 20012 with flag 395003/395003
216.99/117.25	c cleaning 10001 clauses out of 20010 with flag 405004/405004
221.80/119.76	c cleaning 9998 clauses out of 20005 with flag 415000/415000
226.23/122.03	c cleaning 10000 clauses out of 20011 with flag 425004/425004
230.18/124.20	c cleaning 10000 clauses out of 20007 with flag 435000/435000
234.60/126.45	c cleaning 10003 clauses out of 20007 with flag 445000/445000
238.79/128.68	c cleaning 9998 clauses out of 20007 with flag 455003/455003
243.37/131.02	c cleaning 9988 clauses out of 20008 with flag 465002/465002
247.92/133.45	c cleaning 9992 clauses out of 20019 with flag 475001/475001
252.93/136.00	c cleaning 10008 clauses out of 20026 with flag 485000/485000
258.71/139.08	c cleaning 10004 clauses out of 20021 with flag 495003/495003
264.49/142.10	c cleaning 10005 clauses out of 20021 with flag 505007/505007
270.43/145.14	c cleaning 9997 clauses out of 20012 with flag 515003/515003
275.60/147.84	c cleaning 10000 clauses out of 20015 with flag 525003/525003
281.36/150.86	c cleaning 10001 clauses out of 20014 with flag 535002/535002
286.74/153.61	c cleaning 9999 clauses out of 20014 with flag 545003/545003
292.26/156.56	c cleaning 9998 clauses out of 20012 with flag 555000/555000
297.63/159.37	c cleaning 10001 clauses out of 20014 with flag 565000/565000
303.20/162.23	c cleaning 10004 clauses out of 20020 with flag 575007/575007
308.97/165.20	c cleaning 10008 clauses out of 20023 with flag 585014/585014
313.69/167.80	c cleaning 9999 clauses out of 20005 with flag 595004/595004
318.88/170.48	c cleaning 10003 clauses out of 20005 with flag 605003/605003
324.43/173.39	c cleaning 9994 clauses out of 19999 with flag 615000/615000
330.59/176.53	c cleaning 10000 clauses out of 20008 with flag 625003/625003
335.48/179.19	c cleaning 10000 clauses out of 20007 with flag 635002/635002
340.43/181.70	c cleaning 10000 clauses out of 20011 with flag 645006/645006
345.00/184.11	c cleaning 9993 clauses out of 20006 with flag 655001/655001
349.57/186.53	c cleaning 9997 clauses out of 20014 with flag 665002/665002
354.45/189.16	c cleaning 10002 clauses out of 20034 with flag 675019/675019
359.38/191.72	c cleaning 9999 clauses out of 20014 with flag 685001/685001
364.14/194.21	c cleaning 10004 clauses out of 20017 with flag 695003/695003
368.68/196.67	c cleaning 10003 clauses out of 20013 with flag 705003/705003
373.38/199.18	c cleaning 10002 clauses out of 20009 with flag 715002/715002
378.12/201.63	c cleaning 10000 clauses out of 20006 with flag 725001/725001
383.08/204.29	c cleaning 10000 clauses out of 20009 with flag 735004/735004
388.81/207.20	c cleaning 9998 clauses out of 20006 with flag 745001/745001
394.50/210.30	c cleaning 9999 clauses out of 20009 with flag 755002/755002
400.24/213.24	c cleaning 10003 clauses out of 20015 with flag 765007/765007
406.18/216.30	c cleaning 10001 clauses out of 20009 with flag 775004/775004
411.72/219.27	c cleaning 9999 clauses out of 20005 with flag 785001/785001
416.81/221.94	c cleaning 9998 clauses out of 20006 with flag 795001/795001
422.36/224.86	c cleaning 10002 clauses out of 20008 with flag 805001/805001
427.91/227.78	c cleaning 10002 clauses out of 20011 with flag 815006/815006
433.64/230.73	c cleaning 10001 clauses out of 20011 with flag 825008/825008
439.71/233.90	c cleaning 9995 clauses out of 20002 with flag 835000/835000
445.24/236.84	c cleaning 9997 clauses out of 20007 with flag 845000/845000
450.59/239.67	c cleaning 9998 clauses out of 20010 with flag 855000/855000
456.13/242.60	c cleaning 10004 clauses out of 20015 with flag 865003/865003
461.62/245.46	c cleaning 9997 clauses out of 20010 with flag 875002/875002
467.35/248.49	c cleaning 10001 clauses out of 20011 with flag 885000/885000
472.30/251.02	c cleaning 10002 clauses out of 20014 with flag 895004/895004
477.03/253.59	c cleaning 10006 clauses out of 20018 with flag 905010/905010
482.11/256.29	c cleaning 9997 clauses out of 20010 with flag 915008/915008
487.43/259.04	c cleaning 10000 clauses out of 20005 with flag 925000/925000
492.97/261.96	c cleaning 9997 clauses out of 20009 with flag 935004/935004
498.30/264.78	c cleaning 10001 clauses out of 20008 with flag 945000/945000
503.78/267.63	c cleaning 10003 clauses out of 20011 with flag 955004/955004
509.11/270.50	c cleaning 9995 clauses out of 20008 with flag 965004/965004
514.64/273.32	c cleaning 10002 clauses out of 20014 with flag 975005/975005
520.36/276.35	c cleaning 9998 clauses out of 20007 with flag 985000/985000
526.42/279.52	c cleaning 10007 clauses out of 20017 with flag 995008/995008
531.76/282.37	c cleaning 9996 clauses out of 20003 with flag 1005001/1005001
537.48/285.37	c cleaning 10003 clauses out of 20010 with flag 1015004/1015004
542.02/287.76	c cleaning 10000 clauses out of 20004 with flag 1025001/1025001
546.67/290.23	c cleaning 9999 clauses out of 20005 with flag 1035002/1035002
551.80/292.99	c cleaning 10005 clauses out of 20017 with flag 1045013/1045013
557.35/295.84	c cleaning 9997 clauses out of 20001 with flag 1055002/1055002
562.26/298.49	c cleaning 9992 clauses out of 20002 with flag 1065000/1065000
567.52/301.30	c cleaning 10002 clauses out of 20013 with flag 1075003/1075003
572.24/303.76	c cleaning 10004 clauses out of 20011 with flag 1085003/1085003
577.95/306.75	c cleaning 9992 clauses out of 20004 with flag 1095000/1095000
583.47/309.63	c cleaning 10009 clauses out of 20022 with flag 1105010/1105010
589.51/312.87	c cleaning 9995 clauses out of 20004 with flag 1115001/1115001
595.41/315.91	c cleaning 10003 clauses out of 20014 with flag 1125006/1125006
600.74/318.79	c cleaning 9994 clauses out of 20005 with flag 1135000/1135000
606.25/321.69	c cleaning 10003 clauses out of 20015 with flag 1145004/1145004
611.91/324.62	c cleaning 10001 clauses out of 20015 with flag 1155007/1155007
617.42/327.53	c cleaning 9995 clauses out of 20007 with flag 1165000/1165000
622.95/330.43	c cleaning 10004 clauses out of 20017 with flag 1175005/1175005
628.07/333.14	c cleaning 10003 clauses out of 20011 with flag 1185003/1185003
633.12/335.83	c cleaning 10003 clauses out of 20008 with flag 1195003/1195003
639.03/338.92	c cleaning 9996 clauses out of 20003 with flag 1205001/1205001
644.95/342.02	c cleaning 10000 clauses out of 20007 with flag 1215001/1215001
651.07/345.23	c cleaning 9996 clauses out of 20006 with flag 1225000/1225000
657.31/348.54	c cleaning 10002 clauses out of 20012 with flag 1235002/1235002
664.03/352.02	c cleaning 10001 clauses out of 20012 with flag 1245004/1245004
669.93/355.20	c cleaning 10001 clauses out of 20007 with flag 1255000/1255000
676.44/358.60	c cleaning 10000 clauses out of 20007 with flag 1265001/1265001
683.08/362.00	c cleaning 9992 clauses out of 20006 with flag 1275000/1275000
689.20/365.23	c cleaning 10003 clauses out of 20015 with flag 1285001/1285001
695.28/368.45	c cleaning 10000 clauses out of 20011 with flag 1295000/1295000
701.60/371.78	c cleaning 10006 clauses out of 20019 with flag 1305008/1305008
707.63/374.90	c cleaning 9999 clauses out of 20009 with flag 1315004/1315004
713.74/378.17	c cleaning 9998 clauses out of 20008 with flag 1325002/1325002
719.06/380.95	c cleaning 10002 clauses out of 20011 with flag 1335003/1335003
723.99/383.59	c cleaning 9999 clauses out of 20006 with flag 1345000/1345000
729.42/386.46	c cleaning 10000 clauses out of 20010 with flag 1355003/1355003
735.16/389.44	c cleaning 9998 clauses out of 20010 with flag 1365003/1365003
740.46/392.26	c cleaning 10000 clauses out of 20012 with flag 1375003/1375003
745.58/394.99	c cleaning 10007 clauses out of 20019 with flag 1385010/1385010
751.42/398.10	c cleaning 10001 clauses out of 20013 with flag 1395011/1395011
757.11/401.08	c cleaning 9995 clauses out of 20001 with flag 1405000/1405000
762.62/403.99	c cleaning 10000 clauses out of 20014 with flag 1415008/1415008
767.74/406.61	c cleaning 9994 clauses out of 20018 with flag 1425012/1425012
772.78/409.36	c cleaning 9986 clauses out of 20012 with flag 1435000/1435000
778.90/412.57	c cleaning 10016 clauses out of 20039 with flag 1445013/1445013
785.01/415.79	c cleaning 9990 clauses out of 20015 with flag 1455005/1455005
790.70/418.74	c cleaning 10003 clauses out of 20020 with flag 1465000/1465000
797.14/422.14	c cleaning 10002 clauses out of 20017 with flag 1475000/1475000
802.84/425.14	c cleaning 10001 clauses out of 20018 with flag 1485003/1485003
808.74/428.24	c cleaning 10006 clauses out of 20023 with flag 1495009/1495009
814.83/431.43	c cleaning 10001 clauses out of 20010 with flag 1505002/1505002
820.67/434.58	c cleaning 9995 clauses out of 20007 with flag 1515000/1515000
826.35/437.58	c cleaning 10000 clauses out of 20012 with flag 1525000/1525000
832.05/440.59	c cleaning 10003 clauses out of 20014 with flag 1535002/1535002
837.94/443.63	c cleaning 9997 clauses out of 20009 with flag 1545000/1545000
843.74/446.74	c cleaning 10002 clauses out of 20013 with flag 1555001/1555001
849.64/449.85	c cleaning 10004 clauses out of 20015 with flag 1565005/1565005
855.71/453.02	c cleaning 9995 clauses out of 20008 with flag 1575002/1575002
861.01/455.87	c cleaning 10000 clauses out of 20016 with flag 1585005/1585005
867.01/459.07	c cleaning 10004 clauses out of 20017 with flag 1595006/1595006
872.89/462.14	c cleaning 9997 clauses out of 20007 with flag 1605000/1605000
878.56/465.20	c cleaning 10000 clauses out of 20013 with flag 1615003/1615003
884.05/468.08	c cleaning 10002 clauses out of 20010 with flag 1625000/1625000
888.64/470.51	c cleaning 10002 clauses out of 20012 with flag 1635004/1635004
892.93/472.90	c cleaning 9999 clauses out of 20007 with flag 1645001/1645001
897.61/475.34	c cleaning 10002 clauses out of 20011 with flag 1655004/1655004
902.49/478.00	c cleaning 9992 clauses out of 20005 with flag 1665000/1665000
907.67/480.72	c cleaning 10003 clauses out of 20015 with flag 1675002/1675002
912.54/483.31	c cleaning 10000 clauses out of 20013 with flag 1685003/1685003
917.42/485.96	c cleaning 10008 clauses out of 20021 with flag 1695011/1695011
922.51/488.68	c cleaning 10001 clauses out of 20008 with flag 1705006/1705006
927.90/491.54	c cleaning 9994 clauses out of 20004 with flag 1715003/1715003
932.98/494.30	c cleaning 10002 clauses out of 20015 with flag 1725008/1725008
938.26/497.05	c cleaning 9999 clauses out of 20006 with flag 1735001/1735001
943.33/499.73	c cleaning 9999 clauses out of 20007 with flag 1745001/1745001
948.34/502.47	c cleaning 10002 clauses out of 20013 with flag 1755006/1755006
953.63/505.21	c cleaning 10000 clauses out of 20008 with flag 1765003/1765003
958.31/507.72	c cleaning 9999 clauses out of 20006 with flag 1775001/1775001
962.78/510.14	c cleaning 10007 clauses out of 20015 with flag 1785009/1785009
967.97/512.94	c cleaning 9994 clauses out of 20001 with flag 1795002/1795002
973.06/515.66	c cleaning 10000 clauses out of 20007 with flag 1805002/1805002
978.14/518.39	c cleaning 9997 clauses out of 20005 with flag 1815000/1815000
983.42/521.16	c cleaning 10001 clauses out of 20012 with flag 1825004/1825004
988.80/524.07	c cleaning 10006 clauses out of 20013 with flag 1835006/1835006
994.47/527.02	c cleaning 9996 clauses out of 20001 with flag 1845000/1845000
999.75/529.88	c cleaning 10004 clauses out of 20015 with flag 1855010/1855010
1004.83/532.59	c cleaning 9994 clauses out of 20003 with flag 1865002/1865002
1010.24/535.49	c cleaning 10000 clauses out of 20007 with flag 1875000/1875000
1015.52/538.25	c cleaning 10002 clauses out of 20009 with flag 1885002/1885002
1020.79/541.03	c cleaning 10002 clauses out of 20009 with flag 1895004/1895004
1025.87/543.77	c cleaning 9999 clauses out of 20008 with flag 1905005/1905005
1031.09/546.56	c cleaning 9993 clauses out of 20004 with flag 1915000/1915000
1036.36/549.30	c cleaning 10004 clauses out of 20015 with flag 1925004/1925004
1041.43/552.06	c cleaning 10001 clauses out of 20010 with flag 1935003/1935003
1046.50/554.78	c cleaning 9994 clauses out of 20006 with flag 1945000/1945000
1052.08/557.76	c cleaning 10001 clauses out of 20014 with flag 1955002/1955002
1057.33/560.59	c cleaning 10000 clauses out of 20011 with flag 1965000/1965000
1063.79/563.93	c cleaning 10001 clauses out of 20015 with flag 1975004/1975004
1070.05/567.28	c cleaning 10003 clauses out of 20012 with flag 1985002/1985002
1076.42/570.69	c cleaning 10001 clauses out of 20008 with flag 1995001/1995001
1081.87/573.56	c cleaning 10001 clauses out of 20006 with flag 2005000/2005000
1086.93/576.24	c cleaning 10000 clauses out of 20007 with flag 2015002/2015002
1092.59/579.24	c cleaning 9997 clauses out of 20006 with flag 2025001/2025001
1098.74/582.53	c cleaning 9998 clauses out of 20010 with flag 2035002/2035002
1105.38/586.01	c cleaning 10002 clauses out of 20015 with flag 2045005/2045005
1111.64/589.36	c cleaning 10005 clauses out of 20016 with flag 2055008/2055008
1118.07/592.77	c cleaning 9995 clauses out of 20007 with flag 2065004/2065004
1123.81/595.89	c cleaning 10000 clauses out of 20008 with flag 2075000/2075000
1129.25/598.70	c cleaning 10000 clauses out of 20011 with flag 2085003/2085003
1134.50/601.52	c cleaning 9998 clauses out of 20010 with flag 2095002/2095002
1139.93/604.46	c cleaning 10000 clauses out of 20015 with flag 2105005/2105005
1145.85/607.68	c cleaning 9999 clauses out of 20012 with flag 2115002/2115002
1151.88/610.81	c cleaning 10001 clauses out of 20012 with flag 2125001/2125001
1157.51/613.83	c cleaning 10003 clauses out of 20015 with flag 2135005/2135005
1163.12/616.86	c cleaning 9997 clauses out of 20009 with flag 2145002/2145002
1169.08/620.01	c cleaning 10001 clauses out of 20011 with flag 2155001/2155001
1174.90/623.11	c cleaning 10000 clauses out of 20010 with flag 2165001/2165001
1180.32/626.05	c cleaning 10003 clauses out of 20017 with flag 2175008/2175008
1185.75/628.99	c cleaning 9997 clauses out of 20008 with flag 2185002/2185002
1191.28/631.96	c cleaning 10001 clauses out of 20011 with flag 2195002/2195002
1196.90/634.93	c cleaning 10002 clauses out of 20016 with flag 2205008/2205008
1202.54/637.93	c cleaning 9999 clauses out of 20009 with flag 2215003/2215003
1207.76/640.79	c cleaning 10002 clauses out of 20011 with flag 2225004/2225004
1213.31/643.79	c cleaning 9996 clauses out of 20006 with flag 2235001/2235001
1218.55/646.53	c cleaning 10010 clauses out of 20028 with flag 2245019/2245019
1223.58/649.27	c cleaning 9996 clauses out of 20001 with flag 2255002/2255002
1228.81/652.02	c cleaning 10003 clauses out of 20009 with flag 2265006/2265006
1234.14/654.96	c cleaning 9991 clauses out of 20000 with flag 2275000/2275000
1239.58/657.81	c cleaning 9998 clauses out of 20009 with flag 2285000/2285000
1244.98/660.72	c cleaning 10000 clauses out of 20013 with flag 2295002/2295002
1250.41/663.70	c cleaning 10003 clauses out of 20011 with flag 2305000/2305000
1256.14/666.76	c cleaning 10005 clauses out of 20018 with flag 2315010/2315010
1261.58/669.68	c cleaning 9999 clauses out of 20007 with flag 2325004/2325004
1267.40/672.79	c cleaning 10004 clauses out of 20013 with flag 2335009/2335009
1273.21/675.87	c cleaning 9999 clauses out of 20004 with flag 2345004/2345004
1279.31/679.16	c cleaning 10001 clauses out of 20010 with flag 2355009/2355009
1286.11/682.71	c cleaning 9994 clauses out of 20000 with flag 2365000/2365000
1292.14/685.91	c cleaning 10008 clauses out of 20017 with flag 2375011/2375011
1298.55/689.32	c cleaning 9997 clauses out of 20003 with flag 2385005/2385005
1304.44/692.58	c cleaning 9994 clauses out of 20002 with flag 2395001/2395001
1310.86/695.99	c cleaning 9999 clauses out of 20009 with flag 2405002/2405002
1317.07/699.29	c cleaning 10001 clauses out of 20009 with flag 2415001/2415001
1323.08/702.40	c cleaning 9997 clauses out of 20007 with flag 2425000/2425000
1329.19/705.78	c cleaning 9993 clauses out of 20010 with flag 2435000/2435000
1334.23/708.45	c cleaning 10000 clauses out of 20018 with flag 2445001/2445001
1339.43/711.27	c cleaning 9996 clauses out of 20019 with flag 2455002/2455002
1344.84/714.14	c cleaning 10000 clauses out of 20021 with flag 2465000/2465000
1350.14/717.04	c cleaning 10005 clauses out of 20026 with flag 2475005/2475005
1355.36/719.88	c cleaning 9998 clauses out of 20016 with flag 2485000/2485000
1360.97/722.82	c cleaning 9995 clauses out of 20018 with flag 2495000/2495000
1366.00/725.58	c cleaning 10006 clauses out of 20026 with flag 2505003/2505003
1371.17/728.40	c cleaning 10000 clauses out of 20017 with flag 2515000/2515000
1376.79/731.30	c cleaning 10001 clauses out of 20021 with flag 2525004/2525004
1382.01/734.20	c cleaning 9994 clauses out of 20016 with flag 2535000/2535000
1387.59/737.18	c cleaning 10005 clauses out of 20026 with flag 2545004/2545004
1393.38/740.24	c cleaning 10000 clauses out of 20023 with flag 2555006/2555006
1398.97/743.29	c cleaning 10000 clauses out of 20019 with flag 2565002/2565002
1404.58/746.23	c cleaning 10006 clauses out of 20028 with flag 2575011/2575011
1410.18/749.22	c cleaning 9994 clauses out of 20012 with flag 2585001/2585001
1415.68/752.20	c cleaning 9998 clauses out of 20017 with flag 2595000/2595000
1420.90/755.01	c cleaning 10002 clauses out of 20019 with flag 2605000/2605000
1426.33/757.93	c cleaning 10007 clauses out of 20023 with flag 2615006/2615006
1431.54/760.77	c cleaning 9992 clauses out of 20014 with flag 2625004/2625004
1437.17/763.70	c cleaning 10001 clauses out of 20018 with flag 2635000/2635000
1442.59/766.66	c cleaning 10001 clauses out of 20020 with flag 2645003/2645003
1448.37/769.79	c cleaning 10001 clauses out of 20020 with flag 2655004/2655004
1454.57/773.00	c cleaning 9999 clauses out of 20018 with flag 2665003/2665003
1461.08/776.53	c cleaning 10008 clauses out of 20023 with flag 2675007/2675007
1467.66/780.04	c cleaning 10001 clauses out of 20015 with flag 2685007/2685007
1474.27/783.57	c cleaning 9994 clauses out of 20007 with flag 2695000/2695000
1480.68/786.94	c cleaning 10000 clauses out of 20016 with flag 2705003/2705003
1487.17/790.44	c cleaning 9997 clauses out of 20013 with flag 2715000/2715000
1493.79/793.90	c cleaning 10005 clauses out of 20017 with flag 2725001/2725001
1500.40/797.42	c cleaning 9994 clauses out of 20011 with flag 2735000/2735000
1506.80/800.82	c cleaning 10007 clauses out of 20022 with flag 2745005/2745005
1513.30/804.38	c cleaning 9996 clauses out of 20010 with flag 2755000/2755000
1519.70/807.72	c cleaning 10003 clauses out of 20016 with flag 2765002/2765002
1525.90/811.07	c cleaning 9993 clauses out of 20011 with flag 2775000/2775000
1532.31/814.42	c cleaning 10006 clauses out of 20019 with flag 2785001/2785001
1539.00/818.02	c cleaning 10001 clauses out of 20017 with flag 2795005/2795005
1545.62/821.51	c cleaning 9998 clauses out of 20012 with flag 2805001/2805001
1552.25/825.01	c cleaning 10005 clauses out of 20023 with flag 2815010/2815010
1558.46/828.34	c cleaning 10006 clauses out of 20013 with flag 2825005/2825005
1564.38/831.60	c cleaning 10004 clauses out of 20015 with flag 2835013/2835013
1570.61/834.86	c cleaning 9988 clauses out of 20001 with flag 2845003/2845003
1576.42/837.98	c cleaning 10002 clauses out of 20015 with flag 2855005/2855005
1582.85/841.33	c cleaning 10007 clauses out of 20019 with flag 2865011/2865011
1589.18/844.76	c cleaning 10003 clauses out of 20019 with flag 2875018/2875018
1595.19/848.00	c cleaning 9988 clauses out of 20001 with flag 2885003/2885003
1601.42/851.23	c cleaning 9997 clauses out of 20011 with flag 2895001/2895001
1607.84/854.67	c cleaning 10001 clauses out of 20013 with flag 2905000/2905000
1614.31/858.13	c cleaning 10003 clauses out of 20014 with flag 2915002/2915002
1620.71/861.54	c cleaning 10001 clauses out of 20012 with flag 2925003/2925003
1627.11/864.95	c cleaning 10003 clauses out of 20012 with flag 2935004/2935004
1633.52/868.37	c cleaning 9992 clauses out of 20006 with flag 2945001/2945001
1640.41/872.02	c cleaning 10003 clauses out of 20016 with flag 2955003/2955003
1646.81/875.43	c cleaning 9998 clauses out of 20010 with flag 2965000/2965000
1653.03/878.74	c cleaning 10005 clauses out of 20014 with flag 2975002/2975002
1659.24/882.03	c cleaning 9999 clauses out of 20012 with flag 2985005/2985005
1664.95/885.11	c cleaning 9985 clauses out of 20008 with flag 2995000/2995000
1669.59/887.63	c cleaning 10008 clauses out of 20024 with flag 3005001/3005001
1674.80/890.50	c cleaning 10008 clauses out of 20020 with flag 3015005/3015005
1680.03/893.28	c cleaning 9998 clauses out of 20007 with flag 3025000/3025000
1685.70/896.31	c cleaning 9999 clauses out of 20012 with flag 3035003/3035003
1691.53/899.40	c cleaning 10004 clauses out of 20016 with flag 3045006/3045006
1696.96/902.38	c cleaning 10010 clauses out of 20023 with flag 3055017/3055017
1702.59/905.35	c cleaning 9994 clauses out of 20001 with flag 3065005/3065005
1708.31/908.49	c cleaning 10000 clauses out of 20003 with flag 3075001/3075001
1713.93/911.46	c cleaning 10001 clauses out of 20013 with flag 3085011/3085011
1719.96/914.62	c cleaning 9994 clauses out of 20003 with flag 3095002/3095002
1725.77/917.72	c cleaning 10000 clauses out of 20011 with flag 3105004/3105004
1732.07/921.18	c cleaning 10005 clauses out of 20012 with flag 3115005/3115005
1737.87/924.22	c cleaning 10000 clauses out of 20009 with flag 3125007/3125007
1744.05/927.58	c cleaning 9992 clauses out of 20002 with flag 3135000/3135000
1750.04/930.75	c cleaning 10000 clauses out of 20010 with flag 3145000/3145000
1756.49/934.21	c cleaning 10003 clauses out of 20015 with flag 3155005/3155005
1762.67/937.51	c cleaning 9995 clauses out of 20007 with flag 3165000/3165000
1768.84/940.86	c cleaning 10007 clauses out of 20022 with flag 3175010/3175010
1774.82/944.06	c cleaning 10001 clauses out of 20013 with flag 3185008/3185008
1780.92/947.38	c cleaning 9995 clauses out of 20004 with flag 3195000/3195000
1786.90/950.56	c cleaning 10003 clauses out of 20011 with flag 3205002/3205002
1792.90/953.77	c cleaning 9998 clauses out of 20007 with flag 3215001/3215001
1793.54/954.24	c cleaning 0 clauses out of 5004 with flag 0/5004
1800.15/957.81	c starts		: 255
1800.15/957.81	c conflicts		: 3225004
1800.15/957.81	c decisions		: 4186186
1800.15/957.81	c propagations		: 29822278
1800.15/957.81	c inspects		: 715430963
1800.15/957.81	c learnt literals	: 0
1800.15/957.81	c learnt binary clauses	: 37
1800.15/957.81	c learnt ternary clauses	: 181
1800.15/957.81	c learnt clauses	: 3225004
1800.15/957.81	c ignored clauses	: 0
1800.15/957.81	c root simplifications	: 0
1800.15/957.81	c removed literals (reason simplification)	: 517370619
1800.15/957.81	c reason swapping (by a shorter reason)	: 0
1800.15/957.81	c Calls to reduceDB	: 323
1800.15/957.81	c number of reductions to clauses (during analyze)	: 0
1800.15/957.81	c number of learned constraints concerned by reduction	: 0
1800.15/957.81	c number of learning phase by resolution	: 0
1800.15/957.81	c number of learning phase by cutting planes	: 0
1800.15/957.81	c speed (assignments/second)	: 31396.895082160514
1800.15/957.81	c non guided choices	264
1800.15/957.89	c learnt constraints type 
1800.15/957.89	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19975
1800.15/957.89	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1800.15/957.89	c constraints type 
1800.15/957.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
1800.15/957.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.15/957.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2763
1800.15/957.89	c constraints type 
1800.15/957.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2763
1800.15/957.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
1800.15/957.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.15/957.89	s SATISFIABLE
1800.15/957.89	v -x1 -x2 x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 x23 -x24 x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 x34 x35 -x36 -x37 x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 x87 -x88 -x89 x90 x91 -x92 -x93 -x94 x95 -x96 x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 x111 -x112 x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 x125 -x126 -x127 -x128 x129 -x130 x131 -x132 -x133 x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 -x241 x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 -x251 x252 x253 -x254 x255 -x256 x257 -x258 x259 -x260 x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 -x289 x290 x291 -x292 -x293 x294 x295 -x296 x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 -x345 x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 x381 -x382 x383 -x384 -x385 x386 x387 -x388 -x389 x390 -x391 x392 x393 -x394 -x395 x396 -x397 x398 -x399 x400 x401 -x402 -x403 x404 x405 -x406 -x407 x408 -x409 x410 x411 -x412 -x413 -x414 -x415 x416 x417 -x418 -x419 x420 -x421 x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 -x431 x432 -x433 x434 x435 -x436 -x437 x438 -x439 x440 x441 -x442 -x443 x444 -x445 x446 -x447 x448 x449 -x450 -x451 x452 x453 -x454 -x455 x456 -x457 x458 -x459 x460 x461 -x462 -x463 x464 -x465 x466 x467 -x468 -x469 x470 -x471 x472 x473 -x474 -x475 x476 -x477 x478 x479 -x480 -x481 x482 -x483 x484 x485 -x486 -x487 x488 -x489 x490 x491 -x492 -x493 x494 x495 -x496 -x497 x498 x499 -x500 -x501 x502 -x503 -x504 -x505 x506 x507 -x508 -x509 -x510 -x511 x512 x513 -x514 -x515 x516 -x517 x518 x519 -x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 -x529 x530 -x531 x532 x533 -x534 
1800.15/957.89	c objective function=235
1800.15/957.89	c Total wall clock time (in seconds): 957.671

Verifier Data

OK	235

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662495-1276470931/watcher-2662495-1276470931 -o /tmp/evaluation-result-2662495-1276470931/solver-2662495-1276470931 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662495-1276470931.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: 1.00 1.00 1.00 3/106 25462
/proc/meminfo: memFree=1650560/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=1700 CPUtime=0
/proc/25462/stat : 25462 (java6) R 25460 25462 24373 0 -1 4194304 193 0 0 0 0 0 0 0 19 0 1 0 22696854 1740800 97 1992294400 134512640 134550932 4294139248 18446744073709551615 134521776 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25462/statm: 425 105 81 10 0 30 0

[startup+0.07251 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25462
/proc/meminfo: memFree=1650560/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=1521796 CPUtime=0.06
/proc/25462/stat : 25462 (java) S 25460 25462 24373 0 -1 4202496 3709 0 1 0 4 2 0 0 15 0 7 0 22696854 1558319104 3150 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/25462/statm: 380449 3151 1034 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.10051 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25462
/proc/meminfo: memFree=1650560/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=1524180 CPUtime=0.08
/proc/25462/stat : 25462 (java) S 25460 25462 24373 0 -1 4202496 3945 0 1 0 6 2 0 0 15 0 12 0 22696854 1560760320 3384 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25462/statm: 381045 3387 1074 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300509 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25462
/proc/meminfo: memFree=1650560/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=1526376 CPUtime=0.35
/proc/25462/stat : 25462 (java) S 25460 25462 24373 0 -1 4202496 5376 0 1 0 32 3 0 0 15 0 12 0 22696854 1563009024 4813 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25462/statm: 381594 4813 1361 10 0 378897 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526376

[startup+0.700506 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 25462
/proc/meminfo: memFree=1650560/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=1528260 CPUtime=1.14
/proc/25462/stat : 25462 (java) S 25460 25462 24373 0 -1 4202496 7336 0 1 0 110 4 0 0 15 0 12 0 22696854 1564938240 6518 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25462/statm: 382065 6518 1395 10 0 379368 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1528260

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.00 3/120 25478
/proc/meminfo: memFree=1622860/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=1531752 CPUtime=1.8
/proc/25462/stat : 25462 (java) S 25460 25462 24373 0 -1 4202496 9639 0 1 0 175 5 0 0 15 0 14 0 22696854 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25462/statm: 382938 8286 1422 10 0 380241 0
[pid=25462/tid=25464] ppid=25460 vsize=1531752 CPUtime=0.79
/proc/25462/task/25464/stat : 25464 (java) S 25460 25462 24373 0 -1 4202560 5730 0 1 0 75 4 0 0 25 0 14 0 22696856 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25465] ppid=25460 vsize=1531752 CPUtime=0
/proc/25462/task/25465/stat : 25465 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 22696857 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25466] ppid=25460 vsize=1531752 CPUtime=0
/proc/25462/task/25466/stat : 25466 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 22696857 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25467] ppid=25460 vsize=1531752 CPUtime=0
/proc/25462/task/25467/stat : 25467 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 22696859 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25468] ppid=25460 vsize=1531752 CPUtime=0
/proc/25462/task/25468/stat : 25468 (java) S 25460 25462 24373 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 22696860 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25469] ppid=25460 vsize=1531752 CPUtime=0
/proc/25462/task/25469/stat : 25469 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 22696860 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=1531752 CPUtime=0
/proc/25462/task/25470/stat : 25470 (java) S 25460 25462 24373 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 22696864 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=1531752 CPUtime=0.06
/proc/25462/task/25471/stat : 25471 (java) S 25460 25462 24373 0 -1 4202560 69 0 0 0 6 0 0 0 20 0 14 0 22696864 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=1531752 CPUtime=0.78
/proc/25462/task/25472/stat : 25472 (java) S 25460 25462 24373 0 -1 4202560 2464 0 0 0 78 0 0 0 17 0 14 0 22696864 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25473] ppid=25460 vsize=1531752 CPUtime=0
/proc/25462/task/25473/stat : 25473 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22696864 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25474] ppid=25460 vsize=1531752 CPUtime=0
/proc/25462/task/25474/stat : 25474 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22696864 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25477] ppid=25460 vsize=1531752 CPUtime=0
/proc/25462/task/25477/stat : 25477 (java) S 25460 25462 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 22696939 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25478] ppid=25460 vsize=1531752 CPUtime=0
/proc/25462/task/25478/stat : 25478 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22696942 1568514048 8286 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 1531752

[startup+3.10149 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 25480
/proc/meminfo: memFree=1620876/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=1533832 CPUtime=2.58
/proc/25462/stat : 25462 (java) S 25460 25462 24373 0 -1 4202496 11033 0 1 0 252 6 0 0 15 0 16 0 22696854 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25462/statm: 383458 9565 1424 10 0 380761 0
[pid=25462/tid=25464] ppid=25460 vsize=1533832 CPUtime=0.81
/proc/25462/task/25464/stat : 25464 (java) S 25460 25462 24373 0 -1 4202560 5848 0 1 0 77 4 0 0 19 0 16 0 22696856 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25465] ppid=25460 vsize=1533832 CPUtime=0
/proc/25462/task/25465/stat : 25465 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 22696857 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25466] ppid=25460 vsize=1533832 CPUtime=0
/proc/25462/task/25466/stat : 25466 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 22696857 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25467] ppid=25460 vsize=1533832 CPUtime=0
/proc/25462/task/25467/stat : 25467 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 22696859 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25468] ppid=25460 vsize=1533832 CPUtime=0
/proc/25462/task/25468/stat : 25468 (java) S 25460 25462 24373 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 22696860 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25469] ppid=25460 vsize=1533832 CPUtime=0
/proc/25462/task/25469/stat : 25469 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 22696860 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=1533832 CPUtime=0
/proc/25462/task/25470/stat : 25470 (java) S 25460 25462 24373 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 22696864 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=1533832 CPUtime=0.37
/proc/25462/task/25471/stat : 25471 (java) R 25460 25462 24373 0 -1 4202560 714 0 0 0 37 0 0 0 16 0 16 0 22696864 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 105733024 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=1533832 CPUtime=1.05
/proc/25462/task/25472/stat : 25472 (java) R 25460 25462 24373 0 -1 4202560 2483 0 0 0 105 0 0 0 15 0 16 0 22696864 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 102551684 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25462/tid=25473] ppid=25460 vsize=1533832 CPUtime=0
/proc/25462/task/25473/stat : 25473 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 22696864 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25474] ppid=25460 vsize=1533832 CPUtime=0
/proc/25462/task/25474/stat : 25474 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22696864 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25477] ppid=25460 vsize=1533832 CPUtime=0
/proc/25462/task/25477/stat : 25477 (java) S 25460 25462 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 22696939 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25478] ppid=25460 vsize=1533832 CPUtime=0
/proc/25462/task/25478/stat : 25478 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22696942 1570643968 9565 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1533832

[startup+6.30147 s]
/proc/loadavg: 1.32 1.07 1.02 1/120 25488
/proc/meminfo: memFree=1615048/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=1539644 CPUtime=3.77
/proc/25462/stat : 25462 (java) S 25460 25462 24373 0 -1 4202496 14588 0 1 0 369 8 0 0 15 0 14 0 22696854 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25462/statm: 384911 12390 1432 10 0 382214 0
[pid=25462/tid=25464] ppid=25460 vsize=1539644 CPUtime=0.82
/proc/25462/task/25464/stat : 25464 (java) S 25460 25462 24373 0 -1 4202560 5997 0 1 0 78 4 0 0 19 0 14 0 22696856 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25465] ppid=25460 vsize=1539644 CPUtime=0
/proc/25462/task/25465/stat : 25465 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 22696857 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25466] ppid=25460 vsize=1539644 CPUtime=0
/proc/25462/task/25466/stat : 25466 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 22696857 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25467] ppid=25460 vsize=1539644 CPUtime=0
/proc/25462/task/25467/stat : 25467 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 14 0 22696859 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25468] ppid=25460 vsize=1539644 CPUtime=0
/proc/25462/task/25468/stat : 25468 (java) S 25460 25462 24373 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 22696860 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25469] ppid=25460 vsize=1539644 CPUtime=0
/proc/25462/task/25469/stat : 25469 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 22696860 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=1539644 CPUtime=0
/proc/25462/task/25470/stat : 25470 (java) S 25460 25462 24373 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 22696864 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=1539644 CPUtime=0.89
/proc/25462/task/25471/stat : 25471 (java) R 25460 25462 24373 0 -1 4202560 2657 0 0 0 88 1 0 0 16 0 14 0 22696864 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 103101674 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=1539644 CPUtime=1.39
/proc/25462/task/25472/stat : 25472 (java) S 25460 25462 24373 0 -1 4202560 2526 0 0 0 139 0 0 0 15 0 14 0 22696864 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25473] ppid=25460 vsize=1539644 CPUtime=0
/proc/25462/task/25473/stat : 25473 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22696864 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25474] ppid=25460 vsize=1539644 CPUtime=0
/proc/25462/task/25474/stat : 25474 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22696864 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25477] ppid=25460 vsize=1539644 CPUtime=0
/proc/25462/task/25477/stat : 25477 (java) S 25460 25462 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 22696939 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25478] ppid=25460 vsize=1539644 CPUtime=0
/proc/25462/task/25478/stat : 25478 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22696942 1576595456 12390 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 1539644
heavy processes:

[startup+12.702 s]
/proc/loadavg: 1.37 1.08 1.03 3/122 25494
/proc/meminfo: memFree=1483848/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=1549104 CPUtime=14.41
/proc/25462/stat : 25462 (java) S 25460 25462 24373 0 -1 4202496 50343 0 1 0 1419 22 0 0 15 0 16 0 22696854 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25462/statm: 387276 45609 1450 10 0 384579 0
[pid=25462/tid=25464] ppid=25460 vsize=1549104 CPUtime=0.82
/proc/25462/task/25464/stat : 25464 (java) S 25460 25462 24373 0 -1 4202560 6096 0 1 0 78 4 0 0 18 0 16 0 22696856 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25465] ppid=25460 vsize=1549104 CPUtime=0.07
/proc/25462/task/25465/stat : 25465 (java) S 25460 25462 24373 0 -1 4202560 2376 0 0 0 7 0 0 0 16 0 16 0 22696857 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25466] ppid=25460 vsize=1549104 CPUtime=0.08
/proc/25462/task/25466/stat : 25466 (java) S 25460 25462 24373 0 -1 4202560 1807 0 0 0 7 1 0 0 15 0 16 0 22696857 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25467] ppid=25460 vsize=1549104 CPUtime=0.14
/proc/25462/task/25467/stat : 25467 (java) S 25460 25462 24373 0 -1 4202560 2755 0 0 0 14 0 0 0 16 0 16 0 22696859 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25468] ppid=25460 vsize=1549104 CPUtime=0
/proc/25462/task/25468/stat : 25468 (java) S 25460 25462 24373 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 22696860 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25469] ppid=25460 vsize=1549104 CPUtime=0
/proc/25462/task/25469/stat : 25469 (java) S 25460 25462 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22696860 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=1549104 CPUtime=0
/proc/25462/task/25470/stat : 25470 (java) S 25460 25462 24373 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 22696864 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=1549104 CPUtime=1.69
/proc/25462/task/25471/stat : 25471 (java) S 25460 25462 24373 0 -1 4202560 4670 0 0 0 167 2 0 0 16 0 16 0 22696864 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=1549104 CPUtime=2.49
/proc/25462/task/25472/stat : 25472 (java) S 25460 25462 24373 0 -1 4202560 5532 0 0 0 248 1 0 0 16 0 16 0 22696864 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25473] ppid=25460 vsize=1549104 CPUtime=0
/proc/25462/task/25473/stat : 25473 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 22696864 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25474] ppid=25460 vsize=1549104 CPUtime=0
/proc/25462/task/25474/stat : 25474 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22696864 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25477] ppid=25460 vsize=1549104 CPUtime=0
/proc/25462/task/25477/stat : 25477 (java) S 25460 25462 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 22696939 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25478] ppid=25460 vsize=1549104 CPUtime=0
/proc/25462/task/25478/stat : 25478 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22696942 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25493] ppid=25460 vsize=1549104 CPUtime=3.76
/proc/25462/task/25493/stat : 25493 (java) R 25460 25462 24373 0 -1 4202560 445 0 0 0 376 0 0 0 17 0 16 0 22697652 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4109563518 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25462/tid=25494] ppid=25460 vsize=1549104 CPUtime=4.04
/proc/25462/task/25494/stat : 25494 (java) R 25460 25462 24373 0 -1 4202560 17587 0 0 0 398 6 0 0 22 0 16 0 22697652 1586282496 45609 1992294400 134512640 134550932 4294216656 18446744073709551615 4109535677 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 1549104


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

/proc/25462/statm: 385840 78869 1450 10 0 383143 0
[pid=25462/tid=25464] ppid=25460 vsize=1543360 CPUtime=0.82
/proc/25462/task/25464/stat : 25464 (java) S 25460 25462 24373 0 -1 4202560 6109 0 1 0 78 4 0 0 15 0 16 0 22696856 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25465] ppid=25460 vsize=1543360 CPUtime=7.29
/proc/25462/task/25465/stat : 25465 (java) S 25460 25462 24373 0 -1 4202560 18144 0 0 0 698 31 0 0 16 0 16 0 22696857 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25466] ppid=25460 vsize=1543360 CPUtime=7.29
/proc/25462/task/25466/stat : 25466 (java) S 25460 25462 24373 0 -1 4202560 17044 0 0 0 703 26 0 0 16 0 16 0 22696857 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25467] ppid=25460 vsize=1543360 CPUtime=74.85
/proc/25462/task/25467/stat : 25467 (java) S 25460 25462 24373 0 -1 4202560 7753 0 0 0 7473 12 0 0 16 0 16 0 22696859 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25468] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25468/stat : 25468 (java) S 25460 25462 24373 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 22696860 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25469] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25469/stat : 25469 (java) S 25460 25462 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22696860 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25470/stat : 25470 (java) S 25460 25462 24373 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 22696864 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=1543360 CPUtime=1.7
/proc/25462/task/25471/stat : 25471 (java) S 25460 25462 24373 0 -1 4202560 4670 0 0 0 168 2 0 0 16 0 16 0 22696864 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=1543360 CPUtime=2.93
/proc/25462/task/25472/stat : 25472 (java) S 25460 25462 24373 0 -1 4202560 5692 0 0 0 292 1 0 0 15 0 16 0 22696864 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25473] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25473/stat : 25473 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 22696864 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25474] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25474/stat : 25474 (java) S 25460 25462 24373 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 22696864 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25477] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25477/stat : 25477 (java) S 25460 25462 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 22696939 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25478] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25478/stat : 25478 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22696942 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25493] ppid=25460 vsize=1543360 CPUtime=728.73
/proc/25462/task/25493/stat : 25493 (java) R 25460 25462 24373 0 -1 4202560 912 0 0 0 72851 22 0 0 23 0 16 0 22697652 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4109628247 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25462/tid=25494] ppid=25460 vsize=1543360 CPUtime=721.91
/proc/25462/task/25494/stat : 25494 (java) R 25460 25462 24373 0 -1 4202560 20928 0 0 0 72176 15 0 0 23 0 16 0 22697652 1580400640 78869 1992294400 134512640 134550932 4294216656 18446744073709551615 4110053008 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1546.86
Current children cumulated vsize (KiB) 1543360

[startup+882.301 s]
/proc/loadavg: 1.93 1.96 1.60 2/122 25516
/proc/meminfo: memFree=1328972/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=1543360 CPUtime=1659.59
/proc/25462/stat : 25462 (java) S 25460 25462 24373 0 -1 4202496 93075 0 1 0 165833 126 0 0 15 0 16 0 22696854 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25462/statm: 385840 80943 1450 10 0 383143 0
[pid=25462/tid=25464] ppid=25460 vsize=1543360 CPUtime=0.82
/proc/25462/task/25464/stat : 25464 (java) S 25460 25462 24373 0 -1 4202560 6109 0 1 0 78 4 0 0 15 0 16 0 22696856 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25465] ppid=25460 vsize=1543360 CPUtime=7.53
/proc/25462/task/25465/stat : 25465 (java) S 25460 25462 24373 0 -1 4202560 18883 0 0 0 721 32 0 0 16 0 16 0 22696857 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25466] ppid=25460 vsize=1543360 CPUtime=7.52
/proc/25462/task/25466/stat : 25466 (java) S 25460 25462 24373 0 -1 4202560 18098 0 0 0 725 27 0 0 15 0 16 0 22696857 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25467] ppid=25460 vsize=1543360 CPUtime=81.48
/proc/25462/task/25467/stat : 25467 (java) R 25460 25462 24373 0 -1 4202560 8635 0 0 0 8135 13 0 0 16 0 16 0 22696859 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 104187935 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=25462/tid=25468] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25468/stat : 25468 (java) S 25460 25462 24373 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 22696860 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25469] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25469/stat : 25469 (java) S 25460 25462 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22696860 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25470/stat : 25470 (java) S 25460 25462 24373 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 22696864 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=1543360 CPUtime=1.7
/proc/25462/task/25471/stat : 25471 (java) S 25460 25462 24373 0 -1 4202560 4670 0 0 0 168 2 0 0 16 0 16 0 22696864 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=1543360 CPUtime=2.93
/proc/25462/task/25472/stat : 25472 (java) S 25460 25462 24373 0 -1 4202560 5692 0 0 0 292 1 0 0 15 0 16 0 22696864 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25473] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25473/stat : 25473 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 22696864 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25474] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25474/stat : 25474 (java) S 25460 25462 24373 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 22696864 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25477] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25477/stat : 25477 (java) S 25460 25462 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 22696939 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25478] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25478/stat : 25478 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22696942 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25493] ppid=25460 vsize=1543360 CPUtime=781.83
/proc/25462/task/25493/stat : 25493 (java) S 25460 25462 24373 0 -1 4202560 930 0 0 0 78159 24 0 0 25 0 16 0 22697652 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25494] ppid=25460 vsize=1543360 CPUtime=774.45
/proc/25462/task/25494/stat : 25494 (java) S 25460 25462 24373 0 -1 4202560 20931 0 0 0 77429 16 0 0 25 0 16 0 22697652 1580400640 80943 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1659.59
Current children cumulated vsize (KiB) 1543360

[startup+942.301 s]
/proc/loadavg: 2.03 1.98 1.63 3/122 25518
/proc/meminfo: memFree=1325004/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=1543360 CPUtime=1771.46
/proc/25462/stat : 25462 (java) S 25460 25462 24373 0 -1 4202496 94144 0 1 0 177016 130 0 0 15 0 16 0 22696854 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25462/statm: 385840 81974 1450 10 0 383143 0
[pid=25462/tid=25464] ppid=25460 vsize=1543360 CPUtime=0.82
/proc/25462/task/25464/stat : 25464 (java) S 25460 25462 24373 0 -1 4202560 6116 0 1 0 78 4 0 0 15 0 16 0 22696856 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25465] ppid=25460 vsize=1543360 CPUtime=7.85
/proc/25462/task/25465/stat : 25465 (java) S 25460 25462 24373 0 -1 4202560 19168 0 0 0 753 32 0 0 16 0 16 0 22696857 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25466] ppid=25460 vsize=1543360 CPUtime=7.85
/proc/25462/task/25466/stat : 25466 (java) S 25460 25462 24373 0 -1 4202560 18197 0 0 0 757 28 0 0 15 0 16 0 22696857 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25467] ppid=25460 vsize=1543360 CPUtime=88.99
/proc/25462/task/25467/stat : 25467 (java) S 25460 25462 24373 0 -1 4202560 9292 0 0 0 8886 13 0 0 15 0 16 0 22696859 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25468] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25468/stat : 25468 (java) S 25460 25462 24373 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 22696860 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25469] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25469/stat : 25469 (java) S 25460 25462 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22696860 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25470/stat : 25470 (java) S 25460 25462 24373 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 22696864 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=1543360 CPUtime=1.7
/proc/25462/task/25471/stat : 25471 (java) S 25460 25462 24373 0 -1 4202560 4670 0 0 0 168 2 0 0 16 0 16 0 22696864 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=1543360 CPUtime=2.93
/proc/25462/task/25472/stat : 25472 (java) S 25460 25462 24373 0 -1 4202560 5692 0 0 0 292 1 0 0 15 0 16 0 22696864 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25473] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25473/stat : 25473 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 22696864 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25474] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25474/stat : 25474 (java) S 25460 25462 24373 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 22696864 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25477] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25477/stat : 25477 (java) S 25460 25462 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 22696939 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25478] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25478/stat : 25478 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22696942 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25493] ppid=25460 vsize=1543360 CPUtime=833.72
/proc/25462/task/25493/stat : 25493 (java) R 25460 25462 24373 0 -1 4202560 944 0 0 0 83346 26 0 0 25 0 16 0 22697652 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4109687953 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25462/tid=25494] ppid=25460 vsize=1543360 CPUtime=826.25
/proc/25462/task/25494/stat : 25494 (java) R 25460 25462 24373 0 -1 4202560 20936 0 0 0 82609 16 0 0 25 0 16 0 22697652 1580400640 81974 1992294400 134512640 134550932 4294216656 18446744073709551615 4109848760 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1771.46
Current children cumulated vsize (KiB) 1543360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+957.801 s]
/proc/loadavg: 2.03 1.98 1.64 4/122 25518
/proc/meminfo: memFree=1319424/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=1543360 CPUtime=1800.15
/proc/25462/stat : 25462 (java) S 25460 25462 24373 0 -1 4202496 95835 0 1 0 179876 139 0 0 15 0 16 0 22696854 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25462/statm: 385840 83133 1450 10 0 383143 0
[pid=25462/tid=25464] ppid=25460 vsize=1543360 CPUtime=0.82
/proc/25462/task/25464/stat : 25464 (java) S 25460 25462 24373 0 -1 4202560 6116 0 1 0 78 4 0 0 15 0 16 0 22696856 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25465] ppid=25460 vsize=1543360 CPUtime=8.07
/proc/25462/task/25465/stat : 25465 (java) S 25460 25462 24373 0 -1 4202560 19494 0 0 0 773 34 0 0 16 0 16 0 22696857 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25466] ppid=25460 vsize=1543360 CPUtime=8.06
/proc/25462/task/25466/stat : 25466 (java) S 25460 25462 24373 0 -1 4202560 18898 0 0 0 778 28 0 0 15 0 16 0 22696857 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25467] ppid=25460 vsize=1543360 CPUtime=91.15
/proc/25462/task/25467/stat : 25467 (java) S 25460 25462 24373 0 -1 4202560 9491 0 0 0 9096 19 0 0 15 0 16 0 22696859 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25468] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25468/stat : 25468 (java) S 25460 25462 24373 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 22696860 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25469] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25469/stat : 25469 (java) S 25460 25462 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22696860 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25470/stat : 25470 (java) S 25460 25462 24373 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 22696864 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=1543360 CPUtime=1.73
/proc/25462/task/25471/stat : 25471 (java) S 25460 25462 24373 0 -1 4202560 4670 0 0 0 171 2 0 0 15 0 16 0 22696864 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=1543360 CPUtime=3.4
/proc/25462/task/25472/stat : 25472 (java) S 25460 25462 24373 0 -1 4202560 6141 0 0 0 338 2 0 0 16 0 16 0 22696864 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25473] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25473/stat : 25473 (java) S 25460 25462 24373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 22696864 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 0 0 0 0
[pid=25462/tid=25474] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25474/stat : 25474 (java) S 25460 25462 24373 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 22696864 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25477] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25477/stat : 25477 (java) S 25460 25462 24373 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 22696939 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25478] ppid=25460 vsize=1543360 CPUtime=0
/proc/25462/task/25478/stat : 25478 (java) S 25460 25462 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22696942 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829341504 0 0 -1 1 0 0 0
[pid=25462/tid=25493] ppid=25460 vsize=1543360 CPUtime=846.49
/proc/25462/task/25493/stat : 25493 (java) R 25460 25462 24373 0 -1 4202560 953 0 0 0 84623 26 0 0 20 0 16 0 22697652 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4109563880 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25462/tid=25494] ppid=25460 vsize=1543360 CPUtime=839.09
/proc/25462/task/25494/stat : 25494 (java) R 25460 25462 24373 0 -1 4202560 20941 0 0 0 83893 16 0 0 20 0 16 0 22697652 1580400640 83133 1992294400 134512640 134550932 4294216656 18446744073709551615 4109826025 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1543360

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

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

[startup+957.915 s]
/proc/loadavg: 2.03 1.98 1.64 4/122 25518
/proc/meminfo: memFree=1319424/2059040 swapFree=4192956/4192956
[pid=25462] ppid=25460 vsize=0 CPUtime=1800.36
/proc/25462/stat : 25462 (java) Z 25460 25462 24373 0 -1 4203548 95858 0 1 0 179896 140 0 0 15 0 2 0 22696854 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25462/statm: 0 0 0 0 0 0 0
[pid=25462/tid=25493] ppid=25460 vsize=0 CPUtime=846.53
/proc/25462/task/25493/stat : 25493 (java) R 25460 25462 24373 0 -1 4203588 953 0 0 0 84626 27 0 0 21 0 2 0 22697652 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 957.942
CPU time (s): 1800.39
CPU user time (s): 1798.96
CPU system time (s): 1.42778
CPU usage (%): 187.944
Max. virtual memory (cumulated for all children) (KiB): 1550172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.42778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95858
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= 27666
involuntary context switches= 51195

runsolver used 4.89626 second user time and 8.87665 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-14 01:15:31
IDJOB=2662495
IDBENCH=2201
IDSOLVER=1166
FILE ID=node005/2662495-1276470931
PBS_JOBID= 11173355
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32e2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662495-1276470931/watcher-2662495-1276470931 -o /tmp/evaluation-result-2662495-1276470931/solver-2662495-1276470931 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662495-1276470931.opb

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

MD5SUM BENCH= f7c5bacdcc30466dd8339bd5adcf7c5b
RANDOM SEED=914284462

node005.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.246
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.49
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.246
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1650956 kB
Buffers:        121288 kB
Cached:         157808 kB
SwapCached:          0 kB
Active:         162744 kB
Inactive:       175676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1650956 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             404 kB
Writeback:           4 kB
AnonPages:       59192 kB
Mapped:          15352 kB
Slab:            47816 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182564 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= 62532 MiB
End job on node005 at 2010-06-14 01:31:31