Trace number 3689689

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 NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.74 1786.97

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K175.opb
MD5SUMc7b1775204389f0c59bc1b934de7e2c1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20825
Total number of constraints21177
Number of constraints which are clauses21002
Number of constraints which are cardinality constraints (but not clauses)175
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint175
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 176
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3689689-1337892420.opb
0.08/0.11	c reading problem ... 
1.19/0.60	c ... done. Wall clock time 0.483s.
1.19/0.60	c declared #vars     20825
1.19/0.60	c #constraints  21177
1.19/0.60	c constraints type 
1.19/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18738
1.19/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 175
1.19/0.60	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.19/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2262
1.19/0.60	c 21177 constraints processed.
3.60/2.79	c cleaning 2460 clauses out of 4994 with flag 5001/5001
5.71/4.74	c cleaning 4241 clauses out of 8531 with flag 11001/11001
7.92/6.96	c cleaning 5521 clauses out of 11287 with flag 18000/18000
10.63/9.61	c cleaning 6675 clauses out of 13761 with flag 26000/26000
13.79/12.76	c cleaning 7886 clauses out of 16085 with flag 35000/35000
16.92/15.84	c cleaning 8985 clauses out of 18200 with flag 45004/45004
20.24/19.16	c cleaning 9945 clauses out of 20212 with flag 56002/56002
24.37/23.22	c cleaning 11008 clauses out of 22266 with flag 68005/68005
29.20/28.05	c cleaning 11930 clauses out of 24251 with flag 81000/81000
33.53/32.34	c cleaning 12965 clauses out of 26320 with flag 95001/95001
38.25/37.07	c cleaning 13998 clauses out of 28352 with flag 110000/110000
43.66/42.40	c cleaning 15023 clauses out of 30353 with flag 126001/126001
49.21/47.96	c cleaning 15896 clauses out of 32329 with flag 143001/143001
55.14/53.81	c cleaning 16877 clauses out of 34429 with flag 161000/161000
61.35/60.08	c cleaning 17244 clauses out of 36550 with flag 180000/180000
67.69/66.38	c cleaning 18097 clauses out of 39308 with flag 200003/200003
74.53/73.10	c cleaning 18888 clauses out of 42208 with flag 221000/221000
81.66/80.24	c cleaning 19515 clauses out of 45322 with flag 243002/243002
90.12/88.64	c cleaning 20489 clauses out of 48804 with flag 266000/266000
97.74/96.29	c cleaning 22050 clauses out of 52316 with flag 290001/290001
104.87/103.38	c cleaning 23186 clauses out of 55265 with flag 315000/315000
114.20/112.68	c cleaning 23188 clauses out of 58080 with flag 341001/341001
122.88/121.25	c cleaning 24338 clauses out of 61892 with flag 368001/368001
131.31/129.69	c cleaning 25480 clauses out of 65553 with flag 396000/396000
141.15/139.45	c cleaning 26599 clauses out of 69072 with flag 425000/425000
151.40/149.68	c cleaning 27070 clauses out of 72475 with flag 455002/455002
161.71/159.93	c cleaning 28262 clauses out of 76404 with flag 486001/486001
172.42/170.63	c cleaning 29084 clauses out of 80139 with flag 518001/518001
184.13/182.32	c cleaning 30118 clauses out of 84054 with flag 551001/551001
195.41/193.57	c cleaning 30745 clauses out of 87938 with flag 585003/585003
207.63/205.78	c cleaning 32109 clauses out of 92188 with flag 620000/620000
220.26/218.38	c cleaning 33363 clauses out of 96080 with flag 656001/656001
232.46/230.49	c cleaning 34281 clauses out of 99716 with flag 693000/693000
246.08/243.97	c cleaning 34464 clauses out of 103439 with flag 731005/731005
260.02/257.90	c cleaning 35772 clauses out of 107975 with flag 770005/770005
274.39/272.13	c cleaning 36490 clauses out of 112199 with flag 810002/810002
290.13/287.88	c cleaning 37607 clauses out of 116709 with flag 851002/851002
304.39/302.00	c cleaning 39863 clauses out of 121100 with flag 893000/893000
319.17/316.73	c cleaning 39740 clauses out of 124239 with flag 936002/936002
334.40/331.91	c cleaning 40725 clauses out of 128498 with flag 980001/980001
350.37/347.85	c cleaning 42095 clauses out of 132774 with flag 1025002/1025002
366.75/364.14	c cleaning 42580 clauses out of 136678 with flag 1071001/1071001
384.70/382.00	c cleaning 43162 clauses out of 141097 with flag 1118000/1118000
402.16/399.40	c cleaning 44559 clauses out of 145940 with flag 1166005/1166005
418.24/415.44	c cleaning 46291 clauses out of 150377 with flag 1215001/1215001
434.50/431.63	c cleaning 46325 clauses out of 154087 with flag 1265002/1265002
450.57/447.65	c cleaning 47339 clauses out of 158759 with flag 1316000/1316000
472.50/469.52	c cleaning 47815 clauses out of 163421 with flag 1368001/1368001
495.27/492.29	c cleaning 49706 clauses out of 168605 with flag 1421000/1421000
515.64/512.59	c cleaning 49419 clauses out of 172897 with flag 1475000/1475000
536.38/533.27	c cleaning 51080 clauses out of 178478 with flag 1530000/1530000
557.66/554.41	c cleaning 52129 clauses out of 183398 with flag 1586000/1586000
580.61/577.30	c cleaning 52932 clauses out of 188269 with flag 1643000/1643000
603.59/600.29	c cleaning 54058 clauses out of 193336 with flag 1701000/1701000
626.16/622.73	c cleaning 54941 clauses out of 198279 with flag 1760001/1760001
649.57/646.08	c cleaning 56103 clauses out of 203337 with flag 1820001/1820001
674.48/670.75	c cleaning 57949 clauses out of 208234 with flag 1881001/1881001
711.17/707.08	c cleaning 60073 clauses out of 212284 with flag 1943000/1943000
735.30/731.15	c cleaning 58579 clauses out of 215211 with flag 2006000/2006000
758.57/754.37	c cleaning 60245 clauses out of 220632 with flag 2070000/2070000
783.54/779.26	c cleaning 60725 clauses out of 225387 with flag 2135000/2135000
810.93/806.46	c cleaning 62361 clauses out of 230663 with flag 2201001/2201001
841.48/836.84	c cleaning 64234 clauses out of 235301 with flag 2268000/2268000
868.53/863.71	c cleaning 64557 clauses out of 239070 with flag 2336004/2336004
896.50/891.46	c cleaning 64298 clauses out of 243510 with flag 2405001/2405001
926.64/921.41	c cleaning 65028 clauses out of 249211 with flag 2475000/2475000
957.43/952.10	c cleaning 66401 clauses out of 255184 with flag 2546001/2546001
987.74/982.34	c cleaning 67277 clauses out of 260781 with flag 2618000/2618000
1016.73/1011.29	c cleaning 68689 clauses out of 266503 with flag 2691000/2691000
1048.30/1042.74	c cleaning 69495 clauses out of 271816 with flag 2765002/2765002
1077.88/1072.25	c cleaning 70846 clauses out of 277322 with flag 2840003/2840003
1111.88/1106.18	c cleaning 71202 clauses out of 282474 with flag 2916001/2916001
1146.49/1140.66	c cleaning 71943 clauses out of 288270 with flag 2993000/2993000
1179.38/1173.31	c cleaning 75039 clauses out of 294327 with flag 3071000/3071000
1211.09/1205.00	c cleaning 74412 clauses out of 298289 with flag 3150001/3150001
1244.69/1238.47	c cleaning 75163 clauses out of 303877 with flag 3230001/3230001
1276.08/1269.75	c cleaning 76990 clauses out of 309713 with flag 3311000/3311000
1312.57/1306.17	c cleaning 76869 clauses out of 314722 with flag 3393000/3393000
1349.15/1342.60	c cleaning 77600 clauses out of 320853 with flag 3476000/3476000
1385.40/1378.65	c cleaning 79622 clauses out of 327255 with flag 3560002/3560002
1430.68/1423.38	c cleaning 82300 clauses out of 332633 with flag 3645002/3645002
1483.03/1473.49	c cleaning 83480 clauses out of 336335 with flag 3731004/3731004
1522.15/1512.17	c cleaning 81483 clauses out of 339851 with flag 3818001/3818001
1562.33/1551.86	c cleaning 83626 clauses out of 346367 with flag 3906000/3906000
1604.31/1593.65	c cleaning 83951 clauses out of 351741 with flag 3995000/3995000
1641.59/1630.49	c cleaning 85257 clauses out of 357790 with flag 4085000/4085000
1682.06/1670.46	c cleaning 86376 clauses out of 363533 with flag 4176000/4176000
1723.79/1711.50	c cleaning 87937 clauses out of 369158 with flag 4268001/4268001
1767.52/1754.63	c cleaning 89487 clauses out of 374222 with flag 4361002/4361002
1800.04/1786.91	c starts		: 252
1800.04/1786.91	c conflicts		: 4435687
1800.04/1786.91	c decisions		: 108912063
1800.04/1786.91	c propagations		: 3709832986
1800.04/1786.91	c inspects		: 8301499499
1800.04/1786.91	c shortcuts		: 0
1800.04/1786.91	c learnt literals	: 62
1800.04/1786.91	c learnt binary clauses	: 254708
1800.04/1786.91	c learnt ternary clauses	: 254779
1800.04/1786.91	c learnt constraints	: 4435625
1800.04/1786.91	c ignored constraints	: 0
1800.04/1786.91	c root simplifications	: 0
1800.04/1786.91	c removed literals (reason simplification)	: 0
1800.04/1786.91	c reason swapping (by a shorter reason)	: 0
1800.04/1786.91	c Calls to reduceDB	: 89
1800.04/1786.91	c number of reductions to clauses (during analyze)	: 0
1800.04/1786.91	c number of learned constraints concerned by reduction	: 0
1800.04/1786.91	c number of learning phase by resolution	: 0
1800.04/1786.91	c number of learning phase by cutting planes	: 0
1800.04/1786.91	c speed (assignments/second)	: 2076834.689961104
1800.04/1786.91	c non guided choices	79804
1800.04/1786.97	c learnt constraints type 
1800.04/1786.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 254708
1800.04/1786.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104783
1800.04/1786.97	c constraints type 
1800.04/1786.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18738
1800.04/1786.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 175
1800.04/1786.97	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.04/1786.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2262
1800.04/1786.97	c 21177 constraints processed.
1800.04/1786.97	s UNKNOWN
1800.04/1786.97	c Total wall clock time (in seconds): 1786.853

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689689-1337892420/watcher-3689689-1337892420 -o /tmp/evaluation-result-3689689-1337892420/solver-3689689-1337892420 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689689-1337892420.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: 1.92 1.99 2.05 3/194 28004
/proc/meminfo: memFree=28206436/32873648 swapFree=6852/6852
[pid=28004] ppid=28002 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/28004/stat : 28004 (runsolver) D 28002 28004 21497 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 255368066 12095488 51 33554432000 4194304 5436572 140733765234480 140733765230776 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/28004/statm: 2953 51 31 304 0 2645 0

