Trace number 2661968

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) 1804.11 987.361

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_3.opb
MD5SUM737bdf32fd69c002d569e68c523af4bf
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -26
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint10
Maximum length of a constraint18
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1244
Sum of products size (including duplicates)2488
Number of different products622
Sum of products size1244

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-2661968-1276665522.opb
0.22/0.22	c reading problem ... 
0.69/0.57	c ... done. Wall clock time 0.35s.
0.69/0.57	c #vars     722
0.69/0.57	c #constraints  1866
0.69/0.57	c constraints type 
0.69/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 622
0.69/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 622
0.69/0.57	c constraints type 
0.69/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 622
0.69/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 622
0.89/0.61	c And the winner is Resolution
0.95/1.59	c SATISFIABLE
0.95/1.59	c OPTIMIZING...
0.95/1.59	c Got one! Elapsed wall clock time (in seconds):1.373
0.95/1.59	o -17
0.96/1.62	c And the winner is Resolution
1.28/2.60	c Got one! Elapsed wall clock time (in seconds):2.383
1.28/2.60	o -19
1.28/2.63	c And the winner is Resolution
1.32/3.61	c Got one! Elapsed wall clock time (in seconds):3.39
1.32/3.61	o -20
1.89/3.90	c And the winner is CuttingPlanes
1.91/4.63	c Got one! Elapsed wall clock time (in seconds):4.409
1.91/4.63	o -21
2.04/4.77	c And the winner is Resolution
2.67/5.64	c Got one! Elapsed wall clock time (in seconds):5.415
2.67/5.64	o -22
3.19/5.90	c And the winner is Resolution
3.21/6.64	c Got one! Elapsed wall clock time (in seconds):6.421
3.21/6.64	o -23
4.32/7.22	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.88/7.51	c And the winner is Resolution
4.90/7.65	c Got one! Elapsed wall clock time (in seconds):7.428
4.90/7.65	o -24
6.01/8.31	c cleaning 4248 clauses out of 8500 with flag 11000/11000
8.31/9.42	c cleaning 5626 clauses out of 11252 with flag 18000/18000
10.83/10.78	c cleaning 6810 clauses out of 13627 with flag 26001/26001
14.29/12.52	c cleaning 7908 clauses out of 15816 with flag 35000/35000
17.98/14.50	c cleaning 8953 clauses out of 17908 with flag 45000/45000
22.66/16.81	c cleaning 9477 clauses out of 18956 with flag 55001/55001
26.54/18.89	c cleaning 9735 clauses out of 19478 with flag 65000/65000
30.80/21.04	c cleaning 9869 clauses out of 19743 with flag 75000/75000
32.31/21.83	c And the winner is Resolution
32.46/22.79	c Got one! Elapsed wall clock time (in seconds):22.571
32.46/22.79	o -25
35.64/24.49	c cleaning 9933 clauses out of 19874 with flag 85000/85000
40.30/26.88	c cleaning 9967 clauses out of 19941 with flag 95000/95000
45.56/29.55	c cleaning 9984 clauses out of 19974 with flag 105000/105000
51.17/32.44	c cleaning 9993 clauses out of 19991 with flag 115001/115001
55.42/34.64	c cleaning 9999 clauses out of 19997 with flag 125000/125000
60.27/37.13	c cleaning 9997 clauses out of 19998 with flag 135000/135000
65.31/39.72	c cleaning 9997 clauses out of 20002 with flag 145001/145001
70.91/42.61	c cleaning 9991 clauses out of 20004 with flag 155000/155000
75.56/45.09	c cleaning 10005 clauses out of 20013 with flag 165000/165000
80.58/47.65	c cleaning 9998 clauses out of 20008 with flag 175000/175000
85.01/49.92	c cleaning 10001 clauses out of 20010 with flag 185000/185000
89.81/52.45	c cleaning 10000 clauses out of 20009 with flag 195000/195000
94.44/54.89	c cleaning 10000 clauses out of 20009 with flag 205000/205000
100.06/57.70	c cleaning 10000 clauses out of 20009 with flag 215000/215000
105.67/60.65	c cleaning 10006 clauses out of 20011 with flag 225002/225002
110.47/63.18	c cleaning 9993 clauses out of 20003 with flag 235000/235000
116.27/66.13	c cleaning 10001 clauses out of 20010 with flag 245000/245000
122.09/69.17	c cleaning 10004 clauses out of 20009 with flag 255000/255000
127.70/72.03	c cleaning 10001 clauses out of 20006 with flag 265001/265001
131.47/74.08	c cleaning 9997 clauses out of 20004 with flag 275000/275000
136.68/76.70	c cleaning 9998 clauses out of 20007 with flag 285000/285000
142.07/79.60	c cleaning 10000 clauses out of 20009 with flag 295000/295000
147.07/82.14	c cleaning 9999 clauses out of 20009 with flag 305000/305000
153.22/85.39	c cleaning 10001 clauses out of 20010 with flag 315000/315000
157.02/87.32	c cleaning 9997 clauses out of 20010 with flag 325001/325001
162.22/90.04	c cleaning 10005 clauses out of 20012 with flag 335000/335000
167.02/92.54	c cleaning 10000 clauses out of 20007 with flag 345000/345000
171.35/94.84	c cleaning 10001 clauses out of 20007 with flag 355000/355000
177.14/97.88	c cleaning 10001 clauses out of 20007 with flag 365001/365001
182.52/100.70	c cleaning 9999 clauses out of 20005 with flag 375000/375000
187.50/103.22	c cleaning 10000 clauses out of 20006 with flag 385000/385000
192.24/105.76	c cleaning 9998 clauses out of 20006 with flag 395000/395000
196.04/107.77	c cleaning 10001 clauses out of 20009 with flag 405001/405001
200.02/109.84	c cleaning 10002 clauses out of 20008 with flag 415001/415001
204.62/112.27	c cleaning 10000 clauses out of 20005 with flag 425000/425000
208.93/114.58	c cleaning 10002 clauses out of 20006 with flag 435001/435001
213.92/117.13	c cleaning 10000 clauses out of 20004 with flag 445001/445001
217.70/119.15	c cleaning 9992 clauses out of 20004 with flag 455001/455001
222.88/121.86	c cleaning 9991 clauses out of 20011 with flag 465000/465000
227.62/124.31	c cleaning 10006 clauses out of 20020 with flag 475000/475000
232.78/127.02	c cleaning 9997 clauses out of 20014 with flag 485000/485000
238.17/129.81	c cleaning 10001 clauses out of 20017 with flag 495000/495000
243.72/132.77	c cleaning 9999 clauses out of 20017 with flag 505001/505001
250.44/136.26	c cleaning 10008 clauses out of 20018 with flag 515001/515001
256.20/139.25	c cleaning 10003 clauses out of 20012 with flag 525003/525003
261.17/141.81	c cleaning 10000 clauses out of 20006 with flag 535000/535000
265.72/144.22	c cleaning 10001 clauses out of 20006 with flag 545000/545000
270.03/146.52	c cleaning 9995 clauses out of 20006 with flag 555001/555001
274.80/149.03	c cleaning 10003 clauses out of 20011 with flag 565001/565001
279.36/151.47	c cleaning 9991 clauses out of 20007 with flag 575000/575000
283.93/153.81	c cleaning 10003 clauses out of 20016 with flag 585000/585000
287.85/155.92	c cleaning 9998 clauses out of 20013 with flag 595000/595000
291.42/157.81	c cleaning 10002 clauses out of 20015 with flag 605000/605000
296.39/160.44	c cleaning 9996 clauses out of 20014 with flag 615001/615001
299.37/162.09	c cleaning 0 clauses out of 5001 with flag 0/5001
301.28/163.14	c cleaning 10003 clauses out of 20019 with flag 625002/625002
305.44/165.36	c cleaning 10005 clauses out of 20014 with flag 635000/635000
309.79/167.63	c cleaning 9999 clauses out of 20009 with flag 645000/645000
313.96/169.84	c cleaning 9997 clauses out of 20011 with flag 655001/655001
318.24/172.19	c cleaning 9999 clauses out of 20013 with flag 665000/665000
323.19/174.79	c cleaning 10001 clauses out of 20014 with flag 675000/675000
328.13/177.36	c cleaning 9997 clauses out of 20013 with flag 685000/685000
333.08/179.91	c cleaning 10001 clauses out of 20016 with flag 695000/695000
337.37/182.28	c cleaning 10007 clauses out of 20015 with flag 705000/705000
341.73/184.55	c cleaning 9995 clauses out of 20008 with flag 715000/715000
345.49/186.51	c cleaning 10004 clauses out of 20014 with flag 725001/725001
350.23/189.08	c cleaning 10003 clauses out of 20010 with flag 735001/735001
354.54/191.33	c cleaning 9995 clauses out of 20007 with flag 745001/745001
359.27/193.80	c cleaning 9999 clauses out of 20011 with flag 755000/755000
363.04/195.85	c cleaning 9999 clauses out of 20012 with flag 765000/765000
367.57/198.23	c cleaning 10002 clauses out of 20013 with flag 775000/775000
372.05/200.64	c cleaning 10003 clauses out of 20011 with flag 785000/785000
376.98/203.20	c cleaning 9997 clauses out of 20008 with flag 795000/795000
381.93/205.84	c cleaning 10005 clauses out of 20013 with flag 805002/805002
386.46/208.28	c cleaning 9998 clauses out of 20007 with flag 815001/815001
390.54/210.46	c cleaning 10000 clauses out of 20008 with flag 825000/825000
394.88/212.75	c cleaning 10002 clauses out of 20009 with flag 835001/835001
399.21/215.05	c cleaning 10000 clauses out of 20007 with flag 845001/845001
403.55/217.39	c cleaning 9993 clauses out of 20006 with flag 855000/855000
407.81/219.69	c cleaning 10006 clauses out of 20013 with flag 865000/865000
412.35/222.03	c cleaning 10004 clauses out of 20007 with flag 875000/875000
417.08/224.56	c cleaning 9994 clauses out of 20004 with flag 885001/885001
420.81/226.56	c cleaning 10001 clauses out of 20010 with flag 895001/895001
424.67/228.61	c cleaning 10000 clauses out of 20008 with flag 905000/905000
428.79/230.84	c cleaning 10003 clauses out of 20008 with flag 915000/915000
432.92/233.07	c cleaning 9997 clauses out of 20005 with flag 925000/925000
436.84/235.20	c cleaning 9995 clauses out of 20008 with flag 935000/935000
440.70/237.25	c cleaning 9998 clauses out of 20013 with flag 945000/945000
445.43/239.74	c cleaning 10005 clauses out of 20015 with flag 955000/955000
449.93/242.17	c cleaning 9996 clauses out of 20011 with flag 965001/965001
454.24/244.40	c cleaning 10001 clauses out of 20014 with flag 975000/975000
458.50/246.77	c cleaning 10006 clauses out of 20013 with flag 985000/985000
462.60/248.93	c cleaning 10003 clauses out of 20008 with flag 995001/995001
466.92/251.25	c cleaning 9994 clauses out of 20004 with flag 1005000/1005000
471.04/253.40	c cleaning 10000 clauses out of 20010 with flag 1015000/1015000
475.89/256.00	c cleaning 9997 clauses out of 20010 with flag 1025000/1025000
480.01/258.23	c cleaning 9997 clauses out of 20014 with flag 1035001/1035001
484.33/260.50	c cleaning 10006 clauses out of 20018 with flag 1045002/1045002
489.04/263.06	c cleaning 9996 clauses out of 20010 with flag 1055000/1055000
493.69/265.51	c cleaning 9998 clauses out of 20014 with flag 1065000/1065000
497.80/267.78	c cleaning 10004 clauses out of 20016 with flag 1075000/1075000
501.31/269.63	c cleaning 9998 clauses out of 20013 with flag 1085001/1085001
505.63/271.93	c cleaning 9997 clauses out of 20014 with flag 1095000/1095000
510.67/274.62	c cleaning 10008 clauses out of 20017 with flag 1105000/1105000
515.18/277.05	c cleaning 9999 clauses out of 20010 with flag 1115001/1115001
520.09/279.60	c cleaning 10000 clauses out of 20010 with flag 1125000/1125000
524.39/281.91	c cleaning 9997 clauses out of 20010 with flag 1135000/1135000
529.04/284.44	c cleaning 9995 clauses out of 20014 with flag 1145001/1145001
533.73/286.93	c cleaning 10010 clauses out of 20020 with flag 1155002/1155002
537.84/289.21	c cleaning 10000 clauses out of 20008 with flag 1165000/1165000
542.71/291.73	c cleaning 10000 clauses out of 20009 with flag 1175001/1175001
546.95/294.05	c cleaning 9998 clauses out of 20008 with flag 1185000/1185000
551.85/296.69	c cleaning 10001 clauses out of 20010 with flag 1195000/1195000
557.14/299.48	c cleaning 10004 clauses out of 20009 with flag 1205000/1205000
562.03/302.05	c cleaning 10002 clauses out of 20007 with flag 1215002/1215002
566.86/304.67	c cleaning 9997 clauses out of 20003 with flag 1225000/1225000
572.73/307.71	c cleaning 9998 clauses out of 20006 with flag 1235000/1235000
577.62/310.34	c cleaning 10000 clauses out of 20008 with flag 1245000/1245000
582.70/313.06	c cleaning 10001 clauses out of 20008 with flag 1255000/1255000
588.12/315.91	c cleaning 9997 clauses out of 20007 with flag 1265000/1265000
593.38/318.74	c cleaning 10001 clauses out of 20010 with flag 1275000/1275000
598.84/321.62	c cleaning 10001 clauses out of 20009 with flag 1285000/1285000
603.70/324.21	c cleaning 10004 clauses out of 20011 with flag 1295003/1295003
608.88/327.02	c cleaning 9999 clauses out of 20005 with flag 1305001/1305001
613.95/329.75	c cleaning 9992 clauses out of 20005 with flag 1315000/1315000
619.21/332.53	c cleaning 10006 clauses out of 20015 with flag 1325002/1325002
623.28/334.73	c cleaning 10000 clauses out of 20008 with flag 1335001/1335001
627.67/337.19	c cleaning 9998 clauses out of 20007 with flag 1345000/1345000
632.53/339.74	c cleaning 9998 clauses out of 20009 with flag 1355000/1355000
638.20/342.78	c cleaning 10002 clauses out of 20012 with flag 1365001/1365001
643.06/345.33	c cleaning 9996 clauses out of 20010 with flag 1375001/1375001
648.04/348.04	c cleaning 10000 clauses out of 20013 with flag 1385000/1385000
653.31/350.87	c cleaning 10007 clauses out of 20013 with flag 1395000/1395000
658.36/353.54	c cleaning 9998 clauses out of 20007 with flag 1405001/1405001
663.63/356.39	c cleaning 9999 clauses out of 20009 with flag 1415001/1415001
668.79/359.12	c cleaning 9996 clauses out of 20010 with flag 1425001/1425001
673.86/361.83	c cleaning 10002 clauses out of 20013 with flag 1435000/1435000
678.30/364.24	c cleaning 10000 clauses out of 20011 with flag 1445000/1445000
683.16/366.84	c cleaning 9999 clauses out of 20012 with flag 1455001/1455001
687.75/369.39	c cleaning 10003 clauses out of 20012 with flag 1465000/1465000
692.81/372.07	c cleaning 10000 clauses out of 20009 with flag 1475000/1475000
698.47/375.07	c cleaning 10001 clauses out of 20009 with flag 1485000/1485000
703.50/377.71	c cleaning 9993 clauses out of 20009 with flag 1495001/1495001
708.07/380.29	c cleaning 10000 clauses out of 20016 with flag 1505001/1505001
712.92/382.89	c cleaning 9997 clauses out of 20015 with flag 1515000/1515000
717.35/385.29	c cleaning 10000 clauses out of 20018 with flag 1525000/1525000
721.99/387.71	c cleaning 10004 clauses out of 20018 with flag 1535000/1535000
726.95/390.42	c cleaning 10001 clauses out of 20015 with flag 1545001/1545001
731.77/393.06	c cleaning 10001 clauses out of 20013 with flag 1555000/1555000
737.02/395.83	c cleaning 10002 clauses out of 20012 with flag 1565000/1565000
741.47/398.21	c cleaning 9994 clauses out of 20011 with flag 1575001/1575001
745.82/400.68	c cleaning 10003 clauses out of 20016 with flag 1585000/1585000
750.26/403.08	c cleaning 9990 clauses out of 20013 with flag 1595000/1595000
755.09/405.68	c cleaning 10012 clauses out of 20024 with flag 1605001/1605001
759.75/408.14	c cleaning 9992 clauses out of 20011 with flag 1615000/1615000
764.87/410.90	c cleaning 10005 clauses out of 20019 with flag 1625000/1625000
769.71/413.55	c cleaning 10005 clauses out of 20014 with flag 1635000/1635000
774.34/416.09	c cleaning 9994 clauses out of 20010 with flag 1645001/1645001
778.98/418.52	c cleaning 10000 clauses out of 20015 with flag 1655000/1655000
783.56/421.05	c cleaning 10003 clauses out of 20016 with flag 1665001/1665001
788.39/423.63	c cleaning 9994 clauses out of 20012 with flag 1675000/1675000
793.02/426.19	c cleaning 10002 clauses out of 20018 with flag 1685000/1685000
797.85/428.78	c cleaning 10004 clauses out of 20016 with flag 1695000/1695000
802.62/431.35	c cleaning 10001 clauses out of 20012 with flag 1705000/1705000
807.84/434.13	c cleaning 10000 clauses out of 20011 with flag 1715000/1715000
813.27/437.06	c cleaning 10003 clauses out of 20013 with flag 1725002/1725002
818.70/439.96	c cleaning 9999 clauses out of 20009 with flag 1735001/1735001
823.81/442.78	c cleaning 10002 clauses out of 20010 with flag 1745001/1745001
828.83/445.42	c cleaning 9999 clauses out of 20007 with flag 1755000/1755000
833.63/448.06	c cleaning 9995 clauses out of 20008 with flag 1765000/1765000
837.86/450.38	c cleaning 9982 clauses out of 20014 with flag 1775001/1775001
843.00/453.20	c cleaning 10004 clauses out of 20031 with flag 1785000/1785000
847.60/455.67	c cleaning 10010 clauses out of 20028 with flag 1795001/1795001
852.63/458.33	c cleaning 9995 clauses out of 20019 with flag 1805002/1805002
856.85/460.65	c cleaning 9994 clauses out of 20023 with flag 1815001/1815001
861.79/463.38	c cleaning 10008 clauses out of 20029 with flag 1825001/1825001
866.43/465.86	c cleaning 10003 clauses out of 20022 with flag 1835002/1835002
871.05/468.37	c cleaning 10001 clauses out of 20017 with flag 1845000/1845000
875.68/470.86	c cleaning 9999 clauses out of 20016 with flag 1855000/1855000
881.02/473.76	c cleaning 9999 clauses out of 20017 with flag 1865000/1865000
886.03/476.49	c cleaning 10004 clauses out of 20020 with flag 1875002/1875002
890.44/478.87	c cleaning 10000 clauses out of 20014 with flag 1885000/1885000
895.06/481.39	c cleaning 10005 clauses out of 20016 with flag 1895002/1895002
899.79/483.99	c cleaning 9988 clauses out of 20009 with flag 1905000/1905000
904.60/486.58	c cleaning 10003 clauses out of 20021 with flag 1915000/1915000
909.20/489.06	c cleaning 10003 clauses out of 20019 with flag 1925001/1925001
914.22/491.75	c cleaning 10005 clauses out of 20015 with flag 1935000/1935000
919.32/494.59	c cleaning 9999 clauses out of 20010 with flag 1945000/1945000
924.13/497.14	c cleaning 10005 clauses out of 20012 with flag 1955001/1955001
928.70/499.61	c cleaning 9998 clauses out of 20006 with flag 1965000/1965000
933.50/502.27	c cleaning 9996 clauses out of 20008 with flag 1975000/1975000
938.40/504.96	c cleaning 9998 clauses out of 20013 with flag 1985001/1985001
942.78/507.31	c cleaning 10002 clauses out of 20015 with flag 1995001/1995001
946.57/509.46	c cleaning 10000 clauses out of 20013 with flag 2005001/2005001
950.77/511.75	c cleaning 10003 clauses out of 20012 with flag 2015000/2015000
955.25/514.28	c cleaning 9996 clauses out of 20009 with flag 2025000/2025000
959.24/516.46	c cleaning 9999 clauses out of 20013 with flag 2035000/2035000
963.44/518.78	c cleaning 10004 clauses out of 20015 with flag 2045001/2045001
967.44/520.93	c cleaning 10000 clauses out of 20010 with flag 2055000/2055000
971.96/523.49	c cleaning 10003 clauses out of 20010 with flag 2065000/2065000
976.75/526.02	c cleaning 9998 clauses out of 20008 with flag 2075001/2075001
980.53/528.19	c cleaning 10000 clauses out of 20009 with flag 2085000/2085000
984.91/530.54	c cleaning 9991 clauses out of 20009 with flag 2095000/2095000
989.79/533.24	c cleaning 10004 clauses out of 20018 with flag 2105000/2105000
994.57/535.87	c cleaning 10003 clauses out of 20016 with flag 2115002/2115002
998.75/538.16	c cleaning 10004 clauses out of 20011 with flag 2125000/2125000
1003.15/540.57	c cleaning 9994 clauses out of 20008 with flag 2135001/2135001
1007.43/542.95	c cleaning 9998 clauses out of 20013 with flag 2145000/2145000
1011.82/545.33	c cleaning 9993 clauses out of 20015 with flag 2155000/2155000
1016.42/547.81	c cleaning 10001 clauses out of 20022 with flag 2165000/2165000
1020.81/550.27	c cleaning 10003 clauses out of 20021 with flag 2175000/2175000
1025.49/552.84	c cleaning 10003 clauses out of 20019 with flag 2185001/2185001
1029.09/554.84	c cleaning 9999 clauses out of 20016 with flag 2195001/2195001
1033.28/557.17	c cleaning 10001 clauses out of 20016 with flag 2205000/2205000
1037.46/559.45	c cleaning 10000 clauses out of 20015 with flag 2215000/2215000
1041.94/561.93	c cleaning 10004 clauses out of 20016 with flag 2225001/2225001
1046.73/564.52	c cleaning 10001 clauses out of 20013 with flag 2235002/2235002
1050.90/566.89	c cleaning 9999 clauses out of 20010 with flag 2245000/2245000
1055.28/569.28	c cleaning 10002 clauses out of 20012 with flag 2255001/2255001
1059.95/571.82	c cleaning 10005 clauses out of 20010 with flag 2265001/2265001
1064.14/574.18	c cleaning 9997 clauses out of 20006 with flag 2275002/2275002
1068.32/576.45	c cleaning 9991 clauses out of 20007 with flag 2285000/2285000
1072.30/578.64	c cleaning 9997 clauses out of 20016 with flag 2295000/2295000
1076.96/581.27	c cleaning 10001 clauses out of 20019 with flag 2305000/2305000
1081.52/583.80	c cleaning 10005 clauses out of 20018 with flag 2315000/2315000
1085.90/586.14	c cleaning 10007 clauses out of 20015 with flag 2325002/2325002
1090.48/588.67	c cleaning 9993 clauses out of 20006 with flag 2335000/2335000
1095.54/591.40	c cleaning 9999 clauses out of 20014 with flag 2345001/2345001
1099.32/593.55	c cleaning 10004 clauses out of 20014 with flag 2355000/2355000
1103.31/595.79	c cleaning 9999 clauses out of 20011 with flag 2365001/2365001
1107.88/598.22	c cleaning 10006 clauses out of 20011 with flag 2375000/2375000
1112.73/600.95	c cleaning 10003 clauses out of 20005 with flag 2385000/2385000
1117.50/603.55	c cleaning 9994 clauses out of 20002 with flag 2395000/2395000
1122.28/606.18	c cleaning 10000 clauses out of 20010 with flag 2405002/2405002
1127.03/608.73	c cleaning 9990 clauses out of 20008 with flag 2415000/2415000
1131.68/611.34	c cleaning 10002 clauses out of 20019 with flag 2425001/2425001
1136.65/614.07	c cleaning 9998 clauses out of 20016 with flag 2435000/2435000
1141.21/616.51	c cleaning 9998 clauses out of 20018 with flag 2445000/2445000
1145.57/618.96	c cleaning 10004 clauses out of 20020 with flag 2455000/2455000
1150.44/621.61	c cleaning 9998 clauses out of 20017 with flag 2465001/2465001
1155.00/624.12	c cleaning 9999 clauses out of 20018 with flag 2475000/2475000
1159.56/626.67	c cleaning 10002 clauses out of 20021 with flag 2485002/2485002
1164.34/629.26	c cleaning 9997 clauses out of 20017 with flag 2495000/2495000
1169.38/632.07	c cleaning 10006 clauses out of 20020 with flag 2505000/2505000
1173.94/634.56	c cleaning 9998 clauses out of 20015 with flag 2515001/2515001
1178.89/637.24	c cleaning 9989 clauses out of 20016 with flag 2525000/2525000
1183.64/639.89	c cleaning 10009 clauses out of 20027 with flag 2535000/2535000
1188.69/642.68	c cleaning 10002 clauses out of 20018 with flag 2545000/2545000
1193.44/645.29	c cleaning 9997 clauses out of 20016 with flag 2555000/2555000
1198.00/647.72	c cleaning 10001 clauses out of 20019 with flag 2565000/2565000
1202.56/650.27	c cleaning 9997 clauses out of 20018 with flag 2575000/2575000
1207.02/652.70	c cleaning 10007 clauses out of 20021 with flag 2585000/2585000
1211.96/655.41	c cleaning 9995 clauses out of 20014 with flag 2595000/2595000
1216.31/657.82	c cleaning 9995 clauses out of 20019 with flag 2605000/2605000
1220.43/660.15	c cleaning 10001 clauses out of 20025 with flag 2615001/2615001
1225.27/662.83	c cleaning 9999 clauses out of 20023 with flag 2625000/2625000
1230.21/665.58	c cleaning 10005 clauses out of 20026 with flag 2635002/2635002
1235.31/668.35	c cleaning 10004 clauses out of 20019 with flag 2645000/2645000
1240.04/671.00	c cleaning 9996 clauses out of 20015 with flag 2655000/2655000
1244.64/673.51	c cleaning 9999 clauses out of 20020 with flag 2665001/2665001
1249.56/676.29	c cleaning 10004 clauses out of 20021 with flag 2675001/2675001
1254.28/678.85	c cleaning 10008 clauses out of 20019 with flag 2685003/2685003
1259.19/681.53	c cleaning 9994 clauses out of 20008 with flag 2695000/2695000
1264.01/684.25	c cleaning 9999 clauses out of 20016 with flag 2705002/2705002
1268.91/686.95	c cleaning 10006 clauses out of 20015 with flag 2715000/2715000
1273.64/689.56	c cleaning 9993 clauses out of 20009 with flag 2725000/2725000
1278.15/692.07	c cleaning 9998 clauses out of 20016 with flag 2735000/2735000
1282.77/694.60	c cleaning 10003 clauses out of 20018 with flag 2745000/2745000
1286.69/696.90	c cleaning 10003 clauses out of 20017 with flag 2755002/2755002
1291.41/699.46	c cleaning 10001 clauses out of 20013 with flag 2765001/2765001
1295.75/701.85	c cleaning 9995 clauses out of 20012 with flag 2775001/2775001
1301.13/704.84	c cleaning 9991 clauses out of 20018 with flag 2785002/2785002
1305.83/707.47	c cleaning 9999 clauses out of 20028 with flag 2795003/2795003
1310.53/710.01	c cleaning 10008 clauses out of 20026 with flag 2805000/2805000
1315.44/712.72	c cleaning 10004 clauses out of 20019 with flag 2815001/2815001
1319.85/715.28	c cleaning 10003 clauses out of 20015 with flag 2825001/2825001
1324.37/717.78	c cleaning 9996 clauses out of 20011 with flag 2835000/2835000
1328.70/720.19	c cleaning 9996 clauses out of 20015 with flag 2845000/2845000
1333.24/722.64	c cleaning 10002 clauses out of 20019 with flag 2855000/2855000
1337.26/724.96	c cleaning 10005 clauses out of 20017 with flag 2865000/2865000
1341.56/727.37	c cleaning 9995 clauses out of 20013 with flag 2875001/2875001
1345.85/729.79	c cleaning 10001 clauses out of 20017 with flag 2885000/2885000
1350.34/732.28	c cleaning 10002 clauses out of 20016 with flag 2895000/2895000
1354.94/734.88	c cleaning 9999 clauses out of 20014 with flag 2905000/2905000
1359.61/737.44	c cleaning 10000 clauses out of 20015 with flag 2915000/2915000
1364.12/739.93	c cleaning 9999 clauses out of 20015 with flag 2925000/2925000
1368.22/742.28	c cleaning 10001 clauses out of 20016 with flag 2935000/2935000
1373.39/745.10	c cleaning 10002 clauses out of 20017 with flag 2945002/2945002
1377.88/747.68	c cleaning 10002 clauses out of 20014 with flag 2955001/2955001
1382.18/750.09	c cleaning 9995 clauses out of 20011 with flag 2965000/2965000
1387.64/753.02	c cleaning 10000 clauses out of 20016 with flag 2975000/2975000
1392.62/755.84	c cleaning 10001 clauses out of 20016 with flag 2985000/2985000
1396.34/757.91	c cleaning 10001 clauses out of 20015 with flag 2995000/2995000
1400.04/760.04	c cleaning 9995 clauses out of 20015 with flag 3005001/3005001
1404.70/762.65	c cleaning 10003 clauses out of 20019 with flag 3015000/3015000
1409.47/765.34	c cleaning 9993 clauses out of 20016 with flag 3025000/3025000
1413.96/767.81	c cleaning 10000 clauses out of 20023 with flag 3035000/3035000
1418.61/770.47	c cleaning 10011 clauses out of 20023 with flag 3045000/3045000
1423.06/772.92	c cleaning 10000 clauses out of 20012 with flag 3055000/3055000
1427.44/775.48	c cleaning 9997 clauses out of 20012 with flag 3065000/3065000
1431.90/777.95	c cleaning 9999 clauses out of 20015 with flag 3075000/3075000
1436.58/780.53	c cleaning 9993 clauses out of 20016 with flag 3085000/3085000
1441.06/783.01	c cleaning 10003 clauses out of 20024 with flag 3095001/3095001
1446.06/785.81	c cleaning 10006 clauses out of 20020 with flag 3105000/3105000
1450.92/788.53	c cleaning 10001 clauses out of 20014 with flag 3115000/3115000
1455.01/790.84	c cleaning 10001 clauses out of 20013 with flag 3125000/3125000
1459.26/793.23	c cleaning 9988 clauses out of 20012 with flag 3135000/3135000
1463.84/795.85	c cleaning 10001 clauses out of 20024 with flag 3145000/3145000
1468.71/798.57	c cleaning 10007 clauses out of 20023 with flag 3155000/3155000
1473.37/801.11	c cleaning 10003 clauses out of 20016 with flag 3165000/3165000
1477.84/803.64	c cleaning 10002 clauses out of 20014 with flag 3175001/3175001
1482.60/806.34	c cleaning 9990 clauses out of 20011 with flag 3185000/3185000
1487.26/808.96	c cleaning 10000 clauses out of 20021 with flag 3195000/3195000
1491.72/811.49	c cleaning 10006 clauses out of 20021 with flag 3205000/3205000
1496.46/814.18	c cleaning 10000 clauses out of 20016 with flag 3215001/3215001
1501.03/816.82	c cleaning 9999 clauses out of 20016 with flag 3225001/3225001
1505.62/819.48	c cleaning 10005 clauses out of 20016 with flag 3235000/3235000
1509.60/821.77	c cleaning 9998 clauses out of 20012 with flag 3245001/3245001
1514.05/824.26	c cleaning 10001 clauses out of 20014 with flag 3255001/3255001
1518.99/827.10	c cleaning 10001 clauses out of 20013 with flag 3265001/3265001
1523.63/829.64	c cleaning 10001 clauses out of 20011 with flag 3275000/3275000
1529.10/832.62	c cleaning 9993 clauses out of 20010 with flag 3285000/3285000
1533.74/835.22	c cleaning 10000 clauses out of 20017 with flag 3295000/3295000
1538.28/837.89	c cleaning 9999 clauses out of 20017 with flag 3305000/3305000
1543.53/840.70	c cleaning 9999 clauses out of 20018 with flag 3315000/3315000
1548.18/843.39	c cleaning 10001 clauses out of 20019 with flag 3325000/3325000
1553.24/846.16	c cleaning 10002 clauses out of 20018 with flag 3335000/3335000
1558.36/849.06	c cleaning 9986 clauses out of 20017 with flag 3345001/3345001
1563.21/851.73	c cleaning 10006 clauses out of 20030 with flag 3355000/3355000
1568.06/854.41	c cleaning 10010 clauses out of 20024 with flag 3365000/3365000
1572.91/857.17	c cleaning 9998 clauses out of 20014 with flag 3375000/3375000
1577.66/859.83	c cleaning 10003 clauses out of 20017 with flag 3385001/3385001
1582.32/862.48	c cleaning 10004 clauses out of 20013 with flag 3395000/3395000
1586.75/864.93	c cleaning 9996 clauses out of 20009 with flag 3405000/3405000
1591.40/867.53	c cleaning 9996 clauses out of 20013 with flag 3415000/3415000
1595.97/870.12	c cleaning 9993 clauses out of 20017 with flag 3425000/3425000
1597.24/871.09	c cleaning 0 clauses out of 11000 with flag 0/11000
1600.50/872.96	c cleaning 9997 clauses out of 20024 with flag 3435000/3435000
1605.17/875.59	c cleaning 9999 clauses out of 20027 with flag 3445000/3445000
1609.90/878.25	c cleaning 10003 clauses out of 20028 with flag 3455000/3455000
1614.37/880.71	c cleaning 10008 clauses out of 20025 with flag 3465000/3465000
1619.22/883.47	c cleaning 10003 clauses out of 20017 with flag 3475000/3475000
1624.06/886.18	c cleaning 10001 clauses out of 20014 with flag 3485000/3485000
1628.45/888.69	c cleaning 10000 clauses out of 20013 with flag 3495000/3495000
1633.86/891.63	c cleaning 10003 clauses out of 20014 with flag 3505001/3505001
1638.71/894.37	c cleaning 9999 clauses out of 20010 with flag 3515000/3515000
1643.53/897.06	c cleaning 9999 clauses out of 20011 with flag 3525000/3525000
1648.45/899.88	c cleaning 10002 clauses out of 20013 with flag 3535001/3535001
1653.47/902.68	c cleaning 9998 clauses out of 20010 with flag 3545000/3545000
1658.10/905.29	c cleaning 9997 clauses out of 20012 with flag 3555000/3555000
1662.72/907.84	c cleaning 10001 clauses out of 20015 with flag 3565000/3565000
1667.23/910.46	c cleaning 10003 clauses out of 20014 with flag 3575000/3575000
1671.89/913.06	c cleaning 9994 clauses out of 20011 with flag 3585000/3585000
1676.71/915.77	c cleaning 10004 clauses out of 20017 with flag 3595000/3595000
1681.34/918.34	c cleaning 9989 clauses out of 20013 with flag 3605000/3605000
1686.08/921.06	c cleaning 10002 clauses out of 20024 with flag 3615000/3615000
1691.11/923.82	c cleaning 10004 clauses out of 20024 with flag 3625002/3625002
1695.94/926.54	c cleaning 10001 clauses out of 20019 with flag 3635001/3635001
1700.76/929.22	c cleaning 9999 clauses out of 20017 with flag 3645000/3645000
1705.67/932.04	c cleaning 10000 clauses out of 20018 with flag 3655000/3655000
1710.49/934.73	c cleaning 9997 clauses out of 20018 with flag 3665000/3665000
1715.31/937.41	c cleaning 10005 clauses out of 20022 with flag 3675001/3675001
1719.75/939.97	c cleaning 9997 clauses out of 20016 with flag 3685000/3685000
1724.67/942.75	c cleaning 9998 clauses out of 20021 with flag 3695002/3695002
1729.67/945.59	c cleaning 10003 clauses out of 20022 with flag 3705001/3705001
1734.10/948.09	c cleaning 10002 clauses out of 20018 with flag 3715000/3715000
1738.91/950.77	c cleaning 9999 clauses out of 20016 with flag 3725000/3725000
1744.27/953.76	c cleaning 10005 clauses out of 20018 with flag 3735001/3735001
1749.28/956.53	c cleaning 10000 clauses out of 20012 with flag 3745000/3745000
1754.29/959.39	c cleaning 10000 clauses out of 20013 with flag 3755001/3755001
1759.31/962.16	c cleaning 9999 clauses out of 20012 with flag 3765000/3765000
1764.03/964.87	c cleaning 9995 clauses out of 20013 with flag 3775000/3775000
1768.64/967.49	c cleaning 9997 clauses out of 20018 with flag 3785000/3785000
1773.85/970.38	c cleaning 10004 clauses out of 20021 with flag 3795000/3795000
1779.24/973.39	c cleaning 9995 clauses out of 20018 with flag 3805001/3805001
1784.54/976.34	c cleaning 10007 clauses out of 20023 with flag 3815001/3815001
1789.54/979.10	c cleaning 9993 clauses out of 20016 with flag 3825001/3825001
1794.15/981.80	c cleaning 9999 clauses out of 20022 with flag 3835000/3835000
1798.97/984.45	c cleaning 10007 clauses out of 20023 with flag 3845000/3845000

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-2661968-1276665522/watcher-2661968-1276665522 -o /tmp/evaluation-result-2661968-1276665522/solver-2661968-1276665522 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661968-1276665522.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 15396
/proc/meminfo: memFree=1696952/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=392 CPUtime=0
/proc/15396/stat : 15396 (java6) R 15394 15396 14619 0 -1 4194304 121 0 0 0 0 0 0 0 16 0 1 0 7844249 401408 41 1992294400 134512640 134550932 4293657920 18446744073709551615 10441300 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/15396/statm: 98 41 32 10 0 25 0

