Trace number 3454176

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.24 917.301

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-4-c.opb
MD5SUM28753ff2e44c4cedb2d3a2e783f8d1a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2666
Total number of constraints6659
Number of constraints which are clauses6659
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 constraint3
Number of terms in the objective function 2666
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 2666
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2666
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454176-1307188988.opb
0.10/0.11	c reading problem ... 
0.48/0.38	c ... done. Wall clock time 0.266s.
0.48/0.38	c #vars     2666
0.48/0.38	c #constraints  6659
0.48/0.38	c constraints type 
0.48/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4954
0.48/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1705
0.48/0.38	c constraints type 
0.48/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1705
0.48/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4954
5.41/2.45	c cleaning 2501 clauses out of 5001 with flag 5001/5001
10.28/4.85	c cleaning 4251 clauses out of 8501 with flag 11002/11002
13.26/6.32	c cleaning 0 clauses out of 5001 with flag 0/5001
16.45/7.88	c cleaning 5624 clauses out of 11248 with flag 18000/18000
24.28/11.61	c cleaning 6812 clauses out of 13624 with flag 26000/26000
28.31/13.63	c cleaning 0 clauses out of 11000 with flag 0/11000
33.49/16.22	c cleaning 7906 clauses out of 15813 with flag 35001/35001
44.68/21.84	c cleaning 0 clauses out of 18001 with flag 0/18001
44.85/21.93	c cleaning 8952 clauses out of 17907 with flag 45001/45001
55.46/27.24	c cleaning 9477 clauses out of 18954 with flag 55000/55000
63.09/31.08	c cleaning 9736 clauses out of 19477 with flag 65000/65000
63.86/31.41	c cleaning 0 clauses out of 26001 with flag 0/26001
71.62/35.34	c cleaning 9868 clauses out of 19741 with flag 75000/75000
79.79/39.40	c cleaning 9937 clauses out of 19874 with flag 85001/85001
85.37/42.23	c cleaning 0 clauses out of 35000 with flag 0/35000
87.34/43.21	c cleaning 9965 clauses out of 19938 with flag 95002/95002
94.90/47.02	c cleaning 9981 clauses out of 19973 with flag 105002/105002
102.47/50.83	c cleaning 0 clauses out of 45001 with flag 0/45001
102.63/50.90	c cleaning 9991 clauses out of 19989 with flag 115000/115000
109.80/54.57	c cleaning 9996 clauses out of 19998 with flag 125000/125000
116.76/58.08	c cleaning 9998 clauses out of 20002 with flag 135000/135000
117.14/58.27	c cleaning 0 clauses out of 55000 with flag 0/55000
124.49/61.95	c cleaning 9999 clauses out of 20005 with flag 145001/145001
131.85/65.60	c cleaning 10001 clauses out of 20006 with flag 155001/155001
132.63/66.08	c cleaning 0 clauses out of 64999 with flag 0/65000
139.36/69.50	c cleaning 10000 clauses out of 20005 with flag 165001/165001
147.13/73.34	c cleaning 10000 clauses out of 20005 with flag 175001/175001
148.68/74.17	c cleaning 0 clauses out of 74999 with flag 0/75000
154.63/77.13	c cleaning 10000 clauses out of 20004 with flag 185000/185000
162.18/80.92	c cleaning 9998 clauses out of 20004 with flag 195000/195000
166.54/83.17	c cleaning 0 clauses out of 85004 with flag 0/85005
169.50/84.67	c cleaning 10000 clauses out of 20007 with flag 205001/205001
177.03/88.48	c cleaning 9998 clauses out of 20007 with flag 215001/215001
184.39/92.17	c cleaning 9998 clauses out of 20010 with flag 225002/225002
184.75/92.39	c cleaning 0 clauses out of 94999 with flag 0/95000
191.90/95.94	c cleaning 10000 clauses out of 20012 with flag 235002/235002
199.24/99.66	c cleaning 10003 clauses out of 20011 with flag 245001/245001
203.79/101.98	c cleaning 0 clauses out of 105001 with flag 0/105002
206.55/103.36	c cleaning 9997 clauses out of 20007 with flag 255000/255000
214.09/107.13	c cleaning 10003 clauses out of 20011 with flag 265001/265001
221.62/110.96	c cleaning 9999 clauses out of 20009 with flag 275002/275002
223.57/111.97	c cleaning 0 clauses out of 115004 with flag 0/115005
228.71/114.57	c cleaning 9997 clauses out of 20009 with flag 285001/285001
235.66/118.05	c cleaning 10002 clauses out of 20012 with flag 295001/295001
242.58/121.54	c cleaning 9999 clauses out of 20010 with flag 305001/305001
245.74/123.14	c cleaning 0 clauses out of 124999 with flag 0/125000
249.67/125.18	c cleaning 10002 clauses out of 20011 with flag 315001/315001
256.84/128.74	c cleaning 9997 clauses out of 20008 with flag 325000/325000
263.73/132.29	c cleaning 10002 clauses out of 20011 with flag 335000/335000
267.70/134.26	c cleaning 0 clauses out of 135002 with flag 0/135003
270.81/135.87	c cleaning 10000 clauses out of 20010 with flag 345001/345001
277.95/139.44	c cleaning 10000 clauses out of 20010 with flag 355001/355001
285.11/143.07	c cleaning 9995 clauses out of 20009 with flag 365000/365000
289.62/145.37	c cleaning 0 clauses out of 144999 with flag 0/145000
292.35/146.73	c cleaning 10001 clauses out of 20014 with flag 375000/375000
299.49/150.34	c cleaning 10004 clauses out of 20014 with flag 385001/385001
306.61/153.92	c cleaning 9998 clauses out of 20009 with flag 395000/395000
313.54/157.42	c cleaning 0 clauses out of 154999 with flag 0/155000
313.68/157.55	c cleaning 9999 clauses out of 20012 with flag 405001/405001
320.83/161.13	c cleaning 10002 clauses out of 20013 with flag 415001/415001
327.94/164.75	c cleaning 10001 clauses out of 20010 with flag 425000/425000
335.10/168.36	c cleaning 9999 clauses out of 20009 with flag 435000/435000
338.20/169.92	c cleaning 0 clauses out of 164999 with flag 0/165000
342.33/172.01	c cleaning 9999 clauses out of 20011 with flag 445001/445001
349.43/175.67	c cleaning 10002 clauses out of 20012 with flag 455001/455001
356.37/179.20	c cleaning 9999 clauses out of 20010 with flag 465001/465001
363.70/182.84	c cleaning 10000 clauses out of 20010 with flag 475000/475000
364.23/183.15	c cleaning 0 clauses out of 174999 with flag 0/175000
370.93/186.58	c cleaning 10000 clauses out of 20011 with flag 485001/485001
378.06/190.11	c cleaning 10000 clauses out of 20013 with flag 495003/495003
384.80/193.60	c cleaning 10003 clauses out of 20011 with flag 505001/505001
390.72/196.56	c cleaning 0 clauses out of 184999 with flag 0/185000
392.02/197.23	c cleaning 9999 clauses out of 20007 with flag 515000/515000
399.14/200.84	c cleaning 10002 clauses out of 20010 with flag 525002/525002
406.27/204.50	c cleaning 10001 clauses out of 20007 with flag 535001/535001
413.62/208.14	c cleaning 9996 clauses out of 20006 with flag 545001/545001
417.11/209.97	c cleaning 0 clauses out of 194999 with flag 0/195000
420.83/211.82	c cleaning 9998 clauses out of 20010 with flag 555001/555001
428.16/215.52	c cleaning 9998 clauses out of 20011 with flag 565000/565000
435.48/219.20	c cleaning 10001 clauses out of 20013 with flag 575000/575000
442.76/222.96	c cleaning 10002 clauses out of 20013 with flag 585001/585001
445.28/224.28	c cleaning 0 clauses out of 204999 with flag 0/205000
450.20/226.74	c cleaning 9998 clauses out of 20010 with flag 595000/595000
457.33/230.30	c cleaning 10001 clauses out of 20012 with flag 605000/605000
464.61/234.00	c cleaning 10000 clauses out of 20011 with flag 615000/615000
471.93/237.74	c cleaning 10001 clauses out of 20012 with flag 625001/625001
473.66/238.62	c cleaning 0 clauses out of 215001 with flag 0/215002
479.37/241.53	c cleaning 9997 clauses out of 20010 with flag 635000/635000
486.45/245.17	c cleaning 10000 clauses out of 20013 with flag 645000/645000
493.77/248.81	c cleaning 10000 clauses out of 20016 with flag 655003/655003
500.89/252.45	c cleaning 9998 clauses out of 20013 with flag 665000/665000
502.81/253.46	c cleaning 0 clauses out of 224999 with flag 0/225000
508.29/256.26	c cleaning 10002 clauses out of 20016 with flag 675001/675001
515.60/259.97	c cleaning 10000 clauses out of 20015 with flag 685002/685002
522.91/263.65	c cleaning 10003 clauses out of 20013 with flag 695000/695000
530.04/267.24	c cleaning 10003 clauses out of 20010 with flag 705000/705000
533.30/269.00	c cleaning 0 clauses out of 235000 with flag 0/235001
537.22/270.94	c cleaning 9997 clauses out of 20007 with flag 715000/715000
544.33/274.59	c cleaning 9999 clauses out of 20011 with flag 725001/725001
551.45/278.15	c cleaning 10001 clauses out of 20012 with flag 735001/735001
558.72/281.85	c cleaning 10002 clauses out of 20012 with flag 745002/745002
560.63/282.89	c cleaning 0 clauses out of 245000 with flag 0/245001
565.94/285.58	c cleaning 9998 clauses out of 20008 with flag 755000/755000
573.05/289.17	c cleaning 10000 clauses out of 20012 with flag 765002/765002
580.52/292.97	c cleaning 10000 clauses out of 20010 with flag 775000/775000
588.03/296.74	c cleaning 10000 clauses out of 20013 with flag 785003/785003
592.13/298.88	c cleaning 0 clauses out of 255000 with flag 0/255001
595.64/300.63	c cleaning 10000 clauses out of 20012 with flag 795002/795002
603.10/304.46	c cleaning 9999 clauses out of 20010 with flag 805000/805000
610.41/308.20	c cleaning 10002 clauses out of 20011 with flag 815000/815000
618.11/312.01	c cleaning 10003 clauses out of 20010 with flag 825001/825001
625.23/315.67	c cleaning 0 clauses out of 265001 with flag 0/265002
625.68/315.97	c cleaning 10002 clauses out of 20007 with flag 835001/835001
633.18/319.78	c cleaning 10003 clauses out of 20006 with flag 845002/845002
640.89/323.60	c cleaning 9996 clauses out of 20002 with flag 855001/855001
648.39/327.41	c cleaning 9995 clauses out of 20006 with flag 865001/865001
655.84/331.26	c cleaning 9998 clauses out of 20012 with flag 875002/875002
657.15/331.95	c cleaning 0 clauses out of 275002 with flag 0/275003
663.65/335.22	c cleaning 10001 clauses out of 20013 with flag 885001/885001
671.15/339.06	c cleaning 9998 clauses out of 20013 with flag 895002/895002
679.21/343.15	c cleaning 10001 clauses out of 20013 with flag 905000/905000
687.31/347.20	c cleaning 9999 clauses out of 20012 with flag 915000/915000
688.41/347.88	c cleaning 0 clauses out of 285000 with flag 0/285001
695.31/351.38	c cleaning 10005 clauses out of 20014 with flag 925001/925001
703.36/355.43	c cleaning 9998 clauses out of 20008 with flag 935000/935000
711.25/359.43	c cleaning 9997 clauses out of 20010 with flag 945000/945000
719.15/363.49	c cleaning 10001 clauses out of 20013 with flag 955000/955000
719.45/363.60	c cleaning 0 clauses out of 294999 with flag 0/295000
727.29/367.65	c cleaning 10002 clauses out of 20013 with flag 965001/965001
735.39/371.77	c cleaning 9999 clauses out of 20011 with flag 975001/975001
743.67/375.97	c cleaning 9994 clauses out of 20011 with flag 985000/985000
751.57/380.00	c cleaning 10000 clauses out of 20017 with flag 995000/995000
753.41/380.94	c cleaning 0 clauses out of 305000 with flag 0/305001
760.10/384.32	c cleaning 10001 clauses out of 20018 with flag 1005001/1005001
768.20/388.42	c cleaning 10001 clauses out of 20017 with flag 1015001/1015001
776.28/392.52	c cleaning 10005 clauses out of 20017 with flag 1025002/1025002
784.52/396.72	c cleaning 10001 clauses out of 20010 with flag 1035000/1035000
785.81/397.40	c cleaning 0 clauses out of 315000 with flag 0/315001
792.90/401.01	c cleaning 9997 clauses out of 20009 with flag 1045000/1045000
800.98/405.14	c cleaning 9998 clauses out of 20012 with flag 1055000/1055000
809.42/409.43	c cleaning 10003 clauses out of 20015 with flag 1065001/1065001
817.31/413.49	c cleaning 9998 clauses out of 20011 with flag 1075000/1075000
822.79/416.26	c cleaning 0 clauses out of 325000 with flag 0/325001
825.48/417.67	c cleaning 10004 clauses out of 20014 with flag 1085001/1085001
833.70/421.85	c cleaning 9998 clauses out of 20012 with flag 1095003/1095003
841.59/425.89	c cleaning 9999 clauses out of 20012 with flag 1105001/1105001
849.89/430.08	c cleaning 9998 clauses out of 20012 with flag 1115000/1115000
857.96/434.15	c cleaning 10001 clauses out of 20015 with flag 1125001/1125001
860.98/435.70	c cleaning 0 clauses out of 335000 with flag 0/335001
866.07/438.34	c cleaning 10001 clauses out of 20013 with flag 1135000/1135000
874.55/442.61	c cleaning 10002 clauses out of 20012 with flag 1145000/1145000
882.47/446.66	c cleaning 10001 clauses out of 20010 with flag 1155000/1155000
890.66/450.84	c cleaning 10000 clauses out of 20010 with flag 1165001/1165001
898.34/454.74	c cleaning 0 clauses out of 344999 with flag 0/345000
899.02/455.16	c cleaning 9998 clauses out of 20009 with flag 1175000/1175000
907.10/459.20	c cleaning 10000 clauses out of 20011 with flag 1185000/1185000
915.12/463.30	c cleaning 9998 clauses out of 20011 with flag 1195000/1195000
922.99/467.40	c cleaning 9999 clauses out of 20013 with flag 1205000/1205000
931.27/471.56	c cleaning 10001 clauses out of 20015 with flag 1215001/1215001
936.39/474.19	c cleaning 0 clauses out of 354999 with flag 0/355000
939.77/475.92	c cleaning 10001 clauses out of 20013 with flag 1225000/1225000
947.65/479.99	c cleaning 10000 clauses out of 20012 with flag 1235000/1235000
955.76/484.04	c cleaning 10001 clauses out of 20012 with flag 1245000/1245000
963.80/488.16	c cleaning 10003 clauses out of 20011 with flag 1255000/1255000
972.02/492.32	c cleaning 9999 clauses out of 20008 with flag 1265000/1265000
976.89/494.85	c cleaning 0 clauses out of 364999 with flag 0/365000
980.17/496.58	c cleaning 10000 clauses out of 20009 with flag 1275000/1275000
988.44/500.70	c cleaning 9998 clauses out of 20009 with flag 1285000/1285000
996.46/504.85	c cleaning 10000 clauses out of 20012 with flag 1295001/1295001
1004.72/509.01	c cleaning 9995 clauses out of 20012 with flag 1305001/1305001
1012.79/513.16	c cleaning 9998 clauses out of 20016 with flag 1315000/1315000
1018.66/516.18	c cleaning 0 clauses out of 375000 with flag 0/375001
1021.07/517.42	c cleaning 10003 clauses out of 20018 with flag 1325000/1325000
1029.34/521.60	c cleaning 9998 clauses out of 20016 with flag 1335001/1335001
1037.21/525.62	c cleaning 10005 clauses out of 20018 with flag 1345001/1345001
1044.88/529.57	c cleaning 9996 clauses out of 20012 with flag 1355000/1355000
1053.29/533.83	c cleaning 10002 clauses out of 20018 with flag 1365002/1365002
1059.76/537.10	c cleaning 0 clauses out of 384999 with flag 0/385000
1061.27/537.97	c cleaning 10003 clauses out of 20015 with flag 1375001/1375001
1069.30/542.09	c cleaning 10000 clauses out of 20011 with flag 1385000/1385000
1077.52/546.21	c cleaning 9998 clauses out of 20012 with flag 1395001/1395001
1085.39/550.28	c cleaning 10000 clauses out of 20014 with flag 1405001/1405001
1093.69/554.45	c cleaning 10002 clauses out of 20014 with flag 1415001/1415001
1101.72/558.50	c cleaning 9997 clauses out of 20012 with flag 1425001/1425001
1103.92/559.80	c cleaning 0 clauses out of 395000 with flag 0/395001
1109.58/562.64	c cleaning 9998 clauses out of 20015 with flag 1435001/1435001
1117.65/566.79	c cleaning 10003 clauses out of 20017 with flag 1445001/1445001
1125.71/570.87	c cleaning 9999 clauses out of 20014 with flag 1455001/1455001
1133.90/575.05	c cleaning 10000 clauses out of 20015 with flag 1465001/1465001
1141.96/579.10	c cleaning 10001 clauses out of 20014 with flag 1475000/1475000
1147.83/582.11	c cleaning 0 clauses out of 404999 with flag 0/405000
1150.08/583.30	c cleaning 10002 clauses out of 20013 with flag 1485000/1485000
1158.11/587.47	c cleaning 10000 clauses out of 20011 with flag 1495000/1495000
1166.34/591.60	c cleaning 9997 clauses out of 20012 with flag 1505001/1505001
1174.40/595.70	c cleaning 10001 clauses out of 20015 with flag 1515001/1515001
1182.47/599.84	c cleaning 10002 clauses out of 20013 with flag 1525000/1525000
1188.65/603.03	c cleaning 0 clauses out of 415000 with flag 0/415001
1190.71/604.19	c cleaning 10000 clauses out of 20011 with flag 1535000/1535000
1199.00/608.39	c cleaning 9996 clauses out of 20011 with flag 1545000/1545000
1207.23/612.55	c cleaning 9998 clauses out of 20015 with flag 1555000/1555000
1215.61/616.83	c cleaning 10001 clauses out of 20018 with flag 1565001/1565001
1223.87/621.07	c cleaning 10002 clauses out of 20016 with flag 1575000/1575000
1232.13/625.21	c cleaning 0 clauses out of 424999 with flag 0/425000
1232.38/625.46	c cleaning 10003 clauses out of 20016 with flag 1585002/1585002
1240.56/629.64	c cleaning 10001 clauses out of 20011 with flag 1595000/1595000
1248.81/633.85	c cleaning 10000 clauses out of 20010 with flag 1605000/1605000
1257.10/638.04	c cleaning 10002 clauses out of 20010 with flag 1615000/1615000
1264.92/642.08	c cleaning 9998 clauses out of 20008 with flag 1625000/1625000
1273.50/646.40	c cleaning 9997 clauses out of 20010 with flag 1635000/1635000
1276.17/647.88	c cleaning 0 clauses out of 435000 with flag 0/435001
1281.41/650.59	c cleaning 9999 clauses out of 20013 with flag 1645000/1645000
1289.30/654.59	c cleaning 9997 clauses out of 20015 with flag 1655001/1655001
1297.44/658.81	c cleaning 10003 clauses out of 20017 with flag 1665000/1665000
1305.29/662.78	c cleaning 9998 clauses out of 20014 with flag 1675000/1675000
1313.34/666.82	c cleaning 10001 clauses out of 20017 with flag 1685001/1685001
1319.59/670.03	c cleaning 0 clauses out of 444999 with flag 0/445000
1321.77/671.20	c cleaning 9999 clauses out of 20015 with flag 1695000/1695000
1329.61/675.20	c cleaning 10003 clauses out of 20017 with flag 1705001/1705001
1337.67/679.31	c cleaning 9999 clauses out of 20013 with flag 1715000/1715000
1345.72/683.42	c cleaning 10002 clauses out of 20014 with flag 1725000/1725000
1353.29/687.30	c cleaning 10002 clauses out of 20012 with flag 1735000/1735000
1359.95/690.78	c cleaning 0 clauses out of 454999 with flag 0/455000
1360.78/691.25	c cleaning 9996 clauses out of 20010 with flag 1745000/1745000
1368.44/695.12	c cleaning 9999 clauses out of 20014 with flag 1755000/1755000
1376.00/699.04	c cleaning 10001 clauses out of 20016 with flag 1765001/1765001
1383.45/702.84	c cleaning 9999 clauses out of 20015 with flag 1775001/1775001
1390.89/706.68	c cleaning 10004 clauses out of 20016 with flag 1785001/1785001
1396.13/709.38	c cleaning 0 clauses out of 464999 with flag 0/465000
1399.09/710.99	c cleaning 9995 clauses out of 20011 with flag 1795000/1795000
1406.95/714.98	c cleaning 10000 clauses out of 20017 with flag 1805001/1805001
1414.99/719.07	c cleaning 9999 clauses out of 20017 with flag 1815001/1815001
1422.63/722.97	c cleaning 10002 clauses out of 20017 with flag 1825000/1825000
1430.39/726.97	c cleaning 9999 clauses out of 20017 with flag 1835002/1835002
1433.84/728.70	c cleaning 0 clauses out of 474999 with flag 0/475000
1438.28/731.06	c cleaning 10000 clauses out of 20016 with flag 1845000/1845000
1445.92/734.95	c cleaning 10003 clauses out of 20016 with flag 1855000/1855000
1453.68/738.91	c cleaning 9998 clauses out of 20014 with flag 1865001/1865001
1461.33/742.83	c cleaning 10001 clauses out of 20016 with flag 1875001/1875001
1468.97/746.72	c cleaning 10001 clauses out of 20015 with flag 1885001/1885001
1473.42/749.05	c cleaning 0 clauses out of 485000 with flag 0/485001
1476.96/750.92	c cleaning 9997 clauses out of 20013 with flag 1895000/1895000
1484.80/754.93	c cleaning 10002 clauses out of 20017 with flag 1905001/1905001
1492.44/758.89	c cleaning 9998 clauses out of 20014 with flag 1915000/1915000
1500.27/762.83	c cleaning 9994 clauses out of 20016 with flag 1925000/1925000
1508.02/766.84	c cleaning 10001 clauses out of 20022 with flag 1935000/1935000
1512.26/769.05	c cleaning 0 clauses out of 494999 with flag 0/495000
1515.90/770.95	c cleaning 10008 clauses out of 20022 with flag 1945001/1945001
1523.54/774.80	c cleaning 10000 clauses out of 20013 with flag 1955000/1955000
1531.32/778.86	c cleaning 10001 clauses out of 20013 with flag 1965000/1965000
1539.12/782.83	c cleaning 10000 clauses out of 20012 with flag 1975000/1975000
1546.75/786.79	c cleaning 10003 clauses out of 20013 with flag 1985001/1985001
1554.39/790.68	c cleaning 9998 clauses out of 20009 with flag 1995000/1995000
1554.93/791.02	c cleaning 0 clauses out of 504999 with flag 0/505000
1562.36/794.85	c cleaning 10000 clauses out of 20011 with flag 2005000/2005000
1569.99/798.72	c cleaning 9999 clauses out of 20011 with flag 2015000/2015000
1577.42/802.52	c cleaning 10002 clauses out of 20013 with flag 2025001/2025001
1584.97/806.48	c cleaning 10000 clauses out of 20011 with flag 2035001/2035001
1592.62/810.33	c cleaning 10004 clauses out of 20011 with flag 2045001/2045001
1593.45/810.86	c cleaning 0 clauses out of 514999 with flag 0/515000
1600.28/814.38	c cleaning 9995 clauses out of 20006 with flag 2055000/2055000
1608.04/818.36	c cleaning 10001 clauses out of 20012 with flag 2065001/2065001
1615.66/822.22	c cleaning 9999 clauses out of 20010 with flag 2075000/2075000
1623.33/826.13	c cleaning 10004 clauses out of 20013 with flag 2085002/2085002
1630.93/830.07	c cleaning 9997 clauses out of 20008 with flag 2095001/2095001
1637.08/833.22	c cleaning 0 clauses out of 525000 with flag 0/525001
1639.10/834.36	c cleaning 9998 clauses out of 20011 with flag 2105001/2105001
1646.76/838.30	c cleaning 9995 clauses out of 20012 with flag 2115000/2115000
1654.55/842.29	c cleaning 10003 clauses out of 20017 with flag 2125000/2125000
1662.50/846.37	c cleaning 10003 clauses out of 20014 with flag 2135000/2135000
1670.14/850.27	c cleaning 9995 clauses out of 20012 with flag 2145001/2145001
1677.75/854.16	c cleaning 10001 clauses out of 20016 with flag 2155000/2155000
1682.78/856.77	c cleaning 0 clauses out of 535001 with flag 0/535002
1685.71/858.30	c cleaning 10001 clauses out of 20015 with flag 2165000/2165000
1693.33/862.21	c cleaning 9999 clauses out of 20015 with flag 2175001/2175001
1700.75/866.07	c cleaning 10000 clauses out of 20015 with flag 2185000/2185000
1708.37/869.93	c cleaning 10004 clauses out of 20016 with flag 2195001/2195001
1715.91/873.89	c cleaning 10000 clauses out of 20011 with flag 2205000/2205000
1723.54/877.79	c cleaning 9997 clauses out of 20011 with flag 2215000/2215000
1727.98/880.06	c cleaning 0 clauses out of 544999 with flag 0/545000
1731.58/881.92	c cleaning 9999 clauses out of 20014 with flag 2225000/2225000
1739.11/885.90	c cleaning 10002 clauses out of 20015 with flag 2235000/2235000
1746.73/889.73	c cleaning 10003 clauses out of 20014 with flag 2245001/2245001
1754.34/893.64	c cleaning 10005 clauses out of 20010 with flag 2255000/2255000
1761.97/897.55	c cleaning 10002 clauses out of 20006 with flag 2265001/2265001
1769.69/901.52	c cleaning 10002 clauses out of 20004 with flag 2275001/2275001
1774.50/904.05	c cleaning 0 clauses out of 554999 with flag 0/555000
1777.72/905.70	c cleaning 9994 clauses out of 20002 with flag 2285001/2285001
1785.35/909.65	c cleaning 9996 clauses out of 20007 with flag 2295000/2295000
1793.07/913.66	c cleaning 9999 clauses out of 20011 with flag 2305000/2305000
1800.10/917.22	c starts		: 229
1800.10/917.22	c conflicts		: 2314275
1800.10/917.22	c decisions		: 2414920
1800.10/917.22	c propagations		: 1578554070
1800.10/917.22	c inspects		: 9726701424
1800.10/917.22	c shortcuts		: 0
1800.10/917.22	c learnt literals	: 1
1800.10/917.22	c learnt binary clauses	: 43
1800.10/917.22	c learnt ternary clauses	: 43
1800.10/917.22	c learnt constraints	: 2314274
1800.10/917.22	c ignored constraints	: 0
1800.10/917.22	c root simplifications	: 0
1800.10/917.22	c removed literals (reason simplification)	: 25181888
1800.10/917.22	c reason swapping (by a shorter reason)	: 0
1800.10/917.22	c Calls to reduceDB	: 232
1800.10/917.22	c number of reductions to clauses (during analyze)	: 0
1800.10/917.22	c number of learned constraints concerned by reduction	: 0
1800.10/917.22	c number of learning phase by resolution	: 0
1800.10/917.22	c number of learning phase by cutting planes	: 0
1800.10/917.22	c speed (assignments/second)	: 1721729.8345843668
1800.10/917.22	c non guided choices	0
1800.10/917.23	c learnt constraints type 
1800.10/917.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43
1800.10/917.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19260
1800.10/917.23	c constraints type 
1800.10/917.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4954
1800.10/917.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1705
1800.10/917.23	c constraints type 
1800.10/917.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1705
1800.10/917.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4954
1800.10/917.23	s UNKNOWN
1800.10/917.23	c Total wall clock time (in seconds): 917.121

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.95 3.26 2.93 3/494 3505
/proc/meminfo: memFree=19596976/32950928 swapFree=61858088/67111528
[pid=3505] ppid=3503 vsize=33748 CPUtime=0 cores=0,2,4,6
/proc/3505/stat : 3505 (java) S 3503 3505 678 0 -1 4202496 1299 0 0 0 0 0 0 0 25 0 2 0 830498462 34557952 1007 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/3505/statm: 8960 1011 777 9 0 386 0
[pid=3505/tid=3507] ppid=3503 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3507/stat : 3507 (java) R 3503 3505 678 0 -1 4202560 4050 0 1 0 0 0 0 0 25 0 2 0 830498462 10694979584 4866 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0521651 s]
/proc/loadavg: 2.95 3.26 2.93 3/494 3505
/proc/meminfo: memFree=19596976/32950928 swapFree=61858088/67111528
[pid=3505] ppid=3503 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/3505/stat : 3505 (java) S 3503 3505 678 0 -1 4202496 11414 0 1 0 3 0 0 0 25 0 13 0 830498462 10718838784 11110 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485770213 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/3505/statm: 2616904 11110 1684 9 0 2607652 0
[pid=3505/tid=3507] ppid=3503 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/3505/task/3507/stat : 3507 (java) R 3503 3505 678 0 -1 4202560 10266 0 1 0 3 0 0 0 25 0 13 0 830498462 10718838784 11111 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 47261260198659 0 4 0 16800971 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467616

