Trace number 3454036

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO)-42 1800.26 931.922

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_4.opb
MD5SUM169f1f6799c5c0fd2a1b0aca08165f42
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 benchmark1797.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -59
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)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

Quality of the solution as a function of time


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

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3454036-1307195426.opb
0.09/0.11	c reading problem ... 
0.69/0.42	c ... done. Wall clock time 0.309s.
0.69/0.42	c #vars     2924
0.69/0.42	c #constraints  5650
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.69/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2524
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.69/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2524
0.69/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1.85/0.75	c  And the winner is CuttingPlanes
2.10/0.93	c SATISFIABLE
2.10/0.93	c OPTIMIZING...
2.10/0.93	c Got one! Elapsed wall clock time (in seconds):0.82
2.10/0.93	o -7
2.10/0.96	c  And the winner is CuttingPlanes
2.24/1.44	c Got one! Elapsed wall clock time (in seconds):1.326
2.24/1.44	o -11
2.24/1.46	c  And the winner is CuttingPlanes
2.28/1.94	c Got one! Elapsed wall clock time (in seconds):1.83
2.28/1.94	o -12
2.28/1.98	c  And the winner is CuttingPlanes
2.58/2.45	c Got one! Elapsed wall clock time (in seconds):2.335
2.58/2.45	o -13
2.58/2.48	c  And the winner is CuttingPlanes
2.69/2.95	c Got one! Elapsed wall clock time (in seconds):2.839
2.69/2.95	o -14
2.69/2.97	c  And the winner is CuttingPlanes
2.76/3.46	c Got one! Elapsed wall clock time (in seconds):3.343
2.76/3.46	o -15
2.76/3.48	c  And the winner is CuttingPlanes
2.81/3.96	c Got one! Elapsed wall clock time (in seconds):3.845
2.81/3.96	o -16
2.81/3.98	c  And the winner is CuttingPlanes
2.86/4.46	c Got one! Elapsed wall clock time (in seconds):4.348
2.86/4.46	o -17
2.86/4.48	c  And the winner is CuttingPlanes
2.89/4.97	c Got one! Elapsed wall clock time (in seconds):4.851
2.89/4.97	o -22
2.89/5.00	c  And the winner is CuttingPlanes
3.01/5.47	c Got one! Elapsed wall clock time (in seconds):5.354
3.01/5.47	o -23
3.01/5.49	c  And the winner is CuttingPlanes
3.06/5.97	c Got one! Elapsed wall clock time (in seconds):5.857
3.06/5.97	o -24
3.11/6.00	c  And the winner is CuttingPlanes
3.11/6.47	c Got one! Elapsed wall clock time (in seconds):6.36
3.11/6.47	o -25
3.11/6.50	c  And the winner is CuttingPlanes
3.20/6.98	c Got one! Elapsed wall clock time (in seconds):6.863
3.20/6.98	o -26
3.25/7.00	c  And the winner is CuttingPlanes
3.25/7.48	c Got one! Elapsed wall clock time (in seconds):7.366
3.25/7.48	o -27
3.25/7.50	c  And the winner is CuttingPlanes
3.28/7.98	c Got one! Elapsed wall clock time (in seconds):7.869
3.28/7.98	o -28
3.30/8.01	c  And the winner is CuttingPlanes
3.33/8.49	c Got one! Elapsed wall clock time (in seconds):8.371
3.33/8.49	o -29
3.35/8.52	c  And the winner is CuttingPlanes
3.49/8.99	c Got one! Elapsed wall clock time (in seconds):8.874
3.49/8.99	o -30
3.51/9.01	c  And the winner is CuttingPlanes
3.53/9.49	c Got one! Elapsed wall clock time (in seconds):9.377
3.53/9.49	o -31
3.53/9.54	c  And the winner is CuttingPlanes
3.68/9.99	c Got one! Elapsed wall clock time (in seconds):9.88
3.68/9.99	o -32
3.88/10.10	c  And the winner is CuttingPlanes
3.90/10.50	c Got one! Elapsed wall clock time (in seconds):10.383
3.90/10.50	o -33
4.84/11.00	c  And the winner is CuttingPlanes
5.04/11.50	c Got one! Elapsed wall clock time (in seconds):11.388
5.04/11.50	o -34
5.22/11.63	c  And the winner is Resolution
5.29/12.01	c Got one! Elapsed wall clock time (in seconds):11.894
5.29/12.01	o -35
6.50/12.68	c  And the winner is CuttingPlanes
6.65/13.02	c Got one! Elapsed wall clock time (in seconds):12.903
6.65/13.02	o -36
9.45/14.41	c cleaning 3922 clauses out of 7901 with flag 3000/7901
9.81/14.65	c  And the winner is CuttingPlanes
9.93/15.03	c Got one! Elapsed wall clock time (in seconds):14.912
9.93/15.03	o -37
14.55/17.34	c cleaning 4640 clauses out of 9358 with flag 5000/13280
18.91/19.52	c cleaning 5287 clauses out of 10718 with flag 11000/19280
24.07/22.19	c cleaning 6178 clauses out of 12431 with flag 18000/26280
29.24/24.75	c cleaning 7119 clauses out of 14253 with flag 26000/34280
37.39/28.85	c cleaning 7983 clauses out of 16134 with flag 35000/43280
41.14/30.78	c  And the winner is CuttingPlanes
41.30/31.12	c Got one! Elapsed wall clock time (in seconds):31.004
41.30/31.12	o -38
45.46/33.29	c cleaning 9384 clauses out of 18822 with flag 5000/53951
49.61/35.34	c cleaning 7657 clauses out of 15438 with flag 11000/59951
55.16/38.17	c cleaning 7266 clauses out of 14781 with flag 18000/66951
58.30/39.78	c  And the winner is CuttingPlanes
58.47/40.15	c Got one! Elapsed wall clock time (in seconds):40.04
58.47/40.15	o -39
60.55/41.22	c  And the winner is CuttingPlanes
60.62/41.66	c Got one! Elapsed wall clock time (in seconds):41.545
60.62/41.66	o -40
63.29/43.01	c cleaning 8988 clauses out of 18223 with flag 3000/77659
63.62/43.25	c  And the winner is CuttingPlanes
63.74/43.67	c Got one! Elapsed wall clock time (in seconds):43.554
63.74/43.67	o -41
68.19/45.93	c cleaning 7259 clauses out of 14588 with flag 5000/83012
71.92/47.86	c cleaning 6516 clauses out of 13329 with flag 11000/89012
77.45/50.68	c cleaning 6781 clauses out of 13813 with flag 18000/96012
83.54/53.76	c cleaning 7479 clauses out of 15032 with flag 26000/104012
90.34/57.16	c cleaning 8230 clauses out of 16553 with flag 35000/113012
97.83/60.94	c cleaning 9108 clauses out of 18323 with flag 45000/123012
105.74/64.98	c cleaning 9579 clauses out of 19215 with flag 55000/133012
114.52/69.35	c cleaning 9775 clauses out of 19636 with flag 65000/143012
123.99/74.15	c cleaning 9840 clauses out of 19861 with flag 75000/153012
132.08/78.26	c cleaning 9913 clauses out of 20021 with flag 85000/163012
140.57/82.57	c cleaning 9925 clauses out of 20108 with flag 95000/173012
148.43/86.55	c cleaning 9990 clauses out of 20183 with flag 105000/183012
156.32/90.59	c cleaning 10097 clauses out of 20193 with flag 115000/193012
166.80/95.84	c cleaning 9932 clauses out of 20096 with flag 125000/203012
175.64/100.37	c cleaning 9928 clauses out of 20164 with flag 135000/213012
184.33/104.74	c cleaning 10017 clauses out of 20236 with flag 145000/223012
193.22/109.29	c cleaning 9987 clauses out of 20219 with flag 155000/233012
203.11/114.29	c cleaning 10037 clauses out of 20232 with flag 165000/243012
212.34/118.93	c cleaning 10014 clauses out of 20195 with flag 175000/253012
221.43/123.57	c cleaning 9959 clauses out of 20181 with flag 185000/263012
230.91/128.32	c cleaning 10028 clauses out of 20222 with flag 195000/273012
242.18/134.05	c cleaning 9959 clauses out of 20194 with flag 205000/283012
252.19/139.16	c cleaning 10034 clauses out of 20235 with flag 215000/293012
263.46/144.85	c cleaning 9954 clauses out of 20201 with flag 225000/303012
274.13/150.29	c cleaning 9984 clauses out of 20247 with flag 235000/313012
284.39/155.43	c cleaning 10070 clauses out of 20263 with flag 245000/323012
294.00/160.37	c cleaning 9974 clauses out of 20193 with flag 255000/333012
303.86/165.31	c cleaning 10079 clauses out of 20219 with flag 265000/343012
315.33/171.12	c cleaning 9918 clauses out of 20140 with flag 275000/353012
326.19/176.69	c cleaning 10000 clauses out of 20222 with flag 285000/363012
338.38/182.87	c cleaning 10014 clauses out of 20222 with flag 295000/373012
350.03/188.72	c cleaning 9964 clauses out of 20208 with flag 305000/383012
362.48/195.00	c cleaning 9973 clauses out of 20244 with flag 315000/393012
374.12/200.96	c cleaning 9994 clauses out of 20271 with flag 325000/403012
385.50/206.79	c cleaning 10025 clauses out of 20277 with flag 335000/413012
397.14/212.67	c cleaning 9994 clauses out of 20252 with flag 345000/423012
409.40/218.88	c cleaning 10019 clauses out of 20258 with flag 355000/433012
420.47/224.44	c cleaning 10091 clauses out of 20239 with flag 365000/443012
432.81/230.70	c cleaning 10002 clauses out of 20148 with flag 375000/453012
443.86/236.36	c cleaning 9961 clauses out of 20146 with flag 385000/463012
454.50/241.74	c cleaning 10017 clauses out of 20185 with flag 395000/473012
464.34/246.71	c cleaning 9972 clauses out of 20168 with flag 405000/483012
468.03/248.63	c cleaning 0 clauses out of 6885 with flag 0/6885
476.63/253.02	c cleaning 10015 clauses out of 20196 with flag 415000/493012
489.21/259.25	c cleaning 9957 clauses out of 20181 with flag 425000/503012
500.44/264.91	c cleaning 10008 clauses out of 20224 with flag 435000/513012
512.20/270.92	c cleaning 10007 clauses out of 20216 with flag 445000/523012
523.63/276.76	c cleaning 10048 clauses out of 20209 with flag 455000/533012
533.65/281.87	c cleaning 10000 clauses out of 20161 with flag 465000/543012
542.47/286.31	c cleaning 9988 clauses out of 20161 with flag 475000/553012
552.21/291.37	c cleaning 10032 clauses out of 20173 with flag 485000/563012
563.83/297.25	c cleaning 9984 clauses out of 20141 with flag 495000/573012
572.86/301.85	c cleaning 9951 clauses out of 20157 with flag 505000/583012
582.09/306.54	c cleaning 10070 clauses out of 20206 with flag 515000/593012
590.44/310.88	c cleaning 9957 clauses out of 20136 with flag 525000/603012
601.46/316.43	c cleaning 10002 clauses out of 20179 with flag 535000/613012
612.08/321.84	c cleaning 9978 clauses out of 20177 with flag 545000/623012
622.31/327.09	c cleaning 10052 clauses out of 20199 with flag 555000/633012
633.24/332.66	c cleaning 10013 clauses out of 20147 with flag 565000/643012
642.67/337.41	c cleaning 9911 clauses out of 20134 with flag 575000/653012
652.09/342.25	c cleaning 10041 clauses out of 20223 with flag 585000/663012
661.72/347.15	c cleaning 10026 clauses out of 20182 with flag 595000/673012
670.86/351.80	c cleaning 10062 clauses out of 20157 with flag 605001/683013
679.69/356.40	c cleaning 9959 clauses out of 20094 with flag 615000/693012
690.10/361.67	c cleaning 9921 clauses out of 20135 with flag 625000/703012
699.52/366.44	c cleaning 10061 clauses out of 20214 with flag 635000/713012
709.24/371.48	c cleaning 10030 clauses out of 20153 with flag 645000/723012
718.85/376.34	c cleaning 9921 clauses out of 20123 with flag 655000/733012
730.27/382.16	c cleaning 10004 clauses out of 20202 with flag 665000/743012
741.28/387.71	c cleaning 9989 clauses out of 20198 with flag 675000/753012
751.99/393.28	c cleaning 10012 clauses out of 20209 with flag 685000/763012
762.60/398.66	c cleaning 9991 clauses out of 20197 with flag 695000/773012
773.01/403.95	c cleaning 9955 clauses out of 20206 with flag 705000/783012
783.82/409.46	c cleaning 10010 clauses out of 20251 with flag 715000/793012
794.75/415.03	c cleaning 10001 clauses out of 20241 with flag 725000/803012
805.35/420.47	c cleaning 10044 clauses out of 20240 with flag 735000/813012
815.16/425.48	c cleaning 9999 clauses out of 20196 with flag 745000/823012
824.40/430.16	c cleaning 10027 clauses out of 20197 with flag 755000/833012
833.50/434.85	c cleaning 10021 clauses out of 20170 with flag 765000/843012
842.70/439.58	c cleaning 9948 clauses out of 20149 with flag 775000/853012
852.34/444.42	c cleaning 10070 clauses out of 20201 with flag 785000/863012
862.13/449.42	c cleaning 9990 clauses out of 20131 with flag 795000/873012
872.04/454.54	c cleaning 9964 clauses out of 20141 with flag 805000/883012
881.84/459.56	c cleaning 9987 clauses out of 20177 with flag 815000/893012
890.64/464.04	c cleaning 10006 clauses out of 20190 with flag 825000/903012
899.23/468.46	c cleaning 9995 clauses out of 20184 with flag 835000/913012
908.74/473.35	c cleaning 10009 clauses out of 20189 with flag 845000/923012
918.33/478.21	c cleaning 9982 clauses out of 20180 with flag 855000/933012
928.13/483.27	c cleaning 10043 clauses out of 20198 with flag 865000/943012
938.36/488.44	c cleaning 10018 clauses out of 20155 with flag 875000/953012
949.05/493.96	c cleaning 10033 clauses out of 20137 with flag 885000/963012
957.81/498.47	c cleaning 9913 clauses out of 20104 with flag 895000/973012
967.20/503.30	c cleaning 9951 clauses out of 20191 with flag 905000/983012
976.19/507.80	c cleaning 10104 clauses out of 20240 with flag 915000/993012
985.88/512.80	c cleaning 9997 clauses out of 20136 with flag 925000/1003012
995.85/517.93	c cleaning 9959 clauses out of 20139 with flag 935000/1013012
1006.04/523.12	c cleaning 9982 clauses out of 20180 with flag 945000/1023012
1015.67/528.10	c cleaning 10034 clauses out of 20198 with flag 955000/1033012
1024.51/532.60	c cleaning 10012 clauses out of 20164 with flag 965000/1043012
1033.49/537.26	c cleaning 9977 clauses out of 20152 with flag 975000/1053012
1042.67/541.90	c cleaning 9993 clauses out of 20175 with flag 985000/1063012
1053.04/547.27	c cleaning 10065 clauses out of 20182 with flag 995000/1073012
1063.31/552.57	c cleaning 9985 clauses out of 20117 with flag 1005000/1083012
1073.30/557.66	c cleaning 10029 clauses out of 20132 with flag 1015000/1093012
1084.07/563.14	c cleaning 10016 clauses out of 20103 with flag 1025000/1103012
1093.64/568.05	c cleaning 9907 clauses out of 20087 with flag 1035000/1113012
1104.30/573.55	c cleaning 10004 clauses out of 20180 with flag 1045000/1123012
1114.87/578.98	c cleaning 10020 clauses out of 20176 with flag 1055000/1133012
1125.64/584.42	c cleaning 9993 clauses out of 20156 with flag 1065000/1143012
1135.86/589.67	c cleaning 9991 clauses out of 20163 with flag 1075000/1153012
1146.69/595.25	c cleaning 10033 clauses out of 20172 with flag 1085000/1163012
1155.67/599.85	c cleaning 10049 clauses out of 20139 with flag 1095000/1173012
1165.65/604.97	c cleaning 9905 clauses out of 20090 with flag 1105000/1183012
1175.20/609.88	c cleaning 10021 clauses out of 20185 with flag 1115000/1193012
1184.66/614.76	c cleaning 9986 clauses out of 20164 with flag 1125000/1203012
1194.23/619.60	c cleaning 9999 clauses out of 20178 with flag 1135000/1213012
1203.40/624.37	c cleaning 9979 clauses out of 20179 with flag 1145000/1223012
1214.57/630.05	c cleaning 10042 clauses out of 20200 with flag 1155000/1233012
1225.03/635.44	c cleaning 9965 clauses out of 20158 with flag 1165000/1243012
1235.60/640.89	c cleaning 10071 clauses out of 20193 with flag 1175000/1253012
1246.56/646.44	c cleaning 10020 clauses out of 20122 with flag 1185000/1263012
1254.91/650.78	c cleaning 10012 clauses out of 20102 with flag 1195000/1273012
1263.93/655.47	c cleaning 9957 clauses out of 20090 with flag 1205000/1283012
1272.48/659.85	c cleaning 10028 clauses out of 20133 with flag 1215000/1293012
1281.61/664.56	c cleaning 9959 clauses out of 20105 with flag 1225000/1303012
1290.96/669.35	c cleaning 9959 clauses out of 20146 with flag 1235000/1313012
1300.17/674.15	c cleaning 9995 clauses out of 20187 with flag 1245000/1323012
1309.15/678.72	c cleaning 9986 clauses out of 20192 with flag 1255000/1333012
1318.46/683.56	c cleaning 10018 clauses out of 20206 with flag 1265000/1343012
1328.99/688.97	c cleaning 10066 clauses out of 20188 with flag 1275000/1353012
1340.00/694.61	c cleaning 9970 clauses out of 20122 with flag 1285000/1363012
1350.74/700.14	c cleaning 10000 clauses out of 20152 with flag 1295000/1373012
1351.10/700.40	c  And the winner is CuttingPlanes
1351.10/700.43	c Got one! Elapsed wall clock time (in seconds):700.317
1351.10/700.43	o -42
1354.64/702.26	c cleaning 7483 clauses out of 15153 with flag 5000/1378013
1358.78/704.42	c cleaning 6698 clauses out of 13670 with flag 11000/1384013
1363.81/707.21	c cleaning 6939 clauses out of 13973 with flag 18001/1391014
1369.15/709.96	c cleaning 7413 clauses out of 15033 with flag 26000/1399013
1374.91/712.91	c cleaning 8283 clauses out of 16620 with flag 35000/1408013
1381.47/716.37	c cleaning 9165 clauses out of 18337 with flag 45000/1418013
1389.69/720.62	c cleaning 9455 clauses out of 19172 with flag 55000/1428013
1398.06/724.99	c cleaning 9779 clauses out of 19717 with flag 65000/1438013
1406.38/729.23	c cleaning 9882 clauses out of 19938 with flag 75000/1448013
1415.15/733.77	c cleaning 9930 clauses out of 20056 with flag 85000/1458013
1423.58/738.17	c cleaning 9986 clauses out of 20126 with flag 95000/1468013
1431.91/742.48	c cleaning 9940 clauses out of 20140 with flag 105000/1478013
1440.25/746.78	c cleaning 10050 clauses out of 20200 with flag 115000/1488013
1449.00/751.27	c cleaning 10037 clauses out of 20150 with flag 125000/1498013
1457.80/755.85	c cleaning 10034 clauses out of 20113 with flag 135000/1508013
1466.55/760.35	c cleaning 9917 clauses out of 20079 with flag 145000/1518013
1475.50/764.94	c cleaning 10075 clauses out of 20162 with flag 155000/1528013
1485.04/769.88	c cleaning 9945 clauses out of 20087 with flag 165000/1538013
1495.27/775.14	c cleaning 10052 clauses out of 20143 with flag 175001/1548014
1505.01/780.11	c cleaning 9972 clauses out of 20090 with flag 185000/1558013
1516.15/785.80	c cleaning 9936 clauses out of 20118 with flag 195000/1568013
1526.69/791.22	c cleaning 9962 clauses out of 20182 with flag 205000/1578013
1538.31/797.28	c cleaning 10006 clauses out of 20220 with flag 215000/1588013
1549.24/802.81	c cleaning 10022 clauses out of 20214 with flag 225000/1598013
1560.57/808.62	c cleaning 10055 clauses out of 20192 with flag 235000/1608013
1571.69/814.32	c cleaning 9990 clauses out of 20137 with flag 245000/1618013
1583.09/820.23	c cleaning 9935 clauses out of 20147 with flag 255000/1628013
1595.61/826.60	c cleaning 10035 clauses out of 20212 with flag 265000/1638013
1607.13/832.52	c cleaning 10048 clauses out of 20177 with flag 275000/1648013
1618.45/838.33	c cleaning 9981 clauses out of 20129 with flag 285000/1658013
1630.63/844.67	c cleaning 9955 clauses out of 20148 with flag 295000/1668013
1643.75/851.38	c cleaning 9967 clauses out of 20193 with flag 305000/1678013
1656.66/857.93	c cleaning 9984 clauses out of 20226 with flag 315000/1688013
1669.14/864.38	c cleaning 10053 clauses out of 20242 with flag 325000/1698013
1682.11/871.11	c cleaning 9986 clauses out of 20189 with flag 335000/1708013
1695.00/877.67	c cleaning 10033 clauses out of 20203 with flag 345000/1718013
1707.92/884.26	c cleaning 10009 clauses out of 20170 with flag 355000/1728013
1720.42/890.70	c cleaning 9939 clauses out of 20161 with flag 365000/1738013
1734.18/897.75	c cleaning 9979 clauses out of 20222 with flag 375000/1748013
1747.28/904.46	c cleaning 10022 clauses out of 20243 with flag 385000/1758013
1760.19/911.01	c cleaning 10032 clauses out of 20221 with flag 395000/1768013
1773.27/917.77	c cleaning 9960 clauses out of 20189 with flag 405000/1778013
1786.03/924.37	c cleaning 9985 clauses out of 20229 with flag 415000/1788013
1796.32/929.69	c cleaning 0 clauses out of 12543 with flag 0/12543
1799.00/931.17	c cleaning 10058 clauses out of 20244 with flag 425000/1798013
1800.09/931.82	c starts		: 65
1800.09/931.82	c conflicts		: 12563
1800.09/931.82	c decisions		: 211407
1800.09/931.82	c propagations		: 2776528
1800.09/931.82	c inspects		: 781624778
1800.09/931.82	c shortcuts		: 0
1800.09/931.82	c learnt literals	: 0
1800.09/931.82	c learnt binary clauses	: 0
1800.09/931.82	c learnt ternary clauses	: 0
1800.09/931.82	c learnt constraints	: 12563
1800.09/931.82	c ignored constraints	: 0
1800.09/931.82	c root simplifications	: 0
1800.09/931.82	c removed literals (reason simplification)	: 0
1800.09/931.82	c reason swapping (by a shorter reason)	: 0
1800.09/931.82	c Calls to reduceDB	: 2
1800.09/931.82	c number of reductions to clauses (during analyze)	: 0
1800.09/931.82	c number of learned constraints concerned by reduction	: 0
1800.09/931.82	c number of learning phase by resolution	: 0
1800.09/931.82	c number of learning phase by cutting planes	: 0
1800.09/931.82	c speed (assignments/second)	: 11999.498675379344
1800.09/931.82	c non guided choices	84
1800.09/931.83	c learnt constraints type 
1800.09/931.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
1800.09/931.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12557
1800.09/931.83	c constraints type 
1800.09/931.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
1800.09/931.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.09/931.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.09/931.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2524
1800.09/931.83	c constraints type 
1800.09/931.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.09/931.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2524
1800.09/931.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.09/931.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1800.09/931.83	s SATISFIABLE
1800.09/931.83	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.09/931.83	c objective function=-42
1800.09/931.83	c Total wall clock time (in seconds): 931.714

