Trace number 3732092

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31OPT60 256.335 140.358

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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3732092-1338739530.opb
0.07/0.12	c reading problem ... 
0.47/0.30	c ... done. Wall clock time 0.181s.
0.47/0.30	c #vars     720
0.47/0.30	c #constraints  2168
0.47/0.30	c constraints type 
0.47/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1712
0.47/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.47/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 432
0.47/0.30	c constraints type 
0.47/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 432
0.47/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1712
0.47/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
2.04/0.75	c cleaning 2499 clauses out of 5002 with flag 5002/5002
2.79/0.98	c cleaning 4247 clauses out of 8503 with flag 11002/11002
3.89/1.22	c cleaning 5621 clauses out of 11254 with flag 18000/18000
4.56/1.51	c cleaning 6807 clauses out of 13633 with flag 26000/26000
5.18/1.81	c cleaning 7908 clauses out of 15827 with flag 35001/35001
5.78/2.18	c cleaning 8952 clauses out of 17918 with flag 45000/45000
6.62/2.58	c cleaning 9471 clauses out of 18966 with flag 55000/55000
7.44/2.98	c cleaning 9743 clauses out of 19498 with flag 65003/65003
7.81/3.18	c And the winner is CuttingPlanes
8.00/3.31	c SATISFIABLE
8.00/3.31	c OPTIMIZING...
8.00/3.31	c Got one! Elapsed wall clock time (in seconds):3.187
8.00/3.31	o 66
8.47/3.59	c cleaning 9873 clauses out of 19752 with flag 75000/75000
9.45/4.02	c cleaning 9936 clauses out of 19880 with flag 85001/85001
10.23/4.49	c cleaning 9963 clauses out of 19944 with flag 95001/95001
11.19/4.96	c cleaning 9983 clauses out of 19981 with flag 105001/105001
12.15/5.42	c cleaning 9993 clauses out of 19997 with flag 115000/115000
12.91/5.81	c cleaning 9997 clauses out of 20007 with flag 125003/125003
13.88/6.35	c cleaning 9997 clauses out of 20007 with flag 135000/135000
14.68/6.75	c cleaning 10003 clauses out of 20012 with flag 145002/145002
15.42/7.17	c cleaning 9994 clauses out of 20008 with flag 155001/155001
16.39/7.63	c cleaning 10001 clauses out of 20014 with flag 165001/165001
17.13/8.07	c cleaning 10001 clauses out of 20012 with flag 175000/175000
18.09/8.55	c cleaning 9994 clauses out of 20011 with flag 185000/185000
19.03/9.04	c cleaning 10004 clauses out of 20017 with flag 195000/195000
19.79/9.49	c cleaning 9996 clauses out of 20013 with flag 205000/205000
20.93/10.05	c cleaning 10001 clauses out of 20017 with flag 215000/215000
22.08/10.62	c cleaning 10004 clauses out of 20016 with flag 225000/225000
22.82/11.08	c cleaning 9993 clauses out of 20012 with flag 235000/235000
23.96/11.61	c cleaning 10002 clauses out of 20020 with flag 245001/245001
24.74/12.03	c And the winner is Resolution
24.82/12.31	c Got one! Elapsed wall clock time (in seconds):12.191
24.82/12.31	o 64
25.00/12.44	c cleaning 9998 clauses out of 20018 with flag 255001/255001
26.16/13.10	c cleaning 9971 clauses out of 20020 with flag 265001/265001
28.09/14.00	c cleaning 9985 clauses out of 20048 with flag 275000/275000
29.04/14.51	c cleaning 10027 clauses out of 20065 with flag 285002/285002
29.80/14.92	c cleaning 10010 clauses out of 20036 with flag 295000/295000
30.54/15.36	c cleaning 10006 clauses out of 20027 with flag 305001/305001
31.45/15.86	c cleaning 10003 clauses out of 20020 with flag 315000/315000
32.39/16.34	c cleaning 9997 clauses out of 20017 with flag 325000/325000
33.33/16.81	c cleaning 10005 clauses out of 20020 with flag 335000/335000
34.08/17.23	c cleaning 10002 clauses out of 20015 with flag 345000/345000
34.99/17.77	c cleaning 9998 clauses out of 20013 with flag 355000/355000
35.93/18.26	c cleaning 10003 clauses out of 20015 with flag 365000/365000
36.88/18.77	c cleaning 10002 clauses out of 20014 with flag 375002/375002
38.00/19.34	c cleaning 10001 clauses out of 20011 with flag 385001/385001
39.10/19.97	c cleaning 10002 clauses out of 20009 with flag 395000/395000
40.23/20.58	c cleaning 9996 clauses out of 20007 with flag 405000/405000
41.35/21.10	c cleaning 10003 clauses out of 20012 with flag 415001/415001
42.08/21.53	c cleaning 10002 clauses out of 20008 with flag 425000/425000
42.99/22.09	c cleaning 9998 clauses out of 20008 with flag 435002/435002
44.11/22.66	c cleaning 9994 clauses out of 20008 with flag 445000/445000
45.04/23.13	c cleaning 10001 clauses out of 20014 with flag 455000/455000
45.97/23.66	c cleaning 10002 clauses out of 20014 with flag 465001/465001
47.07/24.23	c cleaning 9999 clauses out of 20012 with flag 475001/475001
47.99/24.74	c cleaning 10002 clauses out of 20012 with flag 485000/485000
48.94/25.30	c cleaning 9998 clauses out of 20010 with flag 495000/495000
50.06/25.80	c cleaning 10002 clauses out of 20012 with flag 505000/505000
50.96/26.34	c And the winner is Resolution
51.11/26.45	c Got one! Elapsed wall clock time (in seconds):26.335
51.11/26.45	o 62
51.27/26.55	c cleaning 10000 clauses out of 20010 with flag 515000/515000
52.22/27.07	c cleaning 9996 clauses out of 20010 with flag 525000/525000
53.35/27.65	c cleaning 9997 clauses out of 20014 with flag 535000/535000
54.47/28.25	c cleaning 10000 clauses out of 20018 with flag 545001/545001
56.15/29.17	c cleaning 9987 clauses out of 20017 with flag 555000/555000
57.48/29.82	c cleaning 10010 clauses out of 20030 with flag 565000/565000
58.60/30.43	c cleaning 10004 clauses out of 20022 with flag 575002/575002
59.71/31.05	c cleaning 10000 clauses out of 20016 with flag 585000/585000
60.77/31.68	c cleaning 10002 clauses out of 20017 with flag 595001/595001
62.09/32.32	c cleaning 10001 clauses out of 20015 with flag 605001/605001
63.02/32.83	c cleaning 10001 clauses out of 20015 with flag 615002/615002
64.13/33.40	c cleaning 10001 clauses out of 20014 with flag 625002/625002
65.00/33.98	c cleaning 10002 clauses out of 20012 with flag 635001/635001
65.92/34.49	c cleaning 9997 clauses out of 20009 with flag 645000/645000
67.02/35.07	c cleaning 9993 clauses out of 20012 with flag 655000/655000
68.13/35.66	c cleaning 10004 clauses out of 20020 with flag 665001/665001
69.41/36.39	c cleaning 10002 clauses out of 20019 with flag 675004/675004
70.51/36.99	c cleaning 9997 clauses out of 20013 with flag 685000/685000
72.01/37.73	c cleaning 9980 clauses out of 20016 with flag 695000/695000
73.92/38.76	c cleaning 9990 clauses out of 20036 with flag 705000/705000
75.57/39.65	c cleaning 10015 clauses out of 20048 with flag 715002/715002
76.86/40.33	c cleaning 10007 clauses out of 20032 with flag 725001/725001
78.17/41.03	c cleaning 10007 clauses out of 20026 with flag 735002/735002
79.47/41.75	c cleaning 10002 clauses out of 20017 with flag 745000/745000
80.71/42.49	c cleaning 10000 clauses out of 20015 with flag 755000/755000
82.20/43.27	c cleaning 9986 clauses out of 20016 with flag 765001/765001
83.72/44.06	c cleaning 10005 clauses out of 20029 with flag 775000/775000
85.00/44.75	c cleaning 10008 clauses out of 20024 with flag 785000/785000
86.84/45.77	c cleaning 10004 clauses out of 20017 with flag 795001/795001
88.74/46.75	c cleaning 9990 clauses out of 20012 with flag 805000/805000
90.84/47.81	c cleaning 9987 clauses out of 20023 with flag 815001/815001
92.34/48.66	c cleaning 10010 clauses out of 20035 with flag 825000/825000
93.80/49.45	c cleaning 10007 clauses out of 20025 with flag 835000/835000
95.09/50.15	c cleaning 10003 clauses out of 20020 with flag 845002/845002
96.58/50.97	c cleaning 10003 clauses out of 20017 with flag 855002/855002
97.90/51.69	c cleaning 9999 clauses out of 20014 with flag 865002/865002
99.31/52.49	c cleaning 10004 clauses out of 20013 with flag 875000/875000
100.59/53.15	c cleaning 9975 clauses out of 20010 with flag 885001/885001
102.29/54.09	c cleaning 9990 clauses out of 20035 with flag 895001/895001
104.19/55.03	c cleaning 10014 clauses out of 20046 with flag 905002/905002
105.80/55.93	c cleaning 9992 clauses out of 20030 with flag 915000/915000
107.07/56.68	c cleaning 10018 clauses out of 20041 with flag 925003/925003
108.55/57.48	c cleaning 10003 clauses out of 20021 with flag 935001/935001
109.82/58.14	c cleaning 10006 clauses out of 20018 with flag 945001/945001
111.24/58.98	c cleaning 9998 clauses out of 20012 with flag 955001/955001
112.91/59.81	c cleaning 9982 clauses out of 20014 with flag 965001/965001
114.58/60.77	c cleaning 9987 clauses out of 20031 with flag 975000/975000
116.26/61.63	c cleaning 9990 clauses out of 20045 with flag 985001/985001
118.25/62.73	c cleaning 10001 clauses out of 20054 with flag 995000/995000
120.32/63.81	c cleaning 10022 clauses out of 20057 with flag 1005004/1005004
121.56/64.58	c cleaning 10008 clauses out of 20031 with flag 1015000/1015000
123.22/65.41	c cleaning 9985 clauses out of 20023 with flag 1025000/1025000
124.80/66.38	c cleaning 9994 clauses out of 20038 with flag 1035000/1035000
126.68/67.30	c cleaning 9990 clauses out of 20044 with flag 1045000/1045000
128.16/68.13	c cleaning 10001 clauses out of 20055 with flag 1055001/1055001
130.01/69.15	c cleaning 9996 clauses out of 20053 with flag 1065000/1065000
131.58/70.02	c And the winner is Resolution
131.68/70.73	c Got one! Elapsed wall clock time (in seconds):70.612
131.68/70.73	o 60
132.21/71.02	c cleaning 10022 clauses out of 20058 with flag 1075001/1075001
134.07/72.01	c cleaning 9979 clauses out of 20036 with flag 1085001/1085001
135.93/73.03	c cleaning 9988 clauses out of 20056 with flag 1095000/1095000
137.38/73.88	c cleaning 10015 clauses out of 20069 with flag 1105001/1105001
139.35/74.97	c cleaning 9989 clauses out of 20053 with flag 1115000/1115000
141.22/75.91	c cleaning 10020 clauses out of 20065 with flag 1125001/1125001
142.85/76.84	c cleaning 9995 clauses out of 20044 with flag 1135000/1135000
144.51/77.73	c cleaning 10022 clauses out of 20049 with flag 1145000/1145000
146.08/78.65	c cleaning 10012 clauses out of 20027 with flag 1155000/1155000
147.73/79.53	c cleaning 9988 clauses out of 20015 with flag 1165000/1165000
149.60/80.59	c cleaning 10008 clauses out of 20030 with flag 1175003/1175003
151.65/81.68	c cleaning 9980 clauses out of 20019 with flag 1185000/1185000
153.85/82.85	c cleaning 9991 clauses out of 20039 with flag 1195000/1195000
155.71/83.84	c cleaning 9999 clauses out of 20049 with flag 1205001/1205001
157.77/84.92	c cleaning 9997 clauses out of 20049 with flag 1215000/1215000
159.62/85.95	c cleaning 10007 clauses out of 20053 with flag 1225001/1225001
161.78/87.11	c cleaning 9994 clauses out of 20046 with flag 1235001/1235001
163.02/87.90	c cleaning 10001 clauses out of 20052 with flag 1245001/1245001
164.45/88.69	c cleaning 10004 clauses out of 20051 with flag 1255001/1255001
166.29/89.64	c cleaning 10011 clauses out of 20048 with flag 1265002/1265002
168.06/90.60	c cleaning 0 clauses out of 5000 with flag 0/5000
168.93/91.00	c cleaning 9995 clauses out of 20035 with flag 1275001/1275001
170.84/92.02	c cleaning 9993 clauses out of 20039 with flag 1285000/1285000
172.81/93.09	c cleaning 9996 clauses out of 20046 with flag 1295000/1295000
175.15/94.30	c cleaning 10007 clauses out of 20051 with flag 1305001/1305001
176.98/95.37	c cleaning 9997 clauses out of 20043 with flag 1315000/1315000
179.22/96.52	c cleaning 10010 clauses out of 20047 with flag 1325001/1325001
181.25/97.65	c cleaning 9993 clauses out of 20037 with flag 1335001/1335001
183.38/98.84	c cleaning 10007 clauses out of 20044 with flag 1345001/1345001
185.41/99.92	c cleaning 9996 clauses out of 20036 with flag 1355000/1355000
187.44/101.03	c cleaning 10002 clauses out of 20040 with flag 1365000/1365000
189.47/102.18	c cleaning 9997 clauses out of 20039 with flag 1375001/1375001
191.81/103.47	c cleaning 10000 clauses out of 20041 with flag 1385000/1385000
194.03/104.69	c cleaning 9998 clauses out of 20041 with flag 1395000/1395000
196.06/105.77	c cleaning 9998 clauses out of 20043 with flag 1405000/1405000
198.28/106.93	c cleaning 10004 clauses out of 20046 with flag 1415001/1415001
200.00/107.98	c cleaning 10006 clauses out of 20042 with flag 1425001/1425001
202.03/109.02	c cleaning 10013 clauses out of 20035 with flag 1435000/1435000
203.87/110.08	c cleaning 9992 clauses out of 20022 with flag 1445000/1445000
205.90/111.19	c cleaning 9996 clauses out of 20031 with flag 1455001/1455001
208.00/112.38	c cleaning 10014 clauses out of 20035 with flag 1465001/1465001
210.02/113.46	c cleaning 10003 clauses out of 20020 with flag 1475000/1475000
212.04/114.56	c cleaning 9982 clauses out of 20017 with flag 1485000/1485000
214.07/115.69	c cleaning 9998 clauses out of 20036 with flag 1495001/1495001
216.38/116.92	c cleaning 10009 clauses out of 20038 with flag 1505001/1505001
218.39/118.03	c cleaning 9988 clauses out of 20028 with flag 1515000/1515000
220.41/119.20	c cleaning 10000 clauses out of 20040 with flag 1525000/1525000
222.65/120.36	c cleaning 10007 clauses out of 20040 with flag 1535000/1535000
224.95/121.68	c cleaning 10010 clauses out of 20034 with flag 1545001/1545001
227.16/122.83	c cleaning 9984 clauses out of 20023 with flag 1555000/1555000
229.38/124.01	c cleaning 9994 clauses out of 20040 with flag 1565001/1565001
231.39/125.16	c cleaning 9999 clauses out of 20046 with flag 1575001/1575001
233.69/126.43	c cleaning 10007 clauses out of 20046 with flag 1585000/1585000
235.89/127.65	c cleaning 10018 clauses out of 20039 with flag 1595000/1595000
237.89/128.78	c cleaning 9986 clauses out of 20021 with flag 1605001/1605001
239.89/129.89	c cleaning 10001 clauses out of 20034 with flag 1615000/1615000
242.16/131.16	c cleaning 10003 clauses out of 20034 with flag 1625001/1625001
244.17/132.28	c cleaning 9986 clauses out of 20030 with flag 1635000/1635000
246.37/133.40	c cleaning 10008 clauses out of 20044 with flag 1645000/1645000
248.37/134.51	c cleaning 9997 clauses out of 20036 with flag 1655000/1655000
250.44/135.79	c cleaning 10003 clauses out of 20039 with flag 1665000/1665000
252.68/136.96	c cleaning 9996 clauses out of 20034 with flag 1675000/1675000
254.88/138.11	c And the winner is Resolution
256.15/140.34	c starts		: 211
256.15/140.34	c conflicts		: 1684922
256.15/140.34	c decisions		: 2047395
256.15/140.34	c propagations		: 102354523
256.15/140.34	c inspects		: 734754574
256.15/140.34	c learnt literals	: 5
256.15/140.34	c learnt binary clauses	: 215
256.15/140.34	c learnt ternary clauses	: 1508
256.15/140.34	c learnt clauses	: 1684916
256.15/140.34	c ignored clauses	: 0
256.15/140.34	c root simplifications	: 0
256.15/140.34	c removed literals (reason simplification)	: 18200661
256.15/140.34	c reason swapping (by a shorter reason)	: 0
256.15/140.34	c Calls to reduceDB	: 169
256.15/140.35	c number of reductions to clauses (during analyze)	: 0
256.15/140.35	c number of learned constraints concerned by reduction	: 0
256.15/140.35	c number of learning phase by resolution	: 0
256.15/140.35	c number of learning phase by cutting planes	: 0
256.15/140.35	c speed (assignments/second)	: 1470357.4527380338
256.15/140.35	c non guided choices	780
256.15/140.35	c learnt constraints type 
256.15/140.35	c constraints type 
256.15/140.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1712
256.15/140.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
256.15/140.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 432
256.15/140.35	c constraints type 
256.15/140.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 432
256.15/140.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1712
256.15/140.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
256.15/140.35	s OPTIMUM FOUND
256.15/140.35	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 
256.15/140.35	c objective function=60
256.15/140.35	c Total wall clock time (in seconds): 140.228

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-3732092-1338739530/watcher-3732092-1338739530 -o /tmp/evaluation-result-3732092-1338739530/solver-3732092-1338739530 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732092-1338739530.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: 4.15 3.80 3.63 4/199 19600
/proc/meminfo: memFree=27332640/32873844 swapFree=7380/7380
[pid=19600] ppid=19598 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/19600/stat : 19600 (java6) D 19598 19600 11290 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340077778 9515008 182 33554432000 1073741824 1073778376 140734899927856 140734899918888 215143497397 0 0 4096 0 18446744072100748580 0 0 17 0 0 0 0 0 0
/proc/19600/statm: 2323 182 140 9 0 71 0