[startup+0.101152 s]
/proc/loadavg: 2.95 3.26 2.93 3/494 3505
/proc/meminfo: memFree=19596976/32950928 swapFree=61858088/67111528
[pid=3505] ppid=3503 vsize=10539916 CPUtime=0.1 cores=0,2,4,6
/proc/3505/stat : 3505 (java) S 3503 3505 678 0 -1 4202496 13092 0 1 0 9 1 0 0 25 0 18 0 830498462 10792873984 12753 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3505/statm: 2634979 12754 2093 9 0 2625713 0
[pid=3505/tid=3507] ppid=3503 vsize=10539916 CPUtime=0.09 cores=0,2,4,6
/proc/3505/task/3507/stat : 3507 (java) R 3503 3505 678 0 -1 4202560 11132 0 1 0 8 1 0 0 25 0 18 0 830498462 10792873984 12754 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 47261264694746 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539916

[startup+0.301122 s]
/proc/loadavg: 2.95 3.26 2.93 3/494 3505
/proc/meminfo: memFree=19596976/32950928 swapFree=61858088/67111528
[pid=3505] ppid=3503 vsize=10541140 CPUtime=0.48 cores=0,2,4,6
/proc/3505/stat : 3505 (java) S 3503 3505 678 0 -1 4202496 16166 0 1 0 47 1 0 0 25 0 18 0 830498462 10794127360 15551 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3505/statm: 2635285 15551 2201 9 0 2626019 0
[pid=3505/tid=3507] ppid=3503 vsize=10541140 CPUtime=0.28 cores=0,2,4,6
/proc/3505/task/3507/stat : 3507 (java) R 3503 3505 678 0 -1 4202560 13210 0 1 0 27 1 0 0 25 0 18 0 830498462 10794127360 15552 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541140