[startup+0.0985311 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15396
/proc/meminfo: memFree=1696952/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=1523992 CPUtime=0.08
/proc/15396/stat : 15396 (java) S 15394 15396 14619 0 -1 4202496 3912 0 1 0 6 2 0 0 15 0 12 0 7844249 1560567808 3352 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15396/statm: 380998 3352 1061 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.100526 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15396
/proc/meminfo: memFree=1696952/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=1524020 CPUtime=0.08
/proc/15396/stat : 15396 (java) S 15394 15396 14619 0 -1 4202496 3933 0 1 0 6 2 0 0 15 0 12 0 7844249 1560596480 3373 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15396/statm: 381005 3373 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300549 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15396
/proc/meminfo: memFree=1696952/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=1526416 CPUtime=0.35
/proc/15396/stat : 15396 (java) S 15394 15396 14619 0 -1 4202496 5387 0 1 0 31 4 0 0 15 0 12 0 7844249 1563049984 4825 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15396/statm: 381604 4825 1353 10 0 378907 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526416

[startup+0.700591 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15396
/proc/meminfo: memFree=1696952/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=1528488 CPUtime=0.95
/proc/15396/stat : 15396 (java) S 15394 15396 14619 0 -1 4202496 6501 0 1 0 91 4 0 0 15 0 14 0 7844249 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15396/statm: 382122 5939 1411 10 0 379425 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1528488

[startup+1.50167 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 15412
/proc/meminfo: memFree=1678488/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=1528488 CPUtime=0.95
/proc/15396/stat : 15396 (java) S 15394 15396 14619 0 -1 4202496 6501 0 1 0 91 4 0 0 15 0 14 0 7844249 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15396/statm: 382122 5939 1411 10 0 379425 0
[pid=15396/tid=15398] ppid=15394 vsize=1528488 CPUtime=0.54
/proc/15396/task/15398/stat : 15398 (java) S 15394 15396 14619 0 -1 4202560 4378 0 1 0 51 3 0 0 25 0 14 0 7844251 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15399] ppid=15394 vsize=1528488 CPUtime=0
/proc/15396/task/15399/stat : 15399 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 7844252 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15400] ppid=15394 vsize=1528488 CPUtime=0
/proc/15396/task/15400/stat : 15400 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 7844252 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15401] ppid=15394 vsize=1528488 CPUtime=0
/proc/15396/task/15401/stat : 15401 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 7844254 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15402] ppid=15394 vsize=1528488 CPUtime=0
/proc/15396/task/15402/stat : 15402 (java) S 15394 15396 14619 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 7844254 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15403] ppid=15394 vsize=1528488 CPUtime=0
/proc/15396/task/15403/stat : 15403 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 7844254 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15404] ppid=15394 vsize=1528488 CPUtime=0
/proc/15396/task/15404/stat : 15404 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7844259 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15405] ppid=15394 vsize=1528488 CPUtime=0.21
/proc/15396/task/15405/stat : 15405 (java) S 15394 15396 14619 0 -1 4202560 228 0 0 0 21 0 0 0 22 0 14 0 7844259 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15406] ppid=15394 vsize=1528488 CPUtime=0.13
/proc/15396/task/15406/stat : 15406 (java) S 15394 15396 14619 0 -1 4202560 682 0 0 0 13 0 0 0 21 0 14 0 7844259 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15407] ppid=15394 vsize=1528488 CPUtime=0
/proc/15396/task/15407/stat : 15407 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 7844259 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15408] ppid=15394 vsize=1528488 CPUtime=0
/proc/15396/task/15408/stat : 15408 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 7844259 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15411] ppid=15394 vsize=1528488 CPUtime=0
/proc/15396/task/15411/stat : 15411 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7844309 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15412] ppid=15394 vsize=1528488 CPUtime=0
/proc/15396/task/15412/stat : 15412 (java) S 15394 15396 14619 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 7844311 1565171712 5939 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1528488

