Trace number 3732095

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
PB11: Sat4j Res//CP 2.3.0OPT60 208.763 115

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-5pb.opb
MD5SUM1aa6e41099a7aa87ffa226b4eaa264d0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark0.066989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 60
Optimality of the best value was proved YES
Number of variables720
Total number of constraints2168
Number of constraints which are clauses2144
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint30
Number of terms in the objective function 720
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 720
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 720
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3732095-1338684588.opb
0.08/0.13	c reading problem ... 
0.46/0.31	c ... done. Wall clock time 0.183s.
0.46/0.31	c #vars     720
0.46/0.31	c #constraints  2168
0.46/0.31	c constraints type 
0.46/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1712
0.46/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.46/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 432
0.46/0.31	c constraints type 
0.46/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 432
0.46/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1712
0.46/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
2.02/0.70	c cleaning 2497 clauses out of 5000 with flag 5000/5000
2.77/0.93	c cleaning 4248 clauses out of 8503 with flag 11000/11000
3.87/1.21	c cleaning 5619 clauses out of 11255 with flag 18000/18000
4.39/1.49	c cleaning 6810 clauses out of 13636 with flag 26000/26000
5.02/1.78	c cleaning 7905 clauses out of 15827 with flag 35001/35001
5.82/2.11	c cleaning 8949 clauses out of 17921 with flag 45000/45000
6.38/2.46	c cleaning 9476 clauses out of 18972 with flag 55000/55000
7.20/2.81	c cleaning 9741 clauses out of 19497 with flag 65001/65001
7.76/3.20	c cleaning 9869 clauses out of 19755 with flag 75000/75000
8.33/3.46	c  And the winner is CuttingPlanes
8.48/3.86	c SATISFIABLE
8.48/3.86	c OPTIMIZING...
8.48/3.86	c Got one! Elapsed wall clock time (in seconds):3.737
8.48/3.86	o 66
8.94/4.10	c cleaning 10657 clauses out of 21317 with flag 5001/86431
9.33/4.36	c cleaning 8316 clauses out of 16659 with flag 11000/92430
9.87/4.65	c cleaning 7663 clauses out of 15343 with flag 18000/99430
10.41/4.96	c cleaning 7838 clauses out of 15681 with flag 26001/107431
10.97/5.28	c cleaning 8414 clauses out of 16842 with flag 35000/116430
11.73/5.66	c cleaning 9207 clauses out of 18429 with flag 45001/126431
12.69/6.10	c cleaning 9604 clauses out of 19222 with flag 55001/136431
13.45/6.54	c cleaning 9804 clauses out of 19618 with flag 65001/146431
14.20/6.90	c cleaning 9902 clauses out of 19813 with flag 75000/156430
14.95/7.31	c cleaning 9949 clauses out of 19912 with flag 85001/166431
15.74/7.71	c cleaning 9978 clauses out of 19962 with flag 95000/176430
16.27/8.09	c cleaning 9985 clauses out of 19986 with flag 105002/186432
17.21/8.53	c cleaning 9996 clauses out of 19999 with flag 115000/196430
18.15/9.02	c cleaning 10002 clauses out of 20003 with flag 125000/206430
19.10/9.53	c cleaning 9993 clauses out of 20002 with flag 135001/216431
20.03/10.00	c cleaning 10000 clauses out of 20010 with flag 145002/226432
20.78/10.43	c cleaning 9996 clauses out of 20009 with flag 155001/236431
21.74/10.94	c cleaning 9999 clauses out of 20013 with flag 165001/246431
22.67/11.45	c cleaning 9995 clauses out of 20013 with flag 175000/256430
23.39/11.89	c cleaning 10005 clauses out of 20019 with flag 185001/266431
24.13/12.29	c cleaning 9999 clauses out of 20014 with flag 195001/276431
24.87/12.69	c cleaning 9997 clauses out of 20014 with flag 205000/286430
25.84/13.19	c cleaning 10005 clauses out of 20020 with flag 215003/296433
26.74/13.65	c cleaning 9998 clauses out of 20012 with flag 225000/306430
27.48/14.07	c cleaning 9996 clauses out of 20014 with flag 235000/316430
28.22/14.49	c cleaning 10005 clauses out of 20020 with flag 245002/326432
28.96/14.89	c cleaning 9999 clauses out of 20014 with flag 255001/336431
29.88/15.32	c cleaning 10002 clauses out of 20014 with flag 265000/346430
30.60/15.75	c cleaning 10000 clauses out of 20014 with flag 275002/356432
31.52/16.22	c cleaning 10000 clauses out of 20013 with flag 285001/366431
32.25/16.66	c cleaning 10001 clauses out of 20014 with flag 295002/376432
33.15/17.19	c cleaning 9998 clauses out of 20016 with flag 305005/386435
34.28/17.75	c cleaning 9999 clauses out of 20013 with flag 315000/396430
35.20/18.20	c cleaning 9997 clauses out of 20014 with flag 325000/406430
36.16/18.76	c cleaning 10004 clauses out of 20017 with flag 335000/416430
37.04/19.27	c cleaning 10002 clauses out of 20016 with flag 345003/426433
37.76/19.69	c cleaning 10002 clauses out of 20011 with flag 355000/436430
38.69/20.14	c cleaning 9997 clauses out of 20009 with flag 365000/446430
39.41/20.56	c cleaning 10002 clauses out of 20013 with flag 375001/456431
40.29/21.07	c cleaning 9993 clauses out of 20010 with flag 385000/466430
41.22/21.59	c cleaning 10001 clauses out of 20018 with flag 395001/476431
41.96/21.99	c cleaning 10003 clauses out of 20017 with flag 405001/486431
42.85/22.45	c cleaning 10002 clauses out of 20015 with flag 415002/496432
43.74/22.96	c cleaning 10003 clauses out of 20011 with flag 425000/506430
44.68/23.42	c cleaning 10000 clauses out of 20008 with flag 435000/516430
45.60/23.99	c cleaning 9984 clauses out of 20008 with flag 445000/526430
46.53/24.49	c cleaning 10007 clauses out of 20025 with flag 455001/536431
47.40/24.98	c cleaning 10002 clauses out of 20017 with flag 465000/546430
48.32/25.41	c cleaning 10000 clauses out of 20017 with flag 475002/556432
49.03/25.81	c cleaning 10002 clauses out of 20015 with flag 485000/566430
50.17/26.43	c cleaning 9999 clauses out of 20015 with flag 495002/576432
51.23/27.07	c cleaning 9984 clauses out of 20015 with flag 505001/586431
52.15/27.60	c cleaning 10005 clauses out of 20030 with flag 515000/596430
53.05/28.02	c cleaning 10005 clauses out of 20026 with flag 525001/606431
53.97/28.56	c cleaning 10006 clauses out of 20023 with flag 535003/616433
54.83/29.07	c cleaning 10000 clauses out of 20015 with flag 545001/626431
55.96/29.63	c cleaning 10004 clauses out of 20016 with flag 555002/636432
57.26/30.37	c cleaning 9999 clauses out of 20010 with flag 565000/646430
58.18/30.88	c cleaning 10003 clauses out of 20013 with flag 575002/656432
59.24/31.42	c cleaning 9995 clauses out of 20008 with flag 585000/666430
60.17/31.97	c cleaning 10003 clauses out of 20014 with flag 595001/676431
61.07/32.48	c cleaning 9999 clauses out of 20009 with flag 605000/686430
62.19/33.05	c cleaning 9975 clauses out of 20011 with flag 615001/696431
63.24/33.64	c cleaning 9988 clauses out of 20035 with flag 625000/706430
64.16/34.12	c cleaning 10018 clauses out of 20049 with flag 635002/716432
65.25/34.71	c cleaning 10002 clauses out of 20029 with flag 645000/726430
66.17/35.24	c cleaning 10006 clauses out of 20028 with flag 655001/736431
67.20/35.85	c cleaning 10000 clauses out of 20021 with flag 665000/746430
67.70/36.20	c  And the winner is Resolution
67.92/36.47	c Got one! Elapsed wall clock time (in seconds):36.349
67.92/36.47	o 64
67.96/36.52	c cleaning 7629 clauses out of 15265 with flag 1000/751674
68.47/36.86	c cleaning 6796 clauses out of 13637 with flag 7001/757675
69.16/37.27	c cleaning 6897 clauses out of 13840 with flag 14000/764674
70.44/37.92	c cleaning 7465 clauses out of 14944 with flag 22001/772675
71.34/38.48	c cleaning 8233 clauses out of 16479 with flag 31001/781675
72.43/39.00	c cleaning 9118 clauses out of 18246 with flag 41001/791675
73.55/39.69	c cleaning 9559 clauses out of 19127 with flag 51000/801674
74.99/40.43	c cleaning 9775 clauses out of 19570 with flag 61002/811676
76.88/41.40	c cleaning 9876 clauses out of 19793 with flag 71000/821674
78.18/42.12	c cleaning 9955 clauses out of 19918 with flag 81001/831675
79.69/42.92	c cleaning 9972 clauses out of 19963 with flag 91001/841675
80.72/43.52	c cleaning 9993 clauses out of 19991 with flag 101001/851675
82.02/44.28	c cleaning 9973 clauses out of 19997 with flag 111000/861674
83.12/44.88	c  And the winner is Resolution
83.33/45.25	c Got one! Elapsed wall clock time (in seconds):45.122
83.33/45.25	o 62
83.90/45.50	c cleaning 10138 clauses out of 20313 with flag 5000/871963
84.59/45.99	c cleaning 8084 clauses out of 16175 with flag 11000/877963
85.81/46.67	c cleaning 7518 clauses out of 15091 with flag 18000/884963
87.31/47.41	c cleaning 7769 clauses out of 15573 with flag 26000/892963
88.80/48.21	c cleaning 8385 clauses out of 16804 with flag 35000/901963
90.49/49.10	c cleaning 9194 clauses out of 18419 with flag 45000/911963
92.32/50.11	c cleaning 9605 clauses out of 19225 with flag 55000/921963
94.01/51.06	c cleaning 9792 clauses out of 19621 with flag 65001/931964
95.11/51.62	c cleaning 9906 clauses out of 19828 with flag 75000/941963
95.97/52.18	c cleaning 9956 clauses out of 19923 with flag 85001/951964
97.20/52.84	c cleaning 9978 clauses out of 19967 with flag 95001/961964
98.26/53.42	c cleaning 9994 clauses out of 19991 with flag 105003/971966
99.55/54.18	c cleaning 9978 clauses out of 19994 with flag 115000/981963
101.43/55.18	c cleaning 10000 clauses out of 20017 with flag 125001/991964
103.44/56.25	c cleaning 9984 clauses out of 20016 with flag 135000/1001963
105.12/57.19	c cleaning 9983 clauses out of 20032 with flag 145000/1011963
106.98/58.10	c cleaning 10006 clauses out of 20049 with flag 155000/1021963
108.47/58.95	c cleaning 10012 clauses out of 20043 with flag 165000/1031963
109.88/59.77	c cleaning 10011 clauses out of 20031 with flag 175000/1041963
111.38/60.57	c cleaning 9987 clauses out of 20020 with flag 185000/1051963
113.04/61.40	c cleaning 10009 clauses out of 20033 with flag 195000/1061963
114.32/62.10	c cleaning 10008 clauses out of 20025 with flag 205001/1071964
116.11/63.14	c cleaning 9986 clauses out of 20016 with flag 215000/1081963
117.79/64.07	c cleaning 10000 clauses out of 20031 with flag 225001/1091964
119.85/65.12	c cleaning 9986 clauses out of 20030 with flag 235000/1101963
121.70/66.16	c cleaning 9986 clauses out of 20044 with flag 245000/1111963
122.09/66.46	c  And the winner is Resolution
122.26/66.91	c Got one! Elapsed wall clock time (in seconds):66.78
122.26/66.91	o 60
122.65/67.18	c cleaning 7820 clauses out of 15712 with flag 5001/1117617
123.50/67.68	c cleaning 6935 clauses out of 13894 with flag 11003/1123619
124.38/68.17	c cleaning 6966 clauses out of 13956 with flag 18000/1130616
125.62/68.88	c cleaning 7488 clauses out of 14990 with flag 26000/1138616
126.80/69.58	c cleaning 8233 clauses out of 16502 with flag 35000/1147616
128.28/70.35	c cleaning 9128 clauses out of 18270 with flag 45001/1157617
129.73/71.10	c cleaning 9564 clauses out of 19142 with flag 55001/1167617
131.18/71.91	c cleaning 9780 clauses out of 19577 with flag 65000/1177616
132.56/72.74	c cleaning 9888 clauses out of 19797 with flag 75001/1187617
133.82/73.49	c cleaning 9937 clauses out of 19908 with flag 85000/1197616
135.67/74.49	c cleaning 9967 clauses out of 19972 with flag 95001/1207617
137.71/75.50	c cleaning 9989 clauses out of 20004 with flag 105000/1217616
139.49/76.54	c cleaning 9992 clauses out of 20015 with flag 115000/1227616
141.35/77.59	c cleaning 9986 clauses out of 20023 with flag 125000/1237616
143.21/78.57	c cleaning 9995 clauses out of 20038 with flag 135001/1247617
145.06/79.59	c cleaning 10005 clauses out of 20043 with flag 145001/1257617
147.24/80.72	c cleaning 9995 clauses out of 20037 with flag 155000/1267616
149.08/81.78	c cleaning 9994 clauses out of 20043 with flag 165001/1277617
151.12/82.80	c cleaning 10005 clauses out of 20049 with flag 175001/1287617
152.77/83.78	c cleaning 9992 clauses out of 20044 with flag 185001/1297617
154.71/84.88	c cleaning 9999 clauses out of 20052 with flag 195001/1307617
156.75/85.90	c cleaning 10008 clauses out of 20052 with flag 205000/1317616
158.61/86.93	c cleaning 10003 clauses out of 20045 with flag 215001/1327617
160.45/87.99	c cleaning 9996 clauses out of 20041 with flag 225000/1337616
162.61/89.13	c cleaning 10000 clauses out of 20046 with flag 235001/1347617
164.68/90.21	c cleaning 10009 clauses out of 20046 with flag 245001/1357617
166.51/91.25	c cleaning 10003 clauses out of 20036 with flag 255000/1367616
168.55/92.35	c cleaning 9996 clauses out of 20034 with flag 265001/1377617
170.50/93.47	c cleaning 10015 clauses out of 20039 with flag 275002/1387618
172.32/94.42	c cleaning 9991 clauses out of 20022 with flag 285000/1397616
174.14/95.43	c cleaning 9999 clauses out of 20032 with flag 295001/1407617
175.97/96.48	c cleaning 9997 clauses out of 20032 with flag 305000/1417616
178.31/97.71	c cleaning 9989 clauses out of 20035 with flag 315000/1427616
180.16/98.78	c cleaning 10010 clauses out of 20046 with flag 325000/1437616
182.19/99.83	c cleaning 10000 clauses out of 20035 with flag 335000/1447616
184.04/100.88	c cleaning 10000 clauses out of 20035 with flag 345000/1457616
186.18/102.04	c cleaning 10002 clauses out of 20035 with flag 355000/1467616
188.22/103.14	c cleaning 9997 clauses out of 20033 with flag 365000/1477616
190.27/104.20	c cleaning 9993 clauses out of 20037 with flag 375001/1487617
192.09/105.27	c cleaning 9991 clauses out of 20044 with flag 385001/1497617
194.02/106.38	c cleaning 10005 clauses out of 20053 with flag 395001/1507617
196.05/107.44	c cleaning 10009 clauses out of 20049 with flag 405002/1517618
198.09/108.53	c cleaning 10008 clauses out of 20037 with flag 415001/1527617
200.13/109.65	c cleaning 10001 clauses out of 20028 with flag 425000/1537616
202.25/110.83	c cleaning 9994 clauses out of 20026 with flag 435000/1547616
204.28/111.95	c cleaning 9992 clauses out of 20032 with flag 445000/1557616
206.51/113.10	c cleaning 10006 clauses out of 20040 with flag 455000/1567616
207.72/113.88	c  And the winner is Resolution
208.55/114.99	c starts		: 280
208.55/114.99	c conflicts		: 1573965
208.55/114.99	c decisions		: 1924173
208.55/114.99	c propagations		: 91814826
208.55/114.99	c inspects		: 668683436
208.55/114.99	c shortcuts		: 0
208.55/114.99	c learnt literals	: 9
208.55/114.99	c learnt binary clauses	: 226
208.55/114.99	c learnt ternary clauses	: 1542
208.55/114.99	c learnt constraints	: 1573955
208.55/114.99	c ignored constraints	: 0
208.55/114.99	c root simplifications	: 0
208.55/114.99	c removed literals (reason simplification)	: 14518049
208.55/114.99	c reason swapping (by a shorter reason)	: 0
208.55/114.99	c Calls to reduceDB	: 163
208.55/114.99	c number of reductions to clauses (during analyze)	: 0
208.55/114.99	c number of learned constraints concerned by reduction	: 0
208.55/114.99	c number of learning phase by resolution	: 0
208.55/114.99	c number of learning phase by cutting planes	: 0
208.55/114.99	c speed (assignments/second)	: 1909665.8832338443
208.55/114.99	c non guided choices	944
208.55/114.99	c learnt constraints type 
208.55/114.99	c constraints type 
208.55/114.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1712
208.55/114.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
208.55/114.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 432
208.55/114.99	c constraints type 
208.55/114.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 432
208.55/114.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1712
208.55/114.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
208.55/114.99	s OPTIMUM FOUND
208.55/114.99	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 -x401 -x402 -x403 -x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 x463 x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 x523 -x524 -x525 -x526 x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 -x641 -x642 -x643 x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 
208.55/114.99	c objective function=60
208.55/114.99	c Total wall clock time (in seconds): 114.864

