Trace number 3741631

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.04 926.931

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-air04.opb
MD5SUMbe0d50f47077f17e0f3c28ea78925374
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark71079
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 2258
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 5135151
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2258
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 5135151
Number of bits of the biggest sum of numbers23
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3741631-1338765556.opb
0.10/0.11	c reading problem ... 
0.72/0.46	c ... done. Wall clock time 0.354s.
0.72/0.46	c #vars     8904
0.72/0.46	c #constraints  1646
0.72/0.46	c constraints type 
0.72/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
0.72/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
0.72/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.72/0.46	c constraints type 
0.72/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.72/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 821
0.72/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 821
4.69/1.75	c cleaning 2468 clauses out of 4964 with flag 5000/5000
7.18/2.94	c cleaning 4120 clauses out of 8458 with flag 11000/11000
10.20/4.50	c cleaning 5629 clauses out of 11327 with flag 18005/18005
13.77/6.23	c cleaning 6835 clauses out of 13673 with flag 26004/26004
18.00/8.32	c cleaning 7782 clauses out of 15812 with flag 35000/35000
23.21/10.93	c cleaning 8959 clauses out of 18015 with flag 45001/45001
28.17/13.45	c cleaning 9312 clauses out of 19016 with flag 55000/55000
33.38/16.01	c cleaning 9803 clauses out of 19676 with flag 65000/65000
38.73/18.75	c cleaning 9876 clauses out of 19862 with flag 75000/75000
44.08/21.49	c cleaning 9893 clauses out of 19976 with flag 85000/85000
49.51/24.18	c cleaning 9948 clauses out of 20074 with flag 95001/95001
55.28/27.04	c cleaning 9958 clauses out of 20112 with flag 105000/105000
61.02/29.93	c cleaning 10048 clauses out of 20142 with flag 115001/115001
67.19/33.01	c cleaning 9874 clauses out of 20091 with flag 125003/125003
72.33/35.67	c cleaning 9975 clauses out of 20207 with flag 135000/135000
77.69/38.31	c cleaning 10065 clauses out of 20225 with flag 145000/145000
82.83/40.92	c cleaning 9982 clauses out of 20150 with flag 155000/155000
88.16/43.67	c cleaning 9915 clauses out of 20165 with flag 165001/165001
93.32/46.23	c cleaning 10006 clauses out of 20239 with flag 175005/175005
98.05/48.67	c cleaning 10035 clauses out of 20222 with flag 185001/185001
103.56/51.48	c cleaning 9933 clauses out of 20175 with flag 195001/195001
108.90/54.12	c cleaning 10006 clauses out of 20229 with flag 205000/205000
114.24/56.82	c cleaning 10015 clauses out of 20213 with flag 215000/215000
121.97/60.73	c cleaning 9999 clauses out of 20198 with flag 225001/225001
127.67/63.66	c cleaning 9933 clauses out of 20192 with flag 235000/235000
134.07/66.85	c cleaning 10101 clauses out of 20256 with flag 245000/245000
140.64/70.10	c cleaning 9963 clauses out of 20151 with flag 255000/255000
145.98/72.80	c cleaning 9962 clauses out of 20176 with flag 265001/265001
151.26/75.56	c cleaning 10048 clauses out of 20209 with flag 275000/275000
157.63/78.71	c cleaning 10014 clauses out of 20160 with flag 285000/285000
162.55/81.29	c cleaning 10032 clauses out of 20134 with flag 295008/295008
169.92/84.96	c cleaning 9960 clauses out of 20091 with flag 305001/305001
175.81/87.99	c cleaning 10026 clauses out of 20127 with flag 315001/315001
182.54/91.34	c cleaning 10037 clauses out of 20095 with flag 325000/325000
189.65/94.93	c cleaning 9963 clauses out of 20054 with flag 335000/335000
197.19/98.76	c cleaning 9964 clauses out of 20092 with flag 345002/345002
204.29/102.31	c cleaning 10023 clauses out of 20126 with flag 355002/355002
210.64/105.58	c cleaning 9912 clauses out of 20099 with flag 365002/365002
216.11/108.32	c cleaning 9998 clauses out of 20184 with flag 375003/375003
223.41/112.01	c cleaning 10043 clauses out of 20182 with flag 385001/385001
231.86/116.35	c cleaning 9875 clauses out of 20137 with flag 395001/395001
252.83/126.82	c cleaning 10067 clauses out of 20262 with flag 405001/405001
258.35/129.66	c cleaning 10070 clauses out of 20186 with flag 415000/415000
265.29/133.11	c cleaning 10027 clauses out of 20117 with flag 425001/425001
270.49/135.85	c cleaning 9958 clauses out of 20076 with flag 435000/435000
276.20/138.72	c cleaning 10023 clauses out of 20121 with flag 445005/445005
282.33/141.85	c cleaning 9910 clauses out of 20091 with flag 455001/455001
288.83/145.12	c cleaning 10084 clauses out of 20179 with flag 465000/465000
295.04/148.33	c cleaning 9906 clauses out of 20093 with flag 475001/475001
300.34/151.09	c cleaning 9998 clauses out of 20179 with flag 485000/485000
307.46/154.60	c cleaning 9964 clauses out of 20177 with flag 495002/495002
312.18/157.05	c cleaning 9922 clauses out of 20208 with flag 505000/505000
318.04/160.04	c cleaning 10039 clauses out of 20287 with flag 515001/515001
322.74/162.45	c cleaning 9986 clauses out of 20242 with flag 525000/525000
329.68/165.94	c cleaning 10071 clauses out of 20256 with flag 535002/535002
336.22/169.21	c cleaning 10047 clauses out of 20182 with flag 545000/545000
341.88/172.16	c cleaning 9928 clauses out of 20131 with flag 555001/555001
349.19/175.81	c cleaning 9935 clauses out of 20202 with flag 565000/565000
354.09/178.39	c cleaning 9959 clauses out of 20265 with flag 575000/575000
359.16/180.98	c cleaning 10101 clauses out of 20302 with flag 585000/585000
365.39/184.15	c cleaning 10067 clauses out of 20198 with flag 595001/595001
371.49/187.22	c cleaning 9939 clauses out of 20127 with flag 605000/605000
377.62/190.34	c cleaning 9945 clauses out of 20189 with flag 615001/615001
382.70/192.99	c cleaning 9963 clauses out of 20238 with flag 625000/625000
389.49/196.43	c cleaning 10122 clauses out of 20276 with flag 635002/635002
395.60/199.50	c cleaning 9966 clauses out of 20151 with flag 645002/645002
400.65/202.13	c cleaning 10008 clauses out of 20177 with flag 655000/655000
405.94/204.81	c cleaning 9925 clauses out of 20169 with flag 665002/665002
412.12/208.03	c cleaning 9914 clauses out of 20241 with flag 675000/675000
418.79/211.47	c cleaning 9911 clauses out of 20320 with flag 685000/685000
424.48/214.32	c cleaning 10121 clauses out of 20404 with flag 695000/695000
429.36/216.88	c cleaning 9996 clauses out of 20281 with flag 705000/705000
436.14/220.38	c cleaning 10009 clauses out of 20285 with flag 715000/715000
445.02/224.89	c cleaning 10078 clauses out of 20279 with flag 725004/725004
455.11/229.96	c cleaning 10035 clauses out of 20197 with flag 735000/735000
459.76/232.33	c cleaning 9898 clauses out of 20160 with flag 745002/745002
464.92/235.05	c cleaning 9980 clauses out of 20258 with flag 755001/755001
473.22/239.25	c cleaning 9999 clauses out of 20278 with flag 765003/765003
478.71/242.01	c cleaning 9983 clauses out of 20276 with flag 775000/775000
486.15/245.82	c cleaning 10029 clauses out of 20290 with flag 785001/785001
500.36/253.02	c cleaning 9815 clauses out of 20257 with flag 795000/795000
528.06/266.95	c cleaning 9998 clauses out of 20442 with flag 805000/805000
535.90/270.91	c cleaning 10149 clauses out of 20441 with flag 815000/815000
542.54/274.36	c cleaning 10007 clauses out of 20293 with flag 825001/825001
549.71/278.09	c cleaning 10101 clauses out of 20286 with flag 835001/835001
556.17/281.33	c cleaning 9944 clauses out of 20183 with flag 845000/845000
562.02/284.38	c cleaning 9997 clauses out of 20240 with flag 855002/855002
567.69/287.29	c cleaning 10058 clauses out of 20233 with flag 865000/865000
572.44/289.77	c cleaning 10006 clauses out of 20168 with flag 875000/875000
577.68/292.45	c cleaning 9920 clauses out of 20162 with flag 885002/885002
582.69/295.08	c cleaning 9945 clauses out of 20236 with flag 895000/895000
587.70/297.65	c cleaning 10062 clauses out of 20289 with flag 905001/905001
593.67/300.76	c cleaning 10031 clauses out of 20225 with flag 915000/915000
601.09/304.53	c cleaning 9971 clauses out of 20192 with flag 925000/925000
606.12/307.18	c cleaning 9918 clauses out of 20219 with flag 935000/935000
611.14/309.79	c cleaning 10095 clauses out of 20302 with flag 945002/945002
618.08/313.31	c cleaning 10028 clauses out of 20205 with flag 955001/955001
624.94/316.80	c cleaning 9943 clauses out of 20177 with flag 965003/965003
631.41/320.11	c cleaning 9792 clauses out of 20230 with flag 975000/975000
636.84/322.93	c cleaning 10013 clauses out of 20439 with flag 985001/985001
642.95/326.20	c cleaning 9979 clauses out of 20423 with flag 995000/995000
648.81/329.18	c cleaning 10125 clauses out of 20442 with flag 1005000/1005000
654.65/332.18	c cleaning 10102 clauses out of 20315 with flag 1015000/1015000
660.49/335.14	c cleaning 10033 clauses out of 20208 with flag 1025000/1025000
666.04/338.05	c cleaning 10052 clauses out of 20170 with flag 1035000/1035000
671.68/340.93	c cleaning 9940 clauses out of 20116 with flag 1045001/1045001
678.93/344.69	c cleaning 9962 clauses out of 20175 with flag 1055000/1055000
684.40/347.47	c cleaning 9975 clauses out of 20207 with flag 1065000/1065000
690.14/350.44	c cleaning 10085 clauses out of 20228 with flag 1075000/1075000
695.39/353.14	c cleaning 9810 clauses out of 20143 with flag 1085001/1085001
701.43/356.21	c cleaning 10113 clauses out of 20330 with flag 1095000/1095000
709.29/360.27	c cleaning 10064 clauses out of 20216 with flag 1105000/1105000
714.98/363.22	c cleaning 9970 clauses out of 20152 with flag 1115002/1115002
721.04/366.31	c cleaning 9860 clauses out of 20179 with flag 1125000/1125000
726.05/368.93	c cleaning 10078 clauses out of 20318 with flag 1135000/1135000
731.27/371.67	c cleaning 9977 clauses out of 20239 with flag 1145000/1145000
741.01/376.60	c cleaning 9980 clauses out of 20265 with flag 1155005/1155005
748.29/380.32	c cleaning 10117 clauses out of 20281 with flag 1165002/1165002
758.12/385.33	c cleaning 9909 clauses out of 20163 with flag 1175002/1175002
765.20/388.95	c cleaning 10073 clauses out of 20250 with flag 1185000/1185000
773.54/393.25	c cleaning 10043 clauses out of 20177 with flag 1195000/1195000
782.98/398.05	c cleaning 10032 clauses out of 20134 with flag 1205000/1205000
789.00/401.11	c cleaning 9876 clauses out of 20101 with flag 1215000/1215000
795.24/404.40	c cleaning 10030 clauses out of 20224 with flag 1225000/1225000
801.09/407.47	c cleaning 9935 clauses out of 20195 with flag 1235001/1235001
806.11/410.05	c cleaning 10003 clauses out of 20250 with flag 1245000/1245000
811.52/412.84	c cleaning 9897 clauses out of 20247 with flag 1255000/1255000
817.76/416.05	c cleaning 10092 clauses out of 20350 with flag 1265000/1265000
823.64/419.18	c cleaning 9880 clauses out of 20259 with flag 1275001/1275001
835.23/425.03	c cleaning 10093 clauses out of 20379 with flag 1285001/1285001
840.21/427.66	c cleaning 9976 clauses out of 20286 with flag 1295001/1295001
845.39/430.32	c cleaning 10087 clauses out of 20307 with flag 1305002/1305002
851.84/433.78	c cleaning 9995 clauses out of 20218 with flag 1315000/1315000
861.84/438.87	c cleaning 9766 clauses out of 20225 with flag 1325002/1325002
877.84/446.98	c cleaning 10192 clauses out of 20457 with flag 1335000/1335000
882.62/449.42	c cleaning 10013 clauses out of 20267 with flag 1345002/1345002
887.86/452.23	c cleaning 9974 clauses out of 20249 with flag 1355001/1355001
895.08/455.99	c cleaning 10048 clauses out of 20274 with flag 1365000/1365000
899.87/458.41	c cleaning 9985 clauses out of 20224 with flag 1375000/1375000
904.67/460.98	c cleaning 10054 clauses out of 20236 with flag 1385000/1385000
912.52/465.05	c cleaning 10015 clauses out of 20180 with flag 1395002/1395002
919.32/468.58	c cleaning 9870 clauses out of 20163 with flag 1405001/1405001
926.92/472.47	c cleaning 10022 clauses out of 20288 with flag 1415003/1415003
936.13/477.12	c cleaning 9927 clauses out of 20262 with flag 1425000/1425000
945.03/481.71	c cleaning 10148 clauses out of 20341 with flag 1435007/1435007
951.83/485.20	c cleaning 9898 clauses out of 20185 with flag 1445000/1445000
958.62/488.70	c cleaning 9909 clauses out of 20290 with flag 1455003/1455003
964.00/491.53	c cleaning 10066 clauses out of 20379 with flag 1465001/1465001
971.43/495.44	c cleaning 10110 clauses out of 20311 with flag 1475001/1475001
977.61/498.64	c cleaning 9955 clauses out of 20200 with flag 1485001/1485001
985.81/502.82	c cleaning 10057 clauses out of 20247 with flag 1495003/1495003
998.46/509.28	c cleaning 10040 clauses out of 20187 with flag 1505000/1505000
1005.14/512.74	c cleaning 9938 clauses out of 20147 with flag 1515000/1515000
1010.52/515.52	c cleaning 9916 clauses out of 20208 with flag 1525001/1525001
1017.08/518.91	c cleaning 9974 clauses out of 20289 with flag 1535000/1535000
1022.29/521.64	c cleaning 9946 clauses out of 20315 with flag 1545001/1545001
1027.93/524.65	c cleaning 10059 clauses out of 20367 with flag 1555000/1555000
1033.52/527.56	c cleaning 9922 clauses out of 20306 with flag 1565000/1565000
1040.47/531.20	c cleaning 10096 clauses out of 20384 with flag 1575002/1575002
1049.69/535.88	c cleaning 10046 clauses out of 20286 with flag 1585000/1585000
1054.89/538.68	c cleaning 9952 clauses out of 20239 with flag 1595000/1595000
1060.68/541.65	c cleaning 10126 clauses out of 20290 with flag 1605004/1605004
1066.47/544.68	c cleaning 10001 clauses out of 20159 with flag 1615000/1615000
1077.28/550.20	c cleaning 9908 clauses out of 20158 with flag 1625000/1625000
1089.51/556.42	c cleaning 10084 clauses out of 20250 with flag 1635000/1635000
1098.67/561.12	c cleaning 9983 clauses out of 20165 with flag 1645000/1645000
1104.61/564.24	c cleaning 9942 clauses out of 20180 with flag 1655000/1655000
1110.52/567.31	c cleaning 9985 clauses out of 20236 with flag 1665000/1665000
1116.28/570.44	c cleaning 9988 clauses out of 20252 with flag 1675002/1675002
1122.01/573.41	c cleaning 9990 clauses out of 20262 with flag 1685000/1685000
1130.80/577.99	c cleaning 9995 clauses out of 20272 with flag 1695000/1695000
1140.82/583.01	c cleaning 9976 clauses out of 20277 with flag 1705000/1705000
1146.55/586.19	c cleaning 9994 clauses out of 20300 with flag 1715000/1715000
1152.48/589.26	c cleaning 9958 clauses out of 20304 with flag 1725000/1725000
1158.22/592.21	c cleaning 10125 clauses out of 20345 with flag 1735000/1735000
1164.62/595.52	c cleaning 10087 clauses out of 20220 with flag 1745000/1745000
1170.41/598.60	c cleaning 9896 clauses out of 20133 with flag 1755000/1755000
1179.99/603.59	c cleaning 9978 clauses out of 20237 with flag 1765001/1765001
1185.76/606.55	c cleaning 9988 clauses out of 20258 with flag 1775000/1775000
1191.53/609.53	c cleaning 9940 clauses out of 20269 with flag 1785000/1785000
1198.69/613.36	c cleaning 9927 clauses out of 20330 with flag 1795001/1795001
1205.23/616.77	c cleaning 10025 clauses out of 20403 with flag 1805001/1805001
1210.79/619.66	c cleaning 9986 clauses out of 20376 with flag 1815002/1815002
1217.71/623.23	c cleaning 10118 clauses out of 20386 with flag 1825000/1825000
1222.89/626.08	c cleaning 10034 clauses out of 20268 with flag 1835001/1835001
1230.25/629.89	c cleaning 10000 clauses out of 20234 with flag 1845001/1845001
1239.85/634.77	c cleaning 9953 clauses out of 20238 with flag 1855005/1855005
1258.74/644.26	c cleaning 10075 clauses out of 20280 with flag 1865000/1865000
1265.93/648.00	c cleaning 9966 clauses out of 20206 with flag 1875001/1875001
1271.06/650.71	c cleaning 9981 clauses out of 20238 with flag 1885000/1885000
1276.99/653.84	c cleaning 10077 clauses out of 20254 with flag 1895000/1895000
1283.13/657.00	c cleaning 9957 clauses out of 20175 with flag 1905001/1905001
1288.67/660.04	c cleaning 9990 clauses out of 20214 with flag 1915000/1915000
1294.59/663.16	c cleaning 9924 clauses out of 20223 with flag 1925001/1925001
1299.75/665.84	c cleaning 10039 clauses out of 20298 with flag 1935000/1935000
1305.47/668.83	c cleaning 10002 clauses out of 20258 with flag 1945001/1945001
1318.10/675.38	c cleaning 9902 clauses out of 20255 with flag 1955000/1955000
1329.05/680.99	c cleaning 10084 clauses out of 20354 with flag 1965001/1965001
1338.97/686.07	c cleaning 10113 clauses out of 20269 with flag 1975000/1975000
1347.13/690.21	c cleaning 10040 clauses out of 20156 with flag 1985000/1985000
1354.45/694.12	c cleaning 9878 clauses out of 20116 with flag 1995000/1995000
1360.38/697.22	c cleaning 10002 clauses out of 20242 with flag 2005005/2005005
1366.28/700.34	c cleaning 9929 clauses out of 20237 with flag 2015004/2015004
1373.03/703.83	c cleaning 10083 clauses out of 20306 with flag 2025003/2025003
1378.31/706.71	c cleaning 10022 clauses out of 20223 with flag 2035003/2035003
1383.79/709.61	c cleaning 10041 clauses out of 20197 with flag 2045000/2045000
1391.94/713.81	c cleaning 9967 clauses out of 20154 with flag 2055001/2055001
1400.63/718.30	c cleaning 9986 clauses out of 20186 with flag 2065000/2065000
1406.53/721.52	c cleaning 9982 clauses out of 20197 with flag 2075000/2075000
1411.40/724.12	c cleaning 10012 clauses out of 20216 with flag 2085001/2085001
1416.71/726.97	c cleaning 10018 clauses out of 20202 with flag 2095000/2095000
1423.45/730.43	c cleaning 10038 clauses out of 20184 with flag 2105000/2105000
1429.34/733.64	c cleaning 9947 clauses out of 20143 with flag 2115000/2115000
1435.64/736.95	c cleaning 10051 clauses out of 20198 with flag 2125002/2125002
1440.92/739.75	c cleaning 10029 clauses out of 20143 with flag 2135000/2135000
1446.57/742.72	c cleaning 9957 clauses out of 20114 with flag 2145000/2145000
1457.51/748.43	c cleaning 9892 clauses out of 20157 with flag 2155000/2155000
1476.49/758.04	c cleaning 9966 clauses out of 20267 with flag 2165002/2165002
1495.76/767.76	c cleaning 9912 clauses out of 20301 with flag 2175002/2175002
1504.27/772.17	c cleaning 9995 clauses out of 20387 with flag 2185001/2185001
1509.52/775.09	c cleaning 10076 clauses out of 20390 with flag 2195000/2195000
1515.02/777.93	c cleaning 10053 clauses out of 20315 with flag 2205001/2205001
1520.31/780.72	c cleaning 9964 clauses out of 20261 with flag 2215000/2215000
1526.84/784.20	c cleaning 9996 clauses out of 20296 with flag 2225000/2225000
1537.60/789.73	c cleaning 9796 clauses out of 20300 with flag 2235000/2235000
1551.19/796.70	c cleaning 9897 clauses out of 20504 with flag 2245000/2245000
1557.53/800.00	c cleaning 10123 clauses out of 20605 with flag 2255002/2255002
1566.47/804.53	c cleaning 10131 clauses out of 20481 with flag 2265002/2265002
1574.00/808.51	c cleaning 10081 clauses out of 20350 with flag 2275002/2275002
1579.48/811.41	c cleaning 10039 clauses out of 20270 with flag 2285005/2285005
1585.58/814.69	c cleaning 9932 clauses out of 20227 with flag 2295002/2295002
1592.49/818.28	c cleaning 9927 clauses out of 20293 with flag 2305000/2305000
1600.19/822.39	c cleaning 9898 clauses out of 20366 with flag 2315000/2315000
1622.46/833.54	c cleaning 9983 clauses out of 20468 with flag 2325000/2325000
1650.94/847.86	c cleaning 10059 clauses out of 20486 with flag 2335001/2335001
1659.28/852.18	c cleaning 9953 clauses out of 20427 with flag 2345001/2345001
1667.82/856.65	c cleaning 9856 clauses out of 20473 with flag 2355000/2355000
1674.10/859.99	c cleaning 10224 clauses out of 20617 with flag 2365000/2365000
1679.59/862.88	c cleaning 10015 clauses out of 20391 with flag 2375000/2375000
1685.43/865.91	c cleaning 10135 clauses out of 20375 with flag 2385000/2385000
1692.08/869.56	c cleaning 9979 clauses out of 20239 with flag 2395000/2395000
1698.99/873.20	c cleaning 9910 clauses out of 20260 with flag 2405001/2405001
1704.89/876.20	c cleaning 10136 clauses out of 20351 with flag 2415002/2415002
1710.79/879.38	c cleaning 10021 clauses out of 20212 with flag 2425000/2425000
1718.02/883.29	c cleaning 9901 clauses out of 20192 with flag 2435001/2435001
1723.68/886.20	c cleaning 10109 clauses out of 20289 with flag 2445000/2445000
1728.54/888.88	c cleaning 9998 clauses out of 20178 with flag 2455000/2455000
1734.59/892.08	c cleaning 9883 clauses out of 20181 with flag 2465001/2465001
1740.86/895.41	c cleaning 10008 clauses out of 20297 with flag 2475000/2475000
1747.36/898.84	c cleaning 9997 clauses out of 20290 with flag 2485002/2485002
1756.87/903.78	c cleaning 10001 clauses out of 20295 with flag 2495004/2495004
1761.96/906.48	c cleaning 10064 clauses out of 20290 with flag 2505002/2505002
1768.17/909.82	c cleaning 9997 clauses out of 20224 with flag 2515000/2515000
1774.86/913.38	c cleaning 10048 clauses out of 20227 with flag 2525000/2525000
1780.09/916.15	c cleaning 9804 clauses out of 20179 with flag 2535000/2535000
1786.57/919.53	c cleaning 10103 clauses out of 20377 with flag 2545002/2545002
1792.37/922.76	c cleaning 9994 clauses out of 20272 with flag 2555000/2555000
1797.61/925.56	c cleaning 10009 clauses out of 20279 with flag 2565001/2565001
1800.04/926.91	c starts		: 170
1800.04/926.91	c conflicts		: 2568766
1800.04/926.91	c decisions		: 32467434
1800.04/926.91	c propagations		: 612621775
1800.04/926.91	c inspects		: 1851600172
1800.04/926.91	c learnt literals	: 780
1800.04/926.91	c learnt binary clauses	: 2108
1800.04/926.91	c learnt ternary clauses	: 2976
1800.04/926.91	c learnt clauses	: 2567985
1800.04/926.91	c ignored clauses	: 0
1800.04/926.91	c root simplifications	: 0
1800.04/926.91	c removed literals (reason simplification)	: 40025452
1800.04/926.91	c reason swapping (by a shorter reason)	: 0
1800.04/926.91	c Calls to reduceDB	: 258
1800.04/926.91	c number of reductions to clauses (during analyze)	: 0
1800.04/926.91	c number of learned constraints concerned by reduction	: 0
1800.04/926.91	c number of learning phase by resolution	: 0
1800.04/926.91	c number of learning phase by cutting planes	: 0
1800.04/926.91	c speed (assignments/second)	: 661259.3866675589
1800.04/926.91	c non guided choices	11878
1800.04/926.92	c learnt constraints type 
1800.04/926.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11963
1800.04/926.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2108
1800.04/926.92	c constraints type 
1800.04/926.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
1800.04/926.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
1800.04/926.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
1800.04/926.92	c constraints type 
1800.04/926.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
1800.04/926.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 821
1800.04/926.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 821
1800.04/926.92	s UNKNOWN
1800.04/926.92	c Total wall clock time (in seconds): 926.814

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-3741631-1338765556/watcher-3741631-1338765556 -o /tmp/evaluation-result-3741631-1338765556/solver-3741631-1338765556 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741631-1338765556.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.99 3.66 3.05 4/197 30601
/proc/meminfo: memFree=29154800/32873648 swapFree=6860/6860
[pid=30601] ppid=30599 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30601/stat : 30601 (java6) R 30599 30601 22552 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 342681457 9515008 183 33554432000 1073741824 1073778376 140736899962064 140736899953096 259112386229 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30601/statm: 2323 183 140 9 0 71 0

