Trace number 3738331

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.18 944.94

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version 2.2.0.v20100531
0.00/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.06	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.06	c java.vm.version	19.1-b02
0.00/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		1.6.0_24
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c ManyCore solver with 2 solvers running in parallel
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.09	c No reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	
0.00/0.09	c solving HOME/instance-3738331-1338755591.opb
0.00/0.09	c reading problem ... 
0.86/0.44	c ... done. Wall clock time 0.349s.
0.86/0.44	c #vars     3216
0.86/0.44	c #constraints  3726
0.86/0.44	c constraints type 
0.86/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63
0.86/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 63
0.86/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3210
0.86/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
0.86/0.44	c constraints type 
0.86/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3210
0.86/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 63
0.86/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
0.86/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
5.24/1.95	c cleaning 2499 clauses out of 5000 with flag 5000/5000
7.73/3.09	c cleaning 4249 clauses out of 8501 with flag 11000/11000
11.13/4.79	c cleaning 5627 clauses out of 11253 with flag 18001/18001
14.56/6.48	c cleaning 6805 clauses out of 13627 with flag 26002/26002
19.20/8.78	c cleaning 7894 clauses out of 15820 with flag 35000/35000
24.23/11.20	c cleaning 8951 clauses out of 17926 with flag 45000/45000
30.41/14.36	c cleaning 9472 clauses out of 18976 with flag 55001/55001
35.36/16.89	c cleaning 9746 clauses out of 19504 with flag 65001/65001
40.34/19.35	c cleaning 9869 clauses out of 19759 with flag 75002/75002
44.55/21.48	c cleaning 9929 clauses out of 19889 with flag 85001/85001
50.15/24.26	c cleaning 9970 clauses out of 19962 with flag 95003/95003
56.11/27.28	c cleaning 9991 clauses out of 19991 with flag 105002/105002
63.42/30.96	c cleaning 9993 clauses out of 19999 with flag 115001/115001
68.96/33.72	c cleaning 10002 clauses out of 20006 with flag 125001/125001
74.50/36.58	c cleaning 9989 clauses out of 20004 with flag 135001/135001
80.51/39.59	c cleaning 9987 clauses out of 20014 with flag 145000/145000
86.16/42.40	c cleaning 9993 clauses out of 20029 with flag 155002/155002
92.91/45.89	c cleaning 10000 clauses out of 20037 with flag 165003/165003
97.85/48.38	c cleaning 9998 clauses out of 20034 with flag 175000/175000
103.76/51.30	c cleaning 10005 clauses out of 20038 with flag 185002/185002
108.01/53.53	c cleaning 9999 clauses out of 20031 with flag 195000/195000
115.70/57.40	c cleaning 9952 clauses out of 20033 with flag 205001/205001
125.02/62.11	c cleaning 10032 clauses out of 20080 with flag 215000/215000
133.34/66.33	c cleaning 10010 clauses out of 20049 with flag 225001/225001
142.36/70.97	c cleaning 10001 clauses out of 20038 with flag 235000/235000
149.49/74.53	c cleaning 10006 clauses out of 20040 with flag 245003/245003
156.83/78.24	c cleaning 9993 clauses out of 20032 with flag 255001/255001
162.33/81.08	c cleaning 10011 clauses out of 20039 with flag 265001/265001
168.55/84.20	c cleaning 9994 clauses out of 20027 with flag 275000/275000
173.23/86.61	c cleaning 9993 clauses out of 20033 with flag 285000/285000
181.33/90.71	c cleaning 9986 clauses out of 20040 with flag 295000/295000
187.22/93.76	c cleaning 10020 clauses out of 20054 with flag 305000/305000
193.63/97.06	c cleaning 10009 clauses out of 20036 with flag 315002/315002
198.29/99.48	c cleaning 9999 clauses out of 20025 with flag 325000/325000
204.59/102.65	c cleaning 10005 clauses out of 20027 with flag 335001/335001
211.04/105.96	c cleaning 9997 clauses out of 20021 with flag 345000/345000
216.41/108.73	c cleaning 10009 clauses out of 20025 with flag 355001/355001
221.49/111.34	c cleaning 10001 clauses out of 20016 with flag 365001/365001
226.36/113.88	c cleaning 9998 clauses out of 20014 with flag 375000/375000
231.22/116.33	c cleaning 10001 clauses out of 20016 with flag 385000/385000
235.98/118.86	c cleaning 10005 clauses out of 20015 with flag 395000/395000
241.23/121.57	c cleaning 9994 clauses out of 20010 with flag 405000/405000
247.31/124.67	c cleaning 10002 clauses out of 20016 with flag 415000/415000
252.96/127.53	c cleaning 10001 clauses out of 20015 with flag 425001/425001
257.87/130.11	c cleaning 9971 clauses out of 20013 with flag 435000/435000
264.51/133.52	c cleaning 9980 clauses out of 20042 with flag 445000/445000
270.56/136.65	c cleaning 10015 clauses out of 20062 with flag 455000/455000
280.20/141.53	c cleaning 9986 clauses out of 20050 with flag 465003/465003
289.73/146.43	c cleaning 10011 clauses out of 20061 with flag 475000/475000
295.99/149.69	c cleaning 10014 clauses out of 20051 with flag 485001/485001
301.43/152.49	c cleaning 10006 clauses out of 20037 with flag 495001/495001
307.46/155.52	c cleaning 10001 clauses out of 20030 with flag 505000/505000
313.57/158.75	c cleaning 10002 clauses out of 20030 with flag 515001/515001
319.01/161.57	c cleaning 10004 clauses out of 20029 with flag 525002/525002
325.65/164.92	c cleaning 10001 clauses out of 20024 with flag 535001/535001
332.07/168.25	c cleaning 9999 clauses out of 20022 with flag 545000/545000
338.97/171.87	c cleaning 10000 clauses out of 20024 with flag 555001/555001
345.79/175.39	c cleaning 10000 clauses out of 20023 with flag 565000/565000
352.83/178.98	c cleaning 10001 clauses out of 20024 with flag 575001/575001
359.48/182.35	c cleaning 10002 clauses out of 20024 with flag 585002/585002
362.19/183.81	c cleaning 0 clauses out of 5001 with flag 0/5001
366.58/185.93	c cleaning 10004 clauses out of 20021 with flag 595001/595001
372.66/188.86	c cleaning 9986 clauses out of 20016 with flag 605000/605000
377.48/191.34	c cleaning 9974 clauses out of 20030 with flag 615000/615000
385.13/195.37	c cleaning 9993 clauses out of 20057 with flag 625001/625001
391.35/198.51	c cleaning 10023 clauses out of 20063 with flag 635000/635000
397.77/201.83	c cleaning 10014 clauses out of 20042 with flag 645002/645002
403.54/204.88	c cleaning 10001 clauses out of 20026 with flag 655000/655000
409.99/208.26	c cleaning 9998 clauses out of 20025 with flag 665000/665000
416.36/211.51	c cleaning 10008 clauses out of 20030 with flag 675003/675003
422.18/214.52	c cleaning 10000 clauses out of 20019 with flag 685000/685000
428.13/217.60	c cleaning 10002 clauses out of 20019 with flag 695000/695000
434.98/221.25	c cleaning 9993 clauses out of 20017 with flag 705000/705000
440.56/224.10	c cleaning 9989 clauses out of 20027 with flag 715003/715003
446.97/227.40	c cleaning 10008 clauses out of 20037 with flag 725002/725002
453.54/230.87	c cleaning 10007 clauses out of 20027 with flag 735000/735000
460.56/234.57	c cleaning 9998 clauses out of 20022 with flag 745002/745002
466.54/237.65	c cleaning 9993 clauses out of 20023 with flag 755001/755001
472.10/240.60	c cleaning 10002 clauses out of 20029 with flag 765000/765000
477.86/243.57	c cleaning 10000 clauses out of 20028 with flag 775001/775001
483.85/246.75	c cleaning 10000 clauses out of 20030 with flag 785003/785003
490.19/250.06	c cleaning 10009 clauses out of 20027 with flag 795000/795000
498.96/254.57	c cleaning 9991 clauses out of 20020 with flag 805002/805002
508.55/259.45	c cleaning 10001 clauses out of 20030 with flag 815003/815003
515.96/263.34	c cleaning 9967 clauses out of 20028 with flag 825002/825002
524.94/267.95	c cleaning 9992 clauses out of 20060 with flag 835001/835001
532.70/271.99	c cleaning 10011 clauses out of 20067 with flag 845000/845000
540.69/276.01	c cleaning 9990 clauses out of 20057 with flag 855001/855001
548.70/280.23	c cleaning 10016 clauses out of 20068 with flag 865002/865002
555.06/283.51	c cleaning 9969 clauses out of 20052 with flag 875002/875002
560.99/286.62	c cleaning 10039 clauses out of 20084 with flag 885003/885003
566.92/289.74	c cleaning 10010 clauses out of 20042 with flag 895000/895000
572.29/292.69	c cleaning 9981 clauses out of 20033 with flag 905001/905001
577.83/295.51	c cleaning 10016 clauses out of 20053 with flag 915002/915002
583.18/298.37	c cleaning 10005 clauses out of 20036 with flag 925001/925001
589.12/301.45	c cleaning 10000 clauses out of 20030 with flag 935000/935000
594.05/304.17	c cleaning 10008 clauses out of 20030 with flag 945000/945000
603.88/309.16	c cleaning 9999 clauses out of 20023 with flag 955001/955001
612.61/313.66	c cleaning 9999 clauses out of 20024 with flag 965001/965001
618.17/316.57	c cleaning 10006 clauses out of 20025 with flag 975001/975001
624.94/320.19	c cleaning 9995 clauses out of 20019 with flag 985001/985001
630.65/323.11	c cleaning 10001 clauses out of 20023 with flag 995000/995000
636.77/326.31	c cleaning 9999 clauses out of 20022 with flag 1005000/1005000
642.68/329.45	c cleaning 9996 clauses out of 20024 with flag 1015001/1015001
649.64/333.14	c cleaning 9994 clauses out of 20027 with flag 1025000/1025000
655.77/336.36	c cleaning 9997 clauses out of 20034 with flag 1035001/1035001
661.67/339.45	c cleaning 9999 clauses out of 20038 with flag 1045002/1045002
666.59/342.03	c cleaning 10000 clauses out of 20038 with flag 1055001/1055001
671.86/344.91	c cleaning 10001 clauses out of 20038 with flag 1065001/1065001
676.97/347.69	c cleaning 10004 clauses out of 20037 with flag 1075001/1075001
683.08/350.83	c cleaning 10009 clauses out of 20035 with flag 1085003/1085003
690.41/354.68	c cleaning 10006 clauses out of 20024 with flag 1095001/1095001
699.11/359.29	c cleaning 10000 clauses out of 20017 with flag 1105000/1105000
707.61/363.65	c cleaning 9999 clauses out of 20017 with flag 1115000/1115000
716.11/368.00	c cleaning 10000 clauses out of 20019 with flag 1125001/1125001
724.00/372.13	c cleaning 10002 clauses out of 20020 with flag 1135002/1135002
731.87/376.36	c cleaning 10000 clauses out of 20017 with flag 1145001/1145001
740.16/380.64	c cleaning 10000 clauses out of 20016 with flag 1155000/1155000
748.01/384.72	c cleaning 10001 clauses out of 20017 with flag 1165001/1165001
756.12/388.92	c cleaning 10001 clauses out of 20015 with flag 1175000/1175000
761.99/392.17	c cleaning 9996 clauses out of 20015 with flag 1185001/1185001
768.90/395.74	c cleaning 9997 clauses out of 20018 with flag 1195000/1195000
774.99/398.99	c cleaning 10000 clauses out of 20022 with flag 1205001/1205001
780.85/402.09	c cleaning 9995 clauses out of 20021 with flag 1215000/1215000
787.71/405.78	c cleaning 9993 clauses out of 20027 with flag 1225001/1225001
793.40/408.71	c cleaning 9997 clauses out of 20034 with flag 1235001/1235001
799.27/411.83	c cleaning 9998 clauses out of 20036 with flag 1245000/1245000
805.74/415.20	c cleaning 10001 clauses out of 20039 with flag 1255001/1255001
812.20/418.73	c cleaning 9997 clauses out of 20037 with flag 1265000/1265000
817.88/421.71	c cleaning 10003 clauses out of 20042 with flag 1275002/1275002
823.96/424.98	c cleaning 10000 clauses out of 20039 with flag 1285002/1285002
830.05/428.12	c cleaning 9998 clauses out of 20039 with flag 1295002/1295002
838.17/432.47	c cleaning 10001 clauses out of 20040 with flag 1305001/1305001
844.85/435.92	c cleaning 10001 clauses out of 20039 with flag 1315001/1315001
850.12/438.75	c cleaning 9993 clauses out of 20037 with flag 1325000/1325000
855.40/441.54	c cleaning 10013 clauses out of 20044 with flag 1335000/1335000
862.86/445.50	c cleaning 10007 clauses out of 20032 with flag 1345001/1345001
868.54/448.58	c cleaning 9993 clauses out of 20029 with flag 1355005/1355005
875.22/452.02	c cleaning 10013 clauses out of 20032 with flag 1365001/1365001
881.08/455.17	c cleaning 9975 clauses out of 20019 with flag 1375001/1375001
886.94/458.30	c cleaning 9997 clauses out of 20046 with flag 1385003/1385003
893.63/461.89	c cleaning 9979 clauses out of 20046 with flag 1395000/1395000
900.32/465.34	c cleaning 9987 clauses out of 20068 with flag 1405001/1405001
906.77/468.72	c cleaning 10018 clauses out of 20080 with flag 1415000/1415000
912.44/471.88	c cleaning 10021 clauses out of 20062 with flag 1425000/1425000
918.31/474.94	c cleaning 10012 clauses out of 20041 with flag 1435000/1435000
924.01/477.90	c cleaning 10007 clauses out of 20030 with flag 1445001/1445001
929.14/480.70	c cleaning 10001 clauses out of 20024 with flag 1455002/1455002
937.78/485.21	c cleaning 9994 clauses out of 20023 with flag 1465002/1465002
947.47/490.29	c cleaning 9995 clauses out of 20027 with flag 1475000/1475000
961.02/497.20	c cleaning 9996 clauses out of 20033 with flag 1485001/1485001
974.59/504.03	c cleaning 10002 clauses out of 20038 with flag 1495002/1495002
989.31/511.66	c cleaning 10001 clauses out of 20035 with flag 1505001/1505001
1004.06/519.14	c cleaning 9997 clauses out of 20033 with flag 1515000/1515000
1015.97/525.27	c cleaning 10013 clauses out of 20036 with flag 1525000/1525000
1021.23/528.01	c cleaning 10003 clauses out of 20024 with flag 1535001/1535001
1026.84/531.13	c cleaning 10004 clauses out of 20022 with flag 1545002/1545002
1033.49/534.69	c cleaning 10001 clauses out of 20016 with flag 1555000/1555000
1040.54/538.37	c cleaning 9999 clauses out of 20015 with flag 1565000/1565000
1048.62/542.53	c cleaning 9993 clauses out of 20018 with flag 1575002/1575002
1055.61/546.37	c cleaning 9971 clauses out of 20024 with flag 1585001/1585001
1061.86/549.63	c cleaning 9992 clauses out of 20052 with flag 1595000/1595000
1068.72/553.29	c cleaning 10025 clauses out of 20061 with flag 1605001/1605001
1076.75/557.49	c cleaning 9974 clauses out of 20037 with flag 1615002/1615002
1082.54/560.65	c cleaning 10007 clauses out of 20061 with flag 1625000/1625000
1090.35/564.75	c cleaning 10008 clauses out of 20055 with flag 1635001/1635001
1096.60/568.08	c cleaning 10007 clauses out of 20050 with flag 1645004/1645004
1102.42/571.17	c cleaning 9997 clauses out of 20039 with flag 1655000/1655000
1109.21/574.81	c cleaning 10005 clauses out of 20044 with flag 1665002/1665002
1115.22/578.09	c cleaning 10001 clauses out of 20038 with flag 1675001/1675001
1122.48/581.89	c cleaning 10000 clauses out of 20037 with flag 1685001/1685001
1129.31/585.41	c cleaning 10003 clauses out of 20036 with flag 1695000/1695000
1135.90/589.02	c cleaning 10000 clauses out of 20035 with flag 1705002/1705002
1144.16/593.32	c cleaning 9989 clauses out of 20033 with flag 1715000/1715000
1150.37/596.60	c cleaning 10007 clauses out of 20046 with flag 1725002/1725002
1156.98/600.10	c cleaning 10003 clauses out of 20037 with flag 1735000/1735000
1163.55/603.75	c cleaning 9998 clauses out of 20035 with flag 1745001/1745001
1170.79/607.51	c cleaning 9999 clauses out of 20036 with flag 1755000/1755000
1177.80/611.29	c cleaning 9997 clauses out of 20038 with flag 1765001/1765001
1184.03/614.51	c cleaning 10013 clauses out of 20042 with flag 1775002/1775002
1190.42/618.03	c cleaning 10009 clauses out of 20030 with flag 1785003/1785003
1196.25/621.12	c cleaning 10002 clauses out of 20019 with flag 1795001/1795001
1202.50/624.40	c cleaning 10001 clauses out of 20018 with flag 1805002/1805002
1208.52/627.62	c cleaning 10000 clauses out of 20015 with flag 1815000/1815000
1215.50/631.44	c cleaning 9997 clauses out of 20015 with flag 1825000/1825000
1222.94/635.39	c cleaning 10005 clauses out of 20019 with flag 1835001/1835001
1230.78/639.50	c cleaning 9999 clauses out of 20015 with flag 1845002/1845002
1238.43/643.49	c cleaning 9998 clauses out of 20015 with flag 1855001/1855001
1246.97/648.00	c cleaning 10001 clauses out of 20016 with flag 1865000/1865000
1253.41/651.49	c cleaning 10002 clauses out of 20015 with flag 1875000/1875000
1259.84/654.89	c cleaning 9999 clauses out of 20015 with flag 1885002/1885002
1266.52/658.35	c cleaning 9999 clauses out of 20016 with flag 1895002/1895002
1274.07/662.45	c cleaning 10002 clauses out of 20015 with flag 1905000/1905000
1281.28/666.24	c cleaning 9997 clauses out of 20015 with flag 1915002/1915002
1287.69/669.64	c cleaning 9998 clauses out of 20016 with flag 1925000/1925000
1294.71/673.31	c cleaning 10004 clauses out of 20018 with flag 1935000/1935000
1302.06/677.36	c cleaning 9999 clauses out of 20014 with flag 1945000/1945000
1308.68/680.83	c cleaning 9998 clauses out of 20015 with flag 1955000/1955000
1314.48/683.90	c cleaning 10003 clauses out of 20018 with flag 1965001/1965001
1320.07/686.92	c cleaning 10001 clauses out of 20017 with flag 1975003/1975003
1328.62/691.53	c cleaning 9992 clauses out of 20013 with flag 1985000/1985000
1334.02/694.41	c cleaning 10001 clauses out of 20022 with flag 1995001/1995001
1340.64/697.97	c cleaning 9999 clauses out of 20020 with flag 2005000/2005000
1346.65/701.13	c cleaning 9985 clauses out of 20022 with flag 2015001/2015001
1352.77/704.54	c cleaning 10010 clauses out of 20036 with flag 2025000/2025000
1358.38/707.58	c cleaning 9993 clauses out of 20027 with flag 2035001/2035001
1364.58/710.86	c cleaning 10000 clauses out of 20033 with flag 2045000/2045000
1370.20/713.88	c cleaning 10011 clauses out of 20034 with flag 2055001/2055001
1376.70/717.42	c cleaning 9996 clauses out of 20022 with flag 2065000/2065000
1382.91/720.76	c cleaning 10007 clauses out of 20026 with flag 2075000/2075000
1389.12/724.07	c cleaning 9994 clauses out of 20019 with flag 2085000/2085000
1396.51/727.94	c cleaning 9975 clauses out of 20025 with flag 2095000/2095000
1404.03/732.02	c cleaning 10002 clauses out of 20053 with flag 2105003/2105003
1410.43/735.45	c cleaning 10023 clauses out of 20050 with flag 2115002/2115002
1415.29/738.01	c cleaning 10008 clauses out of 20026 with flag 2125001/2125001
1420.05/740.62	c cleaning 10005 clauses out of 20019 with flag 2135002/2135002
1425.18/743.54	c cleaning 9994 clauses out of 20012 with flag 2145000/2145000
1430.75/746.59	c cleaning 9992 clauses out of 20018 with flag 2155000/2155000
1436.75/749.78	c cleaning 9991 clauses out of 20026 with flag 2165000/2165000
1442.72/752.93	c cleaning 10011 clauses out of 20036 with flag 2175001/2175001
1449.24/756.53	c cleaning 9994 clauses out of 20024 with flag 2185000/2185000
1455.04/759.62	c cleaning 9993 clauses out of 20030 with flag 2195000/2195000
1461.44/763.03	c cleaning 9999 clauses out of 20038 with flag 2205001/2205001
1466.66/765.86	c cleaning 9989 clauses out of 20039 with flag 2215001/2215001
1472.14/768.97	c cleaning 9997 clauses out of 20050 with flag 2225001/2225001
1479.71/772.91	c cleaning 10004 clauses out of 20055 with flag 2235003/2235003
1486.93/776.77	c cleaning 9991 clauses out of 20048 with flag 2245000/2245000
1493.92/780.44	c cleaning 9999 clauses out of 20058 with flag 2255001/2255001
1500.81/784.25	c cleaning 9994 clauses out of 20060 with flag 2265002/2265002
1507.98/788.05	c cleaning 10007 clauses out of 20066 with flag 2275002/2275002
1515.55/792.02	c cleaning 10001 clauses out of 20057 with flag 2285000/2285000
1521.13/795.02	c cleaning 10015 clauses out of 20056 with flag 2295000/2295000
1527.23/798.49	c cleaning 10008 clauses out of 20041 with flag 2305000/2305000
1534.43/802.26	c cleaning 10014 clauses out of 20035 with flag 2315002/2315002
1539.81/805.19	c cleaning 10001 clauses out of 20021 with flag 2325002/2325002
1546.22/808.58	c cleaning 10002 clauses out of 20021 with flag 2335003/2335003
1552.47/812.00	c cleaning 9999 clauses out of 20016 with flag 2345000/2345000
1560.26/816.14	c cleaning 9998 clauses out of 20017 with flag 2355000/2355000
1566.42/819.47	c cleaning 10003 clauses out of 20020 with flag 2365001/2365001
1572.60/822.79	c cleaning 9993 clauses out of 20017 with flag 2375001/2375001
1578.71/826.15	c cleaning 10005 clauses out of 20024 with flag 2385001/2385001
1585.46/829.80	c cleaning 9995 clauses out of 20019 with flag 2395001/2395001
1592.66/833.52	c cleaning 10000 clauses out of 20023 with flag 2405000/2405000
1598.65/836.76	c cleaning 9998 clauses out of 20024 with flag 2415001/2415001
1605.35/840.49	c cleaning 10005 clauses out of 20027 with flag 2425002/2425002
1612.50/844.26	c cleaning 10006 clauses out of 20021 with flag 2435001/2435001
1619.52/847.93	c cleaning 10000 clauses out of 20015 with flag 2445001/2445001
1626.51/851.62	c cleaning 10000 clauses out of 20014 with flag 2455000/2455000
1633.80/855.65	c cleaning 10001 clauses out of 20015 with flag 2465001/2465001
1640.62/859.27	c cleaning 9999 clauses out of 20014 with flag 2475001/2475001
1647.63/862.91	c cleaning 10000 clauses out of 20015 with flag 2485001/2485001
1654.63/866.61	c cleaning 10001 clauses out of 20015 with flag 2495001/2495001
1661.71/870.53	c cleaning 9998 clauses out of 20014 with flag 2505001/2505001
1668.69/874.26	c cleaning 10002 clauses out of 20015 with flag 2515000/2515000
1675.68/877.90	c cleaning 9998 clauses out of 20013 with flag 2525000/2525000
1682.69/881.64	c cleaning 10002 clauses out of 20016 with flag 2535001/2535001
1689.95/885.62	c cleaning 9998 clauses out of 20013 with flag 2545000/2545000
1696.77/889.26	c cleaning 10003 clauses out of 20015 with flag 2555000/2555000
1703.95/893.06	c cleaning 9997 clauses out of 20012 with flag 2565000/2565000
1710.92/896.70	c cleaning 10002 clauses out of 20017 with flag 2575002/2575002
1718.18/900.70	c cleaning 9998 clauses out of 20013 with flag 2585000/2585000
1725.37/904.50	c cleaning 9999 clauses out of 20015 with flag 2595000/2595000
1732.36/908.23	c cleaning 9999 clauses out of 20016 with flag 2605000/2605000
1739.78/912.18	c cleaning 10004 clauses out of 20017 with flag 2615000/2615000
1747.67/916.49	c cleaning 9999 clauses out of 20013 with flag 2625000/2625000
1755.26/920.42	c cleaning 10003 clauses out of 20015 with flag 2635001/2635001
1762.62/924.34	c cleaning 9997 clauses out of 20011 with flag 2645000/2645000
1769.41/927.99	c cleaning 9997 clauses out of 20014 with flag 2655000/2655000
1776.27/931.72	c cleaning 10005 clauses out of 20018 with flag 2665001/2665001
1780.59/934.16	c cleaning 0 clauses out of 11001 with flag 0/11001
1783.16/935.69	c cleaning 9993 clauses out of 20012 with flag 2675000/2675000
1788.95/938.72	c cleaning 10006 clauses out of 20022 with flag 2685003/2685003
1795.39/942.36	c cleaning 9998 clauses out of 20016 with flag 2695003/2695003
1800.18/944.92	c starts		: 231
1800.18/944.92	c conflicts		: 2702820
1800.18/944.92	c decisions		: 4017153
1800.18/944.92	c propagations		: 535610918
1800.18/944.92	c inspects		: 2002983422
1800.18/944.92	c learnt literals	: 0
1800.18/944.92	c learnt binary clauses	: 0
1800.18/944.92	c learnt ternary clauses	: 0
1800.18/944.92	c learnt clauses	: 2702820
1800.18/944.92	c ignored clauses	: 0
1800.18/944.92	c root simplifications	: 0
1800.18/944.92	c removed literals (reason simplification)	: 30264725
1800.18/944.92	c reason swapping (by a shorter reason)	: 0
1800.18/944.92	c Calls to reduceDB	: 271
1800.18/944.92	c number of reductions to clauses (during analyze)	: 0
1800.18/944.92	c number of learned constraints concerned by reduction	: 0
1800.18/944.92	c number of learning phase by resolution	: 0
1800.18/944.92	c number of learning phase by cutting planes	: 0
1800.18/944.92	c speed (assignments/second)	: 567101.5234983392
1800.18/944.92	c non guided choices	48595
1800.18/944.93	c learnt constraints type 
1800.18/944.93	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17850
1800.18/944.93	c constraints type 
1800.18/944.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63
1800.18/944.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 63
1800.18/944.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3210
1800.18/944.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1800.18/944.93	c constraints type 
1800.18/944.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3210
1800.18/944.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 63
1800.18/944.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
1800.18/944.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1800.18/944.93	s UNKNOWN
1800.18/944.93	c Total wall clock time (in seconds): 944.833

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3738331-1338755591/watcher-3738331-1338755591 -o /tmp/evaluation-result-3738331-1338755591/solver-3738331-1338755591 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3738331-1338755591.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.11 3.19 3.50 4/197 25536
/proc/meminfo: memFree=29967028/32873648 swapFree=6860/6860
[pid=25536] ppid=25534 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25536/stat : 25536 (java) S 25534 25536 22552 0 -1 4202496 1279 0 0 0 0 0 0 0 20 0 2 0 341684986 98570240 979 33554432000 1073741824 1073778376 140734442397184 140734442388320 259115745341 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25536/statm: 24065 979 745 9 0 16771 0
[pid=25536/tid=25537] ppid=25534 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25537/stat : 25537 (java) R 25534 25536 22552 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 341684987 98570240 979 33554432000 1073741824 1073778376 140734442397184 140238015794728 259112387968 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0168771 s]
/proc/loadavg: 2.11 3.19 3.50 4/197 25536
/proc/meminfo: memFree=29967028/32873648 swapFree=6860/6860
[pid=25536] ppid=25534 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/25536/stat : 25536 (java) S 25534 25536 22552 0 -1 4202496 3286 0 1 0 0 0 0 0 20 0 10 0 341684986 2209931264 3984 33554432000 1073741824 1073778376 140734442397184 140734442388320 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25536/statm: 539534 3994 1391 9 0 530235 0
[pid=25536/tid=25537] ppid=25534 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25537/stat : 25537 (java) R 25534 25536 22552 0 -1 4202560 2142 0 1 0 0 0 0 0 20 0 10 0 341684987 2209931264 3998 33554432000 1073741824 1073778376 140734442397184 140238015795904 140238005863527 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100859 s]
/proc/loadavg: 2.11 3.19 3.50 4/197 25536
/proc/meminfo: memFree=29967028/32873648 swapFree=6860/6860
[pid=25536] ppid=25534 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/25536/stat : 25536 (java) S 25534 25536 22552 0 -1 4202496 4871 0 1 0 11 1 0 0 20 0 18 0 341684986 2764726272 6529 33554432000 1073741824 1073778376 140734442397184 140734442388320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25536/statm: 674982 6529 2153 9 0 665676 0
[pid=25536/tid=25537] ppid=25534 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/25536/task/25537/stat : 25537 (java) R 25534 25536 22552 0 -1 4202560 2772 0 1 0 8 0 0 0 20 0 18 0 341684987 2764726272 6529 33554432000 1073741824 1073778376 140734442397184 140238015797032 140238023226255 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 2699928