Verifier Data

OK	60

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

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

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


[startup+0 s]
/proc/loadavg: 3.68 3.56 3.62 4/197 25089
/proc/meminfo: memFree=26809064/32873844 swapFree=7628/7628
[pid=25089] ppid=25087 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25089/stat : 25089 (java) D 25087 25089 23082 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 334583755 9515008 185 33554432000 1073741824 1073778376 140734341932304 140734341923528 223651458487 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25089/statm: 2323 185 142 9 0 71 0

[startup+0.05807 s]
/proc/loadavg: 3.68 3.56 3.62 4/197 25089
/proc/meminfo: memFree=26809064/32873844 swapFree=7628/7628
[pid=25089] ppid=25087 vsize=11253516 CPUtime=0.04 cores=1,3,5,7
/proc/25089/stat : 25089 (java) S 25087 25089 23082 0 -1 4202496 4780 0 1 0 3 1 0 0 20 0 13 0 334583755 11523600384 12120 33554432000 1073741824 1073778376 140737039123264 140737039114400 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25089/statm: 2813379 12121 1684 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.101279 s]
/proc/loadavg: 3.68 3.56 3.62 4/197 25089
/proc/meminfo: memFree=26809064/32873844 swapFree=7628/7628
[pid=25089] ppid=25087 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/25089/stat : 25089 (java) S 25087 25089 23082 0 -1 4202496 5294 0 1 0 7 1 0 0 20 0 18 0 334583755 11864465408 13145 33554432000 1073741824 1073778376 140737039123264 140737039114400 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25089/statm: 2896598 13150 1992 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300213 s]
/proc/loadavg: 3.68 3.56 3.62 4/197 25089
/proc/meminfo: memFree=26809064/32873844 swapFree=7628/7628
[pid=25089] ppid=25087 vsize=11586392 CPUtime=0.46 cores=1,3,5,7
/proc/25089/stat : 25089 (java) S 25087 25089 23082 0 -1 4202496 6832 0 1 0 45 1 0 0 20 0 18 0 334583755 11864465408 16315 33554432000 1073741824 1073778376 140737039123264 140737039114400 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25089/statm: 2896598 16315 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.70021 s]
/proc/loadavg: 3.68 3.56 3.62 4/197 25089
/proc/meminfo: memFree=26809064/32873844 swapFree=7628/7628
[pid=25089] ppid=25087 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/25089/stat : 25089 (java) S 25087 25089 23082 0 -1 4202496 17855 0 1 0 198 4 0 0 20 0 22 0 334583755 12137111552 34045 33554432000 1073741824 1073778376 140737039123264 140737039114400 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25089/statm: 2963162 34045 2249 9 0 2953849 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 11852648

