Trace number 3454177

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.26 917.007

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-1-c.opb
MD5SUM7d3927082349ded13241d71256bbcafb
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 variables2630
Total number of constraints6569
Number of constraints which are clauses6569
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 2630
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 2630
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 2630
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454177-1307189038.opb
0.11/0.11	c reading problem ... 
0.49/0.38	c ... done. Wall clock time 0.268s.
0.49/0.38	c #vars     2630
0.49/0.38	c #constraints  6569
0.49/0.38	c constraints type 
0.49/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4882
0.49/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1687
0.49/0.38	c constraints type 
0.49/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1687
0.49/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4882
5.54/2.55	c cleaning 2499 clauses out of 5001 with flag 5001/5001
8.80/4.20	c cleaning 0 clauses out of 5000 with flag 0/5000
11.38/5.33	c cleaning 4251 clauses out of 8502 with flag 11001/11001
18.97/9.01	c cleaning 5624 clauses out of 11250 with flag 18000/18000
21.84/10.49	c cleaning 0 clauses out of 10999 with flag 0/11000
28.46/13.76	c cleaning 6807 clauses out of 13626 with flag 26001/26001
37.04/18.08	c cleaning 0 clauses out of 17999 with flag 0/18000
40.81/19.95	c cleaning 7902 clauses out of 15818 with flag 35000/35000
54.99/27.00	c cleaning 0 clauses out of 26000 with flag 0/26001
55.77/27.44	c cleaning 8953 clauses out of 17918 with flag 45002/45002
72.13/35.67	c cleaning 9479 clauses out of 18963 with flag 55000/55000
76.10/37.62	c cleaning 0 clauses out of 35001 with flag 0/35002
89.46/44.36	c cleaning 9736 clauses out of 19485 with flag 65001/65001
100.03/49.67	c cleaning 0 clauses out of 45001 with flag 0/45002
107.39/53.36	c cleaning 9865 clauses out of 19749 with flag 75001/75001
121.95/60.65	c cleaning 0 clauses out of 55000 with flag 0/55001
126.13/62.73	c cleaning 9934 clauses out of 19883 with flag 85000/85000
142.46/70.93	c cleaning 0 clauses out of 65000 with flag 0/65001
144.43/72.00	c cleaning 9968 clauses out of 19949 with flag 95000/95000
161.38/80.49	c cleaning 9983 clauses out of 19982 with flag 105001/105001
162.13/80.80	c cleaning 0 clauses out of 74999 with flag 0/75000
179.09/89.32	c cleaning 9992 clauses out of 19998 with flag 115000/115000
182.44/91.02	c cleaning 0 clauses out of 84999 with flag 0/85000
196.01/97.88	c cleaning 9999 clauses out of 20007 with flag 125001/125001
203.94/101.81	c cleaning 0 clauses out of 95000 with flag 0/95001
211.09/105.45	c cleaning 9998 clauses out of 20008 with flag 135001/135001
226.04/112.94	c cleaning 9999 clauses out of 20009 with flag 145000/145000
226.39/113.16	c cleaning 0 clauses out of 105000 with flag 0/105001
241.53/120.72	c cleaning 10000 clauses out of 20011 with flag 155001/155001
249.88/124.94	c cleaning 0 clauses out of 114999 with flag 0/115000
257.02/128.59	c cleaning 10000 clauses out of 20010 with flag 165000/165000
272.17/136.18	c cleaning 9994 clauses out of 20010 with flag 175000/175000
273.29/136.73	c cleaning 0 clauses out of 125000 with flag 0/125001
286.84/143.59	c cleaning 10003 clauses out of 20016 with flag 185000/185000
296.59/148.43	c cleaning 0 clauses out of 134999 with flag 0/135000
302.52/151.44	c cleaning 10002 clauses out of 20014 with flag 195001/195001
318.04/159.20	c cleaning 10001 clauses out of 20013 with flag 205002/205002
320.39/160.48	c cleaning 0 clauses out of 144999 with flag 0/145000
332.52/166.58	c cleaning 10001 clauses out of 20010 with flag 215000/215000
345.46/173.01	c cleaning 0 clauses out of 154999 with flag 0/155000
347.57/174.14	c cleaning 9997 clauses out of 20009 with flag 225000/225000
362.33/181.54	c cleaning 10000 clauses out of 20013 with flag 235001/235001
371.84/186.32	c cleaning 0 clauses out of 164999 with flag 0/165000
376.97/188.95	c cleaning 9998 clauses out of 20013 with flag 245001/245001
391.48/196.23	c cleaning 10000 clauses out of 20015 with flag 255001/255001
399.22/200.13	c cleaning 0 clauses out of 175000 with flag 0/175001
405.75/203.42	c cleaning 10002 clauses out of 20015 with flag 265001/265001
419.47/210.33	c cleaning 10002 clauses out of 20013 with flag 275001/275001
425.60/213.49	c cleaning 0 clauses out of 184999 with flag 0/185000
428.69/215.00	c cleaning 10001 clauses out of 20010 with flag 285000/285000
437.62/219.50	c cleaning 9995 clauses out of 20009 with flag 295000/295000
446.55/224.07	c cleaning 10000 clauses out of 20014 with flag 305000/305000
450.24/225.91	c cleaning 0 clauses out of 194999 with flag 0/195000
456.17/228.92	c cleaning 10001 clauses out of 20014 with flag 315000/315000
465.89/233.80	c cleaning 10000 clauses out of 20014 with flag 325001/325001
475.42/238.65	c cleaning 0 clauses out of 205000 with flag 0/205001
475.89/238.95	c cleaning 10001 clauses out of 20013 with flag 335000/335000
486.01/244.02	c cleaning 9996 clauses out of 20013 with flag 345001/345001
495.74/248.98	c cleaning 10001 clauses out of 20016 with flag 355000/355000
500.08/251.19	c cleaning 0 clauses out of 215000 with flag 0/215001
505.36/253.88	c cleaning 10002 clauses out of 20016 with flag 365001/365001
514.49/258.48	c cleaning 9998 clauses out of 20014 with flag 375001/375001
522.99/262.76	c cleaning 9999 clauses out of 20015 with flag 385000/385000
530.51/266.57	c cleaning 10003 clauses out of 20017 with flag 395001/395001
530.98/266.88	c cleaning 0 clauses out of 225000 with flag 0/225001
538.10/270.40	c cleaning 10001 clauses out of 20014 with flag 405001/405001
545.41/274.19	c cleaning 10000 clauses out of 20012 with flag 415000/415000
552.54/277.75	c cleaning 9999 clauses out of 20012 with flag 425000/425000
559.61/281.35	c cleaning 10001 clauses out of 20013 with flag 435000/435000
560.16/281.62	c cleaning 0 clauses out of 234999 with flag 0/235000
566.84/285.08	c cleaning 9998 clauses out of 20012 with flag 445000/445000
574.15/288.74	c cleaning 10002 clauses out of 20014 with flag 455000/455000
581.42/292.42	c cleaning 10000 clauses out of 20013 with flag 465001/465001
588.53/296.07	c cleaning 10001 clauses out of 20013 with flag 475001/475001
590.25/296.92	c cleaning 0 clauses out of 244999 with flag 0/245000
595.75/299.72	c cleaning 9999 clauses out of 20012 with flag 485001/485001
602.82/303.31	c cleaning 10001 clauses out of 20014 with flag 495002/495002
609.96/306.96	c cleaning 9995 clauses out of 20011 with flag 505000/505000
617.24/310.64	c cleaning 9998 clauses out of 20016 with flag 515000/515000
622.55/313.39	c cleaning 0 clauses out of 255001 with flag 0/255002
624.41/314.40	c cleaning 10004 clauses out of 20019 with flag 525001/525001
631.91/318.11	c cleaning 10000 clauses out of 20014 with flag 535000/535000
639.02/321.78	c cleaning 10002 clauses out of 20015 with flag 545001/545001
646.33/325.49	c cleaning 10000 clauses out of 20012 with flag 555000/555000
653.79/329.21	c cleaning 9997 clauses out of 20012 with flag 565000/565000
657.69/331.29	c cleaning 0 clauses out of 265000 with flag 0/265001
660.99/332.94	c cleaning 9997 clauses out of 20015 with flag 575000/575000
668.11/336.56	c cleaning 10002 clauses out of 20018 with flag 585000/585000
675.35/340.22	c cleaning 10000 clauses out of 20016 with flag 595000/595000
682.46/343.87	c cleaning 10002 clauses out of 20017 with flag 605001/605001
689.77/347.60	c cleaning 10000 clauses out of 20015 with flag 615001/615001
690.46/347.97	c cleaning 0 clauses out of 274999 with flag 0/275000
697.31/351.44	c cleaning 10000 clauses out of 20014 with flag 625000/625000
704.82/355.22	c cleaning 10002 clauses out of 20015 with flag 635001/635001
712.11/358.94	c cleaning 9999 clauses out of 20012 with flag 645000/645000
719.41/362.65	c cleaning 10002 clauses out of 20015 with flag 655002/655002
723.06/364.59	c cleaning 0 clauses out of 285000 with flag 0/285001
726.96/366.57	c cleaning 9998 clauses out of 20012 with flag 665001/665001
734.26/370.29	c cleaning 10003 clauses out of 20014 with flag 675001/675001
741.57/373.96	c cleaning 9998 clauses out of 20010 with flag 685000/685000
749.00/377.78	c cleaning 9998 clauses out of 20014 with flag 695002/695002
755.90/381.27	c cleaning 0 clauses out of 295001 with flag 0/295002
756.62/381.67	c cleaning 10002 clauses out of 20015 with flag 705001/705001
764.10/385.42	c cleaning 9997 clauses out of 20012 with flag 715000/715000
771.55/389.25	c cleaning 10000 clauses out of 20015 with flag 725000/725000
779.04/393.01	c cleaning 10002 clauses out of 20016 with flag 735001/735001
785.34/396.21	c cleaning 0 clauses out of 305000 with flag 0/305001
786.63/396.92	c cleaning 10000 clauses out of 20014 with flag 745001/745001
794.06/400.75	c cleaning 9997 clauses out of 20014 with flag 755001/755001
801.56/404.50	c cleaning 10001 clauses out of 20016 with flag 765000/765000
808.85/408.24	c cleaning 10004 clauses out of 20017 with flag 775002/775002
813.94/410.88	c cleaning 0 clauses out of 314999 with flag 0/315000
816.57/412.22	c cleaning 9998 clauses out of 20011 with flag 785000/785000
824.25/416.14	c cleaning 9999 clauses out of 20015 with flag 795002/795002
831.94/420.06	c cleaning 9998 clauses out of 20014 with flag 805000/805000
839.63/423.96	c cleaning 9997 clauses out of 20016 with flag 815000/815000
847.28/427.86	c cleaning 10004 clauses out of 20021 with flag 825002/825002
847.55/428.08	c cleaning 0 clauses out of 324999 with flag 0/325000
854.84/431.76	c cleaning 9999 clauses out of 20016 with flag 835001/835001
862.33/435.55	c cleaning 10005 clauses out of 20017 with flag 845001/845001
869.95/439.48	c cleaning 9999 clauses out of 20011 with flag 855000/855000
877.45/443.28	c cleaning 9997 clauses out of 20013 with flag 865001/865001
881.13/445.13	c cleaning 0 clauses out of 335000 with flag 0/335001
885.21/447.26	c cleaning 10002 clauses out of 20016 with flag 875001/875001
893.03/451.21	c cleaning 10000 clauses out of 20014 with flag 885001/885001
900.72/455.12	c cleaning 10000 clauses out of 20014 with flag 895001/895001
908.20/458.93	c cleaning 9995 clauses out of 20013 with flag 905000/905000
915.68/462.72	c cleaning 10000 clauses out of 20018 with flag 915000/915000
917.30/463.69	c cleaning 0 clauses out of 344999 with flag 0/345000
923.18/466.66	c cleaning 10003 clauses out of 20019 with flag 925001/925001
930.66/470.45	c cleaning 10000 clauses out of 20015 with flag 935000/935000
938.14/474.29	c cleaning 10003 clauses out of 20015 with flag 945000/945000
945.96/478.24	c cleaning 9995 clauses out of 20012 with flag 955000/955000
952.44/481.59	c cleaning 0 clauses out of 354999 with flag 0/355000
953.71/482.27	c cleaning 10002 clauses out of 20019 with flag 965002/965002
961.19/486.09	c cleaning 10000 clauses out of 20015 with flag 975000/975000
969.02/490.06	c cleaning 9999 clauses out of 20016 with flag 985001/985001
976.73/493.93	c cleaning 10000 clauses out of 20017 with flag 995001/995001
984.37/497.80	c cleaning 10003 clauses out of 20017 with flag 1005001/1005001
989.68/500.54	c cleaning 0 clauses out of 364999 with flag 0/365000
992.06/501.83	c cleaning 9997 clauses out of 20014 with flag 1015001/1015001
999.53/505.65	c cleaning 9999 clauses out of 20016 with flag 1025000/1025000
1007.21/509.50	c cleaning 10002 clauses out of 20018 with flag 1035001/1035001
1014.69/513.39	c cleaning 10001 clauses out of 20015 with flag 1045000/1045000
1022.30/517.23	c cleaning 9997 clauses out of 20014 with flag 1055000/1055000
1024.18/518.22	c cleaning 0 clauses out of 374999 with flag 0/375000
1030.05/521.20	c cleaning 10000 clauses out of 20017 with flag 1065000/1065000
1037.53/525.03	c cleaning 9999 clauses out of 20018 with flag 1075001/1075001
1045.14/528.96	c cleaning 10003 clauses out of 20018 with flag 1085000/1085000
1052.81/532.83	c cleaning 10000 clauses out of 20017 with flag 1095002/1095002
1060.28/536.62	c cleaning 10000 clauses out of 20016 with flag 1105001/1105001
1065.35/539.28	c cleaning 0 clauses out of 385000 with flag 0/385001
1067.95/540.69	c cleaning 10003 clauses out of 20015 with flag 1115000/1115000
1075.83/544.65	c cleaning 9996 clauses out of 20012 with flag 1125000/1125000
1083.49/548.53	c cleaning 9998 clauses out of 20016 with flag 1135000/1135000
1091.16/552.45	c cleaning 10004 clauses out of 20019 with flag 1145001/1145001
1098.77/556.32	c cleaning 9998 clauses out of 20014 with flag 1155000/1155000
1106.23/560.17	c cleaning 10001 clauses out of 20016 with flag 1165000/1165000
1113.72/563.91	c cleaning 0 clauses out of 395000 with flag 0/395001
1113.98/564.11	c cleaning 10002 clauses out of 20018 with flag 1175003/1175003
1121.58/568.02	c cleaning 10000 clauses out of 20013 with flag 1185000/1185000
1129.48/572.07	c cleaning 10004 clauses out of 20014 with flag 1195001/1195001
1137.51/576.12	c cleaning 9994 clauses out of 20010 with flag 1205001/1205001
1145.37/580.10	c cleaning 10001 clauses out of 20016 with flag 1215001/1215001
1150.57/582.85	c cleaning 0 clauses out of 404999 with flag 0/405000
1153.43/584.36	c cleaning 10004 clauses out of 20015 with flag 1225001/1225001
1161.29/588.39	c cleaning 9998 clauses out of 20010 with flag 1235000/1235000
1169.15/592.30	c cleaning 9997 clauses out of 20012 with flag 1245000/1245000
1177.15/596.43	c cleaning 10001 clauses out of 20015 with flag 1255000/1255000
1184.61/600.22	c cleaning 0 clauses out of 415000 with flag 0/415001
1185.08/600.56	c cleaning 9996 clauses out of 20015 with flag 1265001/1265001
1193.13/604.60	c cleaning 10000 clauses out of 20019 with flag 1275001/1275001
1200.71/608.57	c cleaning 9999 clauses out of 20018 with flag 1285000/1285000
1208.37/612.47	c cleaning 10004 clauses out of 20020 with flag 1295001/1295001
1215.24/615.94	c cleaning 0 clauses out of 424999 with flag 0/425000
1216.28/616.54	c cleaning 9998 clauses out of 20015 with flag 1305000/1305000
1224.06/620.56	c cleaning 10004 clauses out of 20019 with flag 1315002/1315002
1231.92/624.51	c cleaning 9997 clauses out of 20014 with flag 1325001/1325001
1239.37/628.40	c cleaning 10004 clauses out of 20016 with flag 1335000/1335000
1246.82/632.12	c cleaning 0 clauses out of 435000 with flag 0/435001
1247.45/632.59	c cleaning 9996 clauses out of 20012 with flag 1345000/1345000
1255.27/636.52	c cleaning 10005 clauses out of 20017 with flag 1355001/1355001
1262.92/640.43	c cleaning 9999 clauses out of 20011 with flag 1365000/1365000
1270.77/644.42	c cleaning 9997 clauses out of 20013 with flag 1375001/1375001
1278.55/648.44	c cleaning 0 clauses out of 444999 with flag 0/445000
1278.80/648.63	c cleaning 9999 clauses out of 20017 with flag 1385002/1385002
1286.64/652.61	c cleaning 9998 clauses out of 20016 with flag 1395000/1395000
1294.50/656.67	c cleaning 10002 clauses out of 20018 with flag 1405000/1405000
1302.46/660.79	c cleaning 9999 clauses out of 20016 with flag 1415000/1415000
1310.31/664.71	c cleaning 0 clauses out of 455000 with flag 0/455001
1310.55/664.99	c cleaning 10000 clauses out of 20018 with flag 1425001/1425001
1318.40/668.96	c cleaning 10002 clauses out of 20018 with flag 1435001/1435001
1326.16/672.99	c cleaning 9999 clauses out of 20015 with flag 1445000/1445000
1334.01/676.91	c cleaning 10001 clauses out of 20016 with flag 1455000/1455000
1341.66/680.87	c cleaning 10000 clauses out of 20015 with flag 1465000/1465000
1342.30/681.25	c cleaning 0 clauses out of 464999 with flag 0/465000
1349.66/685.06	c cleaning 9994 clauses out of 20015 with flag 1475000/1475000
1357.50/689.01	c cleaning 10004 clauses out of 20023 with flag 1485002/1485002
1365.15/693.01	c cleaning 9998 clauses out of 20017 with flag 1495000/1495000
1373.18/697.01	c cleaning 10000 clauses out of 20020 with flag 1505001/1505001
1376.55/698.84	c cleaning 0 clauses out of 474999 with flag 0/475000
1381.19/701.25	c cleaning 10002 clauses out of 20019 with flag 1515000/1515000
1389.03/705.25	c cleaning 10003 clauses out of 20017 with flag 1525000/1525000
1396.67/709.16	c cleaning 9998 clauses out of 20014 with flag 1535000/1535000
1404.44/713.17	c cleaning 9997 clauses out of 20017 with flag 1545001/1545001
1410.67/716.38	c cleaning 0 clauses out of 485001 with flag 0/485002
1412.51/717.39	c cleaning 10004 clauses out of 20019 with flag 1555000/1555000
1420.36/721.37	c cleaning 10001 clauses out of 20015 with flag 1565000/1565000
1428.31/725.47	c cleaning 10000 clauses out of 20014 with flag 1575000/1575000
1436.14/729.49	c cleaning 9999 clauses out of 20014 with flag 1585000/1585000
1444.18/733.51	c cleaning 10001 clauses out of 20015 with flag 1595000/1595000
1445.42/734.20	c cleaning 0 clauses out of 494999 with flag 0/495000
1452.16/737.78	c cleaning 9997 clauses out of 20014 with flag 1605000/1605000
1460.00/741.76	c cleaning 9998 clauses out of 20018 with flag 1615001/1615001
1467.63/745.64	c cleaning 10004 clauses out of 20020 with flag 1625001/1625001
1475.47/749.65	c cleaning 9999 clauses out of 20015 with flag 1635000/1635000
1483.22/753.66	c cleaning 10002 clauses out of 20016 with flag 1645000/1645000
1484.45/754.35	c cleaning 0 clauses out of 504999 with flag 0/505000
1491.29/757.86	c cleaning 9997 clauses out of 20014 with flag 1655000/1655000
1499.31/761.99	c cleaning 10000 clauses out of 20017 with flag 1665000/1665000
1507.46/766.17	c cleaning 10000 clauses out of 20018 with flag 1675001/1675001
1515.49/770.26	c cleaning 10001 clauses out of 20018 with flag 1685001/1685001
1523.32/774.30	c cleaning 9999 clauses out of 20017 with flag 1695001/1695001
1524.55/774.95	c cleaning 0 clauses out of 515000 with flag 0/515001
1531.70/778.70	c cleaning 9999 clauses out of 20018 with flag 1705001/1705001
1539.72/782.76	c cleaning 9999 clauses out of 20020 with flag 1715002/1715002
1547.74/786.85	c cleaning 10001 clauses out of 20020 with flag 1725001/1725001
1555.80/790.96	c cleaning 10004 clauses out of 20019 with flag 1735001/1735001
1562.70/794.56	c cleaning 0 clauses out of 524999 with flag 0/525000
1563.94/795.26	c cleaning 10000 clauses out of 20015 with flag 1745001/1745001
1571.75/799.29	c cleaning 9997 clauses out of 20014 with flag 1755000/1755000
1579.57/803.29	c cleaning 10002 clauses out of 20018 with flag 1765001/1765001
1587.31/807.30	c cleaning 10001 clauses out of 20015 with flag 1775000/1775000
1595.33/811.38	c cleaning 10002 clauses out of 20015 with flag 1785001/1785001
1599.55/813.55	c cleaning 0 clauses out of 535000 with flag 0/535001
1603.57/815.62	c cleaning 9997 clauses out of 20014 with flag 1795002/1795002
1611.50/819.70	c cleaning 10001 clauses out of 20016 with flag 1805001/1805001
1619.32/823.73	c cleaning 10003 clauses out of 20014 with flag 1815000/1815000
1627.15/827.74	c cleaning 9995 clauses out of 20011 with flag 1825000/1825000
1634.97/831.73	c cleaning 10002 clauses out of 20017 with flag 1835001/1835001
1637.31/833.01	c cleaning 0 clauses out of 545000 with flag 0/545001
1642.95/835.92	c cleaning 10001 clauses out of 20015 with flag 1845001/1845001
1650.76/839.97	c cleaning 9993 clauses out of 20013 with flag 1855000/1855000
1658.78/844.02	c cleaning 10003 clauses out of 20022 with flag 1865002/1865002
1666.74/848.14	c cleaning 10000 clauses out of 20017 with flag 1875000/1875000
1674.53/852.15	c cleaning 10001 clauses out of 20017 with flag 1885000/1885000
1680.15/855.08	c cleaning 0 clauses out of 555000 with flag 0/555001
1682.56/856.39	c cleaning 10000 clauses out of 20017 with flag 1895001/1895001
1690.69/860.58	c cleaning 10001 clauses out of 20017 with flag 1905001/1905001
1698.73/864.65	c cleaning 9999 clauses out of 20016 with flag 1915001/1915001
1706.72/868.70	c cleaning 9997 clauses out of 20016 with flag 1925000/1925000
1714.73/872.82	c cleaning 10001 clauses out of 20019 with flag 1935000/1935000
1722.64/876.97	c cleaning 9999 clauses out of 20019 with flag 1945001/1945001
1725.86/878.67	c cleaning 0 clauses out of 565001 with flag 0/565002
1730.87/881.27	c cleaning 10003 clauses out of 20020 with flag 1955001/1955001
1739.09/885.42	c cleaning 9998 clauses out of 20016 with flag 1965000/1965000
1747.00/889.53	c cleaning 10001 clauses out of 20019 with flag 1975001/1975001
1754.81/893.60	c cleaning 10002 clauses out of 20018 with flag 1985001/1985001
1762.86/897.67	c cleaning 9998 clauses out of 20016 with flag 1995001/1995001
1770.84/901.77	c cleaning 0 clauses out of 575000 with flag 0/575001
1771.34/902.17	c cleaning 10000 clauses out of 20018 with flag 2005001/2005001
1779.15/906.18	c cleaning 10004 clauses out of 20018 with flag 2015001/2015001
1787.17/910.24	c cleaning 10001 clauses out of 20013 with flag 2025000/2025000
1795.17/914.32	c cleaning 10001 clauses out of 20013 with flag 2035001/2035001
1800.10/916.92	c starts		: 224
1800.10/916.92	c conflicts		: 2041335
1800.10/916.92	c decisions		: 2079003
1800.10/916.92	c propagations		: 1569496650
1800.10/916.92	c inspects		: 10565860844
1800.10/916.92	c shortcuts		: 0
1800.10/916.92	c learnt literals	: 1
1800.10/916.92	c learnt binary clauses	: 47
1800.10/916.92	c learnt ternary clauses	: 83
1800.10/916.92	c learnt constraints	: 2041334
1800.10/916.92	c ignored constraints	: 0
1800.10/916.92	c root simplifications	: 0
1800.10/916.92	c removed literals (reason simplification)	: 20148980
1800.10/916.92	c reason swapping (by a shorter reason)	: 0
1800.10/916.92	c Calls to reduceDB	: 205
1800.10/916.92	c number of reductions to clauses (during analyze)	: 0
1800.10/916.92	c number of learned constraints concerned by reduction	: 0
1800.10/916.92	c number of learning phase by resolution	: 0
1800.10/916.92	c number of learning phase by cutting planes	: 0
1800.10/916.92	c speed (assignments/second)	: 1712407.7098317158
1800.10/916.92	c non guided choices	0
1800.10/916.93	c learnt constraints type 
1800.10/916.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
1800.10/916.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16316
1800.10/916.93	c constraints type 
1800.10/916.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4882
1800.10/916.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1687
1800.10/916.93	c constraints type 
1800.10/916.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1687
1800.10/916.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4882
1800.10/916.93	s UNKNOWN
1800.10/916.93	c Total wall clock time (in seconds): 916.825

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-3454177-1307189038/watcher-3454177-1307189038 -o /tmp/evaluation-result-3454177-1307189038/solver-3454177-1307189038 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454177-1307189038.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.68 2.75 2.09 4/490 16404
/proc/meminfo: memFree=23578332/32951124 swapFree=56297244/67111528
[pid=16404] ppid=16402 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/16404/stat : 16404 (java) S 16402 16404 13385 0 -1 4202496 1168 0 0 0 0 0 0 0 25 0 2 0 909134233 26714112 896 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469868517 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16404/statm: 6793 896 682 9 0 381 0
[pid=16404/tid=16405] ppid=16402 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16405/stat : 16405 (java) R 16402 16404 13385 0 -1 4202560 5815 0 1 0 0 0 0 0 25 0 2 0 909134234 10694979584 6631 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252457759803 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0340129 s]
/proc/loadavg: 3.68 2.75 2.09 4/490 16404
/proc/meminfo: memFree=23578332/32951124 swapFree=56297244/67111528
[pid=16404] ppid=16402 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/16404/stat : 16404 (java) S 16402 16404 13385 0 -1 4202496 10976 0 1 0 2 0 0 0 25 0 11 0 909134233 10716594176 10674 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/16404/statm: 2616356 10675 1605 9 0 2607104 0
[pid=16404/tid=16405] ppid=16402 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/16404/task/16405/stat : 16405 (java) R 16402 16404 13385 0 -1 4202560 9852 0 1 0 2 0 0 0 25 0 11 0 909134234 10716594176 10676 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 47082511316504 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.101001 s]
/proc/loadavg: 3.68 2.75 2.09 4/490 16404
/proc/meminfo: memFree=23578332/32951124 swapFree=56297244/67111528
[pid=16404] ppid=16402 vsize=10539856 CPUtime=0.11 cores=1,3,5,7
/proc/16404/stat : 16404 (java) S 16402 16404 13385 0 -1 4202496 13069 0 1 0 10 1 0 0 25 0 18 0 909134233 10792812544 12765 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16404/statm: 2634964 12765 2092 9 0 2625698 0
[pid=16404/tid=16405] ppid=16402 vsize=10539856 CPUtime=0.08 cores=1,3,5,7
/proc/16404/task/16405/stat : 16405 (java) R 16402 16404 13385 0 -1 4202560 11166 0 1 0 8 0 0 0 18 0 18 0 909134234 10792812544 12767 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 47082508283811 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539856

