Trace number 3689655

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.77 1792.08

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K183.opb
MD5SUM0350ceeb14af28f3be070cadc324c0d3
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 variables21777
Total number of constraints22145
Number of constraints which are clauses21962
Number of constraints which are cardinality constraints (but not clauses)183
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint183
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 184
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120418
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3689655-1337892063.opb
0.07/0.13	c reading problem ... 
1.14/0.65	c ... done. Wall clock time 0.518s.
1.14/0.65	c declared #vars     21777
1.14/0.65	c #constraints  22145
1.14/0.65	c constraints type 
1.14/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19594
1.14/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 183
1.14/0.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.14/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2366
1.14/0.65	c 22145 constraints processed.
3.93/3.08	c cleaning 2488 clauses out of 4996 with flag 5000/5000
6.34/5.26	c cleaning 4190 clauses out of 8504 with flag 11000/11000
9.14/8.00	c cleaning 5539 clauses out of 11309 with flag 18000/18000
12.16/11.03	c cleaning 6716 clauses out of 13765 with flag 26001/26001
15.83/14.62	c cleaning 7872 clauses out of 16044 with flag 35000/35000
19.54/18.31	c cleaning 8903 clauses out of 18171 with flag 45001/45001
23.66/22.41	c cleaning 9981 clauses out of 20266 with flag 56001/56001
28.17/26.97	c cleaning 10949 clauses out of 22282 with flag 68000/68000
33.39/32.13	c cleaning 11909 clauses out of 24332 with flag 81000/81000
38.21/37.00	c cleaning 13005 clauses out of 26422 with flag 95000/95000
43.24/41.98	c cleaning 14020 clauses out of 28415 with flag 110000/110000
49.17/47.83	c cleaning 14945 clauses out of 30396 with flag 126002/126002
55.10/53.74	c cleaning 16010 clauses out of 32449 with flag 143001/143001
61.83/60.49	c cleaning 16566 clauses out of 34441 with flag 161003/161003
68.63/67.21	c cleaning 17593 clauses out of 36872 with flag 180000/180000
75.99/74.58	c cleaning 17900 clauses out of 39281 with flag 200002/200002
83.82/82.35	c cleaning 18884 clauses out of 42382 with flag 221004/221004
91.75/90.23	c cleaning 20009 clauses out of 45496 with flag 243003/243003
100.62/99.00	c cleaning 20520 clauses out of 48484 with flag 266000/266000
110.23/108.65	c cleaning 21247 clauses out of 51963 with flag 290000/290000
120.06/118.41	c cleaning 22406 clauses out of 55714 with flag 315000/315000
129.09/127.45	c cleaning 23755 clauses out of 59308 with flag 341000/341000
138.85/137.19	c cleaning 24235 clauses out of 62550 with flag 368000/368000
149.71/147.99	c cleaning 25345 clauses out of 66313 with flag 396000/396000
160.02/158.22	c cleaning 26048 clauses out of 69969 with flag 425001/425001
170.35/168.56	c cleaning 27286 clauses out of 73920 with flag 455001/455001
181.87/180.07	c cleaning 28280 clauses out of 77633 with flag 486000/486000
193.90/192.09	c cleaning 29078 clauses out of 81356 with flag 518004/518004
206.72/204.82	c cleaning 30018 clauses out of 85276 with flag 551002/551002
219.35/217.49	c cleaning 30901 clauses out of 89256 with flag 585000/585000
233.40/231.49	c cleaning 31702 clauses out of 93352 with flag 620000/620000
248.24/246.21	c cleaning 32365 clauses out of 97650 with flag 656000/656000
262.41/260.39	c cleaning 33711 clauses out of 102287 with flag 693002/693002
277.16/275.00	c cleaning 34991 clauses out of 106573 with flag 731000/731000
293.25/291.09	c cleaning 36012 clauses out of 110582 with flag 770000/770000
308.23/305.92	c cleaning 36866 clauses out of 114569 with flag 810000/810000
324.57/322.30	c cleaning 37823 clauses out of 118703 with flag 851000/851000
343.42/341.00	c cleaning 38179 clauses out of 122880 with flag 893001/893001
360.16/357.79	c cleaning 39684 clauses out of 127702 with flag 936002/936002
379.30/376.85	c cleaning 40269 clauses out of 132017 with flag 980001/980001
398.26/395.73	c cleaning 41088 clauses out of 136747 with flag 1025000/1025000
417.58/415.08	c cleaning 41967 clauses out of 141662 with flag 1071003/1071003
438.24/435.65	c cleaning 43243 clauses out of 146692 with flag 1118000/1118000
458.45/455.87	c cleaning 43666 clauses out of 151451 with flag 1166002/1166002
478.00/475.31	c cleaning 44948 clauses out of 156783 with flag 1215000/1215000
499.65/496.95	c cleaning 45990 clauses out of 161835 with flag 1265000/1265000
523.20/520.46	c cleaning 46392 clauses out of 166844 with flag 1316001/1316001
548.73/545.91	c cleaning 48467 clauses out of 172451 with flag 1368000/1368000
573.39/570.55	c cleaning 48975 clauses out of 176986 with flag 1421002/1421002
598.15/595.29	c cleaning 50400 clauses out of 182009 with flag 1475000/1475000
619.64/616.67	c cleaning 51225 clauses out of 186609 with flag 1530000/1530000
643.90/640.84	c cleaning 52011 clauses out of 191384 with flag 1586000/1586000
668.49/665.30	c cleaning 53015 clauses out of 196373 with flag 1643000/1643000
693.26/690.00	c cleaning 53666 clauses out of 201357 with flag 1701000/1701000
719.34/716.10	c cleaning 54204 clauses out of 206691 with flag 1760000/1760000
745.70/742.34	c cleaning 56214 clauses out of 212485 with flag 1820000/1820000
771.58/768.16	c cleaning 56566 clauses out of 217271 with flag 1881000/1881000
794.72/791.24	c cleaning 57731 clauses out of 222705 with flag 1943000/1943000
820.48/816.93	c cleaning 59135 clauses out of 227977 with flag 2006003/2006003
846.27/842.61	c cleaning 59723 clauses out of 232839 with flag 2070001/2070001
872.45/868.75	c cleaning 61017 clauses out of 238115 with flag 2135000/2135000
900.54/896.73	c cleaning 61289 clauses out of 243098 with flag 2201000/2201000
925.82/921.99	c cleaning 62748 clauses out of 248812 with flag 2268003/2268003
955.10/951.19	c cleaning 63322 clauses out of 254061 with flag 2336000/2336000
985.18/981.13	c cleaning 64004 clauses out of 259738 with flag 2405000/2405000
1017.56/1013.44	c cleaning 65533 clauses out of 265735 with flag 2475001/2475001
1048.54/1044.35	c cleaning 66038 clauses out of 271201 with flag 2546000/2546000
1080.11/1075.88	c cleaning 66988 clauses out of 277163 with flag 2618000/2618000
1113.69/1109.38	c cleaning 68238 clauses out of 283175 with flag 2691000/2691000
1145.76/1141.35	c cleaning 68794 clauses out of 288938 with flag 2765001/2765001
1177.37/1172.84	c cleaning 71272 clauses out of 295143 with flag 2840000/2840000
1208.95/1204.39	c cleaning 71341 clauses out of 299871 with flag 2916001/2916001
1243.37/1238.65	c cleaning 72457 clauses out of 305531 with flag 2993002/2993002
1276.34/1271.59	c cleaning 73757 clauses out of 311072 with flag 3071000/3071000
1310.23/1305.30	c cleaning 74286 clauses out of 316315 with flag 3150000/3150000
1350.76/1345.31	c cleaning 76769 clauses out of 322029 with flag 3230000/3230000
1404.44/1398.60	c cleaning 78403 clauses out of 326261 with flag 3311001/3311001
1476.51/1469.58	c cleaning 79573 clauses out of 329857 with flag 3393000/3393000
1516.31/1509.13	c cleaning 77518 clauses out of 333284 with flag 3476000/3476000
1555.02/1547.72	c cleaning 79156 clauses out of 339766 with flag 3560000/3560000
1594.42/1587.10	c cleaning 79645 clauses out of 345610 with flag 3645000/3645000
1631.33/1623.85	c cleaning 81805 clauses out of 351965 with flag 3731000/3731000
1672.73/1665.15	c cleaning 81686 clauses out of 357160 with flag 3818000/3818000
1716.32/1708.61	c cleaning 81965 clauses out of 363475 with flag 3906002/3906002
1757.68/1750.00	c cleaning 83862 clauses out of 370511 with flag 3995003/3995003
1798.14/1790.29	c cleaning 85363 clauses out of 376647 with flag 4085001/4085001
1800.07/1792.01	c starts		: 251
1800.07/1792.01	c conflicts		: 4090042
1800.07/1792.01	c decisions		: 118838728
1800.07/1792.01	c propagations		: 3719760937
1800.07/1792.01	c inspects		: 8063973156
1800.07/1792.01	c shortcuts		: 0
1800.07/1792.01	c learnt literals	: 62
1800.07/1792.01	c learnt binary clauses	: 259741
1800.07/1792.01	c learnt ternary clauses	: 249188
1800.07/1792.01	c learnt constraints	: 4089980
1800.07/1792.01	c ignored constraints	: 0
1800.07/1792.01	c root simplifications	: 0
1800.07/1792.01	c removed literals (reason simplification)	: 0
1800.07/1792.01	c reason swapping (by a shorter reason)	: 0
1800.07/1792.01	c Calls to reduceDB	: 86
1800.07/1792.01	c number of reductions to clauses (during analyze)	: 0
1800.07/1792.01	c number of learned constraints concerned by reduction	: 0
1800.07/1792.01	c number of learning phase by resolution	: 0
1800.07/1792.01	c number of learning phase by cutting planes	: 0
1800.07/1792.01	c speed (assignments/second)	: 2076527.8872707926
1800.07/1792.01	c non guided choices	78842
1800.07/1792.06	c learnt constraints type 
1800.07/1792.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 259745
1800.07/1792.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36698
1800.07/1792.06	c constraints type 
1800.07/1792.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19594
1800.07/1792.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 183
1800.07/1792.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.07/1792.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2366
1800.07/1792.06	c 22145 constraints processed.
1800.07/1792.06	s UNKNOWN
1800.07/1792.06	c Total wall clock time (in seconds): 1791.926

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-3689655-1337892063/watcher-3689655-1337892063 -o /tmp/evaluation-result-3689655-1337892063/solver-3689655-1337892063 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689655-1337892063.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/192 22951
/proc/meminfo: memFree=29372560/32873844 swapFree=7104/7104
[pid=22951] ppid=22949 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/22951/stat : 22951 (java) D 22949 22951 20334 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 255334917 278528 33 33554432000 1073741824 1073778376 140736410327760 140736410324936 235365559591 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/22951/statm: 68 33 25 9 0 25 0