[startup+1.50097 s]
/proc/loadavg: 3.68 3.56 3.62 7/219 25111
/proc/meminfo: memFree=26598936/32873844 swapFree=7628/7628
[pid=25089] ppid=25087 vsize=11852648 CPUtime=4.61 cores=1,3,5,7
/proc/25089/stat : 25089 (java) S 25087 25089 23082 0 -1 4202496 25141 0 1 0 452 9 0 0 20 0 22 0 334583755 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140737039114400 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25089/statm: 2963162 67747 2280 9 0 2953849 0
[pid=25089/tid=25091] ppid=25087 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/25089/task/25091/stat : 25091 (java) S 25087 25089 23082 0 -1 4202560 3893 0 1 0 26 2 0 0 20 0 22 0 334583756 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140074100286616 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25092] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140074055039912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140074053987368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25094] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140074052934312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25095] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140074051881768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073932679592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073931627048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073930573992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 23082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073929521448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25100] ppid=25087 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/25089/task/25100/stat : 25100 (java) R 25087 25089 23082 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 22 0 334583760 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073917323112 140074105972454 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334583761 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073311922040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334583761 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073310868872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25103] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25103/stat : 25103 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334583763 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073309817616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25104] ppid=25087 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/25089/task/25104/stat : 25104 (java) S 25087 25089 23082 0 -1 4202560 7080 0 0 0 93 1 0 0 20 0 22 0 334583763 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073308740920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25105] ppid=25087 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/25089/task/25105/stat : 25105 (java) S 25087 25089 23082 0 -1 4202560 12720 0 0 0 102 3 0 0 20 0 22 0 334583763 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073307703928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25106] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25106/stat : 25106 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334583763 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073306659064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25107] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25107/stat : 25107 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334583763 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073305606728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25108] ppid=25087 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/25089/task/25108/stat : 25108 (java) S 25087 25089 23082 0 -1 4202560 29 0 0 0 108 0 0 0 20 0 22 0 334583787 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073304552040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25109] ppid=25087 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/25089/task/25109/stat : 25109 (java) S 25087 25089 23082 0 -1 4202560 150 0 0 0 105 4 0 0 20 0 22 0 334583787 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073303499592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25110] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25110/stat : 25110 (java) S 25087 25089 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334583788 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073302447400 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25111] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25111/stat : 25111 (java) S 25087 25089 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334583788 12137111552 67747 33554432000 1073741824 1073778376 140737039123264 140073301394856 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 11852648