[startup+0.0171099 s]
/proc/loadavg: 3.99 3.66 3.05 4/197 30601
/proc/meminfo: memFree=29154800/32873648 swapFree=6860/6860
[pid=30601] ppid=30599 vsize=102664 CPUtime=0 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30599 30601 22552 0 -1 4202496 1430 0 1 0 0 0 0 0 20 0 2 0 342681457 105127936 1110 33554432000 1073741824 1073778376 140733649141936 140733649133072 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30601/statm: 25666 1110 857 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.10083 s]
/proc/loadavg: 3.99 3.66 3.05 4/197 30601
/proc/meminfo: memFree=29154800/32873648 swapFree=6860/6860
[pid=30601] ppid=30599 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30599 30601 22552 0 -1 4202496 4740 0 1 0 9 1 0 0 20 0 18 0 342681457 2764726272 6453 33554432000 1073741824 1073778376 140733649141936 140733649133072 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30601/statm: 674982 6453 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.30108 s]
/proc/loadavg: 3.99 3.66 3.05 4/197 30601
/proc/meminfo: memFree=29154800/32873648 swapFree=6860/6860
[pid=30601] ppid=30599 vsize=2699928 CPUtime=0.53 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30599 30601 22552 0 -1 4202496 7523 0 1 0 52 1 0 0 20 0 18 0 342681457 2764726272 12301 33554432000 1073741824 1073778376 140733649141936 140733649133072 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30601/statm: 674982 12301 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.700171 s]
/proc/loadavg: 3.99 3.66 3.05 4/197 30601
/proc/meminfo: memFree=29154800/32873648 swapFree=6860/6860
[pid=30601] ppid=30599 vsize=2966184 CPUtime=1.7 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30599 30601 22552 0 -1 4202496 9798 0 1 0 166 4 0 0 20 0 22 0 342681457 3037372416 48293 33554432000 1073741824 1073778376 140733649141936 140733649133072 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30601/statm: 741546 48293 2247 9 0 732240 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 2966184