[startup+0.301126 s]
/proc/loadavg: 2.11 3.19 3.50 4/197 25536
/proc/meminfo: memFree=29967028/32873648 swapFree=6860/6860
[pid=25536] ppid=25534 vsize=2699928 CPUtime=0.58 cores=0,2,4,6
/proc/25536/stat : 25536 (java) S 25534 25536 22552 0 -1 4202496 7836 0 1 0 56 2 0 0 20 0 18 0 341684986 2764726272 11298 33554432000 1073741824 1073778376 140734442397184 140734442388320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25536/statm: 674982 11298 2219 9 0 665676 0
[pid=25536/tid=25537] ppid=25534 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/25536/task/25537/stat : 25537 (java) R 25534 25536 22552 0 -1 4202560 2785 0 1 0 27 1 0 0 20 0 18 0 341684987 2764726272 11298 33554432000 1073741824 1073778376 140734442397184 140238015797032 140237880137618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 2699928

[startup+0.700209 s]
/proc/loadavg: 2.11 3.19 3.50 4/197 25536
/proc/meminfo: memFree=29967028/32873648 swapFree=6860/6860
[pid=25536] ppid=25534 vsize=2966184 CPUtime=2.01 cores=0,2,4,6
/proc/25536/stat : 25536 (java) S 25534 25536 22552 0 -1 4202496 16874 0 1 0 197 4 0 0 20 0 22 0 341684986 3037372416 26612 33554432000 1073741824 1073778376 140734442397184 140734442388320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25536/statm: 741546 26612 2247 9 0 732240 0
[pid=25536/tid=25537] ppid=25534 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/25536/task/25537/stat : 25537 (java) S 25534 25536 22552 0 -1 4202560 2809 0 1 0 41 2 0 0 20 0 22 0 341684987 3037372416 26612 33554432000 1073741824 1073778376 140734442397184 140238015800472 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 2966184