[startup+0.300964 s]
/proc/loadavg: 3.68 2.75 2.09 4/490 16404
/proc/meminfo: memFree=23578332/32951124 swapFree=56297244/67111528
[pid=16404] ppid=16402 vsize=10541724 CPUtime=0.49 cores=1,3,5,7
/proc/16404/stat : 16404 (java) S 16402 16404 13385 0 -1 4202496 15997 0 1 0 48 1 0 0 25 0 18 0 909134233 10794725376 15534 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16404/statm: 2635431 15535 2200 9 0 2626165 0
[pid=16404/tid=16405] ppid=16402 vsize=10541724 CPUtime=0.29 cores=1,3,5,7
/proc/16404/task/16405/stat : 16405 (java) R 16402 16404 13385 0 -1 4202560 13195 0 1 0 28 1 0 0 18 0 18 0 909134234 10794725376 15536 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 46912505558159 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541724

[startup+0.700891 s]
/proc/loadavg: 3.68 2.75 2.09 4/490 16404
/proc/meminfo: memFree=23578332/32951124 swapFree=56297244/67111528
[pid=16404] ppid=16402 vsize=10614924 CPUtime=1.82 cores=1,3,5,7
/proc/16404/stat : 16404 (java) S 16402 16404 13385 0 -1 4202496 29490 0 1 0 179 3 0 0 25 0 22 0 909134233 10869682176 27343 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16404/statm: 2653731 27346 2238 9 0 2644465 0
[pid=16404/tid=16405] ppid=16402 vsize=10614924 CPUtime=0.37 cores=1,3,5,7
/proc/16404/task/16405/stat : 16405 (java) S 16402 16404 13385 0 -1 4202560 15874 0 1 0 36 1 0 0 19 0 22 0 909134234 10869682176 27348 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 10614924