[startup+0.0164209 s]
/proc/loadavg: 2.01 2.01 2.00 3/192 22951
/proc/meminfo: memFree=29372560/32873844 swapFree=7104/7104
[pid=22951] ppid=22949 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/22951/stat : 22951 (java) R 22949 22951 20334 0 -1 4202496 1090 0 0 0 0 0 0 0 20 0 1 0 255334917 23793664 819 33554432000 1073741824 1073778376 140735049200592 140735049189656 140355495086064 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22951/statm: 5809 853 643 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100222 s]
/proc/loadavg: 2.01 2.01 2.00 3/192 22951
/proc/meminfo: memFree=29372560/32873844 swapFree=7104/7104
[pid=22951] ppid=22949 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/22951/stat : 22951 (java) S 22949 22951 20334 0 -1 4202496 3355 0 1 0 6 1 0 0 20 0 18 0 255334917 9787813888 4564 33554432000 1073741824 1073778376 140735049200592 140735049191728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22951/statm: 2389603 4564 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300223 s]
/proc/loadavg: 2.01 2.01 2.00 3/192 22951
/proc/meminfo: memFree=29372560/32873844 swapFree=7104/7104
[pid=22951] ppid=22949 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/22951/stat : 22951 (java) S 22949 22951 20334 0 -1 4202496 7403 0 1 0 49 2 0 0 20 0 18 0 255334917 9787813888 9890 33554432000 1073741824 1073778376 140735049200592 140735049191728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22951/statm: 2389603 9890 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.700228 s]
/proc/loadavg: 2.01 2.01 2.00 3/192 22951
/proc/meminfo: memFree=29372560/32873844 swapFree=7104/7104
[pid=22951] ppid=22949 vsize=9624976 CPUtime=1.39 cores=0,2,4,6
/proc/22951/stat : 22951 (java) S 22949 22951 20334 0 -1 4202496 9811 0 1 0 135 4 0 0 20 0 19 0 255334917 9855975424 39805 33554432000 1073741824 1073778376 140735049200592 140735049191728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22951/statm: 2406244 39805 2246 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9624976

