Trace number 3737677

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-31SAT (TO)-40 1800.69 927.24

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_1.opb
MD5SUM74165f17686851db36d48a05683565a5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-58
Best CPU time to get the best result obtained on this benchmark1796.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -58
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	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.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3737677-1338755063.opb
0.10/0.10	c reading problem ... 
0.92/0.63	c ... done. Wall clock time 0.528s.
0.92/0.63	c #vars     2882
0.92/0.63	c #constraints  5566
0.92/0.63	c constraints type 
0.92/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2482
0.92/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
0.92/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.92/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
0.92/0.63	c constraints type 
0.92/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.92/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2482
0.92/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
0.92/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
1.26/0.79	c And the winner is CuttingPlanes
1.69/1.64	c SATISFIABLE
1.69/1.64	c OPTIMIZING...
1.69/1.64	c Got one! Elapsed wall clock time (in seconds):1.534
1.69/1.64	o -13
1.69/1.67	c And the winner is CuttingPlanes
1.86/2.64	c Got one! Elapsed wall clock time (in seconds):2.537
1.86/2.64	o -14
1.86/2.67	c And the winner is CuttingPlanes
2.13/3.64	c Got one! Elapsed wall clock time (in seconds):3.539
2.13/3.64	o -15
2.13/3.66	c And the winner is CuttingPlanes
2.20/4.64	c Got one! Elapsed wall clock time (in seconds):4.541
2.20/4.64	o -17
2.20/4.67	c And the winner is CuttingPlanes
2.30/5.64	c Got one! Elapsed wall clock time (in seconds):5.542
2.30/5.64	o -18
2.30/5.67	c And the winner is CuttingPlanes
2.40/6.64	c Got one! Elapsed wall clock time (in seconds):6.543
2.40/6.64	o -19
2.40/6.68	c And the winner is CuttingPlanes
2.63/7.65	c Got one! Elapsed wall clock time (in seconds):7.544
2.63/7.65	o -20
2.63/7.67	c And the winner is CuttingPlanes
2.71/8.65	c Got one! Elapsed wall clock time (in seconds):8.545
2.71/8.65	o -21
2.71/8.66	c And the winner is CuttingPlanes
2.75/9.65	c Got one! Elapsed wall clock time (in seconds):9.546
2.75/9.65	o -24
2.75/9.67	c And the winner is CuttingPlanes
2.81/10.65	c Got one! Elapsed wall clock time (in seconds):10.547
2.81/10.65	o -25
2.81/10.69	c And the winner is CuttingPlanes
2.92/11.65	c Got one! Elapsed wall clock time (in seconds):11.547
2.92/11.65	o -26
2.92/11.68	c And the winner is CuttingPlanes
3.10/12.65	c Got one! Elapsed wall clock time (in seconds):12.548
3.10/12.65	o -27
3.10/12.69	c And the winner is CuttingPlanes
3.24/13.65	c Got one! Elapsed wall clock time (in seconds):13.549
3.24/13.65	o -28
5.11/14.59	c And the winner is CuttingPlanes
5.31/14.65	c Got one! Elapsed wall clock time (in seconds):14.55
5.31/14.65	o -31
5.60/14.90	c And the winner is CuttingPlanes
5.82/15.65	c Got one! Elapsed wall clock time (in seconds):15.551
5.82/15.65	o -32
6.11/15.89	c And the winner is CuttingPlanes
6.30/16.65	c Got one! Elapsed wall clock time (in seconds):16.551
6.30/16.65	o -33
6.39/16.74	c And the winner is CuttingPlanes
6.50/17.65	c Got one! Elapsed wall clock time (in seconds):17.552
6.50/17.65	o -34
6.78/17.87	c And the winner is CuttingPlanes
6.94/18.65	c Got one! Elapsed wall clock time (in seconds):18.553
6.94/18.65	o -35
7.22/18.84	c And the winner is CuttingPlanes
7.22/18.85	c cleaning 2499 clauses out of 5000 with flag 5000/5000
7.43/19.65	c Got one! Elapsed wall clock time (in seconds):19.554
7.43/19.65	o -36
8.12/20.07	c And the winner is CuttingPlanes
8.28/20.66	c Got one! Elapsed wall clock time (in seconds):20.554
8.28/20.66	o -37
13.65/23.36	c cleaning 4212 clauses out of 8501 with flag 11000/11000
15.35/24.14	c And the winner is CuttingPlanes
15.44/24.66	c Got one! Elapsed wall clock time (in seconds):24.555
15.44/24.66	o -38
21.35/27.67	c cleaning 5565 clauses out of 11289 with flag 18000/18000
23.22/28.60	c And the winner is CuttingPlanes
23.43/28.66	c Got one! Elapsed wall clock time (in seconds):28.556
23.43/28.66	o -39
24.12/29.00	c And the winner is CuttingPlanes
24.14/29.66	c Got one! Elapsed wall clock time (in seconds):29.557
24.14/29.66	o -40
29.44/32.30	c cleaning 6817 clauses out of 13724 with flag 26000/26000
36.42/35.82	c cleaning 7855 clauses out of 15907 with flag 35000/35000
45.03/40.17	c cleaning 8886 clauses out of 18052 with flag 45000/45000
53.49/44.36	c cleaning 9529 clauses out of 19166 with flag 55000/55000
61.21/48.19	c cleaning 9767 clauses out of 19637 with flag 65000/65000
70.41/52.76	c cleaning 9888 clauses out of 19870 with flag 75000/75000
78.81/56.92	c cleaning 9960 clauses out of 19982 with flag 85000/85000
87.77/61.50	c cleaning 9882 clauses out of 20022 with flag 95000/95000
96.37/65.70	c cleaning 10031 clauses out of 20140 with flag 105000/105000
104.12/69.67	c cleaning 9948 clauses out of 20109 with flag 115000/115000
112.53/73.81	c cleaning 9982 clauses out of 20161 with flag 125000/125000
120.91/78.01	c cleaning 10060 clauses out of 20179 with flag 135000/135000
129.67/82.45	c cleaning 9989 clauses out of 20119 with flag 145000/145000
138.39/86.88	c cleaning 10012 clauses out of 20130 with flag 155000/155000
148.34/91.81	c cleaning 9922 clauses out of 20118 with flag 165000/165000
156.13/95.78	c cleaning 10012 clauses out of 20196 with flag 175000/175000
167.49/101.45	c cleaning 9939 clauses out of 20184 with flag 185000/185000
177.21/106.38	c cleaning 10033 clauses out of 20245 with flag 195000/195000
186.58/111.00	c cleaning 10006 clauses out of 20212 with flag 205000/205000
197.33/116.41	c cleaning 9957 clauses out of 20206 with flag 215000/215000
207.12/121.31	c cleaning 10026 clauses out of 20249 with flag 225000/225000
218.24/126.91	c cleaning 9973 clauses out of 20223 with flag 235000/235000
229.39/132.53	c cleaning 10038 clauses out of 20250 with flag 245000/245000
239.95/137.80	c cleaning 10044 clauses out of 20212 with flag 255000/255000
250.33/143.06	c cleaning 10010 clauses out of 20168 with flag 265000/265000
261.81/148.89	c cleaning 9961 clauses out of 20158 with flag 275000/275000
272.58/154.26	c cleaning 10042 clauses out of 20197 with flag 285000/285000
284.33/160.16	c cleaning 9946 clauses out of 20155 with flag 295000/295000
295.48/165.73	c cleaning 9968 clauses out of 20209 with flag 305000/305000
306.80/171.49	c cleaning 10078 clauses out of 20241 with flag 315000/315000
311.54/173.83	c cleaning 0 clauses out of 5000 with flag 0/5000
320.66/178.26	c cleaning 9983 clauses out of 20163 with flag 325000/325000
332.71/184.29	c cleaning 9965 clauses out of 20180 with flag 335000/335000
344.38/190.10	c cleaning 10002 clauses out of 20215 with flag 345000/345000
355.29/195.60	c cleaning 9972 clauses out of 20213 with flag 355000/355000
366.03/201.08	c cleaning 10019 clauses out of 20241 with flag 365000/365000
376.98/206.59	c cleaning 10021 clauses out of 20222 with flag 375000/375000
388.65/212.40	c cleaning 10007 clauses out of 20201 with flag 385000/385000
400.56/218.49	c cleaning 9972 clauses out of 20194 with flag 395000/395000
412.52/224.41	c cleaning 10006 clauses out of 20222 with flag 405000/405000
424.04/230.21	c cleaning 9989 clauses out of 20216 with flag 415000/415000
435.71/236.15	c cleaning 9970 clauses out of 20227 with flag 425000/425000
447.63/242.12	c cleaning 10111 clauses out of 20257 with flag 435000/435000
460.62/248.63	c cleaning 9958 clauses out of 20146 with flag 445000/445000
474.32/255.55	c cleaning 9965 clauses out of 20188 with flag 455000/455000
487.40/262.19	c cleaning 9979 clauses out of 20223 with flag 465000/465000
500.52/268.76	c cleaning 10065 clauses out of 20244 with flag 475000/475000
513.63/275.36	c cleaning 10009 clauses out of 20179 with flag 485000/485000
527.34/282.26	c cleaning 9971 clauses out of 20171 with flag 495001/495001
540.78/289.08	c cleaning 10016 clauses out of 20199 with flag 505000/505000
553.69/295.52	c cleaning 10031 clauses out of 20183 with flag 515000/515000
567.01/302.21	c cleaning 9924 clauses out of 20152 with flag 525000/525000
580.52/309.01	c cleaning 9966 clauses out of 20228 with flag 535000/535000
595.15/316.48	c cleaning 9988 clauses out of 20262 with flag 545000/545000
606.85/322.38	c cleaning 10074 clauses out of 20274 with flag 555000/555000
619.77/328.87	c cleaning 9992 clauses out of 20200 with flag 565000/565000
632.45/335.26	c cleaning 10011 clauses out of 20208 with flag 575000/575000
646.48/342.38	c cleaning 9969 clauses out of 20197 with flag 585000/585000
659.56/348.95	c cleaning 9971 clauses out of 20228 with flag 595000/595000
673.26/355.81	c cleaning 9974 clauses out of 20257 with flag 605000/605000
685.57/362.04	c cleaning 10098 clauses out of 20283 with flag 615000/615000
698.80/368.72	c cleaning 9941 clauses out of 20185 with flag 625000/625000
713.51/376.19	c cleaning 9999 clauses out of 20244 with flag 635000/635000
728.22/383.59	c cleaning 9970 clauses out of 20245 with flag 645000/645000
742.73/390.85	c cleaning 10015 clauses out of 20275 with flag 655000/655000
756.94/398.04	c cleaning 10053 clauses out of 20260 with flag 665000/665000
772.07/405.61	c cleaning 10031 clauses out of 20207 with flag 675000/675000
787.56/413.47	c cleaning 9959 clauses out of 20176 with flag 685000/685000
801.47/420.46	c cleaning 9990 clauses out of 20217 with flag 695000/695000
815.25/427.41	c cleaning 10046 clauses out of 20227 with flag 705000/705000
829.56/434.70	c cleaning 9961 clauses out of 20181 with flag 715000/715000
843.65/441.76	c cleaning 10005 clauses out of 20220 with flag 725000/725000
857.73/448.85	c cleaning 10020 clauses out of 20215 with flag 735000/735000
871.32/455.72	c cleaning 10010 clauses out of 20195 with flag 745000/745000
884.41/462.35	c cleaning 9985 clauses out of 20185 with flag 755000/755000
897.29/468.80	c cleaning 10024 clauses out of 20200 with flag 765000/765000
909.99/475.22	c cleaning 10048 clauses out of 20176 with flag 775000/775000
923.13/481.97	c cleaning 10012 clauses out of 20128 with flag 785000/785000
934.61/487.73	c cleaning 10009 clauses out of 20116 with flag 795000/795000
947.08/494.01	c cleaning 9999 clauses out of 20107 with flag 805000/805000
957.93/499.53	c cleaning 10038 clauses out of 20108 with flag 815000/815000
969.30/505.35	c cleaning 9953 clauses out of 20070 with flag 825000/825000
980.78/511.17	c cleaning 9945 clauses out of 20117 with flag 835000/835000
993.01/517.34	c cleaning 10027 clauses out of 20172 with flag 845000/845000
1004.68/523.28	c cleaning 10025 clauses out of 20145 with flag 855000/855000
1017.41/529.73	c cleaning 9976 clauses out of 20120 with flag 865000/865000
1029.47/535.85	c cleaning 10037 clauses out of 20144 with flag 875000/875000
1042.14/542.22	c cleaning 9903 clauses out of 20107 with flag 885000/885000
1055.42/548.97	c cleaning 10017 clauses out of 20204 with flag 895000/895000
1067.73/555.20	c cleaning 9994 clauses out of 20187 with flag 905000/905000
1081.22/562.06	c cleaning 10003 clauses out of 20193 with flag 915000/915000
1094.51/568.74	c cleaning 9940 clauses out of 20190 with flag 925000/925000
1107.99/575.59	c cleaning 9973 clauses out of 20250 with flag 935000/935000
1121.96/582.68	c cleaning 10032 clauses out of 20277 with flag 945000/945000
1135.41/589.41	c cleaning 10042 clauses out of 20245 with flag 955000/955000
1148.46/596.05	c cleaning 10047 clauses out of 20203 with flag 965000/965000
1162.96/603.33	c cleaning 10034 clauses out of 20156 with flag 975000/975000
1177.70/610.81	c cleaning 9949 clauses out of 20122 with flag 985000/985000
1190.34/617.20	c cleaning 9951 clauses out of 20173 with flag 995000/995000
1204.60/624.44	c cleaning 10098 clauses out of 20223 with flag 1005001/1005001
1217.05/630.74	c cleaning 10042 clauses out of 20124 with flag 1015000/1015000
1230.97/637.86	c cleaning 9913 clauses out of 20082 with flag 1025000/1025000
1244.82/644.87	c cleaning 10060 clauses out of 20169 with flag 1035000/1035000
1258.04/651.55	c cleaning 9914 clauses out of 20109 with flag 1045000/1045000
1270.69/657.94	c cleaning 9970 clauses out of 20195 with flag 1055000/1055000
1283.79/664.67	c cleaning 10012 clauses out of 20225 with flag 1065000/1065000
1296.81/671.24	c cleaning 9985 clauses out of 20213 with flag 1075000/1075000
1310.44/678.16	c cleaning 10041 clauses out of 20228 with flag 1085000/1085000
1322.88/684.40	c cleaning 9947 clauses out of 20187 with flag 1095000/1095000
1335.19/690.73	c cleaning 10081 clauses out of 20240 with flag 1105000/1105000
1349.43/697.93	c cleaning 9976 clauses out of 20159 with flag 1115000/1115000
1363.29/704.99	c cleaning 9965 clauses out of 20183 with flag 1125000/1125000
1376.53/711.61	c cleaning 10003 clauses out of 20218 with flag 1135000/1135000
1388.81/717.98	c cleaning 9987 clauses out of 20215 with flag 1145000/1145000
1402.23/724.79	c cleaning 10053 clauses out of 20228 with flag 1155000/1155000
1415.26/731.37	c cleaning 9979 clauses out of 20175 with flag 1165000/1165000
1428.71/738.15	c cleaning 10046 clauses out of 20196 with flag 1175000/1175000
1442.56/745.24	c cleaning 9970 clauses out of 20150 with flag 1185000/1185000
1456.43/752.26	c cleaning 10033 clauses out of 20181 with flag 1195001/1195001
1469.63/758.97	c cleaning 9995 clauses out of 20147 with flag 1205000/1205000
1483.65/766.01	c cleaning 9968 clauses out of 20152 with flag 1215000/1215000
1497.52/773.20	c cleaning 9984 clauses out of 20184 with flag 1225000/1225000
1511.35/780.14	c cleaning 10049 clauses out of 20200 with flag 1235000/1235000
1524.57/786.89	c cleaning 9957 clauses out of 20151 with flag 1245000/1245000
1538.38/793.81	c cleaning 10003 clauses out of 20194 with flag 1255000/1255000
1551.64/800.69	c cleaning 9994 clauses out of 20191 with flag 1265000/1265000
1564.84/807.34	c cleaning 10004 clauses out of 20197 with flag 1275000/1275000
1577.85/813.94	c cleaning 10044 clauses out of 20193 with flag 1285000/1285000
1590.05/820.17	c cleaning 9983 clauses out of 20149 with flag 1295000/1295000
1602.69/826.68	c cleaning 10002 clauses out of 20166 with flag 1305000/1305000
1615.51/833.17	c cleaning 10012 clauses out of 20164 with flag 1315000/1315000
1628.51/839.77	c cleaning 9993 clauses out of 20152 with flag 1325000/1325000
1638.73/844.98	c cleaning 9962 clauses out of 20159 with flag 1335000/1335000
1649.38/850.41	c cleaning 10045 clauses out of 20197 with flag 1345000/1345000
1660.00/855.87	c cleaning 10043 clauses out of 20152 with flag 1355000/1355000
1671.20/861.50	c cleaning 9904 clauses out of 20109 with flag 1365000/1365000
1682.81/867.45	c cleaning 9954 clauses out of 20205 with flag 1375000/1375000
1694.46/873.41	c cleaning 10008 clauses out of 20251 with flag 1385000/1385000
1706.67/879.60	c cleaning 10020 clauses out of 20243 with flag 1395000/1395000
1719.06/885.98	c cleaning 10023 clauses out of 20223 with flag 1405000/1405000
1731.67/892.31	c cleaning 9965 clauses out of 20200 with flag 1415000/1415000
1743.50/898.45	c cleaning 10026 clauses out of 20235 with flag 1425000/1425000
1754.52/904.00	c cleaning 9986 clauses out of 20209 with flag 1435000/1435000
1766.36/910.01	c cleaning 9976 clauses out of 20223 with flag 1445000/1445000
1777.95/915.91	c cleaning 10095 clauses out of 20247 with flag 1455000/1455000
1788.76/921.58	c cleaning 10004 clauses out of 20152 with flag 1465000/1465000
1800.01/927.22	c starts		: 56
1800.01/927.22	c conflicts		: 10170
1800.01/927.22	c decisions		: 133050
1800.01/927.22	c propagations		: 1768758
1800.01/927.22	c inspects		: 660881138
1800.01/927.22	c learnt literals	: 0
1800.01/927.22	c learnt binary clauses	: 0
1800.01/927.22	c learnt ternary clauses	: 0
1800.01/927.22	c learnt clauses	: 10169
1800.01/927.22	c ignored clauses	: 0
1800.01/927.22	c root simplifications	: 0
1800.01/927.22	c removed literals (reason simplification)	: 0
1800.01/927.22	c reason swapping (by a shorter reason)	: 0
1800.01/927.22	c Calls to reduceDB	: 1
1800.01/927.22	c number of reductions to clauses (during analyze)	: 0
1800.01/927.22	c number of learned constraints concerned by reduction	: 0
1800.01/927.22	c number of learning phase by resolution	: 0
1800.01/927.22	c number of learning phase by cutting planes	: 0
1800.01/927.22	c speed (assignments/second)	: 1970.6292615535453
1800.01/927.22	c non guided choices	136
1800.01/927.23	c learnt constraints type 
1800.01/927.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.01/927.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10167
1800.01/927.23	c constraints type 
1800.01/927.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2482
1800.01/927.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.01/927.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.01/927.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
1800.01/927.23	c constraints type 
1800.01/927.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.01/927.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2482
1800.01/927.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.01/927.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
1800.01/927.23	s SATISFIABLE
1800.01/927.23	v x1 x2 -x3 x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 x33 x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 x66 x67 x68 x69 x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 x239 -x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 -x250 -x251 -x252 -x253 x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 x276 -x277 x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 x290 -x291 -x292 -x293 -x294 x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 x320 x321 -x322 x323 -x324 x325 x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 x366 -x367 -x368 x369 x370 -x371 x372 -x373 -x374 -x375 -x376 -x377 -x378 x379 -x380 x381 x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 -x398 x399 -x400 
1800.01/927.23	c objective function=-40
1800.01/927.23	c Total wall clock time (in seconds): 927.128