[startup+1.50074 s]
/proc/loadavg: 3.68 2.75 2.09 5/512 16426
/proc/meminfo: memFree=23403264/32951124 swapFree=56297244/67111528
[pid=16404] ppid=16402 vsize=10614924 CPUtime=3.54 cores=1,3,5,7
/proc/16404/stat : 16404 (java) S 16402 16404 13385 0 -1 4202496 77626 0 1 0 346 8 0 0 25 0 22 0 909134233 10869682176 74105 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16404/statm: 2653731 74108 2242 9 0 2644465 0
[pid=16404/tid=16405] ppid=16402 vsize=10614924 CPUtime=0.37 cores=1,3,5,7
/proc/16404/task/16405/stat : 16405 (java) S 16402 16404 13385 0 -1 4202560 15874 0 1 0 36 1 0 0 15 0 22 0 909134234 10869682176 74110 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16407] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16407/stat : 16407 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909134236 10869682176 74112 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16408] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16408/stat : 16408 (java) S 16402 16404 13385 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909134236 10869682176 74112 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16409] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16409/stat : 16409 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909134236 10869682176 74112 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16410] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16410/stat : 16410 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909134236 10869682176 74112 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16411] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16411/stat : 16411 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909134236 10869682176 74112 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16412] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (java) S 16402 16404 13385 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909134236 10869682176 74118 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909134236 10869682176 74121 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16414] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909134236 10869682176 74123 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16415] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (java) S 16402 16404 13385 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 909134237 10869682176 74125 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 0 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16416] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16416/stat : 16416 (java) S 16402 16404 13385 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909134237 10869682176 74127 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16417] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16417/stat : 16417 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909134237 10869682176 74128 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16418] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16418/stat : 16418 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909134239 10869682176 74128 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469889457 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16419] ppid=16402 vsize=10614924 CPUtime=0.42 cores=1,3,5,7
/proc/16404/task/16419/stat : 16419 (java) S 16402 16404 13385 0 -1 4202560 2468 0 0 0 42 0 0 0 18 0 22 0 909134239 10869682176 74128 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16420] ppid=16402 vsize=10614924 CPUtime=0.49 cores=1,3,5,7
/proc/16404/task/16420/stat : 16420 (java) S 16402 16404 13385 0 -1 4202560 3892 0 0 0 49 0 0 0 15 0 22 0 909134239 10869682176 74128 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16421] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16421/stat : 16421 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909134239 10869682176 74128 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16422] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16422/stat : 16422 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909134239 10869682176 74128 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16423] ppid=16402 vsize=10614924 CPUtime=1.11 cores=1,3,5,7
/proc/16404/task/16423/stat : 16423 (java) R 16402 16404 13385 0 -1 4202560 254 0 0 0 111 0 0 0 18 0 22 0 909134272 10869682176 74133 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 46912505739311 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16404/tid=16424] ppid=16402 vsize=10614924 CPUtime=1.1 cores=1,3,5,7
/proc/16404/task/16424/stat : 16424 (java) R 16402 16404 13385 0 -1 4202560 53999 0 0 0 105 5 0 0 18 0 22 0 909134272 10869682176 74135 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 46912505850362 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16404/tid=16425] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16425/stat : 16425 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909134274 10869682176 74138 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16426] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16426/stat : 16426 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909134274 10869682176 74140 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 10614924