[startup+3.10088 s]
/proc/loadavg: 3.78 3.59 3.62 5/219 25111
/proc/meminfo: memFree=26507956/32873844 swapFree=7628/7628
[pid=25089] ppid=25087 vsize=11852648 CPUtime=7.76 cores=1,3,5,7
/proc/25089/stat : 25089 (java) S 25087 25089 23082 0 -1 4202496 25189 0 1 0 766 10 0 0 20 0 22 0 334583755 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140737039114400 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25089/statm: 2963162 87720 2280 9 0 2953849 0
[pid=25089/tid=25091] ppid=25087 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/25089/task/25091/stat : 25091 (java) S 25087 25089 23082 0 -1 4202560 3895 0 1 0 26 2 0 0 20 0 22 0 334583756 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140074100286616 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25092] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140074055039912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140074053987368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25094] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140074052934312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25095] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140074051881768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073932679592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073931627048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073930573992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073929521448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25100] ppid=25087 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 23082 0 -1 4202560 33 0 0 0 21 0 0 0 20 0 22 0 334583760 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073917324136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334583761 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073311922040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334583761 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073310868872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25103] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25103/stat : 25103 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334583763 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073309817616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25104] ppid=25087 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/25089/task/25104/stat : 25104 (java) S 25087 25089 23082 0 -1 4202560 7080 0 0 0 97 1 0 0 20 0 22 0 334583763 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073308764472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25105] ppid=25087 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/25089/task/25105/stat : 25105 (java) S 25087 25089 23082 0 -1 4202560 12720 0 0 0 109 3 0 0 20 0 22 0 334583763 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073307711928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25106] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25106/stat : 25106 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334583763 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073306659064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25107] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25107/stat : 25107 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334583763 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073305606728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25108] ppid=25087 vsize=11852648 CPUtime=2.51 cores=1,3,5,7
/proc/25089/task/25108/stat : 25108 (java) R 25087 25089 23082 0 -1 4202560 31 0 0 0 251 0 0 0 20 0 22 0 334583787 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073304552360 140073933338848 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25109] ppid=25087 vsize=11852648 CPUtime=2.51 cores=1,3,5,7
/proc/25089/task/25109/stat : 25109 (java) R 25087 25089 23082 0 -1 4202560 187 0 0 0 246 5 0 0 20 0 22 0 334583787 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073303499544 140073933421614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25110] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25110/stat : 25110 (java) S 25087 25089 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334583788 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073302447400 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25111] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25111/stat : 25111 (java) S 25087 25089 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334583788 12137111552 87720 33554432000 1073741824 1073778376 140737039123264 140073301394856 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 11852648