[startup+0.073983 s]
/proc/loadavg: 1.92 1.99 2.05 3/194 28004
/proc/meminfo: memFree=28206436/32873648 swapFree=6852/6852
[pid=28004] ppid=28002 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/28004/stat : 28004 (java) S 28002 28004 21497 0 -1 4202496 3213 0 1 0 4 0 0 0 20 0 18 0 255368066 9787813888 4422 33554432000 1073741824 1073778376 140736782900192 140736782891328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28004/statm: 2389603 4423 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100214 s]
/proc/loadavg: 1.92 1.99 2.05 3/194 28004
/proc/meminfo: memFree=28206436/32873648 swapFree=6852/6852
[pid=28004] ppid=28002 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/28004/stat : 28004 (java) S 28002 28004 21497 0 -1 4202496 4266 0 1 0 7 1 0 0 20 0 18 0 255368066 9787813888 5463 33554432000 1073741824 1073778376 140736782900192 140736782891328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28004/statm: 2389603 5463 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300159 s]
/proc/loadavg: 1.92 1.99 2.05 3/194 28004
/proc/meminfo: memFree=28206436/32873648 swapFree=6852/6852
[pid=28004] ppid=28002 vsize=9558412 CPUtime=0.55 cores=0,2,4,6
/proc/28004/stat : 28004 (java) S 28002 28004 21497 0 -1 4202496 7207 0 1 0 53 2 0 0 20 0 18 0 255368066 9787813888 11414 33554432000 1073741824 1073778376 140736782900192 140736782891328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28004/statm: 2389603 11414 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700222 s]
/proc/loadavg: 1.92 1.99 2.05 3/194 28004
/proc/meminfo: memFree=28206436/32873648 swapFree=6852/6852
[pid=28004] ppid=28002 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/28004/stat : 28004 (java) S 28002 28004 21497 0 -1 4202496 9750 0 1 0 142 4 0 0 20 0 19 0 255368066 9855975424 37287 33554432000 1073741824 1073778376 140736782900192 140736782891328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28004/statm: 2406244 37287 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9624976