[startup+3.10144 s]
/proc/loadavg: 3.68 2.75 2.09 5/512 16426
/proc/meminfo: memFree=23167416/32951124 swapFree=56297244/67111528
[pid=16404] ppid=16402 vsize=10614924 CPUtime=6.8 cores=1,3,5,7
/proc/16404/stat : 16404 (java) S 16402 16404 13385 0 -1 4202496 138917 0 1 0 665 15 0 0 25 0 22 0 909134233 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16404/statm: 2653731 135166 2266 9 0 2644465 0
[pid=16404/tid=16405] ppid=16402 vsize=10614924 CPUtime=0.37 cores=1,3,5,7
/proc/16404/task/16405/stat : 16405 (java) S 16402 16404 13385 0 -1 4202560 15874 0 1 0 36 1 0 0 15 0 22 0 909134234 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16407] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16407/stat : 16407 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909134236 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16408] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16408/stat : 16408 (java) S 16402 16404 13385 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 909134236 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16409] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16409/stat : 16409 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909134236 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16410] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16410/stat : 16410 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909134236 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16411] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16411/stat : 16411 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909134236 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16412] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (java) S 16402 16404 13385 0 -1 4202560 525 0 0 0 0 0 0 0 18 0 22 0 909134236 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909134236 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16414] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (java) S 16402 16404 13385 0 -1 4202560 480 0 0 0 0 0 0 0 18 0 22 0 909134236 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16415] ppid=16402 vsize=10614924 CPUtime=0.01 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (java) S 16402 16404 13385 0 -1 4202560 999 0 0 0 1 0 0 0 15 0 22 0 909134237 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 0 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16416] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16416/stat : 16416 (java) S 16402 16404 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909134237 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16417] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16417/stat : 16417 (java) S 16402 16404 13385 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909134237 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16418] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16418/stat : 16418 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909134239 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469889457 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16419] ppid=16402 vsize=10614924 CPUtime=0.45 cores=1,3,5,7
/proc/16404/task/16419/stat : 16419 (java) S 16402 16404 13385 0 -1 4202560 2473 0 0 0 45 0 0 0 16 0 22 0 909134239 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16420] ppid=16402 vsize=10614924 CPUtime=0.54 cores=1,3,5,7
/proc/16404/task/16420/stat : 16420 (java) S 16402 16404 13385 0 -1 4202560 4130 0 0 0 54 0 0 0 16 0 22 0 909134239 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16421] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16421/stat : 16421 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909134239 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16422] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16422/stat : 16422 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909134239 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16423] ppid=16402 vsize=10614924 CPUtime=2.68 cores=1,3,5,7
/proc/16404/task/16423/stat : 16423 (java) R 16402 16404 13385 0 -1 4202560 398 0 0 0 268 0 0 0 20 0 22 0 909134272 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 46912505866161 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16404/tid=16424] ppid=16402 vsize=10614924 CPUtime=2.68 cores=1,3,5,7
/proc/16404/task/16424/stat : 16424 (java) R 16402 16404 13385 0 -1 4202560 112874 0 0 0 256 12 0 0 20 0 22 0 909134272 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 46912505723871 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16404/tid=16425] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16425/stat : 16425 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909134274 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16426] ppid=16402 vsize=10614924 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16426/stat : 16426 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909134274 10869682176 135166 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 10614924