[startup+1.50067 s]
/proc/loadavg: 2.01 2.01 2.00 3/211 22970
/proc/meminfo: memFree=29222480/32873844 swapFree=7104/7104
[pid=22951] ppid=22949 vsize=9624976 CPUtime=2.43 cores=0,2,4,6
/proc/22951/stat : 22951 (java) S 22949 22951 20334 0 -1 4202496 9816 0 1 0 239 4 0 0 20 0 19 0 255334917 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140735049191728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22951/statm: 2406244 39810 2251 9 0 2396937 0
[pid=22951/tid=22953] ppid=22949 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/22951/task/22953/stat : 22953 (java) R 22949 22951 20334 0 -1 4202560 2517 0 1 0 142 3 0 0 20 0 19 0 255334919 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355490970928 140355321060348 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22954] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22954/stat : 22954 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355452463272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22955] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22955/stat : 22955 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355451410728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22956] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22956/stat : 22956 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355450358184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22957] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22957/stat : 22957 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355449305640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22958] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22958/stat : 22958 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355448253096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22959] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22959/stat : 22959 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355447200552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22960] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22960/stat : 22960 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355446148008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22961] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22961/stat : 22961 (java) S 22949 22951 20334 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355445095464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22962] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22962/stat : 22962 (java) S 22949 22951 20334 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255334921 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355314882664 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22963] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22963/stat : 22963 (java) S 22949 22951 20334 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355313828984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22964] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22964/stat : 22964 (java) S 22949 22951 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355312776328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22965] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22965/stat : 22965 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355311725072 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22966] ppid=22949 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/22951/task/22966/stat : 22966 (java) S 22949 22951 20334 0 -1 4202560 2610 0 0 0 44 0 0 0 20 0 19 0 255334925 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355310672440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22967] ppid=22949 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/22951/task/22967/stat : 22967 (java) S 22949 22951 20334 0 -1 4202560 3490 0 0 0 49 0 0 0 20 0 19 0 255334925 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355309619896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22968] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22968/stat : 22968 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355308567544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22969] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22969/stat : 22969 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355307515208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22970] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22970/stat : 22970 (java) S 22949 22951 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255334985 9855975424 39810 33554432000 1073741824 1073778376 140735049200592 140355306459944 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9624976