[startup+1.50073 s]
/proc/loadavg: 2.11 3.19 3.50 7/219 25558
/proc/meminfo: memFree=29747504/32873648 swapFree=6860/6860
[pid=25536] ppid=25534 vsize=2966184 CPUtime=4.4 cores=0,2,4,6
/proc/25536/stat : 25536 (java) S 25534 25536 22552 0 -1 4202496 20309 0 1 0 431 9 0 0 20 0 22 0 341684986 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140734442388320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25536/statm: 741546 102448 2266 9 0 732240 0
[pid=25536/tid=25537] ppid=25534 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/25536/task/25537/stat : 25537 (java) S 25534 25536 22552 0 -1 4202560 2809 0 1 0 41 2 0 0 20 0 22 0 341684987 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140238015800472 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25539] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25539/stat : 25539 (java) S 25534 25536 22552 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140238000081960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25540] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25540/stat : 25540 (java) S 25534 25536 22552 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237999029160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25541] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25541/stat : 25541 (java) S 25534 25536 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237879634728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25542] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25542/stat : 25542 (java) S 25534 25536 22552 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237878581928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25543] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25543/stat : 25543 (java) S 25534 25536 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237877529128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25544] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25544/stat : 25544 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237876476328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25545] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25545/stat : 25545 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237875423528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25546] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25546/stat : 25546 (java) S 25534 25536 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237874370728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25547] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25547/stat : 25547 (java) S 25534 25536 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341684989 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237392042984 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25548] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25548/stat : 25548 (java) S 25534 25536 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341684989 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237390989048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25549] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25549/stat : 25549 (java) S 25534 25536 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341684989 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237389936136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25550] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25550/stat : 25550 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684991 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237388884624 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25551] ppid=25534 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/25536/task/25551/stat : 25551 (java) S 25534 25536 22552 0 -1 4202560 5833 0 0 0 89 2 0 0 20 0 22 0 341684991 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237387831736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25552] ppid=25534 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/25536/task/25552/stat : 25552 (java) S 25534 25536 22552 0 -1 4202560 10156 0 0 0 89 2 0 0 20 0 22 0 341684991 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237386778936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25553] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25553/stat : 25553 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684991 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237385726328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25554] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25554/stat : 25554 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684991 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237384673736 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25555] ppid=25534 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/25536/task/25555/stat : 25555 (java) R 25534 25536 22552 0 -1 4202560 76 0 0 0 100 0 0 0 20 0 22 0 341685031 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237383617808 140237880412647 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25556] ppid=25534 vsize=2966184 CPUtime=1.01 cores=0,2,4,6
/proc/25536/task/25556/stat : 25556 (java) R 25534 25536 22552 0 -1 4202560 189 0 0 0 98 3 0 0 20 0 22 0 341685031 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237382565384 140237880161133 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25557] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25557/stat : 25557 (java) S 25534 25536 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685033 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237381514664 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25558] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25558/stat : 25558 (java) S 25534 25536 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685033 3037372416 102448 33554432000 1073741824 1073778376 140734442397184 140237380461864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 2966184