Verifier Data

OK	-40

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-3737677-1338755063/watcher-3737677-1338755063 -o /tmp/evaluation-result-3737677-1338755063/solver-3737677-1338755063 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737677-1338755063.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.76 3.79 3.49 3/197 18992
/proc/meminfo: memFree=26372472/32873648 swapFree=6860/6860
[pid=18992] ppid=18990 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18992/stat : 18992 (java) R 18990 18992 17435 0 -1 4202496 457 0 0 0 0 0 0 0 20 0 1 0 341632398 9515008 186 33554432000 1073741824 1073778376 140734478976448 140734478965512 266426477863 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18992/statm: 2323 186 143 9 0 71 0

[startup+0.095092 s]
/proc/loadavg: 3.76 3.79 3.49 3/197 18992
/proc/meminfo: memFree=26372472/32873648 swapFree=6860/6860
[pid=18992] ppid=18990 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/18992/stat : 18992 (java) S 18990 18992 17435 0 -1 4202496 4753 0 1 0 8 1 0 0 20 0 18 0 341632398 2764726272 6444 33554432000 1073741824 1073778376 140734478976448 140734478967584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18992/statm: 674982 6444 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.100203 s]
/proc/loadavg: 3.76 3.79 3.49 3/197 18992
/proc/meminfo: memFree=26372472/32873648 swapFree=6860/6860
[pid=18992] ppid=18990 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/18992/stat : 18992 (java) S 18990 18992 17435 0 -1 4202496 4800 0 1 0 9 1 0 0 20 0 18 0 341632398 2764726272 6491 33554432000 1073741824 1073778376 140734478976448 140734478967584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18992/statm: 674982 6491 2124 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300203 s]
/proc/loadavg: 3.76 3.79 3.49 3/197 18992
/proc/meminfo: memFree=26372472/32873648 swapFree=6860/6860
[pid=18992] ppid=18990 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/18992/stat : 18992 (java) S 18990 18992 17435 0 -1 4202496 6369 0 1 0 46 1 0 0 20 0 18 0 341632398 2764726272 9051 33554432000 1073741824 1073778376 140734478976448 140734478967584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18992/statm: 674982 9051 2222 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700182 s]
/proc/loadavg: 3.76 3.79 3.49 3/197 18992
/proc/meminfo: memFree=26372472/32873648 swapFree=6860/6860
[pid=18992] ppid=18990 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/18992/stat : 18992 (java) S 18990 18992 17435 0 -1 4202496 9718 0 1 0 124 2 0 0 20 0 22 0 341632398 3037372416 16954 33554432000 1073741824 1073778376 140734478976448 140734478967584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18992/statm: 741546 16954 2247 9 0 732240 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2966184