[startup+3.10222 s]
/proc/loadavg: 2.01 2.00 2.00 3/211 22970
/proc/meminfo: memFree=29219812/32873844 swapFree=7104/7104
[pid=22951] ppid=22949 vsize=9624976 CPUtime=4.16 cores=0,2,4,6
/proc/22951/stat : 22951 (java) S 22949 22951 20334 0 -1 4202496 10031 0 1 0 409 7 0 0 20 0 19 0 255334917 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140735049191728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22951/statm: 2406244 45997 2273 9 0 2396937 0
[pid=22951/tid=22953] ppid=22949 vsize=9624976 CPUtime=3.02 cores=0,2,4,6
/proc/22951/task/22953/stat : 22953 (java) S 22949 22951 20334 0 -1 4202560 2523 0 1 0 299 3 0 0 20 0 19 0 255334919 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355490972056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22954] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22954/stat : 22954 (java) R 22949 22951 20334 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355452463272 235378095164 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22955] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22955/stat : 22955 (java) R 22949 22951 20334 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355451410856 235374677127 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22956] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22956/stat : 22956 (java) R 22949 22951 20334 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355450358312 235374677127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22957] ppid=22949 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22951/task/22957/stat : 22957 (java) R 22949 22951 20334 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 255334920 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355449305496 235374677127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22958] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22958/stat : 22958 (java) R 22949 22951 20334 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355448253224 235374677127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22959] ppid=22949 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22951/task/22959/stat : 22959 (java) R 22949 22951 20334 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 255334920 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355447200680 235374677127 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22960] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22960/stat : 22960 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355446148008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22961] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22961/stat : 22961 (java) R 22949 22951 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355445095592 235374677127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22962] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22962/stat : 22962 (java) S 22949 22951 20334 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255334921 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355314881640 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22963] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22963/stat : 22963 (java) S 22949 22951 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355313828984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22964] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22964/stat : 22964 (java) S 22949 22951 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355312776328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22965] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22965/stat : 22965 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355311725072 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22966] ppid=22949 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/22951/task/22966/stat : 22966 (java) S 22949 22951 20334 0 -1 4202560 2619 0 0 0 46 0 0 0 20 0 19 0 255334925 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355310672440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22967] ppid=22949 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22951/task/22967/stat : 22967 (java) R 22949 22951 20334 0 -1 4202560 3617 0 0 0 52 0 0 0 20 0 19 0 255334925 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355309607184 140355495064984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22968] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22968/stat : 22968 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355308567544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22969] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22969/stat : 22969 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355307515208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22970] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22970/stat : 22970 (java) S 22949 22951 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255334985 9855975424 45997 33554432000 1073741824 1073778376 140735049200592 140355306459944 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 2.01 2.00 2.00 3/211 22970
/proc/meminfo: memFree=29185928/32873844 swapFree=7104/7104
[pid=22951] ppid=22949 vsize=9624976 CPUtime=7.44 cores=0,2,4,6
/proc/22951/stat : 22951 (java) S 22949 22951 20334 0 -1 4202496 10066 0 1 0 737 7 0 0 20 0 19 0 255334917 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140735049191728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22951/statm: 2406244 48530 2281 9 0 2396937 0
[pid=22951/tid=22953] ppid=22949 vsize=9624976 CPUtime=6.16 cores=0,2,4,6
/proc/22951/task/22953/stat : 22953 (java) R 22949 22951 20334 0 -1 4202560 2526 0 1 0 612 4 0 0 20 0 19 0 255334919 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355490972072 140355320936616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22954] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22954/stat : 22954 (java) S 22949 22951 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355452463272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22955] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22955/stat : 22955 (java) S 22949 22951 20334 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355451410728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22956] ppid=22949 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22951/task/22956/stat : 22956 (java) S 22949 22951 20334 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 255334920 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355450358184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22957] ppid=22949 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22951/task/22957/stat : 22957 (java) S 22949 22951 20334 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 255334920 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355449305640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22958] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22958/stat : 22958 (java) S 22949 22951 20334 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355448253096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22959] ppid=22949 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22951/task/22959/stat : 22959 (java) S 22949 22951 20334 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 255334920 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355447200552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22960] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22960/stat : 22960 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355446148008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22961] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22961/stat : 22961 (java) S 22949 22951 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255334920 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355445095464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22962] ppid=22949 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22951/task/22962/stat : 22962 (java) S 22949 22951 20334 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 255334921 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355314882664 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22963] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22963/stat : 22963 (java) S 22949 22951 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355313828984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22964] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22964/stat : 22964 (java) S 22949 22951 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355312776328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22965] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22965/stat : 22965 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355311725072 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22966] ppid=22949 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/22951/task/22966/stat : 22966 (java) S 22949 22951 20334 0 -1 4202560 2619 0 0 0 48 0 0 0 20 0 19 0 255334925 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355310672440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22967] ppid=22949 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/22951/task/22967/stat : 22967 (java) S 22949 22951 20334 0 -1 4202560 3618 0 0 0 57 0 0 0 20 0 19 0 255334925 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355309619896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22968] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22968/stat : 22968 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355308567544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22969] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22969/stat : 22969 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355307515208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22970] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22970/stat : 22970 (java) S 22949 22951 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255334985 9855975424 48530 33554432000 1073741824 1073778376 140735049200592 140355306459944 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=22951/tid=22959] ppid=22949 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/22951/task/22959/stat : 22959 (java) S 22949 22951 20334 0 -1 4202560 398 0 0 0 90 14 0 0 20 0 19 0 255334920 9855975424 315436 33554432000 1073741824 1073778376 140735049200592 140355447200552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22960] ppid=22949 vsize=9624976 CPUtime=1.09 cores=0,2,4,6
/proc/22951/task/22960/stat : 22960 (java) S 22949 22951 20334 0 -1 4202560 479 0 0 0 94 15 0 0 20 0 19 0 255334920 9855975424 315436 33554432000 1073741824 1073778376 140735049200592 140355446148008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22961] ppid=22949 vsize=9624976 CPUtime=1.1 cores=0,2,4,6
/proc/22951/task/22961/stat : 22961 (java) S 22949 22951 20334 0 -1 4202560 370 0 0 0 94 16 0 0 20 0 19 0 255334920 9855975424 315436 33554432000 1073741824 1073778376 140735049200592 140355445095464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22962] ppid=22949 vsize=9624976 CPUtime=5.86 cores=0,2,4,6
/proc/22951/task/22962/stat : 22962 (java) S 22949 22951 20334 0 -1 4202560 907 0 0 0 584 2 0 0 20 0 19 0 255334921 9855975424 315436 33554432000 1073741824 1073778376 140735049200592 140355314882664 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22963] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22963/stat : 22963 (java) S 22949 22951 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 315436 33554432000 1073741824 1073778376 140735049200592 140355313828984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22964] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22964/stat : 22964 (java) S 22949 22951 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 315436 33554432000 1073741824 1073778376 140735049200592 140355312776328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22965] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22965/stat : 22965 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 315436 33554432000 1073741824 1073778376 140735049200592 140355311725072 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22966] ppid=22949 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/22951/task/22966/stat : 22966 (java) S 22949 22951 20334 0 -1 4202560 2635 0 0 0 60 0 0 0 20 0 19 0 255334925 9855975424 315436 33554432000 1073741824 1073778376 140735049200592 140355310672440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22967] ppid=22949 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/22951/task/22967/stat : 22967 (java) S 22949 22951 20334 0 -1 4202560 3625 0 0 0 62 0 0 0 20 0 19 0 255334925 9855975424 315436 33554432000 1073741824 1073778376 140735049200592 140355309619896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22968] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22968/stat : 22968 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 315436 33554432000 1073741824 1073778376 140735049200592 140355308567544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22969] ppid=22949 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22951/task/22969/stat : 22969 (java) S 22949 22951 20334 0 -1 4202560 95 0 0 0 32 20 0 0 20 0 19 0 255334925 9855975424 315436 33554432000 1073741824 1073778376 140735049200592 140355307515208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22970] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22970/stat : 22970 (java) S 22949 22951 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255334985 9855975424 315436 33554432000 1073741824 1073778376 140735049200592 140355306459944 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1669.93
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 23063
/proc/meminfo: memFree=26456788/32873844 swapFree=7104/7104
[pid=22951] ppid=22949 vsize=9624976 CPUtime=1730.08 cores=0,2,4,6
/proc/22951/stat : 22951 (java) S 22949 22951 20334 0 -1 4202496 15236 0 1 0 172854 154 0 0 20 0 19 0 255334917 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140735049191728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22951/statm: 2406244 315431 2282 9 0 2396937 0
[pid=22951/tid=22953] ppid=22949 vsize=9624976 CPUtime=1713.56 cores=0,2,4,6
/proc/22951/task/22953/stat : 22953 (java) R 22949 22951 20334 0 -1 4202560 2963 0 1 0 171324 32 0 0 20 0 19 0 255334919 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355490971936 140355320982634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22954] ppid=22949 vsize=9624976 CPUtime=1.13 cores=0,2,4,6
/proc/22951/task/22954/stat : 22954 (java) S 22949 22951 20334 0 -1 4202560 477 0 0 0 96 17 0 0 20 0 19 0 255334920 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355452463272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22955] ppid=22949 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/22951/task/22955/stat : 22955 (java) S 22949 22951 20334 0 -1 4202560 494 0 0 0 90 14 0 0 20 0 19 0 255334920 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355451410728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22956] ppid=22949 vsize=9624976 CPUtime=1.13 cores=0,2,4,6
/proc/22951/task/22956/stat : 22956 (java) S 22949 22951 20334 0 -1 4202560 500 0 0 0 94 19 0 0 20 0 19 0 255334920 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355450358184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22957] ppid=22949 vsize=9624976 CPUtime=1.14 cores=0,2,4,6
/proc/22951/task/22957/stat : 22957 (java) S 22949 22951 20334 0 -1 4202560 490 0 0 0 96 18 0 0 20 0 19 0 255334920 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355449305640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22958] ppid=22949 vsize=9624976 CPUtime=1.12 cores=0,2,4,6
/proc/22951/task/22958/stat : 22958 (java) S 22949 22951 20334 0 -1 4202560 608 0 0 0 94 18 0 0 20 0 19 0 255334920 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355448253096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22959] ppid=22949 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/22951/task/22959/stat : 22959 (java) S 22949 22951 20334 0 -1 4202560 400 0 0 0 92 14 0 0 20 0 19 0 255334920 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355447200552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22960] ppid=22949 vsize=9624976 CPUtime=1.13 cores=0,2,4,6
/proc/22951/task/22960/stat : 22960 (java) S 22949 22951 20334 0 -1 4202560 479 0 0 0 98 15 0 0 20 0 19 0 255334920 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355446148008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22961] ppid=22949 vsize=9624976 CPUtime=1.12 cores=0,2,4,6
/proc/22951/task/22961/stat : 22961 (java) S 22949 22951 20334 0 -1 4202560 370 0 0 0 96 16 0 0 20 0 19 0 255334920 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355445095464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22962] ppid=22949 vsize=9624976 CPUtime=6.15 cores=0,2,4,6
/proc/22951/task/22962/stat : 22962 (java) S 22949 22951 20334 0 -1 4202560 911 0 0 0 613 2 0 0 20 0 19 0 255334921 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355314882664 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22963] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22963/stat : 22963 (java) S 22949 22951 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355313828984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22964] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22964/stat : 22964 (java) S 22949 22951 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355312776328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22965] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22965/stat : 22965 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355311725072 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22966] ppid=22949 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/22951/task/22966/stat : 22966 (java) S 22949 22951 20334 0 -1 4202560 2635 0 0 0 60 0 0 0 20 0 19 0 255334925 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355310672440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22967] ppid=22949 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/22951/task/22967/stat : 22967 (java) S 22949 22951 20334 0 -1 4202560 3625 0 0 0 62 0 0 0 20 0 19 0 255334925 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355309619896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22968] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22968/stat : 22968 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355308567544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22969] ppid=22949 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/22951/task/22969/stat : 22969 (java) S 22949 22951 20334 0 -1 4202560 99 0 0 0 33 21 0 0 20 0 19 0 255334925 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355307515208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22970] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22970/stat : 22970 (java) S 22949 22951 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255334985 9855975424 315431 33554432000 1073741824 1073778376 140735049200592 140355306459944 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1730.08
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 23066
/proc/meminfo: memFree=26453988/32873844 swapFree=7104/7104
[pid=22951] ppid=22949 vsize=9624976 CPUtime=1790.24 cores=0,2,4,6
/proc/22951/stat : 22951 (java) S 22949 22951 20334 0 -1 4202496 15245 0 1 0 178870 154 0 0 20 0 19 0 255334917 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140735049191728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22951/statm: 2406244 315417 2282 9 0 2396937 0
[pid=22951/tid=22953] ppid=22949 vsize=9624976 CPUtime=1773.4 cores=0,2,4,6
/proc/22951/task/22953/stat : 22953 (java) R 22949 22951 20334 0 -1 4202560 2964 0 1 0 177308 32 0 0 20 0 19 0 255334919 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355490971936 140355320936313 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22954] ppid=22949 vsize=9624976 CPUtime=1.16 cores=0,2,4,6
/proc/22951/task/22954/stat : 22954 (java) S 22949 22951 20334 0 -1 4202560 478 0 0 0 99 17 0 0 20 0 19 0 255334920 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355452463272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22955] ppid=22949 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/22951/task/22955/stat : 22955 (java) S 22949 22951 20334 0 -1 4202560 495 0 0 0 92 14 0 0 20 0 19 0 255334920 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355451410728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22956] ppid=22949 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/22951/task/22956/stat : 22956 (java) S 22949 22951 20334 0 -1 4202560 500 0 0 0 99 19 0 0 20 0 19 0 255334920 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355450358184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22957] ppid=22949 vsize=9624976 CPUtime=1.16 cores=0,2,4,6
/proc/22951/task/22957/stat : 22957 (java) S 22949 22951 20334 0 -1 4202560 490 0 0 0 98 18 0 0 20 0 19 0 255334920 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355449305640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22958] ppid=22949 vsize=9624976 CPUtime=1.17 cores=0,2,4,6
/proc/22951/task/22958/stat : 22958 (java) S 22949 22951 20334 0 -1 4202560 608 0 0 0 99 18 0 0 20 0 19 0 255334920 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355448253096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22959] ppid=22949 vsize=9624976 CPUtime=1.08 cores=0,2,4,6
/proc/22951/task/22959/stat : 22959 (java) S 22949 22951 20334 0 -1 4202560 400 0 0 0 94 14 0 0 20 0 19 0 255334920 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355447200552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22960] ppid=22949 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/22951/task/22960/stat : 22960 (java) S 22949 22951 20334 0 -1 4202560 479 0 0 0 100 15 0 0 20 0 19 0 255334920 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355446148008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22961] ppid=22949 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/22951/task/22961/stat : 22961 (java) S 22949 22951 20334 0 -1 4202560 370 0 0 0 99 16 0 0 20 0 19 0 255334920 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355445095464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22962] ppid=22949 vsize=9624976 CPUtime=6.26 cores=0,2,4,6
/proc/22951/task/22962/stat : 22962 (java) S 22949 22951 20334 0 -1 4202560 913 0 0 0 624 2 0 0 20 0 19 0 255334921 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355314882664 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22963] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22963/stat : 22963 (java) S 22949 22951 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355313828984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22964] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22964/stat : 22964 (java) S 22949 22951 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355312776328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22965] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22965/stat : 22965 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355311725072 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22966] ppid=22949 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/22951/task/22966/stat : 22966 (java) S 22949 22951 20334 0 -1 4202560 2635 0 0 0 60 0 0 0 20 0 19 0 255334925 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355310672440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22967] ppid=22949 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/22951/task/22967/stat : 22967 (java) S 22949 22951 20334 0 -1 4202560 3625 0 0 0 62 0 0 0 20 0 19 0 255334925 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355309619896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22968] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22968/stat : 22968 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355308567544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22969] ppid=22949 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/22951/task/22969/stat : 22969 (java) S 22949 22951 20334 0 -1 4202560 103 0 0 0 35 22 0 0 20 0 19 0 255334925 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355307515208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22970] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22970/stat : 22970 (java) S 22949 22951 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255334985 9855975424 315417 33554432000 1073741824 1073778376 140735049200592 140355306459944 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1790.24
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 23066
/proc/meminfo: memFree=26453988/32873844 swapFree=7104/7104
[pid=22951] ppid=22949 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/22951/stat : 22951 (java) S 22949 22951 20334 0 -1 4202496 15255 0 1 0 179852 155 0 0 20 0 19 0 255334917 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140735049191728 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22951/statm: 2406244 315406 2282 9 0 2396937 0
[pid=22951/tid=22953] ppid=22949 vsize=9624976 CPUtime=1782.94 cores=0,2,4,6
/proc/22951/task/22953/stat : 22953 (java) R 22949 22951 20334 0 -1 4202560 2965 0 1 0 178261 33 0 0 20 0 19 0 255334919 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355490971936 140355320217638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22954] ppid=22949 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/22951/task/22954/stat : 22954 (java) S 22949 22951 20334 0 -1 4202560 481 0 0 0 101 17 0 0 20 0 19 0 255334920 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355452463272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22955] ppid=22949 vsize=9624976 CPUtime=1.07 cores=0,2,4,6
/proc/22951/task/22955/stat : 22955 (java) S 22949 22951 20334 0 -1 4202560 498 0 0 0 93 14 0 0 20 0 19 0 255334920 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355451410728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22956] ppid=22949 vsize=9624976 CPUtime=1.2 cores=0,2,4,6
/proc/22951/task/22956/stat : 22956 (java) S 22949 22951 20334 0 -1 4202560 500 0 0 0 101 19 0 0 20 0 19 0 255334920 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355450358184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22957] ppid=22949 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/22951/task/22957/stat : 22957 (java) S 22949 22951 20334 0 -1 4202560 490 0 0 0 100 18 0 0 20 0 19 0 255334920 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355449305640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22958] ppid=22949 vsize=9624976 CPUtime=1.19 cores=0,2,4,6
/proc/22951/task/22958/stat : 22958 (java) S 22949 22951 20334 0 -1 4202560 608 0 0 0 101 18 0 0 20 0 19 0 255334920 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355448253096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22959] ppid=22949 vsize=9624976 CPUtime=1.09 cores=0,2,4,6
/proc/22951/task/22959/stat : 22959 (java) S 22949 22951 20334 0 -1 4202560 401 0 0 0 95 14 0 0 20 0 19 0 255334920 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355447200552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22960] ppid=22949 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/22951/task/22960/stat : 22960 (java) S 22949 22951 20334 0 -1 4202560 479 0 0 0 103 15 0 0 20 0 19 0 255334920 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355446148008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22961] ppid=22949 vsize=9624976 CPUtime=1.17 cores=0,2,4,6
/proc/22951/task/22961/stat : 22961 (java) S 22949 22951 20334 0 -1 4202560 370 0 0 0 101 16 0 0 20 0 19 0 255334920 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355445095464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22962] ppid=22949 vsize=9624976 CPUtime=6.38 cores=0,2,4,6
/proc/22951/task/22962/stat : 22962 (java) S 22949 22951 20334 0 -1 4202560 915 0 0 0 636 2 0 0 20 0 19 0 255334921 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355314882664 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22963] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22963/stat : 22963 (java) S 22949 22951 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355313828984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22964] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22964/stat : 22964 (java) S 22949 22951 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255334922 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355312776328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22965] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22965/stat : 22965 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355311725072 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22966] ppid=22949 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/22951/task/22966/stat : 22966 (java) S 22949 22951 20334 0 -1 4202560 2635 0 0 0 60 0 0 0 20 0 19 0 255334925 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355310672440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22951/tid=22967] ppid=22949 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/22951/task/22967/stat : 22967 (java) S 22949 22951 20334 0 -1 4202560 3625 0 0 0 62 0 0 0 20 0 19 0 255334925 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355309619896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22951/tid=22968] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22968/stat : 22968 (java) S 22949 22951 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255334925 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355308567544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22951/tid=22969] ppid=22949 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/22951/task/22969/stat : 22969 (java) S 22949 22951 20334 0 -1 4202560 103 0 0 0 35 22 0 0 20 0 19 0 255334925 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355307515208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22951/tid=22970] ppid=22949 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22951/task/22970/stat : 22970 (java) S 22949 22951 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255334985 9855975424 315406 33554432000 1073741824 1073778376 140735049200592 140355306459944 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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