[startup+0.094 s]
/proc/loadavg: 4.15 3.80 3.63 4/199 19600
/proc/meminfo: memFree=27332640/32873844 swapFree=7380/7380
[pid=19600] ppid=19598 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/19600/stat : 19600 (java) S 19598 19600 11290 0 -1 4202496 3910 0 1 0 6 1 0 0 20 0 18 0 340077778 2764726272 5629 33554432000 1073741824 1073778376 140733852802608 140733852793744 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19600/statm: 674982 5629 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.100177 s]
/proc/loadavg: 4.15 3.80 3.63 4/199 19600
/proc/meminfo: memFree=27332640/32873844 swapFree=7380/7380
[pid=19600] ppid=19598 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/19600/stat : 19600 (java) S 19598 19600 11290 0 -1 4202496 4346 0 1 0 6 1 0 0 20 0 18 0 340077778 2764726272 6057 33554432000 1073741824 1073778376 140733852802608 140733852793744 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19600/statm: 674982 6058 2029 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300221 s]
/proc/loadavg: 4.15 3.80 3.63 4/199 19600
/proc/meminfo: memFree=27332640/32873844 swapFree=7380/7380
[pid=19600] ppid=19598 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/19600/stat : 19600 (java) S 19598 19600 11290 0 -1 4202496 5644 0 1 0 45 2 0 0 20 0 18 0 340077778 2764726272 9082 33554432000 1073741824 1073778376 140733852802608 140733852793744 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19600/statm: 674982 9082 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700172 s]
/proc/loadavg: 4.15 3.80 3.63 4/199 19600
/proc/meminfo: memFree=27332640/32873844 swapFree=7380/7380
[pid=19600] ppid=19598 vsize=2966184 CPUtime=2.04 cores=0,2,4,6
/proc/19600/stat : 19600 (java) S 19598 19600 11290 0 -1 4202496 14991 0 1 0 199 5 0 0 20 0 22 0 340077778 3037372416 26616 33554432000 1073741824 1073778376 140733852802608 140733852793744 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19600/statm: 741546 26616 2243 9 0 732240 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 2966184