[startup+1.50073 s]
/proc/loadavg: 4.15 3.70 3.07 7/219 30623
/proc/meminfo: memFree=28945156/32873648 swapFree=6860/6860
[pid=30601] ppid=30599 vsize=2966184 CPUtime=4.23 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30599 30601 22552 0 -1 4202496 15882 0 1 0 416 7 0 0 20 0 22 0 342681457 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140733649133072 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30601/statm: 741546 85064 2250 9 0 732240 0
[pid=30601/tid=30603] ppid=30599 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 22552 0 -1 4202560 2879 0 1 0 41 2 0 0 20 0 22 0 342681457 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140421344289944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30604] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681459 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140421211192232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30605] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681459 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140421210139688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681459 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140421209086632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681459 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140421208034088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681459 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140421206981032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30609] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681459 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140421205928488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30610] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681459 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420868729000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30611] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342681459 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420867676456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 22552 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420855479144 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30613] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30613/stat : 30613 (java) S 30599 30601 22552 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420854425464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30614] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30614/stat : 30614 (java) S 30599 30601 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420853372296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30615] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30615/stat : 30615 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420852321040 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30616] ppid=30599 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/30601/task/30616/stat : 30616 (java) S 30599 30601 22552 0 -1 4202560 5713 0 0 0 89 0 0 0 20 0 22 0 342681463 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420851267896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30617] ppid=30599 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/30601/task/30617/stat : 30617 (java) S 30599 30601 22552 0 -1 4202560 5918 0 0 0 82 0 0 0 20 0 22 0 342681463 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420850215352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30618] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30618/stat : 30618 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420849162488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30619] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30619/stat : 30619 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420848110152 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30620] ppid=30599 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/30601/task/30620/stat : 30620 (java) R 30599 30601 22552 0 -1 4202560 31 0 0 0 100 0 0 0 20 0 22 0 342681503 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420847053968 140421217631259 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30621] ppid=30599 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/30601/task/30621/stat : 30621 (java) R 30599 30601 22552 0 -1 4202560 139 0 0 0 98 3 0 0 20 0 22 0 342681503 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420846002840 140421217797725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30622] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30622/stat : 30622 (java) S 30599 30601 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342681516 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420844950824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30623] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30623/stat : 30623 (java) S 30599 30601 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342681516 3037372416 85064 33554432000 1073741824 1073778376 140733649141936 140420843898280 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 2966184