[startup+1.50064 s]
/proc/loadavg: 1.92 1.99 2.05 3/213 28023
/proc/meminfo: memFree=28065500/32873648 swapFree=6852/6852
[pid=28004] ppid=28002 vsize=9624976 CPUtime=2.37 cores=0,2,4,6
/proc/28004/stat : 28004 (java) S 28002 28004 21497 0 -1 4202496 9753 0 1 0 233 4 0 0 20 0 19 0 255368066 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140736782891328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28004/statm: 2406244 37801 2251 9 0 2396937 0
[pid=28004/tid=28006] ppid=28002 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/28004/task/28006/stat : 28006 (java) R 28002 28004 21497 0 -1 4202560 2508 0 1 0 143 3 0 0 20 0 19 0 255368068 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140321579360824 140321430998442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28007] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28007/stat : 28007 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140321551813160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28008] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28008/stat : 28008 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140321550760360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28009] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28009/stat : 28009 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140321549707560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28004/tid=28010] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28010/stat : 28010 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140321419208872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28011] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28011/stat : 28011 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140321418157096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28012] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28012/stat : 28012 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140321417104296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28013] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28013/stat : 28013 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140321416051496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28004/tid=28014] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28014/stat : 28014 (java) S 28002 28004 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140321414998696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28015] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28015/stat : 28015 (java) S 28002 28004 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140320932485608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28016] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28016/stat : 28016 (java) S 28002 28004 21497 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140320931431672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28017] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28017/stat : 28017 (java) S 28002 28004 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140320930378760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28018] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28018/stat : 28018 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368072 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140320929327248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28019] ppid=28002 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/28004/task/28019/stat : 28019 (java) S 28002 28004 21497 0 -1 4202560 3183 0 0 0 47 1 0 0 20 0 19 0 255368072 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140320928275384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28020] ppid=28002 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/28004/task/28020/stat : 28020 (java) S 28002 28004 21497 0 -1 4202560 2863 0 0 0 40 0 0 0 20 0 19 0 255368073 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140320927222584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28021] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28021/stat : 28021 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368073 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140320926169976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28022] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28022/stat : 28022 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368073 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140320925117384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28023] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28023/stat : 28023 (java) S 28002 28004 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255368128 9855975424 37801 33554432000 1073741824 1073778376 140736782900192 140320924062888 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9624976