[startup+1.50083 s]
/proc/loadavg: 4.15 3.80 3.63 7/221 19622
/proc/meminfo: memFree=27160164/32873844 swapFree=7380/7380
[pid=19600] ppid=19598 vsize=2966184 CPUtime=4.56 cores=0,2,4,6
/proc/19600/stat : 19600 (java) S 19598 19600 11290 0 -1 4202496 21825 0 1 0 448 8 0 0 20 0 22 0 340077778 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140733852793744 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19600/statm: 741546 53379 2274 9 0 732240 0
[pid=19600/tid=19602] ppid=19598 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/19600/task/19602/stat : 19602 (java) S 19598 19600 11290 0 -1 4202560 2801 0 1 0 25 2 0 0 20 0 22 0 340077779 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596994192536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19603/stat : 19603 (java) S 19598 19600 11290 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596978474024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19604] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19604/stat : 19604 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596977421224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19605] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19605/stat : 19605 (java) S 19598 19600 11290 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596976368424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19606] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19606/stat : 19606 (java) S 19598 19600 11290 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596975315624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19607] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19607/stat : 19607 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596974262824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19608] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19608/stat : 19608 (java) S 19598 19600 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596973210024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19609] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19609/stat : 19609 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596972157224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19610] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19610/stat : 19610 (java) S 19598 19600 11290 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596971104424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19611] ppid=19598 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/19600/task/19611/stat : 19611 (java) S 19598 19600 11290 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 22 0 340077781 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596840737768 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19612] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19612/stat : 19612 (java) S 19598 19600 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340077782 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596839683832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19613] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19613/stat : 19613 (java) S 19598 19600 11290 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340077782 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596838630920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19614] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19614/stat : 19614 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340077785 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596837579408 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19615] ppid=19598 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/19600/task/19615/stat : 19615 (java) S 19598 19600 11290 0 -1 4202560 7628 0 0 0 83 2 0 0 20 0 22 0 340077785 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596836526520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19616] ppid=19598 vsize=2966184 CPUtime=1.07 cores=0,2,4,6
/proc/19600/task/19616/stat : 19616 (java) S 19598 19600 11290 0 -1 4202560 9981 0 0 0 104 3 0 0 20 0 22 0 340077785 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596835473720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19617] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19617/stat : 19617 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340077785 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596834421112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19618] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19618/stat : 19618 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340077785 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596833368520 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19619] ppid=19598 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/19600/task/19619/stat : 19619 (java) R 19598 19600 11290 0 -1 4202560 28 0 0 0 112 0 0 0 20 0 22 0 340077808 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596832314320 140596845610471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19620] ppid=19598 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/19600/task/19620/stat : 19620 (java) R 19598 19600 11290 0 -1 4202560 130 0 0 0 110 2 0 0 20 0 22 0 340077808 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596831260024 140596845690761 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19621] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19621/stat : 19621 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340077811 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140596830209448 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19622] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19622/stat : 19622 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340077811 3037372416 53379 33554432000 1073741824 1073778376 140733852802608 140595553101096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 2966184