Verifier Data

OK	-42

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.96 3.66 3.67 3/445 1323
/proc/meminfo: memFree=20642404/32951124 swapFree=60787360/67111528
[pid=1323] ppid=1321 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/1323/stat : 1323 (java) R 1321 1323 29081 0 -1 4202496 951 0 0 0 0 0 0 0 23 0 1 0 831140448 23580672 695 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255372338664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1323/statm: 5757 695 512 9 0 124 0
[pid=1323/tid=1327] ppid=1321 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1327/stat : 1327 (java) R 1321 1323 29081 0 -1 4202560 3834 0 1 0 0 0 0 0 24 0 2 0 831140448 10694979584 4650 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255376995387 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0568191 s]
/proc/loadavg: 2.96 3.66 3.67 3/445 1323
/proc/meminfo: memFree=20642404/32951124 swapFree=60787360/67111528
[pid=1323] ppid=1321 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/1323/stat : 1323 (java) S 1321 1323 29081 0 -1 4202496 11438 0 1 0 3 1 0 0 23 0 13 0 831140448 10718838784 11135 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389104101 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/1323/statm: 2616904 11135 1684 9 0 2607652 0
[pid=1323/tid=1327] ppid=1321 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/1323/task/1327/stat : 1327 (java) S 1321 1323 29081 0 -1 4202560 10289 0 1 0 3 1 0 0 25 0 13 0 831140448 10718838784 11135 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389130719 0 2147483391 0 16800971 18446744071699453118 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100775 s]
/proc/loadavg: 2.96 3.66 3.67 3/445 1323
/proc/meminfo: memFree=20642404/32951124 swapFree=60787360/67111528
[pid=1323] ppid=1321 vsize=10539840 CPUtime=0.09 cores=0,2,4,6
/proc/1323/stat : 1323 (java) S 1321 1323 29081 0 -1 4202496 12970 0 1 0 8 1 0 0 23 0 18 0 831140448 10792796160 12668 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1323/statm: 2634960 12669 2092 9 0 2625694 0
[pid=1323/tid=1327] ppid=1321 vsize=10539840 CPUtime=0.08 cores=0,2,4,6
/proc/1323/task/1327/stat : 1327 (java) R 1321 1323 29081 0 -1 4202560 11042 0 1 0 7 1 0 0 25 0 18 0 831140448 10792796160 12670 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 47985620192318 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539840