[startup+3.10074 s]
/proc/loadavg: 2.11 3.19 3.50 6/219 25558
/proc/meminfo: memFree=29447256/32873648 swapFree=6860/6860
[pid=25536] ppid=25534 vsize=2966184 CPUtime=7.94 cores=0,2,4,6
/proc/25536/stat : 25536 (java) S 25534 25536 22552 0 -1 4202496 24071 0 1 0 783 11 0 0 20 0 22 0 341684986 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140734442388320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25536/statm: 741546 108150 2279 9 0 732240 0
[pid=25536/tid=25537] ppid=25534 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/25536/task/25537/stat : 25537 (java) S 25534 25536 22552 0 -1 4202560 2809 0 1 0 41 2 0 0 20 0 22 0 341684987 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140238015800472 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25539] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25539/stat : 25539 (java) S 25534 25536 22552 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140238000081960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25540] ppid=25534 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/25536/task/25540/stat : 25540 (java) S 25534 25536 22552 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 341684988 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237999029160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25541] ppid=25534 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/25536/task/25541/stat : 25541 (java) S 25534 25536 22552 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 341684988 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237879634728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25542] ppid=25534 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/25536/task/25542/stat : 25542 (java) S 25534 25536 22552 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 341684988 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237878581928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25543] ppid=25534 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/25536/task/25543/stat : 25543 (java) S 25534 25536 22552 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 341684988 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237877529128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25544] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25544/stat : 25544 (java) S 25534 25536 22552 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237876476328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25545] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25545/stat : 25545 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237875423528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25546] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25546/stat : 25546 (java) S 25534 25536 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237874370728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25547] ppid=25534 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/25536/task/25547/stat : 25547 (java) R 25534 25536 22552 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 341684989 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237392041960 140238017994889 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25548] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25548/stat : 25548 (java) S 25534 25536 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341684989 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237390989048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25549] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25549/stat : 25549 (java) S 25534 25536 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341684989 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237389936136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25550] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25550/stat : 25550 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684991 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237388884624 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25551] ppid=25534 vsize=2966184 CPUtime=1.16 cores=0,2,4,6
/proc/25536/task/25551/stat : 25551 (java) S 25534 25536 22552 0 -1 4202560 9525 0 0 0 114 2 0 0 20 0 22 0 341684991 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237387831736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25552] ppid=25534 vsize=2966184 CPUtime=1.02 cores=0,2,4,6
/proc/25536/task/25552/stat : 25552 (java) S 25534 25536 22552 0 -1 4202560 10156 0 0 0 100 2 0 0 20 0 22 0 341684991 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237386778936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25553] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25553/stat : 25553 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684991 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237385726328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25554] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25554/stat : 25554 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684991 3037372416 108150 33554432000 1073741824 1073778376 140734442397184 140237384673736 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25555] ppid=25534 vsize=2966184 CPUtime=2.53 cores=0,2,4,6
/proc/25536/task/25555/stat : 25555 (java) S 25534 25536 22552 0 -1 4202560 76 0 0 0 253 0 0 0 20 0 22 0 341685031 3037372416 108151 33554432000 1073741824 1073778376 140734442397184 140237383619656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25556] ppid=25534 vsize=2966184 CPUtime=2.55 cores=0,2,4,6
/proc/25536/task/25556/stat : 25556 (java) S 25534 25536 22552 0 -1 4202560 191 0 0 0 252 3 0 0 20 0 22 0 341685031 3037372416 108151 33554432000 1073741824 1073778376 140734442397184 140237382564568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25557] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25557/stat : 25557 (java) S 25534 25536 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685033 3037372416 108151 33554432000 1073741824 1073778376 140734442397184 140237381514664 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25558] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25558/stat : 25558 (java) S 25534 25536 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685033 3037372416 108151 33554432000 1073741824 1073778376 140734442397184 140237380461864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 2966184