[startup+6.30085 s]
/proc/loadavg: 3.78 2.79 2.11 5/512 16426
/proc/meminfo: memFree=23020544/32951124 swapFree=56297244/67111528
[pid=16404] ppid=16402 vsize=10628428 CPUtime=13.56 cores=1,3,5,7
/proc/16404/stat : 16404 (java) S 16402 16404 13385 0 -1 4202496 147792 0 1 0 1340 16 0 0 25 0 22 0 909134233 10883510272 141980 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16404/statm: 2657107 141980 2266 9 0 2647841 0
[pid=16404/tid=16405] ppid=16402 vsize=10628428 CPUtime=0.37 cores=1,3,5,7
/proc/16404/task/16405/stat : 16405 (java) S 16402 16404 13385 0 -1 4202560 15874 0 1 0 36 1 0 0 15 0 22 0 909134234 10883510272 141980 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16407] ppid=16402 vsize=10628428 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16407/stat : 16407 (java) S 16402 16404 13385 0 -1 4202560 135 0 0 0 0 0 0 0 16 0 22 0 909134236 10883510272 141980 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16408] ppid=16402 vsize=10628428 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16408/stat : 16408 (java) S 16402 16404 13385 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 22 0 909134236 10883510272 141980 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16409] ppid=16402 vsize=10628428 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16409/stat : 16409 (java) S 16402 16404 13385 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 22 0 909134236 10883510272 141980 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16410] ppid=16402 vsize=10628428 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16410/stat : 16410 (java) S 16402 16404 13385 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 909134236 10883510272 141980 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16411] ppid=16402 vsize=10628428 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16411/stat : 16411 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909134236 10883510272 141980 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16412] ppid=16402 vsize=10628428 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (java) S 16402 16404 13385 0 -1 4202560 525 0 0 0 0 0 0 0 15 0 22 0 909134236 10883510272 141980 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16402 vsize=10628428 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909134236 10883510272 141980 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16414] ppid=16402 vsize=10628428 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (java) S 16402 16404 13385 0 -1 4202560 480 0 0 0 0 0 0 0 15 0 22 0 909134236 10883510272 141980 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0

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