[startup+3.10184 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 15414
/proc/meminfo: memFree=1672784/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=1533364 CPUtime=1.32
/proc/15396/stat : 15396 (java) S 15394 15396 14619 0 -1 4202496 8506 0 1 0 127 5 0 0 15 0 14 0 7844249 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15396/statm: 383341 7253 1414 10 0 380644 0
[pid=15396/tid=15398] ppid=15394 vsize=1533364 CPUtime=0.55
/proc/15396/task/15398/stat : 15398 (java) S 15394 15396 14619 0 -1 4202560 4392 0 1 0 52 3 0 0 19 0 14 0 7844251 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15399] ppid=15394 vsize=1533364 CPUtime=0
/proc/15396/task/15399/stat : 15399 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 7844252 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15400] ppid=15394 vsize=1533364 CPUtime=0
/proc/15396/task/15400/stat : 15400 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 7844252 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15401] ppid=15394 vsize=1533364 CPUtime=0
/proc/15396/task/15401/stat : 15401 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 7844254 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15402] ppid=15394 vsize=1533364 CPUtime=0
/proc/15396/task/15402/stat : 15402 (java) S 15394 15396 14619 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 7844254 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15403] ppid=15394 vsize=1533364 CPUtime=0
/proc/15396/task/15403/stat : 15403 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 7844254 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15404] ppid=15394 vsize=1533364 CPUtime=0
/proc/15396/task/15404/stat : 15404 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7844259 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15405] ppid=15394 vsize=1533364 CPUtime=0.48
/proc/15396/task/15405/stat : 15405 (java) S 15394 15396 14619 0 -1 4202560 1970 0 0 0 48 0 0 0 15 0 14 0 7844259 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15406] ppid=15394 vsize=1533364 CPUtime=0.17
/proc/15396/task/15406/stat : 15406 (java) S 15394 15396 14619 0 -1 4202560 684 0 0 0 17 0 0 0 15 0 14 0 7844259 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15407] ppid=15394 vsize=1533364 CPUtime=0
/proc/15396/task/15407/stat : 15407 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 7844259 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15408] ppid=15394 vsize=1533364 CPUtime=0
/proc/15396/task/15408/stat : 15408 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 7844259 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15411] ppid=15394 vsize=1533364 CPUtime=0
/proc/15396/task/15411/stat : 15411 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7844309 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15412] ppid=15394 vsize=1533364 CPUtime=0
/proc/15396/task/15412/stat : 15412 (java) S 15394 15396 14619 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 7844311 1570164736 7253 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 1533364
heavy processes:

[startup+6.30218 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 15420
/proc/meminfo: memFree=1663980/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=1536144 CPUtime=3.21
/proc/15396/stat : 15396 (java) S 15394 15396 14619 0 -1 4202496 16370 0 1 0 312 9 0 0 15 0 14 0 7844249 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15396/statm: 384036 11799 1426 10 0 381339 0
[pid=15396/tid=15398] ppid=15394 vsize=1536144 CPUtime=0.55
/proc/15396/task/15398/stat : 15398 (java) S 15394 15396 14619 0 -1 4202560 4414 0 1 0 52 3 0 0 19 0 14 0 7844251 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15399] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15399/stat : 15399 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 7844252 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15400] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15400/stat : 15400 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 7844252 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15401] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15401/stat : 15401 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 7844254 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15402] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15402/stat : 15402 (java) S 15394 15396 14619 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 7844254 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15403] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15403/stat : 15403 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 7844254 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15404] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15404/stat : 15404 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7844259 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15405] ppid=15394 vsize=1536144 CPUtime=1.02
/proc/15396/task/15405/stat : 15405 (java) S 15394 15396 14619 0 -1 4202560 2066 0 0 0 102 0 0 0 16 0 14 0 7844259 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15406] ppid=15394 vsize=1536144 CPUtime=1.08
/proc/15396/task/15406/stat : 15406 (java) S 15394 15396 14619 0 -1 4202560 4637 0 0 0 106 2 0 0 15 0 14 0 7844259 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15407] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15407/stat : 15407 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 7844259 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15408] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15408/stat : 15408 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 7844259 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15411] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15411/stat : 15411 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7844309 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15412] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15412/stat : 15412 (java) S 15394 15396 14619 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 7844311 1573011456 11799 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 1536144
heavy processes:

[startup+12.7013 s]
/proc/loadavg: 1.23 1.05 1.02 3/122 15428
/proc/meminfo: memFree=1537980/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=1536144 CPUtime=14.62
/proc/15396/stat : 15396 (java) S 15394 15396 14619 0 -1 4202496 46713 0 1 0 1438 24 0 0 15 0 16 0 7844249 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15396/statm: 384036 42111 1449 10 0 381339 0
[pid=15396/tid=15398] ppid=15394 vsize=1536144 CPUtime=0.56
/proc/15396/task/15398/stat : 15398 (java) S 15394 15396 14619 0 -1 4202560 4421 0 1 0 53 3 0 0 18 0 16 0 7844251 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15399] ppid=15394 vsize=1536144 CPUtime=0.11
/proc/15396/task/15399/stat : 15399 (java) S 15394 15396 14619 0 -1 4202560 1336 0 0 0 11 0 0 0 16 0 16 0 7844252 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15400] ppid=15394 vsize=1536144 CPUtime=0.11
/proc/15396/task/15400/stat : 15400 (java) S 15394 15396 14619 0 -1 4202560 1464 0 0 0 11 0 0 0 16 0 16 0 7844252 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15401] ppid=15394 vsize=1536144 CPUtime=0.29
/proc/15396/task/15401/stat : 15401 (java) S 15394 15396 14619 0 -1 4202560 3830 0 0 0 28 1 0 0 16 0 16 0 7844254 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15402] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15402/stat : 15402 (java) S 15394 15396 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7844254 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15403] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15403/stat : 15403 (java) S 15394 15396 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7844254 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15404] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15404/stat : 15404 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7844259 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15405] ppid=15394 vsize=1536144 CPUtime=1.3
/proc/15396/task/15405/stat : 15405 (java) S 15394 15396 14619 0 -1 4202560 2087 0 0 0 130 0 0 0 16 0 16 0 7844259 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15406] ppid=15394 vsize=1536144 CPUtime=2.04
/proc/15396/task/15406/stat : 15406 (java) S 15394 15396 14619 0 -1 4202560 4836 0 0 0 202 2 0 0 15 0 16 0 7844259 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15407] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15407/stat : 15407 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7844259 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15408] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15408/stat : 15408 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7844259 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15411] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15411/stat : 15411 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7844309 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15412] ppid=15394 vsize=1536144 CPUtime=0
/proc/15396/task/15412/stat : 15412 (java) S 15394 15396 14619 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7844311 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15427] ppid=15394 vsize=1536144 CPUtime=4.55
/proc/15396/task/15427/stat : 15427 (java) R 15394 15396 14619 0 -1 4202560 3093 0 0 0 454 1 0 0 20 0 16 0 7845014 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4109575376 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15396/tid=15428] ppid=15394 vsize=1536144 CPUtime=3.91
/proc/15396/task/15428/stat : 15428 (java) R 15394 15396 14619 0 -1 4202560 4628 0 0 0 390 1 0 0 25 0 16 0 7845014 1573011456 42111 1992294400 134512640 134550932 4289224224 18446744073709551615 4109544683 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.62
Current children cumulated vsize (KiB) 1536144

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