[startup+6.30083 s]
/proc/loadavg: 3.78 3.59 3.62 4/219 25114
/proc/meminfo: memFree=26350376/32873844 swapFree=7628/7628
[pid=25089] ppid=25087 vsize=11852648 CPUtime=13.04 cores=1,3,5,7
/proc/25089/stat : 25089 (java) S 25087 25089 23082 0 -1 4202496 25280 0 1 0 1288 16 0 0 20 0 22 0 334583755 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140737039114400 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25089/statm: 2963162 115623 2281 9 0 2953849 0
[pid=25089/tid=25091] ppid=25087 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/25089/task/25091/stat : 25091 (java) S 25087 25089 23082 0 -1 4202560 3896 0 1 0 27 2 0 0 20 0 22 0 334583756 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140074100286616 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25092] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334583759 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140074055039912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 23082 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 334583759 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140074053987368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25094] ppid=25087 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 23082 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 334583759 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140074052934312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25095] ppid=25087 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 23082 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 334583759 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140074051881768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 23082 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 334583759 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140073932679592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 23082 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 334583759 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140073931627048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 23082 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 334583759 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140073930573992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 23082 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 334583759 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140073929521448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25100] ppid=25087 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 23082 0 -1 4202560 39 0 0 0 60 0 0 0 20 0 22 0 334583760 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140073917324136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334583761 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140073311922040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334583761 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140073310868872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25103] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25103/stat : 25103 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334583763 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140073309817616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25104] ppid=25087 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/25089/task/25104/stat : 25104 (java) S 25087 25089 23082 0 -1 4202560 7080 0 0 0 99 1 0 0 20 0 22 0 334583763 12137111552 115623 33554432000 1073741824 1073778376 140737039123264 140073308764472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 23082 0 -1 4202560 26 0 0 0 55 0 0 0 20 0 22 0 334583759 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140074051881768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 23082 0 -1 4202560 37 0 0 0 59 0 0 0 20 0 22 0 334583759 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073932679592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 23082 0 -1 4202560 31 0 0 0 60 0 0 0 20 0 22 0 334583759 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073931627048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 23082 0 -1 4202560 30 0 0 0 63 0 0 0 20 0 22 0 334583759 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073930573992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 23082 0 -1 4202560 32 0 0 0 55 0 0 0 20 0 22 0 334583759 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073929521448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25100] ppid=25087 vsize=11852648 CPUtime=20.82 cores=1,3,5,7
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 23082 0 -1 4202560 98 0 0 0 2079 3 0 0 20 0 22 0 334583760 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073917324136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334583761 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073311922040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334583761 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073310868872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25103] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25103/stat : 25103 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334583763 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073309817616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25104] ppid=25087 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/25089/task/25104/stat : 25104 (java) S 25087 25089 23082 0 -1 4202560 7088 0 0 0 112 1 0 0 20 0 22 0 334583763 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073308764472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25105] ppid=25087 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/25089/task/25105/stat : 25105 (java) S 25087 25089 23082 0 -1 4202560 12722 0 0 0 121 3 0 0 20 0 22 0 334583763 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073307711928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25106] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25106/stat : 25106 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334583763 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073306659064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25107] ppid=25087 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/25089/task/25107/stat : 25107 (java) S 25087 25089 23082 0 -1 4202560 7 0 0 0 2 3 0 0 20 0 22 0 334583763 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073305606728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25114] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25114/stat : 25114 (java) S 25087 25089 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334584143 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073301394216 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25124] ppid=25087 vsize=11852648 CPUtime=36.89 cores=1,3,5,7
/proc/25089/task/25124/stat : 25124 (java) R 25087 25089 23082 0 -1 4202560 21 0 0 0 3689 0 0 0 20 0 22 0 334590446 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073302446472 140073933408386 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25125] ppid=25087 vsize=11852648 CPUtime=36.9 cores=1,3,5,7
/proc/25089/task/25125/stat : 25125 (java) R 25087 25089 23082 0 -1 4202560 9 0 0 0 3690 0 0 0 20 0 22 0 334590446 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073303497064 140073933361446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25126] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25126/stat : 25126 (java) S 25087 25089 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334590447 12137111552 162417 33554432000 1073741824 1073778376 140737039123264 140073304552360 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 207.12
Current children cumulated vsize (KiB) 11852648