[startup+3.10082 s]
/proc/loadavg: 4.15 3.80 3.63 6/221 19622
/proc/meminfo: memFree=27095684/32873844 swapFree=7380/7380
[pid=19600] ppid=19598 vsize=2966184 CPUtime=7.81 cores=0,2,4,6
/proc/19600/stat : 19600 (java) S 19598 19600 11290 0 -1 4202496 21933 0 1 0 770 11 0 0 20 0 22 0 340077778 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140733852793744 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19600/statm: 741546 79540 2274 9 0 732240 0
[pid=19600/tid=19602] ppid=19598 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/19600/task/19602/stat : 19602 (java) S 19598 19600 11290 0 -1 4202560 2801 0 1 0 25 2 0 0 20 0 22 0 340077779 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596994192536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19603/stat : 19603 (java) S 19598 19600 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596978474024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19604] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19604/stat : 19604 (java) S 19598 19600 11290 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596977421224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19605] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19605/stat : 19605 (java) S 19598 19600 11290 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596976368424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19606] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19606/stat : 19606 (java) S 19598 19600 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596975315624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19607] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19607/stat : 19607 (java) S 19598 19600 11290 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596974262824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19608] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19608/stat : 19608 (java) S 19598 19600 11290 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596973210024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19609] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19609/stat : 19609 (java) S 19598 19600 11290 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596972157224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19610] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19610/stat : 19610 (java) S 19598 19600 11290 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596971104424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19611] ppid=19598 vsize=2966184 CPUtime=0.17 cores=0,2,4,6
/proc/19600/task/19611/stat : 19611 (java) S 19598 19600 11290 0 -1 4202560 35 0 0 0 17 0 0 0 20 0 22 0 340077781 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596840737768 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19612] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19612/stat : 19612 (java) S 19598 19600 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340077782 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596839683832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19613] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19613/stat : 19613 (java) S 19598 19600 11290 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340077782 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596838630920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19614] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19614/stat : 19614 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340077785 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596837579408 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19615] ppid=19598 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/19600/task/19615/stat : 19615 (java) S 19598 19600 11290 0 -1 4202560 7629 0 0 0 84 2 0 0 20 0 22 0 340077785 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596836526520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19616] ppid=19598 vsize=2966184 CPUtime=1.22 cores=0,2,4,6
/proc/19600/task/19616/stat : 19616 (java) S 19598 19600 11290 0 -1 4202560 10020 0 0 0 119 3 0 0 20 0 22 0 340077785 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596835473720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19617] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19617/stat : 19617 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340077785 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596834421112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19618] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19618/stat : 19618 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340077785 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596833368520 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19619] ppid=19598 vsize=2966184 CPUtime=2.57 cores=0,2,4,6
/proc/19600/task/19619/stat : 19619 (java) R 19598 19600 11290 0 -1 4202560 28 0 0 0 257 0 0 0 20 0 22 0 340077808 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596832314440 140596845610064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19620] ppid=19598 vsize=2966184 CPUtime=2.57 cores=0,2,4,6
/proc/19600/task/19620/stat : 19620 (java) R 19598 19600 11290 0 -1 4202560 179 0 0 0 253 4 0 0 20 0 22 0 340077808 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596831261496 140596845562956 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19621] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19621/stat : 19621 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340077811 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140596830209448 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19622] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19622/stat : 19622 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340077811 3037372416 79540 33554432000 1073741824 1073778376 140733852802608 140595553101096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 2966184