[startup+3.10059 s]
/proc/loadavg: 1.92 1.99 2.05 3/213 28023
/proc/meminfo: memFree=28060644/32873648 swapFree=6852/6852
[pid=28004] ppid=28002 vsize=9624976 CPUtime=4.07 cores=0,2,4,6
/proc/28004/stat : 28004 (java) S 28002 28004 21497 0 -1 4202496 9968 0 1 0 402 5 0 0 20 0 19 0 255368066 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140736782891328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28004/statm: 2406244 42975 2281 9 0 2396937 0
[pid=28004/tid=28006] ppid=28002 vsize=9624976 CPUtime=3.02 cores=0,2,4,6
/proc/28004/task/28006/stat : 28006 (java) R 28002 28004 21497 0 -1 4202560 2513 0 1 0 299 3 0 0 20 0 19 0 255368068 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140321579360632 140321430998442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28007] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28007/stat : 28007 (java) S 28002 28004 21497 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140321551813160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28008] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28008/stat : 28008 (java) S 28002 28004 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140321550760360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28009] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28009/stat : 28009 (java) S 28002 28004 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140321549707560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28010] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28010/stat : 28010 (java) S 28002 28004 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140321419208872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28011] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28011/stat : 28011 (java) S 28002 28004 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140321418157096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28012] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28012/stat : 28012 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140321417104296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28013] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28013/stat : 28013 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140321416051496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28014] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28014/stat : 28014 (java) S 28002 28004 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140321414998696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28015] ppid=28002 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/28004/task/28015/stat : 28015 (java) S 28002 28004 21497 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255368070 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140320932485608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28016] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28016/stat : 28016 (java) S 28002 28004 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140320931431672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28017] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28017/stat : 28017 (java) S 28002 28004 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140320930378760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28018] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28018/stat : 28018 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368072 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140320929327248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28019] ppid=28002 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/28004/task/28019/stat : 28019 (java) S 28002 28004 21497 0 -1 4202560 3320 0 0 0 51 1 0 0 20 0 19 0 255368072 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140320928275384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28020] ppid=28002 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/28004/task/28020/stat : 28020 (java) S 28002 28004 21497 0 -1 4202560 2869 0 0 0 44 0 0 0 20 0 19 0 255368073 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140320927222584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28021] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28021/stat : 28021 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368073 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140320926169976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28022] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28022/stat : 28022 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368073 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140320925117384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28023] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28023/stat : 28023 (java) S 28002 28004 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255368128 9855975424 42975 33554432000 1073741824 1073778376 140736782900192 140320924062888 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9624976