[startup+114.301 s]
/proc/loadavg: 3.59 3.55 3.60 3/215 25138
/proc/meminfo: memFree=26011716/32873844 swapFree=7628/7628
[pid=25089] ppid=25087 vsize=11852648 CPUtime=207.95 cores=1,3,5,7
/proc/25089/stat : 25089 (java) S 25087 25089 23082 0 -1 4202496 25765 0 1 0 20760 35 0 0 20 0 19 0 334583755 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140737039114400 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25089/statm: 2963162 162409 2282 9 0 2953849 0
[pid=25089/tid=25091] ppid=25087 vsize=11852648 CPUtime=0.3 cores=1,3,5,7
/proc/25089/task/25091/stat : 25091 (java) R 25087 25089 23082 0 -1 4202560 3948 0 1 0 28 2 0 0 20 0 19 0 334583756 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074100286616 140073932799069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25092] ppid=25087 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 23082 0 -1 4202560 45 0 0 0 60 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074055039912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 23082 0 -1 4202560 24 0 0 0 56 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074053987368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25094] ppid=25087 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 23082 0 -1 4202560 26 0 0 0 64 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074052934312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25095] ppid=25087 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 23082 0 -1 4202560 26 0 0 0 55 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074051881768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 23082 0 -1 4202560 37 0 0 0 59 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073932679592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 23082 0 -1 4202560 31 0 0 0 60 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073931627048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 23082 0 -1 4202560 30 0 0 0 63 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073930573992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 23082 0 -1 4202560 32 0 0 0 55 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073929521448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25100] ppid=25087 vsize=11852648 CPUtime=20.82 cores=1,3,5,7
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 23082 0 -1 4202560 98 0 0 0 2079 3 0 0 20 0 19 0 334583760 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073917324136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334583761 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073311922040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334583761 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073310868872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25103] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25103/stat : 25103 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073309817616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25104] ppid=25087 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/25089/task/25104/stat : 25104 (java) S 25087 25089 23082 0 -1 4202560 7088 0 0 0 112 1 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073308764472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25105] ppid=25087 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/25089/task/25105/stat : 25105 (java) S 25087 25089 23082 0 -1 4202560 12722 0 0 0 121 3 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073307711928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25106] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25106/stat : 25106 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073306659064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25107] ppid=25087 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/25089/task/25107/stat : 25107 (java) S 25087 25089 23082 0 -1 4202560 7 0 0 0 2 3 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073305606728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25114] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25114/stat : 25114 (java) S 25087 25089 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334584143 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073301394216 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 207.95
Current children cumulated vsize (KiB) 11852648