[startup+0.300775 s]
/proc/loadavg: 2.96 3.66 3.67 3/445 1323
/proc/meminfo: memFree=20642404/32951124 swapFree=60787360/67111528
[pid=1323] ppid=1321 vsize=10542224 CPUtime=0.47 cores=0,2,4,6
/proc/1323/stat : 1323 (java) S 1321 1323 29081 0 -1 4202496 16504 0 1 0 45 2 0 0 23 0 18 0 831140448 10795237376 15808 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1323/statm: 2635556 15808 2211 9 0 2626290 0
[pid=1323/tid=1327] ppid=1321 vsize=10542224 CPUtime=0.28 cores=0,2,4,6
/proc/1323/task/1327/stat : 1327 (java) R 1321 1323 29081 0 -1 4202560 12974 0 1 0 26 2 0 0 25 0 18 0 831140448 10795237376 15809 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 46912505549098 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10542224

[startup+0.700668 s]
/proc/loadavg: 2.96 3.66 3.67 3/445 1323
/proc/meminfo: memFree=20642404/32951124 swapFree=60787360/67111528
[pid=1323] ppid=1321 vsize=10557060 CPUtime=1.85 cores=0,2,4,6
/proc/1323/stat : 1323 (java) S 1321 1323 29081 0 -1 4202496 28968 0 1 0 181 4 0 0 23 0 22 0 831140448 10810429440 25440 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1323/statm: 2639265 25440 2231 9 0 2629999 0
[pid=1323/tid=1327] ppid=1321 vsize=10557060 CPUtime=0.41 cores=0,2,4,6
/proc/1323/task/1327/stat : 1327 (java) S 1321 1323 29081 0 -1 4202560 16363 0 1 0 39 2 0 0 19 0 22 0 831140448 10810429440 25440 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 10557060