[startup+0.701002 s]
/proc/loadavg: 2.95 3.26 2.93 3/494 3505
/proc/meminfo: memFree=19596976/32950928 swapFree=61858088/67111528
[pid=3505] ppid=3503 vsize=10548936 CPUtime=1.89 cores=0,2,4,6
/proc/3505/stat : 3505 (java) S 3503 3505 678 0 -1 4202496 29414 0 1 0 186 3 0 0 25 0 22 0 830498462 10802110464 26692 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3505/statm: 2637234 26694 2238 9 0 2627968 0
[pid=3505/tid=3507] ppid=3503 vsize=10548936 CPUtime=0.36 cores=0,2,4,6
/proc/3505/task/3507/stat : 3507 (java) S 3503 3505 678 0 -1 4202560 15924 0 1 0 35 1 0 0 25 0 22 0 830498462 10802110464 26695 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10548936

[startup+1.50097 s]
/proc/loadavg: 2.95 3.26 2.93 5/516 3535
/proc/meminfo: memFree=19436532/32950928 swapFree=61858088/67111528
[pid=3505] ppid=3503 vsize=10548936 CPUtime=3.57 cores=0,2,4,6
/proc/3505/stat : 3505 (java) S 3503 3505 678 0 -1 4202496 66637 0 1 0 350 7 0 0 25 0 22 0 830498462 10802110464 63914 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3505/statm: 2637234 63918 2239 9 0 2627968 0
[pid=3505/tid=3507] ppid=3503 vsize=10548936 CPUtime=0.36 cores=0,2,4,6
/proc/3505/task/3507/stat : 3507 (java) S 3503 3505 678 0 -1 4202560 15924 0 1 0 35 1 0 0 15 0 22 0 830498462 10802110464 63919 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3509] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3509/stat : 3509 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498464 10802110464 63921 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3510] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3510/stat : 3510 (java) S 3503 3505 678 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830498464 10802110464 63923 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3511] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3511/stat : 3511 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498464 10802110464 63925 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3512] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3512/stat : 3512 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498464 10802110464 63926 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3513] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3513/stat : 3513 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498464 10802110464 63928 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3514] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3514/stat : 3514 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498464 10802110464 63929 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3515] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498464 10802110464 63931 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498464 10802110464 63931 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3517] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3517/stat : 3517 (java) S 3503 3505 678 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 830498465 10802110464 63931 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 0 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3518] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3518/stat : 3518 (java) S 3503 3505 678 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830498466 10802110464 63931 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3519] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3519/stat : 3519 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498466 10802110464 63931 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3520] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3520/stat : 3520 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498468 10802110464 63931 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485791153 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3521] ppid=3503 vsize=10548936 CPUtime=0.43 cores=0,2,4,6
/proc/3505/task/3521/stat : 3521 (java) S 3503 3505 678 0 -1 4202560 2488 0 0 0 43 0 0 0 19 0 22 0 830498468 10802110464 63931 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3522] ppid=3503 vsize=10548936 CPUtime=0.53 cores=0,2,4,6
/proc/3505/task/3522/stat : 3522 (java) S 3503 3505 678 0 -1 4202560 3798 0 0 0 53 0 0 0 15 0 22 0 830498468 10802110464 63931 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3529] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3529/stat : 3529 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498468 10802110464 63931 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3530] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3530/stat : 3530 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830498468 10802110464 63931 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3532] ppid=3503 vsize=10548936 CPUtime=1.11 cores=0,2,4,6
/proc/3505/task/3532/stat : 3532 (java) R 3503 3505 678 0 -1 4202560 249 0 0 0 111 0 0 0 25 0 22 0 830498500 10802110464 63936 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 46912505738298 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3505/tid=3533] ppid=3503 vsize=10548936 CPUtime=1.1 cores=0,2,4,6
/proc/3505/task/3533/stat : 3533 (java) R 3503 3505 678 0 -1 4202560 43033 0 0 0 106 4 0 0 25 0 22 0 830498500 10802110464 63938 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 46912505931156 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3505/tid=3534] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3534/stat : 3534 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498502 10802110464 63941 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3535] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3535/stat : 3535 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498502 10802110464 63943 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 10548936