[startup+114.701 s]
/proc/loadavg: 3.59 3.55 3.60 3/215 25138
/proc/meminfo: memFree=26011716/32873844 swapFree=7628/7628
[pid=25089] ppid=25087 vsize=11852648 CPUtime=208.35 cores=1,3,5,7
/proc/25089/stat : 25089 (java) S 25087 25089 23082 0 -1 4202496 25765 0 1 0 20800 35 0 0 20 0 19 0 334583755 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140737039114400 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25089/statm: 2963162 162409 2282 9 0 2953849 0
[pid=25089/tid=25091] ppid=25087 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/25089/task/25091/stat : 25091 (java) R 25087 25089 23082 0 -1 4202560 3948 0 1 0 68 2 0 0 20 0 19 0 334583756 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074100286120 140073932953538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25092] ppid=25087 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 23082 0 -1 4202560 45 0 0 0 60 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074055039912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 23082 0 -1 4202560 24 0 0 0 56 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074053987368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25094] ppid=25087 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 23082 0 -1 4202560 26 0 0 0 64 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074052934312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25095] ppid=25087 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 23082 0 -1 4202560 26 0 0 0 55 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074051881768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 23082 0 -1 4202560 37 0 0 0 59 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073932679592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 23082 0 -1 4202560 31 0 0 0 60 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073931627048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 23082 0 -1 4202560 30 0 0 0 63 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073930573992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 23082 0 -1 4202560 32 0 0 0 55 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073929521448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25100] ppid=25087 vsize=11852648 CPUtime=20.82 cores=1,3,5,7
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 23082 0 -1 4202560 98 0 0 0 2079 3 0 0 20 0 19 0 334583760 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073917324136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334583761 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073311922040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334583761 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073310868872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25103] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25103/stat : 25103 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073309817616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25104] ppid=25087 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/25089/task/25104/stat : 25104 (java) S 25087 25089 23082 0 -1 4202560 7088 0 0 0 113 1 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073308764472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25105] ppid=25087 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/25089/task/25105/stat : 25105 (java) S 25087 25089 23082 0 -1 4202560 12722 0 0 0 121 3 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073307711928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25106] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25106/stat : 25106 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073306659064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25107] ppid=25087 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/25089/task/25107/stat : 25107 (java) S 25087 25089 23082 0 -1 4202560 7 0 0 0 2 3 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073305606728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25114] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25114/stat : 25114 (java) S 25087 25089 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334584143 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073301394216 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 208.35
Current children cumulated vsize (KiB) 11852648