[startup+6.3007 s]
/proc/loadavg: 1.93 1.99 2.05 3/213 28023
/proc/meminfo: memFree=28035840/32873648 swapFree=6852/6852
[pid=28004] ppid=28002 vsize=9624976 CPUtime=7.32 cores=0,2,4,6
/proc/28004/stat : 28004 (java) S 28002 28004 21497 0 -1 4202496 9984 0 1 0 726 6 0 0 20 0 19 0 255368066 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140736782891328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28004/statm: 2406244 44347 2281 9 0 2396937 0
[pid=28004/tid=28006] ppid=28002 vsize=9624976 CPUtime=6.19 cores=0,2,4,6
/proc/28004/task/28006/stat : 28006 (java) R 28002 28004 21497 0 -1 4202560 2516 0 1 0 616 3 0 0 20 0 19 0 255368068 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140321579360696 140321430998822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28007] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28007/stat : 28007 (java) S 28002 28004 21497 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140321551813160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28008] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28008/stat : 28008 (java) S 28002 28004 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140321550760360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28009] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28009/stat : 28009 (java) S 28002 28004 21497 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140321549707560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28010] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28010/stat : 28010 (java) S 28002 28004 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140321419208872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28011] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28011/stat : 28011 (java) S 28002 28004 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140321418157096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28012] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28012/stat : 28012 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140321417104296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28013] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28013/stat : 28013 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140321416051496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28014] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28014/stat : 28014 (java) S 28002 28004 21497 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255368069 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140321414998696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28015] ppid=28002 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/28004/task/28015/stat : 28015 (java) S 28002 28004 21497 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 255368070 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140320932485608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28016] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28016/stat : 28016 (java) S 28002 28004 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140320931431672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28017] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28017/stat : 28017 (java) S 28002 28004 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140320930378760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28018] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28018/stat : 28018 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368072 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140320929327248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28019] ppid=28002 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/28004/task/28019/stat : 28019 (java) S 28002 28004 21497 0 -1 4202560 3320 0 0 0 54 1 0 0 20 0 19 0 255368072 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140320928275384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28020] ppid=28002 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/28004/task/28020/stat : 28020 (java) S 28002 28004 21497 0 -1 4202560 2869 0 0 0 45 0 0 0 20 0 19 0 255368073 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140320927222584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28021] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28021/stat : 28021 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368073 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140320926169976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28022] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28022/stat : 28022 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368073 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140320925117384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28023] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28023/stat : 28023 (java) S 28002 28004 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255368128 9855975424 44347 33554432000 1073741824 1073778376 140736782900192 140320924062888 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=28004/tid=28012] ppid=28002 vsize=9624976 CPUtime=1.97 cores=0,2,4,6
/proc/28004/task/28012/stat : 28012 (java) S 28002 28004 21497 0 -1 4202560 764 0 0 0 181 16 0 0 20 0 19 0 255368069 9855975424 155092 33554432000 1073741824 1073778376 140736782900192 140321417104296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28013] ppid=28002 vsize=9624976 CPUtime=1.84 cores=0,2,4,6
/proc/28004/task/28013/stat : 28013 (java) S 28002 28004 21497 0 -1 4202560 671 0 0 0 174 10 0 0 20 0 19 0 255368069 9855975424 155092 33554432000 1073741824 1073778376 140736782900192 140321416051496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28014] ppid=28002 vsize=9624976 CPUtime=1.88 cores=0,2,4,6
/proc/28004/task/28014/stat : 28014 (java) S 28002 28004 21497 0 -1 4202560 349 0 0 0 175 13 0 0 20 0 19 0 255368069 9855975424 155092 33554432000 1073741824 1073778376 140736782900192 140321414998696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28015] ppid=28002 vsize=9624976 CPUtime=6.24 cores=0,2,4,6
/proc/28004/task/28015/stat : 28015 (java) S 28002 28004 21497 0 -1 4202560 854 0 0 0 620 4 0 0 20 0 19 0 255368070 9855975424 155092 33554432000 1073741824 1073778376 140736782900192 140320932485608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28016] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28016/stat : 28016 (java) S 28002 28004 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 155092 33554432000 1073741824 1073778376 140736782900192 140320931431672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28017] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28017/stat : 28017 (java) S 28002 28004 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 155092 33554432000 1073741824 1073778376 140736782900192 140320930378760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28018] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28018/stat : 28018 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368072 9855975424 155092 33554432000 1073741824 1073778376 140736782900192 140320929327248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28019] ppid=28002 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/28004/task/28019/stat : 28019 (java) S 28002 28004 21497 0 -1 4202560 3335 0 0 0 59 2 0 0 20 0 19 0 255368072 9855975424 155092 33554432000 1073741824 1073778376 140736782900192 140320928275384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28020] ppid=28002 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/28004/task/28020/stat : 28020 (java) S 28002 28004 21497 0 -1 4202560 3492 0 0 0 58 0 0 0 20 0 19 0 255368073 9855975424 155092 33554432000 1073741824 1073778376 140736782900192 140320927222584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28021] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28021/stat : 28021 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368073 9855975424 155092 33554432000 1073741824 1073778376 140736782900192 140320926169976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28022] ppid=28002 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/28004/task/28022/stat : 28022 (java) S 28002 28004 21497 0 -1 4202560 98 0 0 0 27 27 0 0 20 0 19 0 255368073 9855975424 155092 33554432000 1073741824 1073778376 140736782900192 140320925117384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28023] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28023/stat : 28023 (java) S 28002 28004 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255368128 9855975424 155092 33554432000 1073741824 1073778376 140736782900192 140320924062888 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1734.65
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 28177
/proc/meminfo: memFree=27912232/32873648 swapFree=6852/6852
[pid=28004] ppid=28002 vsize=9624976 CPUtime=1795.44 cores=0,2,4,6
/proc/28004/stat : 28004 (java) S 28002 28004 21497 0 -1 4202496 17065 0 1 0 179387 157 0 0 20 0 19 0 255368066 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140736782891328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28004/statm: 2406244 168444 2282 9 0 2396937 0
[pid=28004/tid=28006] ppid=28002 vsize=9624976 CPUtime=1771.41 cores=0,2,4,6
/proc/28004/task/28006/stat : 28006 (java) R 28002 28004 21497 0 -1 4202560 2678 0 1 0 177109 32 0 0 20 0 19 0 255368068 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321579359632 140321430949453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28007] ppid=28002 vsize=9624976 CPUtime=2.04 cores=0,2,4,6
/proc/28004/task/28007/stat : 28007 (java) S 28002 28004 21497 0 -1 4202560 754 0 0 0 191 13 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321551813160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28008] ppid=28002 vsize=9624976 CPUtime=2.16 cores=0,2,4,6
/proc/28004/task/28008/stat : 28008 (java) S 28002 28004 21497 0 -1 4202560 825 0 0 0 196 20 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321550760360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28009] ppid=28002 vsize=9624976 CPUtime=1.95 cores=0,2,4,6
/proc/28004/task/28009/stat : 28009 (java) S 28002 28004 21497 0 -1 4202560 564 0 0 0 181 14 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321549707560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28010] ppid=28002 vsize=9624976 CPUtime=1.97 cores=0,2,4,6
/proc/28004/task/28010/stat : 28010 (java) S 28002 28004 21497 0 -1 4202560 698 0 0 0 182 15 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321419208872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28011] ppid=28002 vsize=9624976 CPUtime=2 cores=0,2,4,6
/proc/28004/task/28011/stat : 28011 (java) S 28002 28004 21497 0 -1 4202560 740 0 0 0 182 18 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321418157096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28012] ppid=28002 vsize=9624976 CPUtime=2.07 cores=0,2,4,6
/proc/28004/task/28012/stat : 28012 (java) S 28002 28004 21497 0 -1 4202560 775 0 0 0 191 16 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321417104296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28013] ppid=28002 vsize=9624976 CPUtime=1.99 cores=0,2,4,6
/proc/28004/task/28013/stat : 28013 (java) S 28002 28004 21497 0 -1 4202560 684 0 0 0 188 11 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321416051496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28014] ppid=28002 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/28004/task/28014/stat : 28014 (java) S 28002 28004 21497 0 -1 4202560 355 0 0 0 190 13 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321414998696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28015] ppid=28002 vsize=9624976 CPUtime=6.36 cores=0,2,4,6
/proc/28004/task/28015/stat : 28015 (java) S 28002 28004 21497 0 -1 4202560 878 0 0 0 632 4 0 0 20 0 19 0 255368070 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320932485608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28016] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28016/stat : 28016 (java) S 28002 28004 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320931431672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28017] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28017/stat : 28017 (java) S 28002 28004 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320930378760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28018] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28018/stat : 28018 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368072 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320929327248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28019] ppid=28002 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/28004/task/28019/stat : 28019 (java) S 28002 28004 21497 0 -1 4202560 3335 0 0 0 59 2 0 0 20 0 19 0 255368072 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320928275384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28020] ppid=28002 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/28004/task/28020/stat : 28020 (java) S 28002 28004 21497 0 -1 4202560 3492 0 0 0 58 0 0 0 20 0 19 0 255368073 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320927222584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28021] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28021/stat : 28021 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368073 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320926169976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28022] ppid=28002 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/28004/task/28022/stat : 28022 (java) S 28002 28004 21497 0 -1 4202560 102 0 0 0 28 27 0 0 20 0 19 0 255368073 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320925117384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28023] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28023/stat : 28023 (java) S 28002 28004 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255368128 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320924062888 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1795.44
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.9 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 28177
/proc/meminfo: memFree=27912232/32873648 swapFree=6852/6852
[pid=28004] ppid=28002 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/28004/stat : 28004 (java) S 28002 28004 21497 0 -1 4202496 17065 0 1 0 179847 157 0 0 20 0 19 0 255368066 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140736782891328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28004/statm: 2406244 168444 2282 9 0 2396937 0
[pid=28004/tid=28006] ppid=28002 vsize=9624976 CPUtime=1776.02 cores=0,2,4,6
/proc/28004/task/28006/stat : 28006 (java) R 28002 28004 21497 0 -1 4202560 2678 0 1 0 177570 32 0 0 20 0 19 0 255368068 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321579359632 140321430962179 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28007] ppid=28002 vsize=9624976 CPUtime=2.04 cores=0,2,4,6
/proc/28004/task/28007/stat : 28007 (java) S 28002 28004 21497 0 -1 4202560 754 0 0 0 191 13 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321551813160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28008] ppid=28002 vsize=9624976 CPUtime=2.16 cores=0,2,4,6
/proc/28004/task/28008/stat : 28008 (java) S 28002 28004 21497 0 -1 4202560 825 0 0 0 196 20 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321550760360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28009] ppid=28002 vsize=9624976 CPUtime=1.95 cores=0,2,4,6
/proc/28004/task/28009/stat : 28009 (java) S 28002 28004 21497 0 -1 4202560 564 0 0 0 181 14 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321549707560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28010] ppid=28002 vsize=9624976 CPUtime=1.97 cores=0,2,4,6
/proc/28004/task/28010/stat : 28010 (java) S 28002 28004 21497 0 -1 4202560 698 0 0 0 182 15 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321419208872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28011] ppid=28002 vsize=9624976 CPUtime=2 cores=0,2,4,6
/proc/28004/task/28011/stat : 28011 (java) S 28002 28004 21497 0 -1 4202560 740 0 0 0 182 18 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321418157096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28012] ppid=28002 vsize=9624976 CPUtime=2.07 cores=0,2,4,6
/proc/28004/task/28012/stat : 28012 (java) S 28002 28004 21497 0 -1 4202560 775 0 0 0 191 16 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321417104296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28013] ppid=28002 vsize=9624976 CPUtime=1.99 cores=0,2,4,6
/proc/28004/task/28013/stat : 28013 (java) S 28002 28004 21497 0 -1 4202560 684 0 0 0 188 11 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321416051496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28014] ppid=28002 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/28004/task/28014/stat : 28014 (java) S 28002 28004 21497 0 -1 4202560 355 0 0 0 190 13 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321414998696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28015] ppid=28002 vsize=9624976 CPUtime=6.36 cores=0,2,4,6
/proc/28004/task/28015/stat : 28015 (java) S 28002 28004 21497 0 -1 4202560 878 0 0 0 632 4 0 0 20 0 19 0 255368070 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320932485608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28016] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28016/stat : 28016 (java) S 28002 28004 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320931431672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28017] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28017/stat : 28017 (java) S 28002 28004 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320930378760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28018] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28018/stat : 28018 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368072 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320929327248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28019] ppid=28002 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/28004/task/28019/stat : 28019 (java) S 28002 28004 21497 0 -1 4202560 3335 0 0 0 59 2 0 0 20 0 19 0 255368072 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320928275384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28020] ppid=28002 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/28004/task/28020/stat : 28020 (java) S 28002 28004 21497 0 -1 4202560 3492 0 0 0 58 0 0 0 20 0 19 0 255368073 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320927222584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28021] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28021/stat : 28021 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368073 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320926169976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28022] ppid=28002 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/28004/task/28022/stat : 28022 (java) S 28002 28004 21497 0 -1 4202560 102 0 0 0 28 28 0 0 20 0 19 0 255368073 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320925117384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28023] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28023/stat : 28023 (java) S 28002 28004 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255368128 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320924062888 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1786.9 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 28177
/proc/meminfo: memFree=27912232/32873648 swapFree=6852/6852
[pid=28004] ppid=28002 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/28004/stat : 28004 (java) S 28002 28004 21497 0 -1 4202496 17065 0 1 0 179847 157 0 0 20 0 19 0 255368066 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140736782891328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28004/statm: 2406244 168444 2282 9 0 2396937 0
[pid=28004/tid=28006] ppid=28002 vsize=9624976 CPUtime=1776.02 cores=0,2,4,6
/proc/28004/task/28006/stat : 28006 (java) R 28002 28004 21497 0 -1 4202560 2678 0 1 0 177570 32 0 0 20 0 19 0 255368068 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321579359632 140321430962179 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28007] ppid=28002 vsize=9624976 CPUtime=2.04 cores=0,2,4,6
/proc/28004/task/28007/stat : 28007 (java) S 28002 28004 21497 0 -1 4202560 754 0 0 0 191 13 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321551813160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28008] ppid=28002 vsize=9624976 CPUtime=2.16 cores=0,2,4,6
/proc/28004/task/28008/stat : 28008 (java) S 28002 28004 21497 0 -1 4202560 825 0 0 0 196 20 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321550760360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28009] ppid=28002 vsize=9624976 CPUtime=1.95 cores=0,2,4,6
/proc/28004/task/28009/stat : 28009 (java) S 28002 28004 21497 0 -1 4202560 564 0 0 0 181 14 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321549707560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28010] ppid=28002 vsize=9624976 CPUtime=1.97 cores=0,2,4,6
/proc/28004/task/28010/stat : 28010 (java) S 28002 28004 21497 0 -1 4202560 698 0 0 0 182 15 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321419208872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28011] ppid=28002 vsize=9624976 CPUtime=2 cores=0,2,4,6
/proc/28004/task/28011/stat : 28011 (java) S 28002 28004 21497 0 -1 4202560 740 0 0 0 182 18 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321418157096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28012] ppid=28002 vsize=9624976 CPUtime=2.07 cores=0,2,4,6
/proc/28004/task/28012/stat : 28012 (java) S 28002 28004 21497 0 -1 4202560 775 0 0 0 191 16 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321417104296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28013] ppid=28002 vsize=9624976 CPUtime=1.99 cores=0,2,4,6
/proc/28004/task/28013/stat : 28013 (java) S 28002 28004 21497 0 -1 4202560 684 0 0 0 188 11 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321416051496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28014] ppid=28002 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/28004/task/28014/stat : 28014 (java) S 28002 28004 21497 0 -1 4202560 355 0 0 0 190 13 0 0 20 0 19 0 255368069 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140321414998696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28015] ppid=28002 vsize=9624976 CPUtime=6.36 cores=0,2,4,6
/proc/28004/task/28015/stat : 28015 (java) S 28002 28004 21497 0 -1 4202560 878 0 0 0 632 4 0 0 20 0 19 0 255368070 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320932485608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28016] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28016/stat : 28016 (java) S 28002 28004 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320931431672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28017] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28017/stat : 28017 (java) S 28002 28004 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255368070 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320930378760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28018] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28018/stat : 28018 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368072 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320929327248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28019] ppid=28002 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/28004/task/28019/stat : 28019 (java) S 28002 28004 21497 0 -1 4202560 3335 0 0 0 59 2 0 0 20 0 19 0 255368072 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320928275384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28020] ppid=28002 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/28004/task/28020/stat : 28020 (java) S 28002 28004 21497 0 -1 4202560 3492 0 0 0 58 0 0 0 20 0 19 0 255368073 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320927222584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28004/tid=28021] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28021/stat : 28021 (java) S 28002 28004 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255368073 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320926169976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28004/tid=28022] ppid=28002 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/28004/task/28022/stat : 28022 (java) S 28002 28004 21497 0 -1 4202560 102 0 0 0 28 28 0 0 20 0 19 0 255368073 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320925117384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28004/tid=28023] ppid=28002 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28004/task/28023/stat : 28023 (java) S 28002 28004 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255368128 9855975424 168444 33554432000 1073741824 1073778376 140736782900192 140320924062888 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1786.97
CPU time (s): 1800.74
CPU user time (s): 1798.74
CPU system time (s): 2.00169
CPU usage (%): 100.77
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 2.00169
maximum resident set size= 1083276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17101
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42704
involuntary context switches= 30374

runsolver used 6.25105 second user time and 14.9747 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 22:47:00
IDJOB=3689689
IDBENCH=90188
IDSOLVER=2269
FILE ID=node116/3689689-1337892420
RUNJOBID= node116-1337890177-27764
PBS_JOBID= 14620088
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K175.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689689-1337892420/watcher-3689689-1337892420 -o /tmp/evaluation-result-3689689-1337892420/solver-3689689-1337892420 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689689-1337892420.opb

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

MD5SUM BENCH= c7b1775204389f0c59bc1b934de7e2c1
RANDOM SEED=1094839794

node116.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28206808 kB
Buffers:          223840 kB
Cached:          2978684 kB
SwapCached:            0 kB
Active:          1185356 kB
Inactive:        2717328 kB
Active(anon):     702232 kB
Inactive(anon):        0 kB
Active(file):     483124 kB
Inactive(file):  2717328 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:        731084 kB
Mapped:            21696 kB
Shmem:               200 kB
Slab:             624348 kB
SReclaimable:      68964 kB
SUnreclaim:       555384 kB
KernelStack:        1760 kB
PageTables:         5900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1254336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node116 at 2012-05-24 23:16:49