[pid=15396/tid=15407] ppid=15394 vsize=1535968 CPUtime=0
/proc/15396/task/15407/stat : 15407 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7844259 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15408] ppid=15394 vsize=1535968 CPUtime=0.01
/proc/15396/task/15408/stat : 15408 (java) S 15394 15396 14619 0 -1 4202560 59 0 0 0 0 1 0 0 15 0 16 0 7844259 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15411] ppid=15394 vsize=1535968 CPUtime=0
/proc/15396/task/15411/stat : 15411 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7844309 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15412] ppid=15394 vsize=1535968 CPUtime=0
/proc/15396/task/15412/stat : 15412 (java) S 15394 15396 14619 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7844311 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15429] ppid=15394 vsize=1535968 CPUtime=797.8
/proc/15396/task/15429/stat : 15429 (java) R 15394 15396 14619 0 -1 4202560 494 0 0 0 79768 12 0 0 16 0 16 0 7846529 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4109540659 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15396/tid=15430] ppid=15394 vsize=1535968 CPUtime=796.15
/proc/15396/task/15430/stat : 15430 (java) R 15394 15396 14619 0 -1 4202560 248 0 0 0 79605 10 0 0 16 0 16 0 7846529 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4109662298 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1535968

[startup+986.202 s]
/proc/loadavg: 3.13 2.62 1.95 5/123 15460
/proc/meminfo: memFree=1391404/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=1535968 CPUtime=1801.83
/proc/15396/stat : 15396 (java) S 15394 15396 14619 0 -1 4202496 85103 0 1 0 180026 157 0 0 15 0 16 0 7844249 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15396/statm: 383992 76866 1449 10 0 381295 0
[pid=15396/tid=15398] ppid=15394 vsize=1535968 CPUtime=0.56
/proc/15396/task/15398/stat : 15398 (java) S 15394 15396 14619 0 -1 4202560 4497 0 1 0 53 3 0 0 15 0 16 0 7844251 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15399] ppid=15394 vsize=1535968 CPUtime=15.82
/proc/15396/task/15399/stat : 15399 (java) S 15394 15396 14619 0 -1 4202560 11348 0 0 0 1536 46 0 0 15 0 16 0 7844252 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15400] ppid=15394 vsize=1535968 CPUtime=15.82
/proc/15396/task/15400/stat : 15400 (java) S 15394 15396 14619 0 -1 4202560 12726 0 0 0 1535 47 0 0 16 0 16 0 7844252 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15401] ppid=15394 vsize=1535968 CPUtime=142.41
/proc/15396/task/15401/stat : 15401 (java) S 15394 15396 14619 0 -1 4202560 16546 0 0 0 14226 15 0 0 15 0 16 0 7844254 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15402] ppid=15394 vsize=1535968 CPUtime=0
/proc/15396/task/15402/stat : 15402 (java) S 15394 15396 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7844254 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15403] ppid=15394 vsize=1535968 CPUtime=0
/proc/15396/task/15403/stat : 15403 (java) S 15394 15396 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7844254 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15404] ppid=15394 vsize=1535968 CPUtime=0
/proc/15396/task/15404/stat : 15404 (java) R 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 7844259 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15396/tid=15405] ppid=15394 vsize=1535968 CPUtime=1.82
/proc/15396/task/15405/stat : 15405 (java) S 15394 15396 14619 0 -1 4202560 3005 0 0 0 181 1 0 0 15 0 16 0 7844259 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15406] ppid=15394 vsize=1535968 CPUtime=2.4
/proc/15396/task/15406/stat : 15406 (java) S 15394 15396 14619 0 -1 4202560 5142 0 0 0 238 2 0 0 15 0 16 0 7844259 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15407] ppid=15394 vsize=1535968 CPUtime=0
/proc/15396/task/15407/stat : 15407 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7844259 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15408] ppid=15394 vsize=1535968 CPUtime=0.01
/proc/15396/task/15408/stat : 15408 (java) R 15394 15396 14619 0 -1 4202560 59 0 0 0 0 1 0 0 15 0 16 0 7844259 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15396/tid=15411] ppid=15394 vsize=1535968 CPUtime=0
/proc/15396/task/15411/stat : 15411 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7844309 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15412] ppid=15394 vsize=1535968 CPUtime=0
/proc/15396/task/15412/stat : 15412 (java) S 15394 15396 14619 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7844311 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15429] ppid=15394 vsize=1535968 CPUtime=798.58
/proc/15396/task/15429/stat : 15429 (java) R 15394 15396 14619 0 -1 4202560 494 0 0 0 79846 12 0 0 16 0 16 0 7846529 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4109586207 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15396/tid=15430] ppid=15394 vsize=1535968 CPUtime=796.92
/proc/15396/task/15430/stat : 15430 (java) R 15394 15396 14619 0 -1 4202560 248 0 0 0 79682 10 0 0 17 0 16 0 7846529 1572831232 76866 1992294400 134512640 134550932 4289224224 18446744073709551615 4109540573 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 1535968