[startup+6.30084 s]
/proc/loadavg: 4.14 3.80 3.63 5/221 19624
/proc/meminfo: memFree=26992104/32873844 swapFree=7380/7380
[pid=19600] ppid=19598 vsize=2966184 CPUtime=13.88 cores=0,2,4,6
/proc/19600/stat : 19600 (java) S 19598 19600 11290 0 -1 4202496 22084 0 1 0 1374 14 0 0 20 0 22 0 340077778 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140733852793744 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19600/statm: 741546 87342 2277 9 0 732240 0
[pid=19600/tid=19602] ppid=19598 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/19600/task/19602/stat : 19602 (java) S 19598 19600 11290 0 -1 4202560 2801 0 1 0 26 2 0 0 20 0 22 0 340077779 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596994192536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19603/stat : 19603 (java) S 19598 19600 11290 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596978474024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19604] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19604/stat : 19604 (java) S 19598 19600 11290 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596977421224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19605] ppid=19598 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/19600/task/19605/stat : 19605 (java) S 19598 19600 11290 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 340077780 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596976368424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19606] ppid=19598 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/19600/task/19606/stat : 19606 (java) S 19598 19600 11290 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 340077780 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596975315624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19607] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19607/stat : 19607 (java) S 19598 19600 11290 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596974262824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19608] ppid=19598 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/19600/task/19608/stat : 19608 (java) S 19598 19600 11290 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 340077780 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596973210024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19609] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19609/stat : 19609 (java) S 19598 19600 11290 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340077780 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596972157224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19610] ppid=19598 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/19600/task/19610/stat : 19610 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 340077780 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596971104424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19611] ppid=19598 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/19600/task/19611/stat : 19611 (java) S 19598 19600 11290 0 -1 4202560 40 0 0 0 41 0 0 0 20 0 22 0 340077781 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596840737768 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19612] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19612/stat : 19612 (java) S 19598 19600 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340077782 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596839683832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19613] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19613/stat : 19613 (java) S 19598 19600 11290 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340077782 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596838630920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19614] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19614/stat : 19614 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340077785 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596837579408 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19615] ppid=19598 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/19600/task/19615/stat : 19615 (java) S 19598 19600 11290 0 -1 4202560 7733 0 0 0 87 2 0 0 20 0 22 0 340077785 3037372416 87342 33554432000 1073741824 1073778376 140733852802608 140596836526520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/19600/task/19609/stat : 19609 (java) S 19598 19600 11290 0 -1 4202560 35 0 0 0 51 0 0 0 20 0 22 0 340077780 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596972157224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19610] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19610/stat : 19610 (java) S 19598 19600 11290 0 -1 4202560 35 0 0 0 60 0 0 0 20 0 22 0 340077780 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596971104424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19611] ppid=19598 vsize=2966184 CPUtime=23.46 cores=0,2,4,6
/proc/19600/task/19611/stat : 19611 (java) S 19598 19600 11290 0 -1 4202560 124 0 0 0 2343 3 0 0 20 0 22 0 340077781 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596840737768 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19612] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19612/stat : 19612 (java) S 19598 19600 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340077782 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596839683832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19613] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19613/stat : 19613 (java) S 19598 19600 11290 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340077782 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596838630920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19614] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19614/stat : 19614 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340077785 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596837579408 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19615] ppid=19598 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/19600/task/19615/stat : 19615 (java) S 19598 19600 11290 0 -1 4202560 11500 0 0 0 141 2 0 0 20 0 22 0 340077785 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596836526520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19616] ppid=19598 vsize=2966184 CPUtime=1.49 cores=0,2,4,6
/proc/19600/task/19616/stat : 19616 (java) S 19598 19600 11290 0 -1 4202560 10025 0 0 0 146 3 0 0 20 0 22 0 340077785 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596835473720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19617] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19617/stat : 19617 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340077785 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596834421112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19618] ppid=19598 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/19600/task/19618/stat : 19618 (java) S 19598 19600 11290 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 22 0 340077785 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596833368520 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19621] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19621/stat : 19621 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340077811 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596830209448 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19622] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19622/stat : 19622 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340077811 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140595553101096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19765] ppid=19598 vsize=2966184 CPUtime=53.24 cores=0,2,4,6
/proc/19600/task/19765/stat : 19765 (java) R 19598 19600 11290 0 -1 4202560 35 0 0 0 5324 0 0 0 20 0 22 0 340084852 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596831261512 140596845212829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19766] ppid=19598 vsize=2966184 CPUtime=53.27 cores=0,2,4,6
/proc/19600/task/19766/stat : 19766 (java) R 19598 19600 11290 0 -1 4202560 35 0 0 0 5325 2 0 0 20 0 22 0 340084852 3037372416 163305 33554432000 1073741824 1073778376 140733852802608 140596832312360 140596845605031 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 253.69
Current children cumulated vsize (KiB) 2966184