[startup+3.10164 s]
/proc/loadavg: 2.95 3.26 2.93 5/516 3535
/proc/meminfo: memFree=19235128/32950928 swapFree=61858088/67111528
[pid=3505] ppid=3503 vsize=10548936 CPUtime=6.84 cores=0,2,4,6
/proc/3505/stat : 3505 (java) S 3503 3505 678 0 -1 4202496 120980 0 1 0 670 14 0 0 25 0 22 0 830498462 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3505/statm: 2637234 118250 2266 9 0 2627968 0
[pid=3505/tid=3507] ppid=3503 vsize=10548936 CPUtime=0.36 cores=0,2,4,6
/proc/3505/task/3507/stat : 3507 (java) S 3503 3505 678 0 -1 4202560 15924 0 1 0 35 1 0 0 15 0 22 0 830498462 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3509] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3509/stat : 3509 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830498464 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3510] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3510/stat : 3510 (java) S 3503 3505 678 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 830498464 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3511] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3511/stat : 3511 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830498464 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3512] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3512/stat : 3512 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830498464 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3513] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3513/stat : 3513 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830498464 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3514] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3514/stat : 3514 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830498464 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3515] ppid=3503 vsize=10548936 CPUtime=0.01 cores=0,2,4,6
/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 678 0 -1 4202560 507 0 0 0 1 0 0 0 17 0 22 0 830498464 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10548936 CPUtime=0.01 cores=0,2,4,6
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 678 0 -1 4202560 434 0 0 0 1 0 0 0 17 0 22 0 830498464 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3517] ppid=3503 vsize=10548936 CPUtime=0.01 cores=0,2,4,6
/proc/3505/task/3517/stat : 3517 (java) S 3503 3505 678 0 -1 4202560 931 0 0 0 1 0 0 0 17 0 22 0 830498465 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 0 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3518] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3518/stat : 3518 (java) S 3503 3505 678 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830498466 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3519] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3519/stat : 3519 (java) S 3503 3505 678 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830498466 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3520] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3520/stat : 3520 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498468 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485791153 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3521] ppid=3503 vsize=10548936 CPUtime=0.47 cores=0,2,4,6
/proc/3505/task/3521/stat : 3521 (java) S 3503 3505 678 0 -1 4202560 2497 0 0 0 47 0 0 0 17 0 22 0 830498468 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3522] ppid=3503 vsize=10548936 CPUtime=0.57 cores=0,2,4,6
/proc/3505/task/3522/stat : 3522 (java) S 3503 3505 678 0 -1 4202560 3810 0 0 0 57 0 0 0 15 0 22 0 830498468 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3529] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3529/stat : 3529 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498468 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3530] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3530/stat : 3530 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830498468 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3532] ppid=3503 vsize=10548936 CPUtime=2.68 cores=0,2,4,6
/proc/3505/task/3532/stat : 3532 (java) R 3503 3505 678 0 -1 4202560 385 0 0 0 268 0 0 0 25 0 22 0 830498500 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 46912505773181 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3505/tid=3533] ppid=3503 vsize=10548936 CPUtime=2.67 cores=0,2,4,6
/proc/3505/task/3533/stat : 3533 (java) R 3503 3505 678 0 -1 4202560 95327 0 0 0 257 10 0 0 25 0 22 0 830498500 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 46912505832307 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3505/tid=3534] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3534/stat : 3534 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498502 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3535] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3535/stat : 3535 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498502 10802110464 118250 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 10548936