[pid=16404/tid=16424] ppid=16402 vsize=10620112 CPUtime=790.98 cores=1,3,5,7
/proc/16404/task/16424/stat : 16424 (java) R 16402 16404 13385 0 -1 4202560 387225 0 0 0 79056 42 0 0 25 0 22 0 909134272 10874994688 446553 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 46912505786824 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16404/tid=16425] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16425/stat : 16425 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909134274 10874994688 446553 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16426] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16426/stat : 16426 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909134274 10874994688 446553 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1616.52
Current children cumulated vsize (KiB) 10620112

[startup+882.301 s]
/proc/loadavg: 3.93 3.85 3.19 5/512 16519
/proc/meminfo: memFree=20195612/32951124 swapFree=56297244/67111528
[pid=16404] ppid=16402 vsize=10620112 CPUtime=1732.88 cores=1,3,5,7
/proc/16404/stat : 16404 (java) S 16402 16404 13385 0 -1 4202496 458227 0 1 0 173233 55 0 0 25 0 22 0 909134233 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16404/statm: 2655028 448345 2267 9 0 2645762 0
[pid=16404/tid=16405] ppid=16402 vsize=10620112 CPUtime=0.37 cores=1,3,5,7
/proc/16404/task/16405/stat : 16405 (java) S 16402 16404 13385 0 -1 4202560 15915 0 1 0 36 1 0 0 15 0 22 0 909134234 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16407] ppid=16402 vsize=10620112 CPUtime=0.31 cores=1,3,5,7
/proc/16404/task/16407/stat : 16407 (java) S 16402 16404 13385 0 -1 4202560 211 0 0 0 31 0 0 0 16 0 22 0 909134236 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16408] ppid=16402 vsize=10620112 CPUtime=0.34 cores=1,3,5,7
/proc/16404/task/16408/stat : 16408 (java) S 16402 16404 13385 0 -1 4202560 218 0 0 0 34 0 0 0 16 0 22 0 909134236 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16409] ppid=16402 vsize=10620112 CPUtime=0.36 cores=1,3,5,7
/proc/16404/task/16409/stat : 16409 (java) S 16402 16404 13385 0 -1 4202560 262 0 0 0 36 0 0 0 15 0 22 0 909134236 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16410] ppid=16402 vsize=10620112 CPUtime=0.31 cores=1,3,5,7
/proc/16404/task/16410/stat : 16410 (java) S 16402 16404 13385 0 -1 4202560 247 0 0 0 31 0 0 0 15 0 22 0 909134236 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16411] ppid=16402 vsize=10620112 CPUtime=0.37 cores=1,3,5,7
/proc/16404/task/16411/stat : 16411 (java) S 16402 16404 13385 0 -1 4202560 105 0 0 0 37 0 0 0 15 0 22 0 909134236 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16412] ppid=16402 vsize=10620112 CPUtime=0.33 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (java) S 16402 16404 13385 0 -1 4202560 542 0 0 0 33 0 0 0 15 0 22 0 909134236 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16402 vsize=10620112 CPUtime=0.35 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (java) S 16402 16404 13385 0 -1 4202560 80 0 0 0 35 0 0 0 15 0 22 0 909134236 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16414] ppid=16402 vsize=10620112 CPUtime=0.36 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (java) S 16402 16404 13385 0 -1 4202560 502 0 0 0 36 0 0 0 16 0 22 0 909134236 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16415] ppid=16402 vsize=10620112 CPUtime=33.7 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (java) S 16402 16404 13385 0 -1 4202560 36401 0 0 0 3365 5 0 0 15 0 22 0 909134237 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 0 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16416] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16416/stat : 16416 (java) S 16402 16404 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909134237 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16417] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16417/stat : 16417 (java) S 16402 16404 13385 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909134237 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16418] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16418/stat : 16418 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909134239 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469889457 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16419] ppid=16402 vsize=10620112 CPUtime=0.69 cores=1,3,5,7
/proc/16404/task/16419/stat : 16419 (java) S 16402 16404 13385 0 -1 4202560 5950 0 0 0 69 0 0 0 15 0 22 0 909134239 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16420] ppid=16402 vsize=10620112 CPUtime=0.89 cores=1,3,5,7
/proc/16404/task/16420/stat : 16420 (java) S 16402 16404 13385 0 -1 4202560 8803 0 0 0 88 1 0 0 15 0 22 0 909134239 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16421] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16421/stat : 16421 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909134239 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16422] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16422/stat : 16422 (java) S 16402 16404 13385 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 909134239 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16423] ppid=16402 vsize=10620112 CPUtime=847.19 cores=1,3,5,7
/proc/16404/task/16423/stat : 16423 (java) R 16402 16404 13385 0 -1 4202560 556 0 0 0 84719 0 0 0 17 0 22 0 909134272 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 46912505753256 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16404/tid=16424] ppid=16402 vsize=10620112 CPUtime=847.17 cores=1,3,5,7
/proc/16404/task/16424/stat : 16424 (java) R 16402 16404 13385 0 -1 4202560 387228 0 0 0 84675 42 0 0 25 0 22 0 909134272 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 46912505753251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16404/tid=16425] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16425/stat : 16425 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909134274 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16426] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16426/stat : 16426 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909134274 10874994688 448345 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1732.88
Current children cumulated vsize (KiB) 10620112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.901 s]
/proc/loadavg: 4.02 3.88 3.22 5/512 16520
/proc/meminfo: memFree=19892912/32951124 swapFree=56297244/67111528
[pid=16404] ppid=16402 vsize=10620112 CPUtime=1800.1 cores=1,3,5,7
/proc/16404/stat : 16404 (java) S 16402 16404 13385 0 -1 4202496 459341 0 1 0 179955 55 0 0 25 0 22 0 909134233 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16404/statm: 2655028 449446 2267 9 0 2645762 0
[pid=16404/tid=16405] ppid=16402 vsize=10620112 CPUtime=0.37 cores=1,3,5,7
/proc/16404/task/16405/stat : 16405 (java) S 16402 16404 13385 0 -1 4202560 15919 0 1 0 36 1 0 0 15 0 22 0 909134234 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16407] ppid=16402 vsize=10620112 CPUtime=0.33 cores=1,3,5,7
/proc/16404/task/16407/stat : 16407 (java) S 16402 16404 13385 0 -1 4202560 211 0 0 0 33 0 0 0 16 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16408] ppid=16402 vsize=10620112 CPUtime=0.36 cores=1,3,5,7
/proc/16404/task/16408/stat : 16408 (java) S 16402 16404 13385 0 -1 4202560 218 0 0 0 36 0 0 0 16 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16409] ppid=16402 vsize=10620112 CPUtime=0.39 cores=1,3,5,7
/proc/16404/task/16409/stat : 16409 (java) S 16402 16404 13385 0 -1 4202560 262 0 0 0 39 0 0 0 15 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16410] ppid=16402 vsize=10620112 CPUtime=0.33 cores=1,3,5,7
/proc/16404/task/16410/stat : 16410 (java) S 16402 16404 13385 0 -1 4202560 248 0 0 0 33 0 0 0 15 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16411] ppid=16402 vsize=10620112 CPUtime=0.38 cores=1,3,5,7
/proc/16404/task/16411/stat : 16411 (java) S 16402 16404 13385 0 -1 4202560 105 0 0 0 38 0 0 0 16 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16412] ppid=16402 vsize=10620112 CPUtime=0.34 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (java) S 16402 16404 13385 0 -1 4202560 542 0 0 0 34 0 0 0 16 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16413] ppid=16402 vsize=10620112 CPUtime=0.37 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (java) S 16402 16404 13385 0 -1 4202560 80 0 0 0 37 0 0 0 15 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16414] ppid=16402 vsize=10620112 CPUtime=0.38 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (java) S 16402 16404 13385 0 -1 4202560 502 0 0 0 38 0 0 0 15 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16415] ppid=16402 vsize=10620112 CPUtime=35.72 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (java) S 16402 16404 13385 0 -1 4202560 37503 0 0 0 3567 5 0 0 15 0 22 0 909134237 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 0 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16416] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16416/stat : 16416 (java) S 16402 16404 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909134237 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16417] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16417/stat : 16417 (java) S 16402 16404 13385 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909134237 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16418] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16418/stat : 16418 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909134239 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469889457 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16419] ppid=16402 vsize=10620112 CPUtime=0.69 cores=1,3,5,7
/proc/16404/task/16419/stat : 16419 (java) S 16402 16404 13385 0 -1 4202560 5950 0 0 0 69 0 0 0 15 0 22 0 909134239 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16420] ppid=16402 vsize=10620112 CPUtime=0.89 cores=1,3,5,7
/proc/16404/task/16420/stat : 16420 (java) S 16402 16404 13385 0 -1 4202560 8803 0 0 0 88 1 0 0 15 0 22 0 909134239 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16421] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16421/stat : 16421 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909134239 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16422] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16422/stat : 16422 (java) S 16402 16404 13385 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 909134239 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16423] ppid=16402 vsize=10620112 CPUtime=879.73 cores=1,3,5,7
/proc/16404/task/16423/stat : 16423 (java) R 16402 16404 13385 0 -1 4202560 560 0 0 0 87973 0 0 0 25 0 22 0 909134272 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 46912505753251 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16404/tid=16424] ppid=16402 vsize=10620112 CPUtime=879.72 cores=1,3,5,7
/proc/16404/task/16424/stat : 16424 (java) R 16402 16404 13385 0 -1 4202560 387229 0 0 0 87930 42 0 0 25 0 22 0 909134272 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16404/tid=16425] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16425/stat : 16425 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909134274 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16426] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16426/stat : 16426 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909134274 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10620112

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

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