[startup+139.101 s]
/proc/loadavg: 3.90 3.81 3.65 3/219 19767
/proc/meminfo: memFree=27397764/32873844 swapFree=7380/7380
[pid=19600] ppid=19598 vsize=2966184 CPUtime=255.02 cores=0,2,4,6
/proc/19600/stat : 19600 (java) S 19598 19600 11290 0 -1 4202496 26492 0 1 0 25466 36 0 0 20 0 20 0 340077778 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140733852793744 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19600/statm: 741546 163297 2278 9 0 732240 0
[pid=19600/tid=19602] ppid=19598 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/19600/task/19602/stat : 19602 (java) S 19598 19600 11290 0 -1 4202560 2836 0 1 0 27 2 0 0 20 0 20 0 340077779 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596994192536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/19600/task/19603/stat : 19603 (java) S 19598 19600 11290 0 -1 4202560 32 0 0 0 56 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596978474024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19604] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19604/stat : 19604 (java) S 19598 19600 11290 0 -1 4202560 44 0 0 0 60 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596977421224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19605] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19605/stat : 19605 (java) S 19598 19600 11290 0 -1 4202560 49 0 0 0 58 2 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596976368424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19606] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19606/stat : 19606 (java) S 19598 19600 11290 0 -1 4202560 43 0 0 0 60 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596975315624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19607] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19607/stat : 19607 (java) S 19598 19600 11290 0 -1 4202560 53 0 0 0 60 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596974262824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19608] ppid=19598 vsize=2966184 CPUtime=0.57 cores=0,2,4,6
/proc/19600/task/19608/stat : 19608 (java) S 19598 19600 11290 0 -1 4202560 46 0 0 0 57 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596973210024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19609] ppid=19598 vsize=2966184 CPUtime=0.51 cores=0,2,4,6
/proc/19600/task/19609/stat : 19609 (java) S 19598 19600 11290 0 -1 4202560 35 0 0 0 51 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596972157224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19610] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19610/stat : 19610 (java) S 19598 19600 11290 0 -1 4202560 35 0 0 0 60 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596971104424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19611] ppid=19598 vsize=2966184 CPUtime=23.46 cores=0,2,4,6
/proc/19600/task/19611/stat : 19611 (java) S 19598 19600 11290 0 -1 4202560 124 0 0 0 2343 3 0 0 20 0 20 0 340077781 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596840737768 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19612] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19612/stat : 19612 (java) S 19598 19600 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340077782 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596839683832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19613] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19613/stat : 19613 (java) S 19598 19600 11290 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340077782 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596838630920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19614] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19614/stat : 19614 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596837579408 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19615] ppid=19598 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/19600/task/19615/stat : 19615 (java) S 19598 19600 11290 0 -1 4202560 11500 0 0 0 141 2 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596836526520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19616] ppid=19598 vsize=2966184 CPUtime=1.49 cores=0,2,4,6
/proc/19600/task/19616/stat : 19616 (java) S 19598 19600 11290 0 -1 4202560 10025 0 0 0 146 3 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596835473720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19617] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19617/stat : 19617 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596834421112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19618] ppid=19598 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/19600/task/19618/stat : 19618 (java) S 19598 19600 11290 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596833368520 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19621] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19621/stat : 19621 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340077811 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596830209448 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19622] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19622/stat : 19622 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340077811 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140595553101096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 255.02
Current children cumulated vsize (KiB) 2966184