[startup+114.901 s]
/proc/loadavg: 3.59 3.55 3.60 3/215 25138
/proc/meminfo: memFree=26011716/32873844 swapFree=7628/7628
[pid=25089] ppid=25087 vsize=11852648 CPUtime=208.55 cores=1,3,5,7
/proc/25089/stat : 25089 (java) S 25087 25089 23082 0 -1 4202496 25765 0 1 0 20820 35 0 0 20 0 19 0 334583755 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140737039114400 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25089/statm: 2963162 162409 2282 9 0 2953849 0
[pid=25089/tid=25091] ppid=25087 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/25089/task/25091/stat : 25091 (java) R 25087 25089 23082 0 -1 4202560 3948 0 1 0 88 2 0 0 20 0 19 0 334583756 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074100286120 140073933986031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25092] ppid=25087 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 23082 0 -1 4202560 45 0 0 0 60 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074055039912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 23082 0 -1 4202560 24 0 0 0 56 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074053987368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25094] ppid=25087 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 23082 0 -1 4202560 26 0 0 0 64 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074052934312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25095] ppid=25087 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 23082 0 -1 4202560 26 0 0 0 55 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140074051881768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 23082 0 -1 4202560 37 0 0 0 59 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073932679592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 23082 0 -1 4202560 31 0 0 0 60 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073931627048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 23082 0 -1 4202560 30 0 0 0 63 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073930573992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 23082 0 -1 4202560 32 0 0 0 55 0 0 0 20 0 19 0 334583759 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073929521448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25100] ppid=25087 vsize=11852648 CPUtime=20.82 cores=1,3,5,7
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 23082 0 -1 4202560 98 0 0 0 2079 3 0 0 20 0 19 0 334583760 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073917324136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334583761 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073311922040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334583761 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073310868872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25103] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25103/stat : 25103 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073309817616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25104] ppid=25087 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/25089/task/25104/stat : 25104 (java) S 25087 25089 23082 0 -1 4202560 7088 0 0 0 113 1 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073308764472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25089/tid=25105] ppid=25087 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/25089/task/25105/stat : 25105 (java) S 25087 25089 23082 0 -1 4202560 12722 0 0 0 121 3 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073307711928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25089/tid=25106] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25106/stat : 25106 (java) S 25087 25089 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073306659064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25089/tid=25107] ppid=25087 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/25089/task/25107/stat : 25107 (java) S 25087 25089 23082 0 -1 4202560 7 0 0 0 2 3 0 0 20 0 19 0 334583763 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073305606728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25089/tid=25114] ppid=25087 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25089/task/25114/stat : 25114 (java) S 25087 25089 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334584143 12137111552 162409 33554432000 1073741824 1073778376 140737039123264 140073301394216 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 208.55
Current children cumulated vsize (KiB) 11852648

Child status: 30
Real time (s): 115
CPU time (s): 208.763
CPU user time (s): 208.332
CPU system time (s): 0.430934
CPU usage (%): 181.533
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.332
system time used= 0.430934
maximum resident set size= 651708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25775
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8085
involuntary context switches= 11589

runsolver used 0.283956 second user time and 0.6569 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 02:49:49
IDJOB=3732095
IDBENCH=2026
IDSOLVER=2328
FILE ID=node144/3732095-1338684588
RUNJOBID= node144-1338678623-23102
PBS_JOBID= 14636669
Free space on /tmp= 70836 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-5pb.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732095-1338684588/watcher-3732095-1338684588 -o /tmp/evaluation-result-3732095-1338684588/solver-3732095-1338684588 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3732095-1338684588.opb

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

MD5SUM BENCH= 1aa6e41099a7aa87ffa226b4eaa264d0
RANDOM SEED=1869687103

node144.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.196
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	: 5332.39
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.196
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.196
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.196
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.196
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.90
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.196
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.196
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.91
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.196
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:       32873844 kB
MemFree:        26809336 kB
Buffers:          626908 kB
Cached:          3623268 kB
SwapCached:          464 kB
Active:          3324832 kB
Inactive:        1865296 kB
Active(anon):     922968 kB
Inactive(anon):    11196 kB
Active(file):    2401864 kB
Inactive(file):  1854100 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108376 kB
Dirty:               512 kB
Writeback:             0 kB
AnonPages:        947256 kB
Mapped:            22452 kB
Shmem:               172 kB
Slab:             725176 kB
SReclaimable:     167296 kB
SUnreclaim:       557880 kB
KernelStack:        1624 kB
PageTables:         6056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10459248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    892928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 02:51:44