[startup+1.50159 s]
/proc/loadavg: 2.96 3.66 3.67 1/473 1369
/proc/meminfo: memFree=20506968/32951124 swapFree=60787360/67111528
[pid=1323] ppid=1321 vsize=10557060 CPUtime=2.28 cores=0,2,4,6
/proc/1323/stat : 1323 (java) S 1321 1323 29081 0 -1 4202496 31957 0 1 0 224 4 0 0 23 0 19 0 831140448 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1323/statm: 2639265 28235 2238 9 0 2629999 0
[pid=1323/tid=1327] ppid=1321 vsize=10557060 CPUtime=0.41 cores=0,2,4,6
/proc/1323/task/1327/stat : 1327 (java) S 1321 1323 29081 0 -1 4202560 16404 0 1 0 39 2 0 0 17 0 19 0 831140448 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1329] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1329/stat : 1329 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1330] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1330/stat : 1330 (java) S 1321 1323 29081 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1331] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1331/stat : 1331 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1332] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1332/stat : 1332 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1333] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1333/stat : 1333 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1334] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1334/stat : 1334 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1335] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1335/stat : 1335 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1336] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1336/stat : 1336 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1342] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1342/stat : 1342 (java) S 1321 1323 29081 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 831140451 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 0 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1343] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1343/stat : 1343 (java) S 1321 1323 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831140452 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1344] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1344/stat : 1344 (java) S 1321 1323 29081 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 831140452 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1346] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1346/stat : 1346 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140454 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389125041 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1347] ppid=1321 vsize=10557060 CPUtime=0.57 cores=0,2,4,6
/proc/1323/task/1347/stat : 1347 (java) S 1321 1323 29081 0 -1 4202560 5355 0 0 0 57 0 0 0 15 0 19 0 831140454 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1349] ppid=1321 vsize=10557060 CPUtime=0.54 cores=0,2,4,6
/proc/1323/task/1349/stat : 1349 (java) S 1321 1323 29081 0 -1 4202560 5397 0 0 0 54 0 0 0 16 0 19 0 831140454 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1350] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1350/stat : 1350 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140454 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1352] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1352/stat : 1352 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831140454 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1362] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1362/stat : 1362 (java) S 1321 1323 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 831140492 10810429440 28235 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10557060