[startup+1.50066 s]
/proc/loadavg: 3.76 3.79 3.49 3/217 19014
/proc/meminfo: memFree=26299376/32873648 swapFree=6860/6860
[pid=18992] ppid=18990 vsize=2966184 CPUtime=1.69 cores=1,3,5,7
/proc/18992/stat : 18992 (java) S 18990 18992 17435 0 -1 4202496 11871 0 1 0 165 4 0 0 20 0 20 0 341632398 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140734478967584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18992/statm: 741546 20542 2252 9 0 732240 0
[pid=18992/tid=18994] ppid=18990 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/18992/task/18994/stat : 18994 (java) S 18990 18992 17435 0 -1 4202560 2811 0 1 0 59 2 0 0 20 0 20 0 341632399 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140242177369240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=18995] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140242161650728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=18996] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18996/stat : 18996 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140242160597928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=18997] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18997/stat : 18997 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140242159545128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18992/tid=18998] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140242040384168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140242039331368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140242038278568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140242037225768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140242036172968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 17435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341632401 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140241553845224 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 17435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341632401 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140241552791288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19005] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19005/stat : 19005 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341632401 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140241551738376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19006] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19006/stat : 19006 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632403 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140241550686864 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19007] ppid=18990 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/18992/task/19007/stat : 19007 (java) S 18990 18992 17435 0 -1 4202560 3802 0 0 0 37 0 0 0 20 0 20 0 341632403 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140241549633976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19008] ppid=18990 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/18992/task/19008/stat : 19008 (java) S 18990 18992 17435 0 -1 4202560 3957 0 0 0 35 0 0 0 20 0 20 0 341632403 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140241548581176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19009] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19009/stat : 19009 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632403 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140241547528568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19010] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19010/stat : 19010 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632404 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140241546475976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19013] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19013/stat : 19013 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341632463 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140241543316904 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19014] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19014/stat : 19014 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341632463 3037372416 20542 33554432000 1073741824 1073778376 140734478976448 140241542264104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 2966184