[startup+987.002 s]
/proc/loadavg: 3.13 2.62 1.95 4/123 15460
/proc/meminfo: memFree=1391280/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=1536292 CPUtime=1803.41
/proc/15396/stat : 15396 (java) S 15394 15396 14619 0 -1 4202496 85108 0 1 0 180184 157 0 0 15 0 17 0 7844249 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15396/statm: 384073 76870 1449 10 0 381376 0
[pid=15396/tid=15398] ppid=15394 vsize=1536292 CPUtime=0.56
/proc/15396/task/15398/stat : 15398 (java) S 15394 15396 14619 0 -1 4202560 4497 0 1 0 53 3 0 0 15 0 17 0 7844251 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15399] ppid=15394 vsize=1536292 CPUtime=15.84
/proc/15396/task/15399/stat : 15399 (java) S 15394 15396 14619 0 -1 4202560 11348 0 0 0 1538 46 0 0 16 0 17 0 7844252 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15400] ppid=15394 vsize=1536292 CPUtime=15.85
/proc/15396/task/15400/stat : 15400 (java) S 15394 15396 14619 0 -1 4202560 12726 0 0 0 1538 47 0 0 15 0 17 0 7844252 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15401] ppid=15394 vsize=1536292 CPUtime=142.42
/proc/15396/task/15401/stat : 15401 (java) S 15394 15396 14619 0 -1 4202560 16546 0 0 0 14227 15 0 0 15 0 17 0 7844254 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15402] ppid=15394 vsize=1536292 CPUtime=0
/proc/15396/task/15402/stat : 15402 (java) S 15394 15396 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 7844254 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15403] ppid=15394 vsize=1536292 CPUtime=0
/proc/15396/task/15403/stat : 15403 (java) S 15394 15396 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 7844254 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15404] ppid=15394 vsize=1536292 CPUtime=0
/proc/15396/task/15404/stat : 15404 (java) S 15394 15396 14619 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 17 0 7844259 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15405] ppid=15394 vsize=1536292 CPUtime=1.82
/proc/15396/task/15405/stat : 15405 (java) S 15394 15396 14619 0 -1 4202560 3005 0 0 0 181 1 0 0 15 0 17 0 7844259 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15406] ppid=15394 vsize=1536292 CPUtime=2.4
/proc/15396/task/15406/stat : 15406 (java) S 15394 15396 14619 0 -1 4202560 5142 0 0 0 238 2 0 0 15 0 17 0 7844259 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15407] ppid=15394 vsize=1536292 CPUtime=0
/proc/15396/task/15407/stat : 15407 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 7844259 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15408] ppid=15394 vsize=1536292 CPUtime=0.01
/proc/15396/task/15408/stat : 15408 (java) S 15394 15396 14619 0 -1 4202560 59 0 0 0 0 1 0 0 15 0 17 0 7844259 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15411] ppid=15394 vsize=1536292 CPUtime=0
/proc/15396/task/15411/stat : 15411 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 7844309 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15412] ppid=15394 vsize=1536292 CPUtime=0
/proc/15396/task/15412/stat : 15412 (java) S 15394 15396 14619 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 7844311 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15429] ppid=15394 vsize=1536292 CPUtime=799.35
/proc/15396/task/15429/stat : 15429 (java) R 15394 15396 14619 0 -1 4202560 494 0 0 0 79923 12 0 0 17 0 17 0 7846529 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4109535596 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15396/tid=15430] ppid=15394 vsize=1536292 CPUtime=797.68
/proc/15396/task/15430/stat : 15430 (java) R 15394 15396 14619 0 -1 4202560 248 0 0 0 79758 10 0 0 17 0 17 0 7846529 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4109545460 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.41
Current children cumulated vsize (KiB) 1536292