[startup+3.1013 s]
/proc/loadavg: 2.72 3.60 3.65 2/473 1383
/proc/meminfo: memFree=20487144/32951124 swapFree=60787360/67111528
[pid=1323] ppid=1321 vsize=10557060 CPUtime=2.76 cores=0,2,4,6
/proc/1323/stat : 1323 (java) S 1321 1323 29081 0 -1 4202496 39218 0 1 0 271 5 0 0 23 0 19 0 831140448 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1323/statm: 2639265 32929 2242 9 0 2629999 0
[pid=1323/tid=1327] ppid=1321 vsize=10557060 CPUtime=0.42 cores=0,2,4,6
/proc/1323/task/1327/stat : 1327 (java) S 1321 1323 29081 0 -1 4202560 16455 0 1 0 40 2 0 0 17 0 19 0 831140448 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1329] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1329/stat : 1329 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1330] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1330/stat : 1330 (java) S 1321 1323 29081 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1331] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1331/stat : 1331 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1332] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1332/stat : 1332 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1333] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1333/stat : 1333 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1334] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1334/stat : 1334 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1335] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1335/stat : 1335 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1336] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1336/stat : 1336 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1342] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1342/stat : 1342 (java) S 1321 1323 29081 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 831140451 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 0 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1343] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1343/stat : 1343 (java) S 1321 1323 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831140452 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1344] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1344/stat : 1344 (java) S 1321 1323 29081 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 831140452 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1346] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1346/stat : 1346 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140454 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389125041 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1347] ppid=1321 vsize=10557060 CPUtime=0.69 cores=0,2,4,6
/proc/1323/task/1347/stat : 1347 (java) S 1321 1323 29081 0 -1 4202560 5389 0 0 0 69 0 0 0 15 0 19 0 831140454 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1349] ppid=1321 vsize=10557060 CPUtime=0.76 cores=0,2,4,6
/proc/1323/task/1349/stat : 1349 (java) S 1321 1323 29081 0 -1 4202560 8069 0 0 0 75 1 0 0 16 0 19 0 831140454 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1350] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1350/stat : 1350 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140454 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1352] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1352/stat : 1352 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831140454 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1362] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1362/stat : 1362 (java) S 1321 1323 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 831140492 10810429440 32929 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 10557060