[startup+916.901 s]
/proc/loadavg: 4.02 3.88 3.22 5/512 16520
/proc/meminfo: memFree=19892912/32951124 swapFree=56297244/67111528
[pid=16404] ppid=16402 vsize=10620112 CPUtime=1800.1 cores=1,3,5,7
/proc/16404/stat : 16404 (java) S 16402 16404 13385 0 -1 4202496 459341 0 1 0 179955 55 0 0 25 0 22 0 909134233 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16404/statm: 2655028 449446 2267 9 0 2645762 0
[pid=16404/tid=16405] ppid=16402 vsize=10620112 CPUtime=0.37 cores=1,3,5,7
/proc/16404/task/16405/stat : 16405 (java) S 16402 16404 13385 0 -1 4202560 15919 0 1 0 36 1 0 0 15 0 22 0 909134234 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16407] ppid=16402 vsize=10620112 CPUtime=0.33 cores=1,3,5,7
/proc/16404/task/16407/stat : 16407 (java) S 16402 16404 13385 0 -1 4202560 211 0 0 0 33 0 0 0 16 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16408] ppid=16402 vsize=10620112 CPUtime=0.36 cores=1,3,5,7
/proc/16404/task/16408/stat : 16408 (java) S 16402 16404 13385 0 -1 4202560 218 0 0 0 36 0 0 0 16 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16409] ppid=16402 vsize=10620112 CPUtime=0.39 cores=1,3,5,7
/proc/16404/task/16409/stat : 16409 (java) S 16402 16404 13385 0 -1 4202560 262 0 0 0 39 0 0 0 15 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16410] ppid=16402 vsize=10620112 CPUtime=0.33 cores=1,3,5,7
/proc/16404/task/16410/stat : 16410 (java) S 16402 16404 13385 0 -1 4202560 248 0 0 0 33 0 0 0 15 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16411] ppid=16402 vsize=10620112 CPUtime=0.38 cores=1,3,5,7
/proc/16404/task/16411/stat : 16411 (java) S 16402 16404 13385 0 -1 4202560 105 0 0 0 38 0 0 0 16 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16412] ppid=16402 vsize=10620112 CPUtime=0.34 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (java) S 16402 16404 13385 0 -1 4202560 542 0 0 0 34 0 0 0 16 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16413] ppid=16402 vsize=10620112 CPUtime=0.37 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (java) S 16402 16404 13385 0 -1 4202560 80 0 0 0 37 0 0 0 15 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16414] ppid=16402 vsize=10620112 CPUtime=0.38 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (java) S 16402 16404 13385 0 -1 4202560 502 0 0 0 38 0 0 0 15 0 22 0 909134236 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16415] ppid=16402 vsize=10620112 CPUtime=35.72 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (java) S 16402 16404 13385 0 -1 4202560 37503 0 0 0 3567 5 0 0 15 0 22 0 909134237 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 0 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16416] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16416/stat : 16416 (java) S 16402 16404 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909134237 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16417] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16417/stat : 16417 (java) S 16402 16404 13385 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909134237 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16418] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16418/stat : 16418 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909134239 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469889457 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16419] ppid=16402 vsize=10620112 CPUtime=0.69 cores=1,3,5,7
/proc/16404/task/16419/stat : 16419 (java) S 16402 16404 13385 0 -1 4202560 5950 0 0 0 69 0 0 0 15 0 22 0 909134239 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 7 0 0 0
[pid=16404/tid=16420] ppid=16402 vsize=10620112 CPUtime=0.89 cores=1,3,5,7
/proc/16404/task/16420/stat : 16420 (java) S 16402 16404 13385 0 -1 4202560 8803 0 0 0 88 1 0 0 15 0 22 0 909134239 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 5 0 0 0
[pid=16404/tid=16421] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16421/stat : 16421 (java) S 16402 16404 13385 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 909134239 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469881753 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16422] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16422/stat : 16422 (java) S 16402 16404 13385 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 909134239 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
[pid=16404/tid=16423] ppid=16402 vsize=10620112 CPUtime=879.73 cores=1,3,5,7
/proc/16404/task/16423/stat : 16423 (java) R 16402 16404 13385 0 -1 4202560 560 0 0 0 87973 0 0 0 25 0 22 0 909134272 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 46912505753251 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16404/tid=16424] ppid=16402 vsize=10620112 CPUtime=879.72 cores=1,3,5,7
/proc/16404/task/16424/stat : 16424 (java) R 16402 16404 13385 0 -1 4202560 387229 0 0 0 87930 42 0 0 25 0 22 0 909134272 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16404/tid=16425] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16425/stat : 16425 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909134274 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 3 0 0 0
[pid=16404/tid=16426] ppid=16402 vsize=10620112 CPUtime=0 cores=1,3,5,7
/proc/16404/task/16426/stat : 16426 (java) S 16402 16404 13385 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909134274 10874994688 449446 33554432000 1073741824 1073778376 140735369367328 18446744073709551615 252469882368 0 4 0 16800975 18446604467492637632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10620112