[startup+987.202 s]
/proc/loadavg: 3.13 2.62 1.95 4/123 15460
/proc/meminfo: memFree=1391280/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=1536292 CPUtime=1803.81
/proc/15396/stat : 15396 (java) S 15394 15396 14619 0 -1 4202496 85108 0 1 0 180224 157 0 0 15 0 17 0 7844249 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15396/statm: 384073 76870 1449 10 0 381376 0
[pid=15396/tid=15398] ppid=15394 vsize=1536292 CPUtime=0.56
/proc/15396/task/15398/stat : 15398 (java) S 15394 15396 14619 0 -1 4202560 4497 0 1 0 53 3 0 0 15 0 17 0 7844251 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15399] ppid=15394 vsize=1536292 CPUtime=15.84
/proc/15396/task/15399/stat : 15399 (java) S 15394 15396 14619 0 -1 4202560 11348 0 0 0 1538 46 0 0 16 0 17 0 7844252 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15400] ppid=15394 vsize=1536292 CPUtime=15.85
/proc/15396/task/15400/stat : 15400 (java) S 15394 15396 14619 0 -1 4202560 12726 0 0 0 1538 47 0 0 15 0 17 0 7844252 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15401] ppid=15394 vsize=1536292 CPUtime=142.42
/proc/15396/task/15401/stat : 15401 (java) S 15394 15396 14619 0 -1 4202560 16546 0 0 0 14227 15 0 0 15 0 17 0 7844254 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15402] ppid=15394 vsize=1536292 CPUtime=0
/proc/15396/task/15402/stat : 15402 (java) S 15394 15396 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 7844254 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15403] ppid=15394 vsize=1536292 CPUtime=0
/proc/15396/task/15403/stat : 15403 (java) S 15394 15396 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 7844254 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15404] ppid=15394 vsize=1536292 CPUtime=0
/proc/15396/task/15404/stat : 15404 (java) S 15394 15396 14619 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 17 0 7844259 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15405] ppid=15394 vsize=1536292 CPUtime=1.82
/proc/15396/task/15405/stat : 15405 (java) S 15394 15396 14619 0 -1 4202560 3005 0 0 0 181 1 0 0 15 0 17 0 7844259 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15406] ppid=15394 vsize=1536292 CPUtime=2.4
/proc/15396/task/15406/stat : 15406 (java) S 15394 15396 14619 0 -1 4202560 5142 0 0 0 238 2 0 0 15 0 17 0 7844259 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15407] ppid=15394 vsize=1536292 CPUtime=0
/proc/15396/task/15407/stat : 15407 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 7844259 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15408] ppid=15394 vsize=1536292 CPUtime=0.01
/proc/15396/task/15408/stat : 15408 (java) S 15394 15396 14619 0 -1 4202560 59 0 0 0 0 1 0 0 15 0 17 0 7844259 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15411] ppid=15394 vsize=1536292 CPUtime=0
/proc/15396/task/15411/stat : 15411 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 7844309 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15412] ppid=15394 vsize=1536292 CPUtime=0
/proc/15396/task/15412/stat : 15412 (java) S 15394 15396 14619 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 7844311 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15429] ppid=15394 vsize=1536292 CPUtime=799.55
/proc/15396/task/15429/stat : 15429 (java) R 15394 15396 14619 0 -1 4202560 494 0 0 0 79943 12 0 0 17 0 17 0 7846529 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4109619557 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15396/tid=15430] ppid=15394 vsize=1536292 CPUtime=797.87
/proc/15396/task/15430/stat : 15430 (java) R 15394 15396 14619 0 -1 4202560 248 0 0 0 79777 10 0 0 17 0 17 0 7846529 1573163008 76870 1992294400 134512640 134550932 4289224224 18446744073709551615 4109662087 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.81
Current children cumulated vsize (KiB) 1536292

[startup+987.302 s]
/proc/loadavg: 3.13 2.62 1.95 4/123 15460
/proc/meminfo: memFree=1391280/2059040 swapFree=4192956/4192956
[pid=15396] ppid=15394 vsize=1536616 CPUtime=1804.01
/proc/15396/stat : 15396 (java) S 15394 15396 14619 0 -1 4202496 85115 0 1 0 180244 157 0 0 15 0 18 0 7844249 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15396/statm: 384154 76877 1449 10 0 381457 0
[pid=15396/tid=15398] ppid=15394 vsize=1536616 CPUtime=0.56
/proc/15396/task/15398/stat : 15398 (java) S 15394 15396 14619 0 -1 4202560 4497 0 1 0 53 3 0 0 15 0 18 0 7844251 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15399] ppid=15394 vsize=1536616 CPUtime=15.84
/proc/15396/task/15399/stat : 15399 (java) S 15394 15396 14619 0 -1 4202560 11348 0 0 0 1538 46 0 0 16 0 18 0 7844252 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15400] ppid=15394 vsize=1536616 CPUtime=15.85
/proc/15396/task/15400/stat : 15400 (java) S 15394 15396 14619 0 -1 4202560 12726 0 0 0 1538 47 0 0 15 0 18 0 7844252 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15401] ppid=15394 vsize=1536616 CPUtime=142.42
/proc/15396/task/15401/stat : 15401 (java) S 15394 15396 14619 0 -1 4202560 16546 0 0 0 14227 15 0 0 15 0 18 0 7844254 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 0 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15402] ppid=15394 vsize=1536616 CPUtime=0
/proc/15396/task/15402/stat : 15402 (java) S 15394 15396 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 7844254 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15403] ppid=15394 vsize=1536616 CPUtime=0
/proc/15396/task/15403/stat : 15403 (java) S 15394 15396 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 7844254 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15404] ppid=15394 vsize=1536616 CPUtime=0
/proc/15396/task/15404/stat : 15404 (java) S 15394 15396 14619 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 7844259 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15405] ppid=15394 vsize=1536616 CPUtime=1.82
/proc/15396/task/15405/stat : 15405 (java) S 15394 15396 14619 0 -1 4202560 3005 0 0 0 181 1 0 0 15 0 18 0 7844259 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15406] ppid=15394 vsize=1536616 CPUtime=2.4
/proc/15396/task/15406/stat : 15406 (java) S 15394 15396 14619 0 -1 4202560 5142 0 0 0 238 2 0 0 15 0 18 0 7844259 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15407] ppid=15394 vsize=1536616 CPUtime=0
/proc/15396/task/15407/stat : 15407 (java) S 15394 15396 14619 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 7844259 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15408] ppid=15394 vsize=1536616 CPUtime=0.01
/proc/15396/task/15408/stat : 15408 (java) S 15394 15396 14619 0 -1 4202560 59 0 0 0 0 1 0 0 15 0 18 0 7844259 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 0 0 0 0
[pid=15396/tid=15411] ppid=15394 vsize=1536616 CPUtime=0
/proc/15396/task/15411/stat : 15411 (java) S 15394 15396 14619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 7844309 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15412] ppid=15394 vsize=1536616 CPUtime=0
/proc/15396/task/15412/stat : 15412 (java) S 15394 15396 14619 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 7844311 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4294960144 0 4 0 16800975 18446604437877373952 0 0 -1 1 0 0 0
[pid=15396/tid=15429] ppid=15394 vsize=1536616 CPUtime=799.65
/proc/15396/task/15429/stat : 15429 (java) R 15394 15396 14619 0 -1 4202560 494 0 0 0 79953 12 0 0 17 0 18 0 7846529 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4109505878 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15396/tid=15430] ppid=15394 vsize=1536616 CPUtime=797.97
/proc/15396/task/15430/stat : 15430 (java) R 15394 15396 14619 0 -1 4202560 248 0 0 0 79787 10 0 0 18 0 18 0 7846529 1573494784 76877 1992294400 134512640 134550932 4289224224 18446744073709551615 4109542211 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1804.01
Current children cumulated vsize (KiB) 1536616

Child ended because it received signal 9 (SIGKILL)
Real time (s): 987.361
CPU time (s): 1804.11
CPU user time (s): 1802.5
CPU system time (s): 1.60676
CPU usage (%): 182.72
Max. virtual memory (cumulated for all children) (KiB): 1542908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.5
system time used= 1.60675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85115
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= 30329
involuntary context switches= 49770

runsolver used 3.67544 second user time and 12.0292 second system time

The end

Launcher Data

Begin job on node047 at 2010-06-16 07:18:42
IDJOB=2661968
IDBENCH=48223
IDSOLVER=1166
FILE ID=node047/2661968-1276665522
PBS_JOBID= 11172486
Free space on /tmp= 62540 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661968-1276665522/watcher-2661968-1276665522 -o /tmp/evaluation-result-2661968-1276665522/solver-2661968-1276665522 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661968-1276665522.opb

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

MD5SUM BENCH= 737bdf32fd69c002d569e68c523af4bf
RANDOM SEED=1056048165

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1697348 kB
Buffers:         86984 kB
Cached:         148452 kB
SwapCached:          0 kB
Active:         127268 kB
Inactive:       167472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1697348 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             268 kB
Writeback:           0 kB
AnonPages:       59356 kB
Mapped:          15328 kB
Slab:            45016 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179712 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= 62540 MiB
End job on node047 at 2010-06-16 07:35:10