[startup+6.30067 s]
/proc/loadavg: 2.72 3.60 3.65 6/476 1424
/proc/meminfo: memFree=20412364/32951124 swapFree=60787360/67111528
[pid=1323] ppid=1321 vsize=10557060 CPUtime=3.11 cores=0,2,4,6
/proc/1323/stat : 1323 (java) S 1321 1323 29081 0 -1 4202496 47046 0 1 0 305 6 0 0 23 0 19 0 831140448 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1323/statm: 2639265 40733 2244 9 0 2629999 0
[pid=1323/tid=1327] ppid=1321 vsize=10557060 CPUtime=0.42 cores=0,2,4,6
/proc/1323/task/1327/stat : 1327 (java) S 1321 1323 29081 0 -1 4202560 16559 0 1 0 40 2 0 0 16 0 19 0 831140448 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1329] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1329/stat : 1329 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1330] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1330/stat : 1330 (java) S 1321 1323 29081 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1331] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1331/stat : 1331 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1332] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1332/stat : 1332 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1333] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1333/stat : 1333 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1334] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1334/stat : 1334 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1335] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1335/stat : 1335 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1336] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1336/stat : 1336 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140450 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1342] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1342/stat : 1342 (java) S 1321 1323 29081 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 831140451 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 0 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1343] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1343/stat : 1343 (java) S 1321 1323 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831140452 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1344] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1344/stat : 1344 (java) S 1321 1323 29081 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 831140452 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1346] ppid=1321 vsize=10557060 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1346/stat : 1346 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831140454 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389125041 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1347] ppid=1321 vsize=10557060 CPUtime=0.77 cores=0,2,4,6
/proc/1323/task/1347/stat : 1347 (java) S 1321 1323 29081 0 -1 4202560 5423 0 0 0 77 0 0 0 15 0 19 0 831140454 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1349] ppid=1321 vsize=10557060 CPUtime=0.78 cores=0,2,4,6
/proc/1323/task/1349/stat : 1349 (java) S 1321 1323 29081 0 -1 4202560 8072 0 0 0 77 1 0 0 15 0 19 0 831140454 10810429440 40733 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0

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

[pid=1323/tid=1537] ppid=1321 vsize=10555484 CPUtime=57.03 cores=0,2,4,6
/proc/1323/task/1537/stat : 1537 (java) R 1321 1323 29081 0 -1 4202560 10 0 0 0 5703 0 0 0 25 0 22 0 831210492 10808815616 530165 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 46912505872359 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1323/tid=1538] ppid=1321 vsize=10555484 CPUtime=57.03 cores=0,2,4,6
/proc/1323/task/1538/stat : 1538 (java) R 1321 1323 29081 0 -1 4202560 1 0 0 0 5703 0 0 0 25 0 22 0 831210492 10808815616 530165 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 46912505925464 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1323/tid=1539] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1539/stat : 1539 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831210492 10808815616 530165 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1470.33
Current children cumulated vsize (KiB) 10555484

[startup+822.302 s]
/proc/loadavg: 3.75 3.75 3.72 5/479 1542
/proc/meminfo: memFree=17030928/32951124 swapFree=60787360/67111528
[pid=1323] ppid=1321 vsize=10555484 CPUtime=1587.01 cores=0,2,4,6
/proc/1323/stat : 1323 (java) S 1321 1323 29081 0 -1 4202496 540150 0 1 0 158633 68 0 0 23 0 22 0 831140448 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1323/statm: 2638871 531858 2271 9 0 2629605 0
[pid=1323/tid=1327] ppid=1321 vsize=10555484 CPUtime=0.42 cores=0,2,4,6
/proc/1323/task/1327/stat : 1327 (java) S 1321 1323 29081 0 -1 4202560 16764 0 1 0 40 2 0 0 15 0 22 0 831140448 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1329] ppid=1321 vsize=10555484 CPUtime=0.43 cores=0,2,4,6
/proc/1323/task/1329/stat : 1329 (java) S 1321 1323 29081 0 -1 4202560 1367 0 0 0 43 0 0 0 15 0 22 0 831140450 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1330] ppid=1321 vsize=10555484 CPUtime=0.47 cores=0,2,4,6
/proc/1323/task/1330/stat : 1330 (java) S 1321 1323 29081 0 -1 4202560 41 0 0 0 47 0 0 0 15 0 22 0 831140450 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1331] ppid=1321 vsize=10555484 CPUtime=0.52 cores=0,2,4,6
/proc/1323/task/1331/stat : 1331 (java) S 1321 1323 29081 0 -1 4202560 1077 0 0 0 52 0 0 0 16 0 22 0 831140450 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1332] ppid=1321 vsize=10555484 CPUtime=0.47 cores=0,2,4,6
/proc/1323/task/1332/stat : 1332 (java) S 1321 1323 29081 0 -1 4202560 1137 0 0 0 47 0 0 0 15 0 22 0 831140450 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1333] ppid=1321 vsize=10555484 CPUtime=0.42 cores=0,2,4,6
/proc/1323/task/1333/stat : 1333 (java) S 1321 1323 29081 0 -1 4202560 41 0 0 0 42 0 0 0 16 0 22 0 831140450 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1334] ppid=1321 vsize=10555484 CPUtime=0.5 cores=0,2,4,6
/proc/1323/task/1334/stat : 1334 (java) S 1321 1323 29081 0 -1 4202560 1068 0 0 0 50 0 0 0 16 0 22 0 831140450 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1335] ppid=1321 vsize=10555484 CPUtime=0.48 cores=0,2,4,6
/proc/1323/task/1335/stat : 1335 (java) S 1321 1323 29081 0 -1 4202560 769 0 0 0 48 0 0 0 15 0 22 0 831140450 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1336] ppid=1321 vsize=10555484 CPUtime=0.55 cores=0,2,4,6
/proc/1323/task/1336/stat : 1336 (java) S 1321 1323 29081 0 -1 4202560 1013 0 0 0 55 0 0 0 16 0 22 0 831140450 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1342] ppid=1321 vsize=10555484 CPUtime=36.29 cores=0,2,4,6
/proc/1323/task/1342/stat : 1342 (java) S 1321 1323 29081 0 -1 4202560 37765 0 0 0 3625 4 0 0 15 0 22 0 831140451 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 0 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1343] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1343/stat : 1343 (java) S 1321 1323 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831140452 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1344] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1344/stat : 1344 (java) S 1321 1323 29081 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 22 0 831140452 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1346] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1346/stat : 1346 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831140454 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389125041 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1347] ppid=1321 vsize=10555484 CPUtime=1.63 cores=0,2,4,6
/proc/1323/task/1347/stat : 1347 (java) S 1321 1323 29081 0 -1 4202560 6752 0 0 0 163 0 0 0 15 0 22 0 831140454 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1349] ppid=1321 vsize=10555484 CPUtime=1.17 cores=0,2,4,6
/proc/1323/task/1349/stat : 1349 (java) S 1321 1323 29081 0 -1 4202560 8134 0 0 0 116 1 0 0 16 0 22 0 831140454 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1350] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1350/stat : 1350 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831140454 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1352] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1352/stat : 1352 (java) S 1321 1323 29081 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831140454 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1481] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1481/stat : 1481 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831141650 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1537] ppid=1321 vsize=10555484 CPUtime=113.49 cores=0,2,4,6
/proc/1323/task/1537/stat : 1537 (java) R 1321 1323 29081 0 -1 4202560 21 0 0 0 11349 0 0 0 25 0 22 0 831210492 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 46912505631440 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1323/tid=1538] ppid=1321 vsize=10555484 CPUtime=113.49 cores=0,2,4,6
/proc/1323/task/1538/stat : 1538 (java) R 1321 1323 29081 0 -1 4202560 1 0 0 0 11349 0 0 0 25 0 22 0 831210492 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 46912506331985 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1323/tid=1539] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1539/stat : 1539 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831210492 10808815616 531858 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1587.01
Current children cumulated vsize (KiB) 10555484