Child status: 143
Real time (s): 1792.08
CPU time (s): 1800.77
CPU user time (s): 1798.75
CPU system time (s): 2.02269
CPU usage (%): 100.485
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 2.02269
maximum resident set size= 1261864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15289
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40461
involuntary context switches= 26243

runsolver used 6.34004 second user time and 13.7439 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-24 22:41:04
IDJOB=3689655
IDBENCH=90144
IDSOLVER=2269
FILE ID=node104/3689655-1337892063
RUNJOBID= node104-1337871880-20350
PBS_JOBID= 14620100
Free space on /tmp= 71668 MiB

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

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

MD5SUM BENCH= 0350ceeb14af28f3be070cadc324c0d3
RANDOM SEED=1316157675

node104.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.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
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.266
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.266
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.91
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.266
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.92
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.266
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.266
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.91
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29373196 kB
Buffers:          215060 kB
Cached:          1846824 kB
SwapCached:            0 kB
Active:          1060416 kB
Inactive:        1677168 kB
Active(anon):     678464 kB
Inactive(anon):        0 kB
Active(file):     381952 kB
Inactive(file):  1677168 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:        684888 kB
Mapped:            21600 kB
Shmem:               200 kB
Slab:             623508 kB
SReclaimable:      66232 kB
SUnreclaim:       557276 kB
KernelStack:        1608 kB
PageTables:         5960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1579748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 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= 71684 MiB
End job on node104 at 2012-05-24 23:10:58