[startup+139.901 s]
/proc/loadavg: 3.90 3.81 3.65 4/219 19767
/proc/meminfo: memFree=27397772/32873844 swapFree=7380/7380
[pid=19600] ppid=19598 vsize=2966184 CPUtime=255.75 cores=0,2,4,6
/proc/19600/stat : 19600 (java) S 19598 19600 11290 0 -1 4202496 26492 0 1 0 25539 36 0 0 20 0 20 0 340077778 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140733852793744 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19600/statm: 741546 163297 2278 9 0 732240 0
[pid=19600/tid=19602] ppid=19598 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/19600/task/19602/stat : 19602 (java) R 19598 19600 11290 0 -1 4202560 2836 0 1 0 97 2 0 0 20 0 20 0 340077779 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596994192040 140596845221800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/19600/task/19603/stat : 19603 (java) S 19598 19600 11290 0 -1 4202560 32 0 0 0 56 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596978474024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19604] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19604/stat : 19604 (java) S 19598 19600 11290 0 -1 4202560 44 0 0 0 60 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596977421224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19605] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19605/stat : 19605 (java) S 19598 19600 11290 0 -1 4202560 49 0 0 0 58 2 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596976368424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19606] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19606/stat : 19606 (java) S 19598 19600 11290 0 -1 4202560 43 0 0 0 60 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596975315624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19607] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19607/stat : 19607 (java) S 19598 19600 11290 0 -1 4202560 53 0 0 0 60 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596974262824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19608] ppid=19598 vsize=2966184 CPUtime=0.57 cores=0,2,4,6
/proc/19600/task/19608/stat : 19608 (java) S 19598 19600 11290 0 -1 4202560 46 0 0 0 57 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596973210024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19609] ppid=19598 vsize=2966184 CPUtime=0.51 cores=0,2,4,6
/proc/19600/task/19609/stat : 19609 (java) S 19598 19600 11290 0 -1 4202560 35 0 0 0 51 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596972157224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19610] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19610/stat : 19610 (java) S 19598 19600 11290 0 -1 4202560 35 0 0 0 60 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596971104424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19611] ppid=19598 vsize=2966184 CPUtime=23.46 cores=0,2,4,6
/proc/19600/task/19611/stat : 19611 (java) S 19598 19600 11290 0 -1 4202560 124 0 0 0 2343 3 0 0 20 0 20 0 340077781 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596840737768 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19612] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19612/stat : 19612 (java) S 19598 19600 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340077782 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596839683832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19613] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19613/stat : 19613 (java) S 19598 19600 11290 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340077782 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596838630920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19614] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19614/stat : 19614 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596837579408 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19615] ppid=19598 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/19600/task/19615/stat : 19615 (java) S 19598 19600 11290 0 -1 4202560 11500 0 0 0 141 2 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596836526520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19616] ppid=19598 vsize=2966184 CPUtime=1.51 cores=0,2,4,6
/proc/19600/task/19616/stat : 19616 (java) S 19598 19600 11290 0 -1 4202560 10025 0 0 0 148 3 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596835473720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19617] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19617/stat : 19617 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596834421112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19618] ppid=19598 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/19600/task/19618/stat : 19618 (java) S 19598 19600 11290 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596833368520 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19621] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19621/stat : 19621 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340077811 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596830209448 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19622] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19622/stat : 19622 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340077811 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140595553101096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 255.75
Current children cumulated vsize (KiB) 2966184