[startup+6.30106 s]
/proc/loadavg: 3.03 3.27 2.93 5/516 3535
/proc/meminfo: memFree=19019492/32950928 swapFree=61858088/67111528
[pid=3505] ppid=3503 vsize=10548936 CPUtime=13.26 cores=0,2,4,6
/proc/3505/stat : 3505 (java) S 3503 3505 678 0 -1 4202496 148468 0 1 0 1309 17 0 0 25 0 22 0 830498462 10802110464 145291 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3505/statm: 2637234 145291 2266 9 0 2627968 0
[pid=3505/tid=3507] ppid=3503 vsize=10548936 CPUtime=0.36 cores=0,2,4,6
/proc/3505/task/3507/stat : 3507 (java) S 3503 3505 678 0 -1 4202560 15924 0 1 0 35 1 0 0 15 0 22 0 830498462 10802110464 145291 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3509] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3509/stat : 3509 (java) S 3503 3505 678 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 22 0 830498464 10802110464 145291 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3510] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3510/stat : 3510 (java) S 3503 3505 678 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830498464 10802110464 145291 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3511] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3511/stat : 3511 (java) S 3503 3505 678 0 -1 4202560 126 0 0 0 0 0 0 0 16 0 22 0 830498464 10802110464 145291 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3512] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3512/stat : 3512 (java) S 3503 3505 678 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 22 0 830498464 10802110464 145291 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3513] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3513/stat : 3513 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830498464 10802110464 145291 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3514] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3514/stat : 3514 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830498464 10802110464 145291 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3515] ppid=3503 vsize=10548936 CPUtime=0.01 cores=0,2,4,6
/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 678 0 -1 4202560 523 0 0 0 1 0 0 0 15 0 22 0 830498464 10802110464 145291 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10548936 CPUtime=0.01 cores=0,2,4,6
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 678 0 -1 4202560 434 0 0 0 1 0 0 0 15 0 22 0 830498464 10802110464 145291 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0

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