[startup+6.3008 s]
/proc/loadavg: 2.26 3.20 3.51 4/219 25558
/proc/meminfo: memFree=29417596/32873648 swapFree=6860/6860
[pid=25536] ppid=25534 vsize=2966184 CPUtime=14.33 cores=0,2,4,6
/proc/25536/stat : 25536 (java) S 25534 25536 22552 0 -1 4202496 24158 0 1 0 1419 14 0 0 20 0 22 0 341684986 3037372416 130480 33554432000 1073741824 1073778376 140734442397184 140734442388320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25536/statm: 741546 130480 2279 9 0 732240 0
[pid=25536/tid=25537] ppid=25534 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/25536/task/25537/stat : 25537 (java) S 25534 25536 22552 0 -1 4202560 2809 0 1 0 41 2 0 0 20 0 22 0 341684987 3037372416 130480 33554432000 1073741824 1073778376 140734442397184 140238015800472 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25539] ppid=25534 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/25536/task/25539/stat : 25539 (java) S 25534 25536 22552 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 341684988 3037372416 130480 33554432000 1073741824 1073778376 140734442397184 140238000081960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25540] ppid=25534 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/25536/task/25540/stat : 25540 (java) S 25534 25536 22552 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 341684988 3037372416 130480 33554432000 1073741824 1073778376 140734442397184 140237999029160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25541] ppid=25534 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/25536/task/25541/stat : 25541 (java) S 25534 25536 22552 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 341684988 3037372416 130480 33554432000 1073741824 1073778376 140734442397184 140237879634728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25542] ppid=25534 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/25536/task/25542/stat : 25542 (java) S 25534 25536 22552 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 341684988 3037372416 130480 33554432000 1073741824 1073778376 140734442397184 140237878581928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25543] ppid=25534 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/25536/task/25543/stat : 25543 (java) S 25534 25536 22552 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 341684988 3037372416 130480 33554432000 1073741824 1073778376 140734442397184 140237877529128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25544] ppid=25534 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/25536/task/25544/stat : 25544 (java) S 25534 25536 22552 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341684988 3037372416 130480 33554432000 1073741824 1073778376 140734442397184 140237876476328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25545] ppid=25534 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/25536/task/25545/stat : 25545 (java) S 25534 25536 22552 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 341684988 3037372416 130480 33554432000 1073741824 1073778376 140734442397184 140237875423528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25546] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25546/stat : 25546 (java) S 25534 25536 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341684988 3037372416 130480 33554432000 1073741824 1073778376 140734442397184 140237874370728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/25536/statm: 741546 223900 2281 9 0 732240 0
[pid=25536/tid=25537] ppid=25534 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/25536/task/25537/stat : 25537 (java) S 25534 25536 22552 0 -1 4202560 2887 0 1 0 42 3 0 0 20 0 22 0 341684987 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140238015800472 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25539] ppid=25534 vsize=2966184 CPUtime=4.8 cores=0,2,4,6
/proc/25536/task/25539/stat : 25539 (java) S 25534 25536 22552 0 -1 4202560 334 0 0 0 473 7 0 0 20 0 22 0 341684988 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140238000081960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25540] ppid=25534 vsize=2966184 CPUtime=4.68 cores=0,2,4,6
/proc/25536/task/25540/stat : 25540 (java) S 25534 25536 22552 0 -1 4202560 329 0 0 0 461 7 0 0 20 0 22 0 341684988 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237999029160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25541] ppid=25534 vsize=2966184 CPUtime=4.85 cores=0,2,4,6
/proc/25536/task/25541/stat : 25541 (java) S 25534 25536 22552 0 -1 4202560 331 0 0 0 479 6 0 0 20 0 22 0 341684988 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237879634728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25542] ppid=25534 vsize=2966184 CPUtime=4.75 cores=0,2,4,6
/proc/25536/task/25542/stat : 25542 (java) S 25534 25536 22552 0 -1 4202560 329 0 0 0 468 7 0 0 20 0 22 0 341684988 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237878581928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25543] ppid=25534 vsize=2966184 CPUtime=4.88 cores=0,2,4,6
/proc/25536/task/25543/stat : 25543 (java) S 25534 25536 22552 0 -1 4202560 335 0 0 0 483 5 0 0 20 0 22 0 341684988 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237877529128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25544] ppid=25534 vsize=2966184 CPUtime=4.84 cores=0,2,4,6
/proc/25536/task/25544/stat : 25544 (java) S 25534 25536 22552 0 -1 4202560 300 0 0 0 477 7 0 0 20 0 22 0 341684988 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237876476328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25545] ppid=25534 vsize=2966184 CPUtime=4.77 cores=0,2,4,6
/proc/25536/task/25545/stat : 25545 (java) S 25534 25536 22552 0 -1 4202560 315 0 0 0 471 6 0 0 20 0 22 0 341684988 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237875423528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25546] ppid=25534 vsize=2966184 CPUtime=4.92 cores=0,2,4,6
/proc/25536/task/25546/stat : 25546 (java) S 25534 25536 22552 0 -1 4202560 320 0 0 0 486 6 0 0 20 0 22 0 341684988 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237874370728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25547] ppid=25534 vsize=2966184 CPUtime=108.24 cores=0,2,4,6
/proc/25536/task/25547/stat : 25547 (java) S 25534 25536 22552 0 -1 4202560 140 0 0 0 10790 34 0 0 20 0 22 0 341684989 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237392042984 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25548] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25548/stat : 25548 (java) S 25534 25536 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341684989 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237390989048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25549] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25549/stat : 25549 (java) S 25534 25536 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341684989 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237389936136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25550] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25550/stat : 25550 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684991 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237388884624 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25551] ppid=25534 vsize=2966184 CPUtime=2.35 cores=0,2,4,6
/proc/25536/task/25551/stat : 25551 (java) S 25534 25536 22552 0 -1 4202560 17814 0 0 0 231 4 0 0 20 0 22 0 341684991 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237387831736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25552] ppid=25534 vsize=2966184 CPUtime=1.07 cores=0,2,4,6
/proc/25536/task/25552/stat : 25552 (java) S 25534 25536 22552 0 -1 4202560 10167 0 0 0 105 2 0 0 20 0 22 0 341684991 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237386778936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25553] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25553/stat : 25553 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684991 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237385726328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25554] ppid=25534 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/25536/task/25554/stat : 25554 (java) S 25534 25536 22552 0 -1 4202560 55 0 0 0 14 19 0 0 20 0 22 0 341684991 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237384673736 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25555] ppid=25534 vsize=2966184 CPUtime=819.83 cores=0,2,4,6
/proc/25536/task/25555/stat : 25555 (java) R 25534 25536 22552 0 -1 4202560 459 0 0 0 81968 15 0 0 20 0 22 0 341685031 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237383618496 140237880578213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25556] ppid=25534 vsize=2966184 CPUtime=820.05 cores=0,2,4,6
/proc/25536/task/25556/stat : 25556 (java) R 25534 25536 22552 0 -1 4202560 534 0 0 0 81987 18 0 0 20 0 22 0 341685031 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237382564896 140237880425686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25557] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25557/stat : 25557 (java) S 25534 25536 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685033 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237381514664 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25558] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25558/stat : 25558 (java) S 25534 25536 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685033 3037372416 223900 33554432000 1073741824 1073778376 140734442397184 140237380461864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1795.39
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+944.907 s]
/proc/loadavg: 3.84 3.79 3.68 8/219 25630
/proc/meminfo: memFree=28887932/32873648 swapFree=6860/6860
[pid=25536] ppid=25534 vsize=2966184 CPUtime=1800.18 cores=0,2,4,6
/proc/25536/stat : 25536 (java) S 25534 25536 22552 0 -1 4202496 35848 0 1 0 179906 112 0 0 20 0 22 0 341684986 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140734442388320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25536/statm: 741546 223907 2281 9 0 732240 0
[pid=25536/tid=25537] ppid=25534 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/25536/task/25537/stat : 25537 (java) S 25534 25536 22552 0 -1 4202560 2889 0 1 0 42 3 0 0 20 0 22 0 341684987 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140238015800472 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25539] ppid=25534 vsize=2966184 CPUtime=4.81 cores=0,2,4,6
/proc/25536/task/25539/stat : 25539 (java) S 25534 25536 22552 0 -1 4202560 334 0 0 0 474 7 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140238000081960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25540] ppid=25534 vsize=2966184 CPUtime=4.69 cores=0,2,4,6
/proc/25536/task/25540/stat : 25540 (java) S 25534 25536 22552 0 -1 4202560 329 0 0 0 462 7 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237999029160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25541] ppid=25534 vsize=2966184 CPUtime=4.87 cores=0,2,4,6
/proc/25536/task/25541/stat : 25541 (java) S 25534 25536 22552 0 -1 4202560 331 0 0 0 481 6 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237879634728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25542] ppid=25534 vsize=2966184 CPUtime=4.77 cores=0,2,4,6
/proc/25536/task/25542/stat : 25542 (java) S 25534 25536 22552 0 -1 4202560 331 0 0 0 470 7 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237878581928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25543] ppid=25534 vsize=2966184 CPUtime=4.9 cores=0,2,4,6
/proc/25536/task/25543/stat : 25543 (java) S 25534 25536 22552 0 -1 4202560 335 0 0 0 485 5 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237877529128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25544] ppid=25534 vsize=2966184 CPUtime=4.87 cores=0,2,4,6
/proc/25536/task/25544/stat : 25544 (java) S 25534 25536 22552 0 -1 4202560 305 0 0 0 480 7 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237876476328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25545] ppid=25534 vsize=2966184 CPUtime=4.79 cores=0,2,4,6
/proc/25536/task/25545/stat : 25545 (java) S 25534 25536 22552 0 -1 4202560 315 0 0 0 473 6 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237875423528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25546] ppid=25534 vsize=2966184 CPUtime=4.94 cores=0,2,4,6
/proc/25536/task/25546/stat : 25546 (java) S 25534 25536 22552 0 -1 4202560 320 0 0 0 488 6 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237874370728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25547] ppid=25534 vsize=2966184 CPUtime=108.75 cores=0,2,4,6
/proc/25536/task/25547/stat : 25547 (java) S 25534 25536 22552 0 -1 4202560 140 0 0 0 10841 34 0 0 20 0 22 0 341684989 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237392042984 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25548] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25548/stat : 25548 (java) S 25534 25536 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341684989 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237390989048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25549] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25549/stat : 25549 (java) S 25534 25536 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341684989 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237389936136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25550] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25550/stat : 25550 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684991 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237388884624 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25551] ppid=25534 vsize=2966184 CPUtime=2.35 cores=0,2,4,6
/proc/25536/task/25551/stat : 25551 (java) S 25534 25536 22552 0 -1 4202560 17814 0 0 0 231 4 0 0 20 0 22 0 341684991 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237387831736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25552] ppid=25534 vsize=2966184 CPUtime=1.07 cores=0,2,4,6
/proc/25536/task/25552/stat : 25552 (java) S 25534 25536 22552 0 -1 4202560 10167 0 0 0 105 2 0 0 20 0 22 0 341684991 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237386778936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25553] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25553/stat : 25553 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684991 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237385726328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25554] ppid=25534 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/25536/task/25554/stat : 25554 (java) S 25534 25536 22552 0 -1 4202560 55 0 0 0 14 19 0 0 20 0 22 0 341684991 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237384673736 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25555] ppid=25534 vsize=2966184 CPUtime=821.89 cores=0,2,4,6
/proc/25536/task/25555/stat : 25555 (java) R 25534 25536 22552 0 -1 4202560 459 0 0 0 82174 15 0 0 20 0 22 0 341685031 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237383618616 140237880459508 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25556] ppid=25534 vsize=2966184 CPUtime=822.12 cores=0,2,4,6
/proc/25536/task/25556/stat : 25556 (java) R 25534 25536 22552 0 -1 4202560 534 0 0 0 82194 18 0 0 20 0 22 0 341685031 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237382565016 140237880577585 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25557] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25557/stat : 25557 (java) S 25534 25536 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685033 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237381514664 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25558] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25558/stat : 25558 (java) S 25534 25536 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685033 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237380461864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 2966184

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

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