[startup+3.10073 s]
/proc/loadavg: 4.15 3.70 3.07 5/219 30623
/proc/meminfo: memFree=28731848/32873648 swapFree=6860/6860
[pid=30601] ppid=30599 vsize=2966184 CPUtime=7.55 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30599 30601 22552 0 -1 4202496 16027 0 1 0 744 11 0 0 20 0 22 0 342681457 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140733649133072 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30601/statm: 741546 108160 2275 9 0 732240 0
[pid=30601/tid=30603] ppid=30599 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 22552 0 -1 4202560 2879 0 1 0 41 2 0 0 20 0 22 0 342681457 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140421344289944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30604] ppid=30599 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 22552 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 342681459 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140421211192232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30605] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 22552 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342681459 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140421210139688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 22552 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 342681459 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140421209086632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 22552 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 342681459 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140421208034088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 22552 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 342681459 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140421206981032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30609] ppid=30599 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 22552 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 342681459 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140421205928488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30610] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 22552 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342681459 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420868729000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30611] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 22552 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342681459 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420867676456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 22552 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 22 0 342681460 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420855479144 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30613] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30613/stat : 30613 (java) S 30599 30601 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420854425464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30614] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30614/stat : 30614 (java) S 30599 30601 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420853372296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30615] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30615/stat : 30615 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420852321040 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30616] ppid=30599 vsize=2966184 CPUtime=0.98 cores=1,3,5,7
/proc/30601/task/30616/stat : 30616 (java) S 30599 30601 22552 0 -1 4202560 5717 0 0 0 98 0 0 0 20 0 22 0 342681463 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420851267896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30617] ppid=30599 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/30601/task/30617/stat : 30617 (java) S 30599 30601 22552 0 -1 4202560 5922 0 0 0 86 0 0 0 20 0 22 0 342681463 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420850215352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30618] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30618/stat : 30618 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420849162488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30619] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30619/stat : 30619 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420848110152 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30620] ppid=30599 vsize=2966184 CPUtime=2.47 cores=1,3,5,7
/proc/30601/task/30620/stat : 30620 (java) R 30599 30601 22552 0 -1 4202560 32 0 0 0 247 0 0 0 20 0 22 0 342681503 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420847055712 140421217644911 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30621] ppid=30599 vsize=2966184 CPUtime=2.49 cores=1,3,5,7
/proc/30601/task/30621/stat : 30621 (java) R 30599 30601 22552 0 -1 4202560 168 0 0 0 245 4 0 0 20 0 22 0 342681503 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420846001432 140421217797832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30622] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30622/stat : 30622 (java) S 30599 30601 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342681516 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420844950824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30623] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30623/stat : 30623 (java) S 30599 30601 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342681516 3037372416 108160 33554432000 1073741824 1073778376 140733649141936 140420843898280 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 2966184