[startup+3.10065 s]
/proc/loadavg: 3.76 3.79 3.49 3/217 19016
/proc/meminfo: memFree=26280712/32873648 swapFree=6860/6860
[pid=18992] ppid=18990 vsize=2966184 CPUtime=2.13 cores=1,3,5,7
/proc/18992/stat : 18992 (java) S 18990 18992 17435 0 -1 4202496 14681 0 1 0 204 9 0 0 20 0 20 0 341632398 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140734478967584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18992/statm: 741546 30188 2254 9 0 732240 0
[pid=18992/tid=18994] ppid=18990 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/18992/task/18994/stat : 18994 (java) S 18990 18992 17435 0 -1 4202560 2813 0 1 0 60 2 0 0 20 0 20 0 341632399 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140242177369240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=18995] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140242161650728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=18996] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18996/stat : 18996 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140242160597928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=18997] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18997/stat : 18997 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140242159545128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18992/tid=18998] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140242040384168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140242039331368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140242038278568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140242037225768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140242036172968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 17435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341632401 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140241553845224 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 17435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341632401 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140241552791288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19005] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19005/stat : 19005 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341632401 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140241551738376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19006] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19006/stat : 19006 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632403 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140241550686864 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19007] ppid=18990 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/18992/task/19007/stat : 19007 (java) S 18990 18992 17435 0 -1 4202560 6564 0 0 0 55 2 0 0 20 0 20 0 341632403 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140241549633976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19008] ppid=18990 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/18992/task/19008/stat : 19008 (java) S 18990 18992 17435 0 -1 4202560 3976 0 0 0 44 0 0 0 20 0 20 0 341632403 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140241548581176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18992/tid=19009] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19009/stat : 19009 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632403 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140241547528568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19010] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19010/stat : 19010 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632404 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140241546475976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19013] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19013/stat : 19013 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341632463 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140241543316904 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19014] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19014/stat : 19014 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341632463 3037372416 30188 33554432000 1073741824 1073778376 140734478976448 140241542264104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30067 s]
/proc/loadavg: 3.62 3.76 3.48 3/217 19022
/proc/meminfo: memFree=26227948/32873648 swapFree=6860/6860
[pid=18992] ppid=18990 vsize=2966184 CPUtime=2.4 cores=1,3,5,7
/proc/18992/stat : 18992 (java) S 18990 18992 17435 0 -1 4202496 14730 0 1 0 225 15 0 0 20 0 20 0 341632398 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140734478967584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18992/statm: 741546 42621 2260 9 0 732240 0
[pid=18992/tid=18994] ppid=18990 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/18992/task/18994/stat : 18994 (java) S 18990 18992 17435 0 -1 4202560 2814 0 1 0 61 2 0 0 20 0 20 0 341632399 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140242177369256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=18995] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140242161650728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=18996] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18996/stat : 18996 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140242160597928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=18997] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18997/stat : 18997 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140242159545128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18992/tid=18998] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140242040384168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140242039331368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140242038278568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140242037225768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341632400 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140242036172968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 17435 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 341632401 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140241553845224 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 17435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341632401 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140241552791288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19005] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19005/stat : 19005 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341632401 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140241551738376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19006] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19006/stat : 19006 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632403 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140241550686864 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19007] ppid=18990 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/18992/task/19007/stat : 19007 (java) S 18990 18992 17435 0 -1 4202560 6568 0 0 0 60 2 0 0 20 0 20 0 341632403 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140241549633976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19008] ppid=18990 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/18992/task/19008/stat : 19008 (java) S 18990 18992 17435 0 -1 4202560 3976 0 0 0 48 0 0 0 20 0 20 0 341632403 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140241548581176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18992/tid=19009] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19009/stat : 19009 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341632403 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140241547528568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19010] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19010/stat : 19010 (java) S 18990 18992 17435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341632404 3037372416 42621 33554432000 1073741824 1073778376 140734478976448 140241546475976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19013] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7

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