[startup+944.907 s]
/proc/loadavg: 3.84 3.79 3.68 8/219 25630
/proc/meminfo: memFree=28887932/32873648 swapFree=6860/6860
[pid=25536] ppid=25534 vsize=2966184 CPUtime=1800.18 cores=0,2,4,6
/proc/25536/stat : 25536 (java) S 25534 25536 22552 0 -1 4202496 35848 0 1 0 179906 112 0 0 20 0 22 0 341684986 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140734442388320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25536/statm: 741546 223907 2281 9 0 732240 0
[pid=25536/tid=25537] ppid=25534 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/25536/task/25537/stat : 25537 (java) S 25534 25536 22552 0 -1 4202560 2889 0 1 0 42 3 0 0 20 0 22 0 341684987 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140238015800472 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25539] ppid=25534 vsize=2966184 CPUtime=4.81 cores=0,2,4,6
/proc/25536/task/25539/stat : 25539 (java) S 25534 25536 22552 0 -1 4202560 334 0 0 0 474 7 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140238000081960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25540] ppid=25534 vsize=2966184 CPUtime=4.69 cores=0,2,4,6
/proc/25536/task/25540/stat : 25540 (java) S 25534 25536 22552 0 -1 4202560 329 0 0 0 462 7 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237999029160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25541] ppid=25534 vsize=2966184 CPUtime=4.87 cores=0,2,4,6
/proc/25536/task/25541/stat : 25541 (java) S 25534 25536 22552 0 -1 4202560 331 0 0 0 481 6 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237879634728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25542] ppid=25534 vsize=2966184 CPUtime=4.77 cores=0,2,4,6
/proc/25536/task/25542/stat : 25542 (java) S 25534 25536 22552 0 -1 4202560 331 0 0 0 470 7 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237878581928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25536/tid=25543] ppid=25534 vsize=2966184 CPUtime=4.9 cores=0,2,4,6
/proc/25536/task/25543/stat : 25543 (java) S 25534 25536 22552 0 -1 4202560 335 0 0 0 485 5 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237877529128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25544] ppid=25534 vsize=2966184 CPUtime=4.87 cores=0,2,4,6
/proc/25536/task/25544/stat : 25544 (java) S 25534 25536 22552 0 -1 4202560 305 0 0 0 480 7 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237876476328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25545] ppid=25534 vsize=2966184 CPUtime=4.79 cores=0,2,4,6
/proc/25536/task/25545/stat : 25545 (java) S 25534 25536 22552 0 -1 4202560 315 0 0 0 473 6 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237875423528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25546] ppid=25534 vsize=2966184 CPUtime=4.94 cores=0,2,4,6
/proc/25536/task/25546/stat : 25546 (java) S 25534 25536 22552 0 -1 4202560 320 0 0 0 488 6 0 0 20 0 22 0 341684988 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237874370728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25547] ppid=25534 vsize=2966184 CPUtime=108.75 cores=0,2,4,6
/proc/25536/task/25547/stat : 25547 (java) S 25534 25536 22552 0 -1 4202560 140 0 0 0 10841 34 0 0 20 0 22 0 341684989 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237392042984 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25548] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25548/stat : 25548 (java) S 25534 25536 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341684989 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237390989048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25549] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25549/stat : 25549 (java) S 25534 25536 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341684989 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237389936136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25550] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25550/stat : 25550 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684991 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237388884624 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25551] ppid=25534 vsize=2966184 CPUtime=2.35 cores=0,2,4,6
/proc/25536/task/25551/stat : 25551 (java) S 25534 25536 22552 0 -1 4202560 17814 0 0 0 231 4 0 0 20 0 22 0 341684991 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237387831736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25552] ppid=25534 vsize=2966184 CPUtime=1.07 cores=0,2,4,6
/proc/25536/task/25552/stat : 25552 (java) S 25534 25536 22552 0 -1 4202560 10167 0 0 0 105 2 0 0 20 0 22 0 341684991 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237386778936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25553] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25553/stat : 25553 (java) S 25534 25536 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684991 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237385726328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25536/tid=25554] ppid=25534 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/25536/task/25554/stat : 25554 (java) S 25534 25536 22552 0 -1 4202560 55 0 0 0 14 19 0 0 20 0 22 0 341684991 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237384673736 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25555] ppid=25534 vsize=2966184 CPUtime=821.89 cores=0,2,4,6
/proc/25536/task/25555/stat : 25555 (java) R 25534 25536 22552 0 -1 4202560 459 0 0 0 82174 15 0 0 20 0 22 0 341685031 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237383618616 140237880459508 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25556] ppid=25534 vsize=2966184 CPUtime=822.12 cores=0,2,4,6
/proc/25536/task/25556/stat : 25556 (java) R 25534 25536 22552 0 -1 4202560 534 0 0 0 82194 18 0 0 20 0 22 0 341685031 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237382565016 140237880577585 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25536/tid=25557] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25557/stat : 25557 (java) S 25534 25536 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685033 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237381514664 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25536/tid=25558] ppid=25534 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25536/task/25558/stat : 25558 (java) S 25534 25536 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685033 3037372416 223907 33554432000 1073741824 1073778376 140734442397184 140237380461864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25536 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=308223
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=621753
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 944.94
CPU time (s): 1800.18
CPU user time (s): 1799.06
CPU system time (s): 1.12
CPU usage (%): 190.507
Max. virtual memory (cumulated for all children) (KiB): 2968052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.31
system time used= 1.62175
maximum resident set size= 895760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35883
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44033
involuntary context switches= 72026

runsolver used 3.2715 second user time and 8.81366 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-03 22:33:11
IDJOB=3738331
IDBENCH=71844
IDSOLVER=2324
FILE ID=node124/3738331-1338755591
RUNJOBID= node124-1338748776-22568
PBS_JOBID= 14636791
Free space on /tmp= 70708 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738331-1338755591/watcher-3738331-1338755591 -o /tmp/evaluation-result-3738331-1338755591/solver-3738331-1338755591 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3738331-1338755591.opb

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=915886696

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29967292 kB
Buffers:          219176 kB
Cached:          1468224 kB
SwapCached:         8268 kB
Active:           833536 kB
Inactive:        1272716 kB
Active(anon):     412960 kB
Inactive(anon):     8240 kB
Active(file):     420576 kB
Inactive(file):  1264476 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:        446472 kB
Mapped:            17284 kB
Shmem:                 0 kB
Slab:             634020 kB
SReclaimable:      77560 kB
SUnreclaim:       556460 kB
KernelStack:        1616 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70708 MiB
End job on node124 at 2012-06-03 22:48:58