[pid=3505/tid=3533] ppid=3503 vsize=10548936 CPUtime=733.66 cores=0,2,4,6
/proc/3505/task/3533/stat : 3533 (java) R 3503 3505 678 0 -1 4202560 297666 0 0 0 73330 36 0 0 25 0 22 0 830498500 10802110464 353803 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 46912505787504 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3505/tid=3534] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3534/stat : 3534 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498502 10802110464 353803 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3535] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3535/stat : 3535 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498502 10802110464 353803 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1499.31
Current children cumulated vsize (KiB) 10548936

[startup+822.301 s]
/proc/loadavg: 3.67 3.65 3.36 4/516 3559
/proc/meminfo: memFree=18056976/32950928 swapFree=61858088/67111528
[pid=3505] ppid=3503 vsize=10548936 CPUtime=1615.8 cores=0,2,4,6
/proc/3505/stat : 3505 (java) S 3503 3505 678 0 -1 4202496 364386 0 1 0 161531 49 0 0 25 0 22 0 830498462 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3505/statm: 2637234 355358 2267 9 0 2627968 0
[pid=3505/tid=3507] ppid=3503 vsize=10548936 CPUtime=0.36 cores=0,2,4,6
/proc/3505/task/3507/stat : 3507 (java) S 3503 3505 678 0 -1 4202560 15959 0 1 0 35 1 0 0 15 0 22 0 830498462 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3509] ppid=3503 vsize=10548936 CPUtime=0.34 cores=0,2,4,6
/proc/3505/task/3509/stat : 3509 (java) S 3503 3505 678 0 -1 4202560 187 0 0 0 34 0 0 0 15 0 22 0 830498464 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3510] ppid=3503 vsize=10548936 CPUtime=0.34 cores=0,2,4,6
/proc/3505/task/3510/stat : 3510 (java) S 3503 3505 678 0 -1 4202560 20 0 0 0 34 0 0 0 16 0 22 0 830498464 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3511] ppid=3503 vsize=10548936 CPUtime=0.34 cores=0,2,4,6
/proc/3505/task/3511/stat : 3511 (java) S 3503 3505 678 0 -1 4202560 270 0 0 0 34 0 0 0 15 0 22 0 830498464 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3512] ppid=3503 vsize=10548936 CPUtime=0.33 cores=0,2,4,6
/proc/3505/task/3512/stat : 3512 (java) S 3503 3505 678 0 -1 4202560 265 0 0 0 33 0 0 0 16 0 22 0 830498464 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3513] ppid=3503 vsize=10548936 CPUtime=0.37 cores=0,2,4,6
/proc/3505/task/3513/stat : 3513 (java) S 3503 3505 678 0 -1 4202560 13 0 0 0 37 0 0 0 15 0 22 0 830498464 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3514] ppid=3503 vsize=10548936 CPUtime=0.34 cores=0,2,4,6
/proc/3505/task/3514/stat : 3514 (java) S 3503 3505 678 0 -1 4202560 361 0 0 0 34 0 0 0 15 0 22 0 830498464 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3515] ppid=3503 vsize=10548936 CPUtime=0.39 cores=0,2,4,6
/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 678 0 -1 4202560 546 0 0 0 39 0 0 0 15 0 22 0 830498464 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10548936 CPUtime=0.37 cores=0,2,4,6
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 678 0 -1 4202560 456 0 0 0 37 0 0 0 15 0 22 0 830498464 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3517] ppid=3503 vsize=10548936 CPUtime=30.88 cores=0,2,4,6
/proc/3505/task/3517/stat : 3517 (java) R 3503 3505 678 0 -1 4202560 33864 0 0 0 3083 5 0 0 15 0 22 0 830498465 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 47261261066564 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=3505/tid=3518] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3518/stat : 3518 (java) S 3503 3505 678 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830498466 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3519] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3519/stat : 3519 (java) S 3503 3505 678 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830498466 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3520] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3520/stat : 3520 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498468 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485791153 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3521] ppid=3503 vsize=10548936 CPUtime=0.59 cores=0,2,4,6
/proc/3505/task/3521/stat : 3521 (java) S 3503 3505 678 0 -1 4202560 2539 0 0 0 59 0 0 0 16 0 22 0 830498468 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3522] ppid=3503 vsize=10548936 CPUtime=1.15 cores=0,2,4,6
/proc/3505/task/3522/stat : 3522 (java) S 3503 3505 678 0 -1 4202560 10432 0 0 0 114 1 0 0 15 0 22 0 830498468 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3529] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3529/stat : 3529 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498468 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3530] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3530/stat : 3530 (java) S 3503 3505 678 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 22 0 830498468 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3532] ppid=3503 vsize=10548936 CPUtime=789.93 cores=0,2,4,6
/proc/3505/task/3532/stat : 3532 (java) S 3503 3505 678 0 -1 4202560 603 0 0 0 78992 1 0 0 25 0 22 0 830498500 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3533] ppid=3503 vsize=10548936 CPUtime=789.96 cores=0,2,4,6
/proc/3505/task/3533/stat : 3533 (java) S 3503 3505 678 0 -1 4202560 297668 0 0 0 78960 36 0 0 25 0 22 0 830498500 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3534] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3534/stat : 3534 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498502 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3535] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3535/stat : 3535 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498502 10802110464 355358 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1615.8
Current children cumulated vsize (KiB) 10548936