Child status: 143
Real time (s): 917.007
CPU time (s): 1800.26
CPU user time (s): 1799.64
CPU system time (s): 0.625904
CPU usage (%): 196.319
Max. virtual memory (cumulated for all children) (KiB): 10628428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.625904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 459369
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= 28587
involuntary context switches= 21075

runsolver used 4.28535 second user time and 10.5054 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-04 14:03:58
IDJOB=3454177
IDBENCH=2143
IDSOLVER=1950
FILE ID=node111/3454177-1307189038
RUNJOBID= node111-1307188735-15848
PBS_JOBID= 13508842
Free space on /tmp= 73868 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-1-c.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454177-1307189038/watcher-3454177-1307189038 -o /tmp/evaluation-result-3454177-1307189038/solver-3454177-1307189038 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454177-1307189038.opb

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

MD5SUM BENCH= 7d3927082349ded13241d71256bbcafb
RANDOM SEED=988249752

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23578604 kB
Buffers:        326556 kB
Cached:         849024 kB
SwapCached:      11784 kB
Active:        8309436 kB
Inactive:       782760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23578604 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:             608 kB
Writeback:           0 kB
AnonPages:     7913692 kB
Mapped:          36092 kB
Slab:           144244 kB
PageTables:      67048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 159450844 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= 73864 MiB
End job on node111 at 2011-06-04 14:19:17