[startup+882.302 s]
/proc/loadavg: 3.79 3.75 3.73 5/479 1547
/proc/meminfo: memFree=17012708/32951124 swapFree=60787360/67111528
[pid=1323] ppid=1321 vsize=10555484 CPUtime=1704.12 cores=0,2,4,6
/proc/1323/stat : 1323 (java) S 1321 1323 29081 0 -1 4202496 543688 0 1 0 170343 69 0 0 23 0 22 0 831140448 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1323/statm: 2638871 535379 2271 9 0 2629605 0
[pid=1323/tid=1327] ppid=1321 vsize=10555484 CPUtime=0.42 cores=0,2,4,6
/proc/1323/task/1327/stat : 1327 (java) S 1321 1323 29081 0 -1 4202560 16764 0 1 0 40 2 0 0 15 0 22 0 831140448 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1329] ppid=1321 vsize=10555484 CPUtime=0.47 cores=0,2,4,6
/proc/1323/task/1329/stat : 1329 (java) S 1321 1323 29081 0 -1 4202560 1368 0 0 0 47 0 0 0 15 0 22 0 831140450 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1330] ppid=1321 vsize=10555484 CPUtime=0.51 cores=0,2,4,6
/proc/1323/task/1330/stat : 1330 (java) S 1321 1323 29081 0 -1 4202560 44 0 0 0 51 0 0 0 16 0 22 0 831140450 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1331] ppid=1321 vsize=10555484 CPUtime=0.58 cores=0,2,4,6
/proc/1323/task/1331/stat : 1331 (java) S 1321 1323 29081 0 -1 4202560 1082 0 0 0 58 0 0 0 15 0 22 0 831140450 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1332] ppid=1321 vsize=10555484 CPUtime=0.52 cores=0,2,4,6
/proc/1323/task/1332/stat : 1332 (java) S 1321 1323 29081 0 -1 4202560 1143 0 0 0 52 0 0 0 16 0 22 0 831140450 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1333] ppid=1321 vsize=10555484 CPUtime=0.45 cores=0,2,4,6
/proc/1323/task/1333/stat : 1333 (java) S 1321 1323 29081 0 -1 4202560 42 0 0 0 45 0 0 0 16 0 22 0 831140450 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1334] ppid=1321 vsize=10555484 CPUtime=0.52 cores=0,2,4,6
/proc/1323/task/1334/stat : 1334 (java) S 1321 1323 29081 0 -1 4202560 1068 0 0 0 52 0 0 0 16 0 22 0 831140450 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1335] ppid=1321 vsize=10555484 CPUtime=0.52 cores=0,2,4,6
/proc/1323/task/1335/stat : 1335 (java) S 1321 1323 29081 0 -1 4202560 772 0 0 0 52 0 0 0 15 0 22 0 831140450 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1336] ppid=1321 vsize=10555484 CPUtime=0.58 cores=0,2,4,6
/proc/1323/task/1336/stat : 1336 (java) S 1321 1323 29081 0 -1 4202560 1016 0 0 0 58 0 0 0 15 0 22 0 831140450 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1342] ppid=1321 vsize=10555484 CPUtime=39.32 cores=0,2,4,6
/proc/1323/task/1342/stat : 1342 (java) S 1321 1323 29081 0 -1 4202560 41268 0 0 0 3927 5 0 0 15 0 22 0 831140451 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 0 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1343] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1343/stat : 1343 (java) S 1321 1323 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831140452 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1344] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1344/stat : 1344 (java) S 1321 1323 29081 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 22 0 831140452 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1346] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1346/stat : 1346 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831140454 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389125041 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1347] ppid=1321 vsize=10555484 CPUtime=1.63 cores=0,2,4,6
/proc/1323/task/1347/stat : 1347 (java) S 1321 1323 29081 0 -1 4202560 6752 0 0 0 163 0 0 0 15 0 22 0 831140454 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1349] ppid=1321 vsize=10555484 CPUtime=1.17 cores=0,2,4,6
/proc/1323/task/1349/stat : 1349 (java) S 1321 1323 29081 0 -1 4202560 8134 0 0 0 116 1 0 0 16 0 22 0 831140454 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1350] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1350/stat : 1350 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831140454 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1352] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1352/stat : 1352 (java) S 1321 1323 29081 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831140454 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1481] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1481/stat : 1481 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831141650 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1537] ppid=1321 vsize=10555484 CPUtime=170.38 cores=0,2,4,6
/proc/1323/task/1537/stat : 1537 (java) R 1321 1323 29081 0 -1 4202560 30 0 0 0 17038 0 0 0 25 0 22 0 831210492 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 46912505867343 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1323/tid=1538] ppid=1321 vsize=10555484 CPUtime=170.38 cores=0,2,4,6
/proc/1323/task/1538/stat : 1538 (java) R 1321 1323 29081 0 -1 4202560 1 0 0 0 17038 0 0 0 25 0 22 0 831210492 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 46912505906195 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1323/tid=1539] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1539/stat : 1539 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831210492 10808815616 535379 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1704.12
Current children cumulated vsize (KiB) 10555484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+931.801 s]
/proc/loadavg: 3.76 3.74 3.72 5/479 1548
/proc/meminfo: memFree=16997772/32951124 swapFree=60787360/67111528
[pid=1323] ppid=1321 vsize=10555484 CPUtime=1800.09 cores=0,2,4,6
/proc/1323/stat : 1323 (java) S 1321 1323 29081 0 -1 4202496 546482 0 1 0 179940 69 0 0 23 0 22 0 831140448 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1323/statm: 2638871 538159 2271 9 0 2629605 0
[pid=1323/tid=1327] ppid=1321 vsize=10555484 CPUtime=0.42 cores=0,2,4,6
/proc/1323/task/1327/stat : 1327 (java) S 1321 1323 29081 0 -1 4202560 16765 0 1 0 40 2 0 0 15 0 22 0 831140448 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1329] ppid=1321 vsize=10555484 CPUtime=0.5 cores=0,2,4,6
/proc/1323/task/1329/stat : 1329 (java) S 1321 1323 29081 0 -1 4202560 1368 0 0 0 50 0 0 0 16 0 22 0 831140450 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1330] ppid=1321 vsize=10555484 CPUtime=0.53 cores=0,2,4,6
/proc/1323/task/1330/stat : 1330 (java) S 1321 1323 29081 0 -1 4202560 44 0 0 0 53 0 0 0 16 0 22 0 831140450 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1331] ppid=1321 vsize=10555484 CPUtime=0.63 cores=0,2,4,6
/proc/1323/task/1331/stat : 1331 (java) S 1321 1323 29081 0 -1 4202560 1086 0 0 0 63 0 0 0 16 0 22 0 831140450 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1332] ppid=1321 vsize=10555484 CPUtime=0.55 cores=0,2,4,6
/proc/1323/task/1332/stat : 1332 (java) S 1321 1323 29081 0 -1 4202560 1143 0 0 0 55 0 0 0 16 0 22 0 831140450 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1333] ppid=1321 vsize=10555484 CPUtime=0.51 cores=0,2,4,6
/proc/1323/task/1333/stat : 1333 (java) S 1321 1323 29081 0 -1 4202560 55 0 0 0 51 0 0 0 15 0 22 0 831140450 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1334] ppid=1321 vsize=10555484 CPUtime=0.56 cores=0,2,4,6
/proc/1323/task/1334/stat : 1334 (java) S 1321 1323 29081 0 -1 4202560 1075 0 0 0 56 0 0 0 16 0 22 0 831140450 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1335] ppid=1321 vsize=10555484 CPUtime=0.57 cores=0,2,4,6
/proc/1323/task/1335/stat : 1335 (java) S 1321 1323 29081 0 -1 4202560 774 0 0 0 57 0 0 0 15 0 22 0 831140450 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1336] ppid=1321 vsize=10555484 CPUtime=0.61 cores=0,2,4,6
/proc/1323/task/1336/stat : 1336 (java) S 1321 1323 29081 0 -1 4202560 1019 0 0 0 61 0 0 0 15 0 22 0 831140450 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1342] ppid=1321 vsize=10555484 CPUtime=42.49 cores=0,2,4,6
/proc/1323/task/1342/stat : 1342 (java) S 1321 1323 29081 0 -1 4202560 44019 0 0 0 4243 6 0 0 16 0 22 0 831140451 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 0 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1343] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1343/stat : 1343 (java) S 1321 1323 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831140452 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1344] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1344/stat : 1344 (java) S 1321 1323 29081 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 22 0 831140452 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1346] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1346/stat : 1346 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831140454 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389125041 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1347] ppid=1321 vsize=10555484 CPUtime=1.64 cores=0,2,4,6
/proc/1323/task/1347/stat : 1347 (java) S 1321 1323 29081 0 -1 4202560 6753 0 0 0 164 0 0 0 15 0 22 0 831140454 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
[pid=1323/tid=1349] ppid=1321 vsize=10555484 CPUtime=1.17 cores=0,2,4,6
/proc/1323/task/1349/stat : 1349 (java) S 1321 1323 29081 0 -1 4202560 8134 0 0 0 116 1 0 0 16 0 22 0 831140454 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 0 0 0 0
[pid=1323/tid=1350] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1350/stat : 1350 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831140454 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117337 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1352] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1352/stat : 1352 (java) S 1321 1323 29081 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 831140454 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 2 0 0 0
[pid=1323/tid=1481] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1481/stat : 1481 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831141650 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 4 0 0 0
[pid=1323/tid=1537] ppid=1321 vsize=10555484 CPUtime=216.64 cores=0,2,4,6
/proc/1323/task/1537/stat : 1537 (java) R 1321 1323 29081 0 -1 4202560 38 0 0 0 21664 0 0 0 23 0 22 0 831210492 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 46912505872341 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1323/tid=1538] ppid=1321 vsize=10555484 CPUtime=216.64 cores=0,2,4,6
/proc/1323/task/1538/stat : 1538 (java) R 1321 1323 29081 0 -1 4202560 3 0 0 0 21664 0 0 0 23 0 22 0 831210492 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 46912505906152 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1323/tid=1539] ppid=1321 vsize=10555484 CPUtime=0 cores=0,2,4,6
/proc/1323/task/1539/stat : 1539 (java) S 1321 1323 29081 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831210492 10808815616 538159 33554432000 1073741824 1073778376 140734796117504 18446744073709551615 255389117952 0 4 0 16800975 18446604452486973376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10555484

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): 931.922
CPU time (s): 1800.26
CPU user time (s): 1799.47
CPU system time (s): 0.78388
CPU usage (%): 193.177
Max. virtual memory (cumulated for all children) (KiB): 10559304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.78388
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 546510
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27902
involuntary context switches= 20669

runsolver used 4.52131 second user time and 9.11661 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-04 15:50:26
IDJOB=3454036
IDBENCH=48240
IDSOLVER=1950
FILE ID=node135/3454036-1307195426
RUNJOBID= node135-1307195426-1294
PBS_JOBID= 13508851
Free space on /tmp= 73964 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454036-1307195426/watcher-3454036-1307195426 -o /tmp/evaluation-result-3454036-1307195426/solver-3454036-1307195426 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454036-1307195426.opb

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

MD5SUM BENCH= 169f1f6799c5c0fd2a1b0aca08165f42
RANDOM SEED=437268594

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20642916 kB
Buffers:        272528 kB
Cached:         642560 kB
SwapCached:       6168 kB
Active:       11495692 kB
Inactive:       555096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20642916 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:             816 kB
Writeback:           0 kB
AnonPages:    11134452 kB
Mapped:          30996 kB
Slab:           125968 kB
PageTables:      66376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134706624 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73964 MiB
End job on node135 at 2011-06-04 16:06:00