[pid=18992/tid=19014] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19014/stat : 19014 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341632463 3037372416 174089 33554432000 1073741824 1073778376 140734478976448 140241542264104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19059] ppid=18990 vsize=2966184 CPUtime=705.39 cores=1,3,5,7
/proc/18992/task/19059/stat : 19059 (java) R 18990 18992 17435 0 -1 4202560 242 0 0 0 70526 13 0 0 20 0 22 0 341635364 3037372416 174089 33554432000 1073741824 1073778376 140734478976448 140241545419872 140242041472167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19060] ppid=18990 vsize=2966184 CPUtime=705.47 cores=1,3,5,7
/proc/18992/task/19060/stat : 19060 (java) R 18990 18992 17435 0 -1 4202560 210 0 0 0 70533 14 0 0 20 0 22 0 341635364 3037372416 174089 33554432000 1073741824 1073778376 140734478976448 140241544367856 140242041058254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1476.24
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.04 3.97 3.74 5/219 19131
/proc/meminfo: memFree=25860924/32873648 swapFree=6860/6860
[pid=18992] ppid=18990 vsize=2966184 CPUtime=1594.06 cores=1,3,5,7
/proc/18992/stat : 18992 (java) S 18990 18992 17435 0 -1 4202496 26914 0 1 0 159266 140 0 0 20 0 22 0 341632398 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140734478967584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18992/statm: 741546 175194 2288 9 0 732240 0
[pid=18992/tid=18994] ppid=18990 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/18992/task/18994/stat : 18994 (java) S 18990 18992 17435 0 -1 4202560 2835 0 1 0 63 3 0 0 20 0 22 0 341632399 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140242177369256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=18995] ppid=18990 vsize=2966184 CPUtime=2.44 cores=1,3,5,7
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 17435 0 -1 4202560 223 0 0 0 240 4 0 0 20 0 22 0 341632400 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140242161650728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=18996] ppid=18990 vsize=2966184 CPUtime=2.43 cores=1,3,5,7
/proc/18992/task/18996/stat : 18996 (java) S 18990 18992 17435 0 -1 4202560 183 0 0 0 240 3 0 0 20 0 22 0 341632400 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140242160597928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=18997] ppid=18990 vsize=2966184 CPUtime=2.65 cores=1,3,5,7
/proc/18992/task/18997/stat : 18997 (java) S 18990 18992 17435 0 -1 4202560 191 0 0 0 260 5 0 0 20 0 22 0 341632400 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140242159545128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=18998] ppid=18990 vsize=2966184 CPUtime=2.6 cores=1,3,5,7
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 17435 0 -1 4202560 189 0 0 0 255 5 0 0 20 0 22 0 341632400 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140242040384168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=2966184 CPUtime=2.67 cores=1,3,5,7
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 17435 0 -1 4202560 174 0 0 0 263 4 0 0 20 0 22 0 341632400 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140242039331368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=2966184 CPUtime=2.6 cores=1,3,5,7
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 17435 0 -1 4202560 239 0 0 0 255 5 0 0 20 0 22 0 341632400 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140242038278568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=2966184 CPUtime=2.46 cores=1,3,5,7
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 17435 0 -1 4202560 164 0 0 0 243 3 0 0 20 0 22 0 341632400 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140242037225768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=2966184 CPUtime=2.57 cores=1,3,5,7
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 17435 0 -1 4202560 188 0 0 0 253 4 0 0 20 0 22 0 341632400 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140242036172968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=2966184 CPUtime=24.46 cores=1,3,5,7
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 17435 0 -1 4202560 122 0 0 0 2421 25 0 0 20 0 22 0 341632401 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140241553845224 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341632401 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140241552791288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19005] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19005/stat : 19005 (java) S 18990 18992 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341632401 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140241551738376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19006] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19006/stat : 19006 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341632403 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140241550686864 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19007] ppid=18990 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/18992/task/19007/stat : 19007 (java) S 18990 18992 17435 0 -1 4202560 6597 0 0 0 99 2 0 0 20 0 22 0 341632403 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140241549633976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19008] ppid=18990 vsize=2966184 CPUtime=1.84 cores=1,3,5,7
/proc/18992/task/19008/stat : 19008 (java) S 18990 18992 17435 0 -1 4202560 13663 0 0 0 182 2 0 0 20 0 22 0 341632403 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140241548581176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19009] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19009/stat : 19009 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341632403 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140241547528568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19010] ppid=18990 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/18992/task/19010/stat : 19010 (java) S 18990 18992 17435 0 -1 4202560 48 0 0 0 10 20 0 0 20 0 22 0 341632404 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140241546475976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19013] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19013/stat : 19013 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341632463 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140241543316904 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19014] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19014/stat : 19014 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341632463 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140241542264104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19059] ppid=18990 vsize=2966184 CPUtime=762.27 cores=1,3,5,7
/proc/18992/task/19059/stat : 19059 (java) R 18990 18992 17435 0 -1 4202560 253 0 0 0 76213 14 0 0 20 0 22 0 341635364 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140241545421776 140242041021524 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19060] ppid=18990 vsize=2966184 CPUtime=762.36 cores=1,3,5,7
/proc/18992/task/19060/stat : 19060 (java) R 18990 18992 17435 0 -1 4202560 225 0 0 0 76221 15 0 0 20 0 22 0 341635364 3037372416 175194 33554432000 1073741824 1073778376 140734478976448 140241544367280 140242041058128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1594.06
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.96 3.96 3.75 5/219 19131
/proc/meminfo: memFree=25854292/32873648 swapFree=6860/6860
[pid=18992] ppid=18990 vsize=2966184 CPUtime=1711.84 cores=1,3,5,7
/proc/18992/stat : 18992 (java) S 18990 18992 17435 0 -1 4202496 27039 0 1 0 171039 145 0 0 20 0 22 0 341632398 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140734478967584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18992/statm: 741546 176301 2288 9 0 732240 0
[pid=18992/tid=18994] ppid=18990 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/18992/task/18994/stat : 18994 (java) S 18990 18992 17435 0 -1 4202560 2838 0 1 0 63 3 0 0 20 0 22 0 341632399 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140242177369256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=18995] ppid=18990 vsize=2966184 CPUtime=2.63 cores=1,3,5,7
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 17435 0 -1 4202560 236 0 0 0 259 4 0 0 20 0 22 0 341632400 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140242161650728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=18996] ppid=18990 vsize=2966184 CPUtime=2.62 cores=1,3,5,7
/proc/18992/task/18996/stat : 18996 (java) S 18990 18992 17435 0 -1 4202560 198 0 0 0 259 3 0 0 20 0 22 0 341632400 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140242160597928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=18997] ppid=18990 vsize=2966184 CPUtime=2.85 cores=1,3,5,7
/proc/18992/task/18997/stat : 18997 (java) S 18990 18992 17435 0 -1 4202560 203 0 0 0 280 5 0 0 20 0 22 0 341632400 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140242159545128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=18998] ppid=18990 vsize=2966184 CPUtime=2.78 cores=1,3,5,7
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 17435 0 -1 4202560 198 0 0 0 273 5 0 0 20 0 22 0 341632400 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140242040384168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=2966184 CPUtime=2.87 cores=1,3,5,7
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 17435 0 -1 4202560 184 0 0 0 283 4 0 0 20 0 22 0 341632400 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140242039331368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=2966184 CPUtime=2.76 cores=1,3,5,7
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 17435 0 -1 4202560 242 0 0 0 271 5 0 0 20 0 22 0 341632400 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140242038278568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=2966184 CPUtime=2.7 cores=1,3,5,7
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 17435 0 -1 4202560 183 0 0 0 267 3 0 0 20 0 22 0 341632400 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140242037225768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=2966184 CPUtime=2.8 cores=1,3,5,7
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 17435 0 -1 4202560 194 0 0 0 275 5 0 0 20 0 22 0 341632400 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140242036172968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=2966184 CPUtime=27.33 cores=1,3,5,7
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 17435 0 -1 4202560 126 0 0 0 2707 26 0 0 20 0 22 0 341632401 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140241553845224 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341632401 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140241552791288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19005] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19005/stat : 19005 (java) S 18990 18992 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341632401 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140241551738376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19006] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19006/stat : 19006 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341632403 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140241550686864 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19007] ppid=18990 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/18992/task/19007/stat : 19007 (java) S 18990 18992 17435 0 -1 4202560 6597 0 0 0 99 2 0 0 20 0 22 0 341632403 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140241549633976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19008] ppid=18990 vsize=2966184 CPUtime=1.84 cores=1,3,5,7
/proc/18992/task/19008/stat : 19008 (java) S 18990 18992 17435 0 -1 4202560 13663 0 0 0 182 2 0 0 20 0 22 0 341632403 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140241548581176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19009] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19009/stat : 19009 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341632403 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140241547528568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19010] ppid=18990 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/18992/task/19010/stat : 19010 (java) S 18990 18992 17435 0 -1 4202560 52 0 0 0 12 21 0 0 20 0 22 0 341632404 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140241546475976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19013] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19013/stat : 19013 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341632463 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140241543316904 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19014] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19014/stat : 19014 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341632463 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140241542264104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19059] ppid=18990 vsize=2966184 CPUtime=818.94 cores=1,3,5,7
/proc/18992/task/19059/stat : 19059 (java) R 18990 18992 17435 0 -1 4202560 269 0 0 0 81879 15 0 0 20 0 22 0 341635364 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140241545421776 140242041122459 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19060] ppid=18990 vsize=2966184 CPUtime=819.03 cores=1,3,5,7
/proc/18992/task/19060/stat : 19060 (java) R 18990 18992 17435 0 -1 4202560 236 0 0 0 81887 16 0 0 20 0 22 0 341635364 3037372416 176301 33554432000 1073741824 1073778376 140734478976448 140241544367280 140242041083203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1711.84
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.201 s]
/proc/loadavg: 3.90 3.95 3.75 5/219 19131
/proc/meminfo: memFree=25839768/32873648 swapFree=6860/6860
[pid=18992] ppid=18990 vsize=2966184 CPUtime=1800.01 cores=1,3,5,7
/proc/18992/stat : 18992 (java) S 18990 18992 17435 0 -1 4202496 27156 0 1 0 179852 149 0 0 20 0 22 0 341632398 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140734478967584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18992/statm: 741546 177920 2288 9 0 732240 0
[pid=18992/tid=18994] ppid=18990 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/18992/task/18994/stat : 18994 (java) S 18990 18992 17435 0 -1 4202560 2838 0 1 0 63 3 0 0 20 0 22 0 341632399 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140242177369256 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=18995] ppid=18990 vsize=2966184 CPUtime=2.81 cores=1,3,5,7
/proc/18992/task/18995/stat : 18995 (java) S 18990 18992 17435 0 -1 4202560 253 0 0 0 277 4 0 0 20 0 22 0 341632400 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140242161650728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18992/tid=18996] ppid=18990 vsize=2966184 CPUtime=2.81 cores=1,3,5,7
/proc/18992/task/18996/stat : 18996 (java) S 18990 18992 17435 0 -1 4202560 214 0 0 0 278 3 0 0 20 0 22 0 341632400 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140242160597928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=18997] ppid=18990 vsize=2966184 CPUtime=3 cores=1,3,5,7
/proc/18992/task/18997/stat : 18997 (java) S 18990 18992 17435 0 -1 4202560 209 0 0 0 295 5 0 0 20 0 22 0 341632400 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140242159545128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=18998] ppid=18990 vsize=2966184 CPUtime=2.93 cores=1,3,5,7
/proc/18992/task/18998/stat : 18998 (java) S 18990 18992 17435 0 -1 4202560 206 0 0 0 288 5 0 0 20 0 22 0 341632400 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140242040384168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=18999] ppid=18990 vsize=2966184 CPUtime=3.01 cores=1,3,5,7
/proc/18992/task/18999/stat : 18999 (java) S 18990 18992 17435 0 -1 4202560 193 0 0 0 297 4 0 0 20 0 22 0 341632400 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140242039331368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19000] ppid=18990 vsize=2966184 CPUtime=2.92 cores=1,3,5,7
/proc/18992/task/19000/stat : 19000 (java) S 18990 18992 17435 0 -1 4202560 251 0 0 0 287 5 0 0 20 0 22 0 341632400 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140242038278568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18992/tid=19001] ppid=18990 vsize=2966184 CPUtime=2.88 cores=1,3,5,7
/proc/18992/task/19001/stat : 19001 (java) S 18990 18992 17435 0 -1 4202560 198 0 0 0 285 3 0 0 20 0 22 0 341632400 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140242037225768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19002] ppid=18990 vsize=2966184 CPUtime=2.98 cores=1,3,5,7
/proc/18992/task/19002/stat : 19002 (java) S 18990 18992 17435 0 -1 4202560 203 0 0 0 293 5 0 0 20 0 22 0 341632400 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140242036172968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19003] ppid=18990 vsize=2966184 CPUtime=29.51 cores=1,3,5,7
/proc/18992/task/19003/stat : 19003 (java) S 18990 18992 17435 0 -1 4202560 128 0 0 0 2924 27 0 0 20 0 22 0 341632401 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140241553845224 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19004] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19004/stat : 19004 (java) S 18990 18992 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341632401 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140241552791288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19005] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19005/stat : 19005 (java) S 18990 18992 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341632401 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140241551738376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19006] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19006/stat : 19006 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341632403 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140241550686864 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19007] ppid=18990 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/18992/task/19007/stat : 19007 (java) S 18990 18992 17435 0 -1 4202560 6597 0 0 0 99 2 0 0 20 0 22 0 341632403 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140241549633976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19008] ppid=18990 vsize=2966184 CPUtime=1.84 cores=1,3,5,7
/proc/18992/task/19008/stat : 19008 (java) S 18990 18992 17435 0 -1 4202560 13663 0 0 0 182 2 0 0 20 0 22 0 341632403 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140241548581176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19009] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19009/stat : 19009 (java) S 18990 18992 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341632403 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140241547528568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19010] ppid=18990 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/18992/task/19010/stat : 19010 (java) S 18990 18992 17435 0 -1 4202560 54 0 0 0 13 21 0 0 20 0 22 0 341632404 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140241546475976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18992/tid=19013] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19013/stat : 19013 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341632463 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140241543316904 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18992/tid=19014] ppid=18990 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18992/task/19014/stat : 19014 (java) S 18990 18992 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341632463 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140241542264104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18992/tid=19059] ppid=18990 vsize=2966184 CPUtime=861.29 cores=1,3,5,7
/proc/18992/task/19059/stat : 19059 (java) R 18990 18992 17435 0 -1 4202560 279 0 0 0 86113 16 0 0 20 0 22 0 341635364 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140241545419920 140242041094460 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18992/tid=19060] ppid=18990 vsize=2966184 CPUtime=861.37 cores=1,3,5,7
/proc/18992/task/19060/stat : 19060 (java) R 18990 18992 17435 0 -1 4202560 250 0 0 0 86119 18 0 0 20 0 22 0 341635364 3037372416 177920 33554432000 1073741824 1073778376 140734478976448 140241544368032 140242041050314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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