[startup+6.30081 s]
/proc/loadavg: 4.15 3.70 3.07 5/219 30623
/proc/meminfo: memFree=28695748/32873648 swapFree=6860/6860
[pid=30601] ppid=30599 vsize=2966184 CPUtime=13.94 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30599 30601 22552 0 -1 4202496 16117 0 1 0 1379 15 0 0 20 0 22 0 342681457 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140733649133072 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30601/statm: 741546 127797 2275 9 0 732240 0
[pid=30601/tid=30603] ppid=30599 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 22552 0 -1 4202560 2879 0 1 0 41 2 0 0 20 0 22 0 342681457 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140421344289944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30604] ppid=30599 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 22552 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 342681459 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140421211192232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30605] ppid=30599 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 22552 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 342681459 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140421210139688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 22552 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 342681459 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140421209086632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 22552 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 342681459 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140421208034088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 22552 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 342681459 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140421206981032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30609] ppid=30599 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 22552 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 342681459 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140421205928488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30610] ppid=30599 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 22552 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 342681459 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140420868729000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30611] ppid=30599 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 22552 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 342681459 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140420867676456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30612/stat : 30612 (java) R 30599 30601 22552 0 -1 4202560 49 0 0 0 15 0 0 0 20 0 22 0 342681460 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140420855478120 140421350797428 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30613] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30613/stat : 30613 (java) S 30599 30601 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140420854425464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30614] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30614/stat : 30614 (java) S 30599 30601 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140420853372296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30615] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30615/stat : 30615 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140420852321040 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30616] ppid=30599 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/30601/task/30616/stat : 30616 (java) S 30599 30601 22552 0 -1 4202560 5719 0 0 0 99 0 0 0 20 0 22 0 342681463 3037372416 127797 33554432000 1073741824 1073778376 140733649141936 140420851259864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/30601/statm: 741546 206242 2277 9 0 732240 0
[pid=30601/tid=30603] ppid=30599 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 22552 0 -1 4202560 2929 0 1 0 42 4 0 0 20 0 22 0 342681457 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140421344289944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30604] ppid=30599 vsize=2966184 CPUtime=4.92 cores=1,3,5,7
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 22552 0 -1 4202560 234 0 0 0 484 8 0 0 20 0 22 0 342681459 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140421211192232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30605] ppid=30599 vsize=2966184 CPUtime=4.87 cores=1,3,5,7
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 22552 0 -1 4202560 189 0 0 0 478 9 0 0 20 0 22 0 342681459 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140421210139688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=2966184 CPUtime=4.88 cores=1,3,5,7
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 22552 0 -1 4202560 207 0 0 0 480 8 0 0 20 0 22 0 342681459 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140421209086632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=2966184 CPUtime=4.89 cores=1,3,5,7
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 22552 0 -1 4202560 223 0 0 0 480 9 0 0 20 0 22 0 342681459 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140421208034088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=2966184 CPUtime=5.07 cores=1,3,5,7
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 22552 0 -1 4202560 195 0 0 0 499 8 0 0 20 0 22 0 342681459 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140421206981032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30609] ppid=30599 vsize=2966184 CPUtime=4.91 cores=1,3,5,7
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 22552 0 -1 4202560 232 0 0 0 481 10 0 0 20 0 22 0 342681459 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140421205928488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30610] ppid=30599 vsize=2966184 CPUtime=5.08 cores=1,3,5,7
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 22552 0 -1 4202560 226 0 0 0 500 8 0 0 20 0 22 0 342681459 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420868729000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30611] ppid=30599 vsize=2966184 CPUtime=4.97 cores=1,3,5,7
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 22552 0 -1 4202560 222 0 0 0 489 8 0 0 20 0 22 0 342681459 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420867676456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=2966184 CPUtime=64.88 cores=1,3,5,7
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 22552 0 -1 4202560 115 0 0 0 6443 45 0 0 20 0 22 0 342681460 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420855479144 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30613] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30613/stat : 30613 (java) S 30599 30601 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420854425464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30614] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30614/stat : 30614 (java) S 30599 30601 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420853372296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30615] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30615/stat : 30615 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420852321040 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30616] ppid=30599 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/30601/task/30616/stat : 30616 (java) S 30599 30601 22552 0 -1 4202560 6851 0 0 0 119 1 0 0 20 0 22 0 342681463 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420851267896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30617] ppid=30599 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/30601/task/30617/stat : 30617 (java) S 30599 30601 22552 0 -1 4202560 5927 0 0 0 89 0 0 0 20 0 22 0 342681463 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420850215352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30618] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30618/stat : 30618 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420849162488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30619] ppid=30599 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/30601/task/30619/stat : 30619 (java) S 30599 30601 22552 0 -1 4202560 50 0 0 0 11 20 0 0 20 0 22 0 342681463 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420848110152 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30620] ppid=30599 vsize=2966184 CPUtime=802.41 cores=1,3,5,7
/proc/30601/task/30620/stat : 30620 (java) R 30599 30601 22552 0 -1 4202560 710 0 0 0 80226 15 0 0 20 0 22 0 342681503 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420847053920 140421217466168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30621] ppid=30599 vsize=2966184 CPUtime=802.6 cores=1,3,5,7
/proc/30601/task/30621/stat : 30621 (java) R 30599 30601 22552 0 -1 4202560 644 0 0 0 80239 21 0 0 20 0 22 0 342681503 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420846001888 140421217934056 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30622] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30622/stat : 30622 (java) S 30599 30601 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342681516 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420844950824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30623] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30623/stat : 30623 (java) S 30599 30601 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342681516 3037372416 206242 33554432000 1073741824 1073778376 140733649141936 140420843898280 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1716.21
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.901 s]
/proc/loadavg: 3.74 3.87 3.58 5/219 30694
/proc/meminfo: memFree=28292196/32873648 swapFree=6860/6860
[pid=30601] ppid=30599 vsize=2966184 CPUtime=1800.04 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30599 30601 22552 0 -1 4202496 20261 0 1 0 179844 160 0 0 20 0 22 0 342681457 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140733649133072 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30601/statm: 741546 206300 2277 9 0 732240 0
[pid=30601/tid=30603] ppid=30599 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 22552 0 -1 4202560 2933 0 1 0 42 4 0 0 20 0 22 0 342681457 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421344289944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30604] ppid=30599 vsize=2966184 CPUtime=5.17 cores=1,3,5,7
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 22552 0 -1 4202560 242 0 0 0 509 8 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421211192232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30605] ppid=30599 vsize=2966184 CPUtime=5.2 cores=1,3,5,7
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 22552 0 -1 4202560 192 0 0 0 511 9 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421210139688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=2966184 CPUtime=5.17 cores=1,3,5,7
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 22552 0 -1 4202560 222 0 0 0 509 8 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421209086632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=2966184 CPUtime=5.19 cores=1,3,5,7
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 22552 0 -1 4202560 231 0 0 0 509 10 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421208034088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=2966184 CPUtime=5.3 cores=1,3,5,7
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 22552 0 -1 4202560 202 0 0 0 522 8 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421206981032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30609] ppid=30599 vsize=2966184 CPUtime=5.23 cores=1,3,5,7
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 22552 0 -1 4202560 239 0 0 0 513 10 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421205928488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30610] ppid=30599 vsize=2966184 CPUtime=5.36 cores=1,3,5,7
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 22552 0 -1 4202560 233 0 0 0 527 9 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420868729000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30611] ppid=30599 vsize=2966184 CPUtime=5.26 cores=1,3,5,7
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 22552 0 -1 4202560 225 0 0 0 517 9 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420867676456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=2966184 CPUtime=71.2 cores=1,3,5,7
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 22552 0 -1 4202560 119 0 0 0 7072 48 0 0 20 0 22 0 342681460 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420855479144 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30613] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30613/stat : 30613 (java) S 30599 30601 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420854425464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30614] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30614/stat : 30614 (java) S 30599 30601 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420853372296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30615] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30615/stat : 30615 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420852321040 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30616] ppid=30599 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/30601/task/30616/stat : 30616 (java) S 30599 30601 22552 0 -1 4202560 6851 0 0 0 119 1 0 0 20 0 22 0 342681463 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420851267896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30617] ppid=30599 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/30601/task/30617/stat : 30617 (java) S 30599 30601 22552 0 -1 4202560 5927 0 0 0 89 0 0 0 20 0 22 0 342681463 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420850215352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30618] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30618/stat : 30618 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420849162488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30619] ppid=30599 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/30601/task/30619/stat : 30619 (java) S 30599 30601 22552 0 -1 4202560 54 0 0 0 11 22 0 0 20 0 22 0 342681463 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420848110152 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30620] ppid=30599 vsize=2966184 CPUtime=839.9 cores=1,3,5,7
/proc/30601/task/30620/stat : 30620 (java) R 30599 30601 22552 0 -1 4202560 741 0 0 0 83974 16 0 0 20 0 22 0 342681503 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420847055712 140421217593864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30621] ppid=30599 vsize=2966184 CPUtime=840.11 cores=1,3,5,7
/proc/30601/task/30621/stat : 30621 (java) R 30599 30601 22552 0 -1 4202560 661 0 0 0 83990 21 0 0 20 0 22 0 342681503 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420846000992 140421217637884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30622] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30622/stat : 30622 (java) S 30599 30601 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342681516 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420844950824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30623] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30623/stat : 30623 (java) S 30599 30601 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342681516 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420843898280 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+926.901 s]
/proc/loadavg: 3.74 3.87 3.58 5/219 30694
/proc/meminfo: memFree=28292196/32873648 swapFree=6860/6860
[pid=30601] ppid=30599 vsize=2966184 CPUtime=1800.04 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30599 30601 22552 0 -1 4202496 20261 0 1 0 179844 160 0 0 20 0 22 0 342681457 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140733649133072 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30601/statm: 741546 206300 2277 9 0 732240 0
[pid=30601/tid=30603] ppid=30599 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 22552 0 -1 4202560 2933 0 1 0 42 4 0 0 20 0 22 0 342681457 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421344289944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30604] ppid=30599 vsize=2966184 CPUtime=5.17 cores=1,3,5,7
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 22552 0 -1 4202560 242 0 0 0 509 8 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421211192232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30605] ppid=30599 vsize=2966184 CPUtime=5.2 cores=1,3,5,7
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 22552 0 -1 4202560 192 0 0 0 511 9 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421210139688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=2966184 CPUtime=5.17 cores=1,3,5,7
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 22552 0 -1 4202560 222 0 0 0 509 8 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421209086632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=2966184 CPUtime=5.19 cores=1,3,5,7
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 22552 0 -1 4202560 231 0 0 0 509 10 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421208034088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=2966184 CPUtime=5.3 cores=1,3,5,7
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 22552 0 -1 4202560 202 0 0 0 522 8 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421206981032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30609] ppid=30599 vsize=2966184 CPUtime=5.23 cores=1,3,5,7
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 22552 0 -1 4202560 239 0 0 0 513 10 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140421205928488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30610] ppid=30599 vsize=2966184 CPUtime=5.36 cores=1,3,5,7
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 22552 0 -1 4202560 233 0 0 0 527 9 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420868729000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30611] ppid=30599 vsize=2966184 CPUtime=5.26 cores=1,3,5,7
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 22552 0 -1 4202560 225 0 0 0 517 9 0 0 20 0 22 0 342681459 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420867676456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=2966184 CPUtime=71.2 cores=1,3,5,7
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 22552 0 -1 4202560 119 0 0 0 7072 48 0 0 20 0 22 0 342681460 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420855479144 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30613] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30613/stat : 30613 (java) S 30599 30601 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420854425464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30614] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30614/stat : 30614 (java) S 30599 30601 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342681460 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420853372296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30615] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30615/stat : 30615 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420852321040 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30616] ppid=30599 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/30601/task/30616/stat : 30616 (java) S 30599 30601 22552 0 -1 4202560 6851 0 0 0 119 1 0 0 20 0 22 0 342681463 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420851267896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30617] ppid=30599 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/30601/task/30617/stat : 30617 (java) S 30599 30601 22552 0 -1 4202560 5927 0 0 0 89 0 0 0 20 0 22 0 342681463 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420850215352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30618] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30618/stat : 30618 (java) S 30599 30601 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342681463 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420849162488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30601/tid=30619] ppid=30599 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/30601/task/30619/stat : 30619 (java) S 30599 30601 22552 0 -1 4202560 54 0 0 0 11 22 0 0 20 0 22 0 342681463 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420848110152 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30620] ppid=30599 vsize=2966184 CPUtime=839.9 cores=1,3,5,7
/proc/30601/task/30620/stat : 30620 (java) R 30599 30601 22552 0 -1 4202560 741 0 0 0 83974 16 0 0 20 0 22 0 342681503 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420847055712 140421217593864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30601/tid=30621] ppid=30599 vsize=2966184 CPUtime=840.11 cores=1,3,5,7
/proc/30601/task/30621/stat : 30621 (java) R 30599 30601 22552 0 -1 4202560 661 0 0 0 83990 21 0 0 20 0 22 0 342681503 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420846000992 140421217637884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30601/tid=30622] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30622/stat : 30622 (java) S 30599 30601 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342681516 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420844950824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30601/tid=30623] ppid=30599 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30601/task/30623/stat : 30623 (java) S 30599 30601 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342681516 3037372416 206300 33554432000 1073741824 1073778376 140733649141936 140420843898280 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 926.931
CPU time (s): 1800.04
CPU user time (s): 1798.44
CPU system time (s): 1.6
CPU usage (%): 194.193
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.3
system time used= 1.9807
maximum resident set size= 827412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20305
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55889
involuntary context switches= 102999

runsolver used 3.3015 second user time and 8.45471 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 01:19:16
IDJOB=3741631
IDBENCH=89888
IDSOLVER=2324
FILE ID=node124/3741631-1338765556
RUNJOBID= node124-1338748776-22569
PBS_JOBID= 14636791
Free space on /tmp= 70660 MiB

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

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

MD5SUM BENCH= be0d50f47077f17e0f3c28ea78925374
RANDOM SEED=431233815

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:        29155328 kB
Buffers:          230312 kB
Cached:          1578124 kB
SwapCached:         8268 kB
Active:          1609956 kB
Inactive:        1330084 kB
Active(anon):    1125852 kB
Inactive(anon):     8240 kB
Active(file):     484104 kB
Inactive(file):  1321844 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       1134896 kB
Mapped:            17128 kB
Shmem:                 0 kB
Slab:             634796 kB
SReclaimable:      79024 kB
SUnreclaim:       555772 kB
KernelStack:        1624 kB
PageTables:         6448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1091584 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= 70700 MiB
End job on node124 at 2012-06-04 01:34:45