[startup+140.301 s]
/proc/loadavg: 3.90 3.81 3.65 4/219 19767
/proc/meminfo: memFree=27397772/32873844 swapFree=7380/7380
[pid=19600] ppid=19598 vsize=2966184 CPUtime=256.15 cores=0,2,4,6
/proc/19600/stat : 19600 (java) S 19598 19600 11290 0 -1 4202496 26492 0 1 0 25579 36 0 0 20 0 20 0 340077778 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140733852793744 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19600/statm: 741546 163297 2278 9 0 732240 0
[pid=19600/tid=19602] ppid=19598 vsize=2966184 CPUtime=1.39 cores=0,2,4,6
/proc/19600/task/19602/stat : 19602 (java) R 19598 19600 11290 0 -1 4202560 2836 0 1 0 137 2 0 0 20 0 20 0 340077779 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596994190048 140596846338867 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/19600/task/19603/stat : 19603 (java) S 19598 19600 11290 0 -1 4202560 32 0 0 0 56 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596978474024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19604] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19604/stat : 19604 (java) S 19598 19600 11290 0 -1 4202560 44 0 0 0 60 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596977421224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19605] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19605/stat : 19605 (java) S 19598 19600 11290 0 -1 4202560 49 0 0 0 58 2 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596976368424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19606] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19606/stat : 19606 (java) S 19598 19600 11290 0 -1 4202560 43 0 0 0 60 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596975315624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19607] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19607/stat : 19607 (java) S 19598 19600 11290 0 -1 4202560 53 0 0 0 60 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596974262824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19608] ppid=19598 vsize=2966184 CPUtime=0.57 cores=0,2,4,6
/proc/19600/task/19608/stat : 19608 (java) S 19598 19600 11290 0 -1 4202560 46 0 0 0 57 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596973210024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19609] ppid=19598 vsize=2966184 CPUtime=0.51 cores=0,2,4,6
/proc/19600/task/19609/stat : 19609 (java) S 19598 19600 11290 0 -1 4202560 35 0 0 0 51 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596972157224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19610] ppid=19598 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/19600/task/19610/stat : 19610 (java) S 19598 19600 11290 0 -1 4202560 35 0 0 0 60 0 0 0 20 0 20 0 340077780 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596971104424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19600/tid=19611] ppid=19598 vsize=2966184 CPUtime=23.46 cores=0,2,4,6
/proc/19600/task/19611/stat : 19611 (java) S 19598 19600 11290 0 -1 4202560 124 0 0 0 2343 3 0 0 20 0 20 0 340077781 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596840737768 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19612] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19612/stat : 19612 (java) S 19598 19600 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340077782 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596839683832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19613] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19613/stat : 19613 (java) S 19598 19600 11290 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340077782 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596838630920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19614] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19614/stat : 19614 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596837579408 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19615] ppid=19598 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/19600/task/19615/stat : 19615 (java) S 19598 19600 11290 0 -1 4202560 11500 0 0 0 141 2 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596836526520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19616] ppid=19598 vsize=2966184 CPUtime=1.51 cores=0,2,4,6
/proc/19600/task/19616/stat : 19616 (java) S 19598 19600 11290 0 -1 4202560 10025 0 0 0 148 3 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596835473720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19600/tid=19617] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19617/stat : 19617 (java) S 19598 19600 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596834421112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19618] ppid=19598 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/19600/task/19618/stat : 19618 (java) S 19598 19600 11290 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 20 0 340077785 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596833368520 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19600/tid=19621] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19621/stat : 19621 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340077811 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140596830209448 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19600/tid=19622] ppid=19598 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19600/task/19622/stat : 19622 (java) S 19598 19600 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340077811 3037372416 163297 33554432000 1073741824 1073778376 140733852802608 140595553101096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 256.15
Current children cumulated vsize (KiB) 2966184

Child status: 30
Real time (s): 140.358
CPU time (s): 256.335
CPU user time (s): 255.881
CPU system time (s): 0.45393
CPU usage (%): 182.629
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.881
system time used= 0.45393
maximum resident set size= 655248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26499
page faults= 1
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8682
involuntary context switches= 10653

runsolver used 0.285956 second user time and 0.78588 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-03 18:05:30
IDJOB=3732092
IDBENCH=2026
IDSOLVER=2324
FILE ID=node133/3732092-1338739530
RUNJOBID= node133-1338736630-19082
PBS_JOBID= 14636724
Free space on /tmp= 70484 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-5pb.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732092-1338739530/watcher-3732092-1338739530 -o /tmp/evaluation-result-3732092-1338739530/solver-3732092-1338739530 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732092-1338739530.opb

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

MD5SUM BENCH= 1aa6e41099a7aa87ffa226b4eaa264d0
RANDOM SEED=1133727396

node133.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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.08
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.540
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.92
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.540
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	: 5331.92
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.540
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.540
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.91
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.540
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.90
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.540
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.540
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:        27333004 kB
Buffers:          483308 kB
Cached:          2814368 kB
SwapCached:          676 kB
Active:          2815516 kB
Inactive:        1812640 kB
Active(anon):    1321648 kB
Inactive(anon):    10220 kB
Active(file):    1493868 kB
Inactive(file):  1802420 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:               528 kB
Writeback:            24 kB
AnonPages:       1346856 kB
Mapped:            18568 kB
Shmem:                 0 kB
Slab:             759528 kB
SReclaimable:     201152 kB
SUnreclaim:       558376 kB
KernelStack:        1600 kB
PageTables:         6844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1290240 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= 70484 MiB
End job on node133 at 2012-06-03 18:07:50