[startup+882.301 s]
/proc/loadavg: 3.62 3.66 3.38 4/516 3621
/proc/meminfo: memFree=17750376/32950928 swapFree=61858088/67111528
[pid=3505] ppid=3503 vsize=10548936 CPUtime=1732.11 cores=0,2,4,6
/proc/3505/stat : 3505 (java) S 3503 3505 678 0 -1 4202496 366340 0 1 0 173161 50 0 0 25 0 22 0 830498462 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3505/statm: 2637234 357285 2267 9 0 2627968 0
[pid=3505/tid=3507] ppid=3503 vsize=10548936 CPUtime=0.36 cores=0,2,4,6
/proc/3505/task/3507/stat : 3507 (java) S 3503 3505 678 0 -1 4202560 15959 0 1 0 35 1 0 0 15 0 22 0 830498462 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3509] ppid=3503 vsize=10548936 CPUtime=0.39 cores=0,2,4,6
/proc/3505/task/3509/stat : 3509 (java) S 3503 3505 678 0 -1 4202560 187 0 0 0 39 0 0 0 15 0 22 0 830498464 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3510] ppid=3503 vsize=10548936 CPUtime=0.38 cores=0,2,4,6
/proc/3505/task/3510/stat : 3510 (java) S 3503 3505 678 0 -1 4202560 20 0 0 0 38 0 0 0 15 0 22 0 830498464 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3511] ppid=3503 vsize=10548936 CPUtime=0.37 cores=0,2,4,6
/proc/3505/task/3511/stat : 3511 (java) S 3503 3505 678 0 -1 4202560 272 0 0 0 37 0 0 0 16 0 22 0 830498464 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3512] ppid=3503 vsize=10548936 CPUtime=0.36 cores=0,2,4,6
/proc/3505/task/3512/stat : 3512 (java) S 3503 3505 678 0 -1 4202560 266 0 0 0 36 0 0 0 15 0 22 0 830498464 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3513] ppid=3503 vsize=10548936 CPUtime=0.39 cores=0,2,4,6
/proc/3505/task/3513/stat : 3513 (java) S 3503 3505 678 0 -1 4202560 23 0 0 0 39 0 0 0 15 0 22 0 830498464 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3514] ppid=3503 vsize=10548936 CPUtime=0.39 cores=0,2,4,6
/proc/3505/task/3514/stat : 3514 (java) S 3503 3505 678 0 -1 4202560 368 0 0 0 39 0 0 0 15 0 22 0 830498464 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3515] ppid=3503 vsize=10548936 CPUtime=0.42 cores=0,2,4,6
/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 678 0 -1 4202560 546 0 0 0 42 0 0 0 15 0 22 0 830498464 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10548936 CPUtime=0.39 cores=0,2,4,6
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 678 0 -1 4202560 456 0 0 0 39 0 0 0 15 0 22 0 830498464 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3517] ppid=3503 vsize=10548936 CPUtime=34.69 cores=0,2,4,6
/proc/3505/task/3517/stat : 3517 (java) S 3503 3505 678 0 -1 4202560 35775 0 0 0 3463 6 0 0 16 0 22 0 830498465 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 0 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3518] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3518/stat : 3518 (java) S 3503 3505 678 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830498466 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3519] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3519/stat : 3519 (java) S 3503 3505 678 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830498466 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3520] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3520/stat : 3520 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498468 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485791153 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3521] ppid=3503 vsize=10548936 CPUtime=0.59 cores=0,2,4,6
/proc/3505/task/3521/stat : 3521 (java) S 3503 3505 678 0 -1 4202560 2539 0 0 0 59 0 0 0 16 0 22 0 830498468 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3522] ppid=3503 vsize=10548936 CPUtime=1.15 cores=0,2,4,6
/proc/3505/task/3522/stat : 3522 (java) S 3503 3505 678 0 -1 4202560 10433 0 0 0 114 1 0 0 15 0 22 0 830498468 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3529] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3529/stat : 3529 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498468 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3530] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3530/stat : 3530 (java) S 3503 3505 678 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830498468 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3532] ppid=3503 vsize=10548936 CPUtime=846.03 cores=0,2,4,6
/proc/3505/task/3532/stat : 3532 (java) R 3503 3505 678 0 -1 4202560 618 0 0 0 84602 1 0 0 23 0 22 0 830498500 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 46912505754531 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3505/tid=3533] ppid=3503 vsize=10548936 CPUtime=846.06 cores=0,2,4,6
/proc/3505/task/3533/stat : 3533 (java) R 3503 3505 678 0 -1 4202560 297671 0 0 0 84570 36 0 0 23 0 22 0 830498500 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 46912505787224 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3505/tid=3534] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3534/stat : 3534 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498502 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3535] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3535/stat : 3535 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498502 10802110464 357285 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1732.11
Current children cumulated vsize (KiB) 10548936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+917.201 s]
/proc/loadavg: 3.79 3.70 3.40 5/516 3622
/proc/meminfo: memFree=16610872/32950928 swapFree=61858088/67111528
[pid=3505] ppid=3503 vsize=10548936 CPUtime=1800.1 cores=0,2,4,6
/proc/3505/stat : 3505 (java) S 3503 3505 678 0 -1 4202496 367119 0 1 0 179960 50 0 0 25 0 22 0 830498462 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3505/statm: 2637234 358051 2267 9 0 2627968 0
[pid=3505/tid=3507] ppid=3503 vsize=10548936 CPUtime=0.36 cores=0,2,4,6
/proc/3505/task/3507/stat : 3507 (java) S 3503 3505 678 0 -1 4202560 15959 0 1 0 35 1 0 0 15 0 22 0 830498462 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3509] ppid=3503 vsize=10548936 CPUtime=0.4 cores=0,2,4,6
/proc/3505/task/3509/stat : 3509 (java) S 3503 3505 678 0 -1 4202560 187 0 0 0 40 0 0 0 16 0 22 0 830498464 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3510] ppid=3503 vsize=10548936 CPUtime=0.39 cores=0,2,4,6
/proc/3505/task/3510/stat : 3510 (java) S 3503 3505 678 0 -1 4202560 20 0 0 0 39 0 0 0 15 0 22 0 830498464 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 0 0 0 0
[pid=3505/tid=3511] ppid=3503 vsize=10548936 CPUtime=0.39 cores=0,2,4,6
/proc/3505/task/3511/stat : 3511 (java) S 3503 3505 678 0 -1 4202560 272 0 0 0 39 0 0 0 15 0 22 0 830498464 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3512] ppid=3503 vsize=10548936 CPUtime=0.37 cores=0,2,4,6
/proc/3505/task/3512/stat : 3512 (java) S 3503 3505 678 0 -1 4202560 277 0 0 0 37 0 0 0 15 0 22 0 830498464 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3513] ppid=3503 vsize=10548936 CPUtime=0.41 cores=0,2,4,6
/proc/3505/task/3513/stat : 3513 (java) S 3503 3505 678 0 -1 4202560 23 0 0 0 41 0 0 0 16 0 22 0 830498464 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3514] ppid=3503 vsize=10548936 CPUtime=0.4 cores=0,2,4,6
/proc/3505/task/3514/stat : 3514 (java) S 3503 3505 678 0 -1 4202560 368 0 0 0 40 0 0 0 15 0 22 0 830498464 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3515] ppid=3503 vsize=10548936 CPUtime=0.44 cores=0,2,4,6
/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 678 0 -1 4202560 546 0 0 0 44 0 0 0 16 0 22 0 830498464 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10548936 CPUtime=0.41 cores=0,2,4,6
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 678 0 -1 4202560 456 0 0 0 41 0 0 0 15 0 22 0 830498464 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3517] ppid=3503 vsize=10548936 CPUtime=36.55 cores=0,2,4,6
/proc/3505/task/3517/stat : 3517 (java) S 3503 3505 678 0 -1 4202560 36532 0 0 0 3649 6 0 0 15 0 22 0 830498465 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 0 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3518] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3518/stat : 3518 (java) S 3503 3505 678 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830498466 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3519] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3519/stat : 3519 (java) S 3503 3505 678 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830498466 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3520] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3520/stat : 3520 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498468 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485791153 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3521] ppid=3503 vsize=10548936 CPUtime=0.59 cores=0,2,4,6
/proc/3505/task/3521/stat : 3521 (java) S 3503 3505 678 0 -1 4202560 2539 0 0 0 59 0 0 0 16 0 22 0 830498468 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 6 0 0 0
[pid=3505/tid=3522] ppid=3503 vsize=10548936 CPUtime=1.15 cores=0,2,4,6
/proc/3505/task/3522/stat : 3522 (java) S 3503 3505 678 0 -1 4202560 10433 0 0 0 114 1 0 0 15 0 22 0 830498468 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 2 0 0 0
[pid=3505/tid=3529] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3529/stat : 3529 (java) S 3503 3505 678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830498468 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485783449 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3530] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3530/stat : 3530 (java) R 3503 3505 678 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830498468 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3505/tid=3532] ppid=3503 vsize=10548936 CPUtime=879.05 cores=0,2,4,6
/proc/3505/task/3532/stat : 3532 (java) R 3503 3505 678 0 -1 4202560 626 0 0 0 87904 1 0 0 25 0 22 0 830498500 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 46912505773110 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3505/tid=3533] ppid=3503 vsize=10548936 CPUtime=879.08 cores=0,2,4,6
/proc/3505/task/3533/stat : 3533 (java) R 3503 3505 678 0 -1 4202560 297672 0 0 0 87872 36 0 0 25 0 22 0 830498500 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 46912505864804 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3505/tid=3534] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3534/stat : 3534 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498502 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
[pid=3505/tid=3535] ppid=3503 vsize=10548936 CPUtime=0 cores=0,2,4,6
/proc/3505/task/3535/stat : 3535 (java) S 3503 3505 678 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830498502 10802110464 358051 33554432000 1073741824 1073778376 140735585625856 18446744073709551615 274485784064 0 4 0 16800975 18446604444527264192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10548936

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

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