Child status: 143
Real time (s): 927.24
CPU time (s): 1800.69
CPU user time (s): 1798.85
CPU system time (s): 1.84272
CPU usage (%): 194.199
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.84272
maximum resident set size= 711792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27187
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37616
involuntary context switches= 53605

runsolver used 3.68144 second user time and 8.42372 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-03 22:24:23
IDJOB=3737677
IDBENCH=48283
IDSOLVER=2324
FILE ID=node116/3737677-1338755063
RUNJOBID= node116-1338748331-17452
PBS_JOBID= 14636786
Free space on /tmp= 71036 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737677-1338755063/watcher-3737677-1338755063 -o /tmp/evaluation-result-3737677-1338755063/solver-3737677-1338755063 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737677-1338755063.opb

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

MD5SUM BENCH= 74165f17686851db36d48a05683565a5
RANDOM SEED=1982055851

node116.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		: 2666.556
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	: 5333.11
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		: 2666.556
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	: 5331.91
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		: 2666.556
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	: 5438.54
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		: 2666.556
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	: 5331.91
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		: 2666.556
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	: 5331.92
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		: 2666.556
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	: 5331.92
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		: 2666.556
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	: 5331.90
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		: 2666.556
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26373100 kB
Buffers:          556532 kB
Cached:          4103268 kB
SwapCached:         3028 kB
Active:          3146372 kB
Inactive:        2436904 kB
Active(anon):     913400 kB
Inactive(anon):     8500 kB
Active(file):    2232972 kB
Inactive(file):  2428404 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:               404 kB
Writeback:             0 kB
AnonPages:        952644 kB
Mapped:            20132 kB
Shmem:                68 kB
Slab:             775668 kB
SReclaimable:     219492 kB
SUnreclaim:       556176 kB
KernelStack:        1792 kB
PageTables:         6368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    899072 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= 71036 MiB
End job on node116 at 2012-06-03 22:39:53