Child status: 143
Real time (s): 917.301
CPU time (s): 1800.24
CPU user time (s): 1799.67
CPU system time (s): 0.570913
CPU usage (%): 196.254
Max. virtual memory (cumulated for all children) (KiB): 10549472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.570913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 367149
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= 29407
involuntary context switches= 26719

runsolver used 4.44732 second user time and 9.80051 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 14:03:08
IDJOB=3454176
IDBENCH=2134
IDSOLVER=1950
FILE ID=node125/3454176-1307188988
RUNJOBID= node125-1307187684-2649
PBS_JOBID= 13508829
Free space on /tmp= 73792 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-4-c.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454176-1307188988/watcher-3454176-1307188988 -o /tmp/evaluation-result-3454176-1307188988/solver-3454176-1307188988 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454176-1307188988.opb

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

MD5SUM BENCH= 28753ff2e44c4cedb2d3a2e783f8d1a4
RANDOM SEED=59340617

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19597116 kB
Buffers:        358356 kB
Cached:        3505104 kB
SwapCached:       3616 kB
Active:        9649472 kB
Inactive:      3359144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19597116 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:            1092 kB
Writeback:           0 kB
AnonPages:     9143332 kB
Mapped:          42504 kB
Slab:           215004 kB
PageTables:      63204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 140387992 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73788 MiB
End job on node125 at 2011-06-04 14:18:27