Trace number 3742513

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.14 907.057

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K140.opb
MD5SUM59945e7fb6f70b0a7aeb9a0267c89f72
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 variables16660
Total number of constraints16942
Number of constraints which are clauses16802
Number of constraints which are cardinality constraints (but not clauses)140
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint140
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 141
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-2010 Daniel Le Berre
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.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
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 Expensive 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 --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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 phase appearing in latest learned clause 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 --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3742513-1338769953.opb
0.07/0.13	c reading problem ... 
1.18/0.60	c ... done. Wall clock time 0.471s.
1.18/0.60	c #vars     16660
1.18/0.60	c #constraints  16942
1.18/0.60	c constraints type 
1.18/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14993
1.18/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
1.18/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1807
1.18/0.60	c constraints type 
1.18/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1807
1.18/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14993
1.18/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 140
8.23/3.44	c cleaning 2492 clauses out of 4990 with flag 5000/5000
14.43/6.24	c cleaning 4184 clauses out of 8492 with flag 11003/11003
21.00/9.51	c cleaning 5534 clauses out of 11299 with flag 18000/18000
27.98/13.08	c cleaning 6785 clauses out of 13764 with flag 26000/26000
36.73/17.41	c cleaning 7790 clauses out of 15980 with flag 35004/35004
46.09/22.12	c cleaning 8916 clauses out of 18186 with flag 45001/45001
63.02/30.60	c cleaning 9965 clauses out of 20267 with flag 56000/56000
75.35/36.79	c cleaning 10948 clauses out of 22302 with flag 68002/68002
89.45/43.83	c cleaning 11972 clauses out of 24351 with flag 81000/81000
106.58/52.41	c cleaning 12833 clauses out of 26373 with flag 95000/95000
122.72/60.53	c cleaning 14001 clauses out of 28536 with flag 110001/110001
142.61/70.52	c cleaning 14985 clauses out of 30534 with flag 126001/126001
161.67/80.20	c cleaning 16094 clauses out of 32547 with flag 143000/143000
195.00/96.84	c cleaning 16657 clauses out of 33452 with flag 160000/160000
211.71/105.25	c cleaning 16626 clauses out of 33795 with flag 177001/177001
228.82/113.80	c cleaning 16833 clauses out of 34170 with flag 194004/194004
251.90/125.45	c cleaning 16856 clauses out of 34332 with flag 211000/211000
271.78/135.46	c cleaning 17101 clauses out of 34475 with flag 228000/228000
293.63/146.49	c cleaning 16996 clauses out of 34377 with flag 245003/245003
312.70/156.00	c cleaning 16924 clauses out of 34377 with flag 262000/262000
333.10/166.34	c cleaning 16067 clauses out of 34448 with flag 279006/279006
358.40/179.09	c cleaning 16226 clauses out of 35376 with flag 296001/296001
383.92/191.83	c cleaning 16262 clauses out of 36149 with flag 313000/313000
409.05/204.44	c cleaning 16082 clauses out of 36888 with flag 330001/330001
431.65/215.84	c cleaning 16392 clauses out of 37804 with flag 347001/347001
452.29/226.24	c cleaning 16096 clauses out of 38411 with flag 364000/364000
476.36/238.36	c cleaning 16269 clauses out of 39312 with flag 381000/381000
560.75/280.53	c cleaning 15905 clauses out of 40043 with flag 398000/398000
584.47/292.53	c cleaning 16357 clauses out of 41142 with flag 415004/415004
602.84/301.84	c cleaning 15856 clauses out of 41781 with flag 432001/432001
624.84/312.96	c cleaning 16204 clauses out of 42924 with flag 449000/449000
647.81/324.59	c cleaning 16291 clauses out of 43720 with flag 466001/466001
692.31/346.97	c cleaning 15991 clauses out of 44428 with flag 483000/483000
788.83/395.30	c cleaning 16488 clauses out of 45437 with flag 500000/500000
811.43/406.69	c cleaning 16072 clauses out of 45949 with flag 517000/517000
832.66/417.34	c cleaning 16256 clauses out of 46878 with flag 534001/534001
852.08/427.22	c cleaning 16049 clauses out of 47622 with flag 551002/551002
879.23/440.92	c cleaning 16408 clauses out of 48570 with flag 568000/568000
898.77/450.84	c cleaning 16197 clauses out of 49165 with flag 585003/585003
933.41/468.24	c cleaning 15931 clauses out of 49967 with flag 602002/602002
986.29/494.87	c cleaning 16299 clauses out of 51034 with flag 619000/619000
1003.38/503.59	c cleaning 16205 clauses out of 51736 with flag 636002/636002
1034.51/519.22	c cleaning 15797 clauses out of 52527 with flag 653002/653002
1067.79/536.05	c cleaning 16052 clauses out of 53728 with flag 670000/670000
1105.75/555.25	c cleaning 16140 clauses out of 54684 with flag 687008/687008
1125.67/565.32	c cleaning 16491 clauses out of 55533 with flag 704000/704000
1208.37/606.86	c cleaning 16215 clauses out of 56042 with flag 721000/721000
1266.33/635.92	c cleaning 16413 clauses out of 56827 with flag 738000/738000
1296.24/651.11	c cleaning 16345 clauses out of 57414 with flag 755000/755000
1322.76/664.53	c cleaning 16243 clauses out of 58056 with flag 772000/772000
1348.51/677.58	c cleaning 16111 clauses out of 58811 with flag 789000/789000
1357.23/682.01	c cleaning 0 clauses out of 5000 with flag 0/5000
1369.86/688.58	c cleaning 16139 clauses out of 59697 with flag 806001/806001
1398.84/703.17	c cleaning 16466 clauses out of 60557 with flag 823000/823000
1423.10/715.48	c cleaning 15998 clauses out of 61092 with flag 840001/840001
1445.81/726.94	c cleaning 15872 clauses out of 62093 with flag 857000/857000
1470.22/739.45	c cleaning 16136 clauses out of 63225 with flag 874004/874004
1491.55/750.25	c cleaning 16000 clauses out of 64086 with flag 891001/891001
1513.57/761.41	c cleaning 16435 clauses out of 65085 with flag 908000/908000
1536.41/773.01	c cleaning 16384 clauses out of 65650 with flag 925000/925000
1562.22/786.25	c cleaning 16323 clauses out of 66268 with flag 942002/942002
1592.86/801.76	c cleaning 16327 clauses out of 66945 with flag 959002/959002
1616.71/813.89	c cleaning 16402 clauses out of 67616 with flag 976000/976000
1650.77/831.03	c cleaning 16620 clauses out of 68213 with flag 993000/993000
1676.58/844.24	c cleaning 15950 clauses out of 68594 with flag 1010001/1010001
1705.23/858.77	c cleaning 16046 clauses out of 69644 with flag 1027001/1027001
1737.68/875.19	c cleaning 16038 clauses out of 70598 with flag 1044001/1044001
1766.50/889.71	c cleaning 16156 clauses out of 71560 with flag 1061001/1061001
1799.30/906.46	c cleaning 16596 clauses out of 72403 with flag 1078000/1078000
1800.14/907.01	c starts		: 171
1800.14/907.01	c conflicts		: 1078271
1800.14/907.01	c decisions		: 23051747
1800.14/907.01	c propagations		: 817225179
1800.14/907.01	c inspects		: 1445164351
1800.14/907.01	c shortcuts		: 0
1800.14/907.01	c learnt literals	: 103
1800.14/907.01	c learnt binary clauses	: 47132
1800.14/907.01	c learnt ternary clauses	: 56934
1800.14/907.01	c learnt constraints	: 1078168
1800.14/907.01	c ignored constraints	: 0
1800.14/907.01	c root simplifications	: 0
1800.14/907.01	c removed literals (reason simplification)	: 11661206
1800.14/907.01	c reason swapping (by a shorter reason)	: 0
1800.14/907.01	c Calls to reduceDB	: 68
1800.14/907.01	c number of reductions to clauses (during analyze)	: 0
1800.14/907.01	c number of learned constraints concerned by reduction	: 0
1800.14/907.01	c number of learning phase by resolution	: 0
1800.14/907.01	c number of learning phase by cutting planes	: 0
1800.14/907.01	c speed (assignments/second)	: 901603.2711285669
1800.14/907.01	c non guided choices	16296
1800.14/907.04	c learnt constraints type 
1800.14/907.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47133
1800.14/907.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9002
1800.14/907.04	c constraints type 
1800.14/907.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14993
1800.14/907.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
1800.14/907.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1807
1800.14/907.04	c constraints type 
1800.14/907.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1807
1800.14/907.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14993
1800.14/907.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 140
1800.14/907.04	s UNKNOWN
1800.14/907.04	c Total wall clock time (in seconds): 906.911

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

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

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


[startup+0 s]
/proc/loadavg: 3.76 3.88 3.89 4/197 25070
/proc/meminfo: memFree=24387756/32873844 swapFree=7632/7632
[pid=25070] ppid=25068 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25070/stat : 25070 (java) D 25068 25070 24098 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 343119633 9515008 183 33554432000 1073741824 1073778376 140736845497088 140736845488120 209883840181 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25070/statm: 2323 183 140 9 0 71 0

[startup+0.073625 s]
/proc/loadavg: 3.76 3.88 3.89 4/197 25070
/proc/meminfo: memFree=24387756/32873844 swapFree=7632/7632
[pid=25070] ppid=25068 vsize=11253516 CPUtime=0.05 cores=1,3,5,7
/proc/25070/stat : 25070 (java) S 25068 25070 24098 0 -1 4202496 3855 0 1 0 4 1 0 0 20 0 13 0 343119633 11523600384 12217 33554432000 1073741824 1073778376 140733880421888 140733880413024 209887199293 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25070/statm: 2813379 12217 1709 9 0 2804080 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11253516

[startup+0.10029 s]
/proc/loadavg: 3.76 3.88 3.89 4/197 25070
/proc/meminfo: memFree=24387756/32873844 swapFree=7632/7632
[pid=25070] ppid=25068 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/25070/stat : 25070 (java) S 25068 25070 24098 0 -1 4202496 4258 0 1 0 6 1 0 0 20 0 18 0 343119633 11864465408 12620 33554432000 1073741824 1073778376 140733880421888 140733880413024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25070/statm: 2896598 12620 1940 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300253 s]
/proc/loadavg: 3.76 3.88 3.89 4/197 25070
/proc/meminfo: memFree=24387756/32873844 swapFree=7632/7632
[pid=25070] ppid=25068 vsize=11586392 CPUtime=0.55 cores=1,3,5,7
/proc/25070/stat : 25070 (java) S 25068 25070 24098 0 -1 4202496 7709 0 1 0 53 2 0 0 20 0 18 0 343119633 11864465408 18444 33554432000 1073741824 1073778376 140733880421888 140733880413024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25070/statm: 2896598 18444 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 11586392

[startup+0.700204 s]
/proc/loadavg: 3.76 3.88 3.89 4/197 25070
/proc/meminfo: memFree=24387756/32873844 swapFree=7632/7632
[pid=25070] ppid=25068 vsize=11852648 CPUtime=1.56 cores=1,3,5,7
/proc/25070/stat : 25070 (java) S 25068 25070 24098 0 -1 4202496 9490 0 1 0 151 5 0 0 20 0 22 0 343119633 12137111552 42922 33554432000 1073741824 1073778376 140733880421888 140733880413024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25070/statm: 2963162 42922 2260 9 0 2953849 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 11852648

[startup+1.50077 s]
/proc/loadavg: 3.76 3.88 3.89 5/196 25095
/proc/meminfo: memFree=28057652/32873844 swapFree=7632/7632
[pid=25070] ppid=25068 vsize=11852648 CPUtime=4.32 cores=1,3,5,7
/proc/25070/stat : 25070 (java) S 25068 25070 24098 0 -1 4202496 22833 0 1 0 422 10 0 0 20 0 22 0 343119633 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140733880413024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25070/statm: 2963162 84397 2265 9 0 2953849 0
[pid=25070/tid=25072] ppid=25068 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/25070/task/25072/stat : 25072 (java) S 25068 25070 24098 0 -1 4202560 2967 0 1 0 53 3 0 0 20 0 22 0 343119635 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687767700632 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25073] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25073/stat : 25073 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687604873512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25074] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25074/stat : 25074 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687603820712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25075] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25075/stat : 25075 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687602768424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25076] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25076/stat : 25076 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687601715624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25077] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25077/stat : 25077 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687600663336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25078] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25078/stat : 25078 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687599610536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25079] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25079/stat : 25079 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687598558248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25080] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25080/stat : 25080 (java) S 25068 25070 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687597505448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25081] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25081/stat : 25081 (java) S 25068 25070 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343119638 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687585093864 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25082] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25082/stat : 25082 (java) S 25068 25070 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343119639 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687584039928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25083] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25083/stat : 25083 (java) S 25068 25070 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119639 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687582987528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25084] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25084/stat : 25084 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687581936016 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25085] ppid=25068 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/25070/task/25085/stat : 25085 (java) S 25068 25070 24098 0 -1 4202560 10071 0 0 0 95 1 0 0 20 0 22 0 343119641 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687580883640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25086] ppid=25068 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/25070/task/25086/stat : 25086 (java) S 25068 25070 24098 0 -1 4202560 8423 0 0 0 95 2 0 0 20 0 22 0 343119641 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687579830840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25087] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25087/stat : 25087 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687578778744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25088] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25088/stat : 25088 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687577726152 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25089] ppid=25068 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/25070/task/25089/stat : 25089 (java) R 25068 25070 24098 0 -1 4202560 34 0 0 0 88 0 0 0 20 0 22 0 343119694 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687576670552 140687640869056 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25090] ppid=25068 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/25070/task/25090/stat : 25090 (java) R 25068 25070 24098 0 -1 4202560 137 0 0 0 83 3 0 0 20 0 22 0 343119694 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687575617480 140687640549286 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25091] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25091/stat : 25091 (java) S 25068 25070 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119696 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687574566056 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25092] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25092/stat : 25092 (java) S 25068 25070 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119696 12137111552 84397 33554432000 1073741824 1073778376 140733880421888 140687573513256 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 11852648

[startup+3.10076 s]
/proc/loadavg: 3.76 3.88 3.89 3/196 25095
/proc/meminfo: memFree=27696852/32873844 swapFree=7632/7632
[pid=25070] ppid=25068 vsize=11852648 CPUtime=7.62 cores=1,3,5,7
/proc/25070/stat : 25070 (java) S 25068 25070 24098 0 -1 4202496 23117 0 1 0 742 20 0 0 20 0 22 0 343119633 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140733880413024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25070/statm: 2963162 223161 2266 9 0 2953849 0
[pid=25070/tid=25072] ppid=25068 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/25070/task/25072/stat : 25072 (java) S 25068 25070 24098 0 -1 4202560 2967 0 1 0 53 3 0 0 20 0 22 0 343119635 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687767700632 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25073] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25073/stat : 25073 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687604873512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25074] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25074/stat : 25074 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687603820712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25075] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25075/stat : 25075 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687602768424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25076] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25076/stat : 25076 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687601715624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25077] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25077/stat : 25077 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687600663336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25078] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25078/stat : 25078 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687599610536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25079] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25079/stat : 25079 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687598558248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25080] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25080/stat : 25080 (java) S 25068 25070 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687597505448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25081] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25081/stat : 25081 (java) S 25068 25070 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343119638 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687585093864 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25082] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25082/stat : 25082 (java) S 25068 25070 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343119639 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687584039928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25083] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25083/stat : 25083 (java) S 25068 25070 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119639 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687582987528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25084] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25084/stat : 25084 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687581936016 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25085] ppid=25068 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/25070/task/25085/stat : 25085 (java) S 25068 25070 24098 0 -1 4202560 10081 0 0 0 102 1 0 0 20 0 22 0 343119641 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687580883640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25086] ppid=25068 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/25070/task/25086/stat : 25086 (java) S 25068 25070 24098 0 -1 4202560 8424 0 0 0 99 2 0 0 20 0 22 0 343119641 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687579830840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25087] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25087/stat : 25087 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687578778744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25088] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25088/stat : 25088 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687577726152 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25089] ppid=25068 vsize=11852648 CPUtime=2.47 cores=1,3,5,7
/proc/25070/task/25089/stat : 25089 (java) R 25068 25070 24098 0 -1 4202560 35 0 0 0 247 0 0 0 20 0 22 0 343119694 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687576668784 140687640677280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25090] ppid=25068 vsize=11852648 CPUtime=2.44 cores=1,3,5,7
/proc/25070/task/25090/stat : 25090 (java) R 25068 25070 24098 0 -1 4202560 408 0 0 0 231 13 0 0 20 0 22 0 343119694 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687575617032 140687640691622 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25091] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25091/stat : 25091 (java) S 25068 25070 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119696 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687574566056 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25092] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25092/stat : 25092 (java) S 25068 25070 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119696 12137111552 223161 33554432000 1073741824 1073778376 140733880421888 140687573513256 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 11852648

[startup+6.30085 s]
/proc/loadavg: 3.78 3.88 3.89 5/219 25154
/proc/meminfo: memFree=26571436/32873844 swapFree=7632/7632
[pid=25070] ppid=25068 vsize=11852648 CPUtime=14.6 cores=1,3,5,7
/proc/25070/stat : 25070 (java) S 25068 25070 24098 0 -1 4202496 23445 0 1 0 1431 29 0 0 20 0 22 0 343119633 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140733880413024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25070/statm: 2963162 287429 2290 9 0 2953849 0
[pid=25070/tid=25072] ppid=25068 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/25070/task/25072/stat : 25072 (java) S 25068 25070 24098 0 -1 4202560 2967 0 1 0 53 3 0 0 20 0 22 0 343119635 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687767700632 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25073] ppid=25068 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25070/task/25073/stat : 25073 (java) S 25068 25070 24098 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 343119637 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687604873512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25074] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25074/stat : 25074 (java) S 25068 25070 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687603820712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25075] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25075/stat : 25075 (java) S 25068 25070 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687602768424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25076] ppid=25068 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/25070/task/25076/stat : 25076 (java) S 25068 25070 24098 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 343119637 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687601715624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25077] ppid=25068 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25070/task/25077/stat : 25077 (java) S 25068 25070 24098 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 343119637 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687600663336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25078] ppid=25068 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25070/task/25078/stat : 25078 (java) S 25068 25070 24098 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 343119637 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687599610536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25079] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25079/stat : 25079 (java) S 25068 25070 24098 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687598558248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25080] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25080/stat : 25080 (java) S 25068 25070 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343119637 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687597505448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25081] ppid=25068 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/25070/task/25081/stat : 25081 (java) R 25068 25070 24098 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 22 0 343119638 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687585092720 140687774208116 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25082] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25082/stat : 25082 (java) S 25068 25070 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343119639 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687584039928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25083] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25083/stat : 25083 (java) S 25068 25070 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119639 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687582987528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25084] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25084/stat : 25084 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687581936016 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25085] ppid=25068 vsize=11852648 CPUtime=1.59 cores=1,3,5,7
/proc/25070/task/25085/stat : 25085 (java) S 25068 25070 24098 0 -1 4202560 10191 0 0 0 158 1 0 0 20 0 22 0 343119641 12137111552 287429 33554432000 1073741824 1073778376 140733880421888 140687580883640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/25070/statm: 2963162 962212 2291 9 0 2953849 0
[pid=25070/tid=25072] ppid=25068 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/25070/task/25072/stat : 25072 (java) S 25068 25070 24098 0 -1 4202560 2992 0 1 0 56 5 0 0 20 0 22 0 343119635 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687767700632 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25073] ppid=25068 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/25070/task/25073/stat : 25073 (java) S 25068 25070 24098 0 -1 4202560 163 0 0 0 107 7 0 0 20 0 22 0 343119637 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687604873512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25074] ppid=25068 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/25070/task/25074/stat : 25074 (java) S 25068 25070 24098 0 -1 4202560 131 0 0 0 114 5 0 0 20 0 22 0 343119637 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687603820712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25075] ppid=25068 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/25070/task/25075/stat : 25075 (java) S 25068 25070 24098 0 -1 4202560 124 0 0 0 94 5 0 0 20 0 22 0 343119637 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687602768424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25076] ppid=25068 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/25070/task/25076/stat : 25076 (java) S 25068 25070 24098 0 -1 4202560 131 0 0 0 103 6 0 0 20 0 22 0 343119637 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687601715624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25077] ppid=25068 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/25070/task/25077/stat : 25077 (java) S 25068 25070 24098 0 -1 4202560 144 0 0 0 104 6 0 0 20 0 22 0 343119637 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687600663336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25078] ppid=25068 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/25070/task/25078/stat : 25078 (java) S 25068 25070 24098 0 -1 4202560 139 0 0 0 110 5 0 0 20 0 22 0 343119637 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687599610536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25079] ppid=25068 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/25070/task/25079/stat : 25079 (java) S 25068 25070 24098 0 -1 4202560 105 0 0 0 101 5 0 0 20 0 22 0 343119637 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687598558248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25080] ppid=25068 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/25070/task/25080/stat : 25080 (java) S 25068 25070 24098 0 -1 4202560 91 0 0 0 99 3 0 0 20 0 22 0 343119637 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687597505448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25081] ppid=25068 vsize=11852648 CPUtime=17.86 cores=1,3,5,7
/proc/25070/task/25081/stat : 25081 (java) S 25068 25070 24098 0 -1 4202560 154 0 0 0 1780 6 0 0 20 0 22 0 343119638 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687585093864 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25082] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25082/stat : 25082 (java) S 25068 25070 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343119639 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687584039928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25083] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25083/stat : 25083 (java) S 25068 25070 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119639 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687582987528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25084] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25084/stat : 25084 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687581936016 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25085] ppid=25068 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/25070/task/25085/stat : 25085 (java) S 25068 25070 24098 0 -1 4202560 10220 0 0 0 180 1 0 0 20 0 22 0 343119641 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687580883640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25086] ppid=25068 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/25070/task/25086/stat : 25086 (java) S 25068 25070 24098 0 -1 4202560 11202 0 0 0 166 2 0 0 20 0 22 0 343119641 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687579830840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25087] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25087/stat : 25087 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687578778744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25088] ppid=25068 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/25070/task/25088/stat : 25088 (java) S 25068 25070 24098 0 -1 4202560 47 0 0 0 17 18 0 0 20 0 22 0 343119641 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687577726152 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25089] ppid=25068 vsize=11852648 CPUtime=799.1 cores=1,3,5,7
/proc/25070/task/25089/stat : 25089 (java) R 25068 25070 24098 0 -1 4202560 94 0 0 0 79897 13 0 0 20 0 22 0 343119694 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687576670416 140687640777984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25090] ppid=25068 vsize=11852648 CPUtime=799 cores=1,3,5,7
/proc/25070/task/25090/stat : 25090 (java) R 25068 25070 24098 0 -1 4202560 1654 0 0 0 79832 68 0 0 20 0 22 0 343119694 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687575615696 140687640777411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25091] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25091/stat : 25091 (java) S 25068 25070 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119696 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687574566056 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25092] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25092/stat : 25092 (java) S 25068 25070 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119696 12137111552 962212 33554432000 1073741824 1073778376 140733880421888 140687573513256 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1633.36
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.99 3.96 3.91 5/219 25160
/proc/meminfo: memFree=20512224/32873844 swapFree=7632/7632
[pid=25070] ppid=25068 vsize=11852648 CPUtime=1751.7 cores=1,3,5,7
/proc/25070/stat : 25070 (java) S 25068 25070 24098 0 -1 4202496 28606 0 1 0 175038 132 0 0 20 0 22 0 343119633 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140733880413024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25070/statm: 2963162 962227 2291 9 0 2953849 0
[pid=25070/tid=25072] ppid=25068 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/25070/task/25072/stat : 25072 (java) S 25068 25070 24098 0 -1 4202560 2994 0 1 0 56 5 0 0 20 0 22 0 343119635 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687767700632 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25073] ppid=25068 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/25070/task/25073/stat : 25073 (java) S 25068 25070 24098 0 -1 4202560 166 0 0 0 111 7 0 0 20 0 22 0 343119637 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687604873512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25074] ppid=25068 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/25070/task/25074/stat : 25074 (java) S 25068 25070 24098 0 -1 4202560 132 0 0 0 119 5 0 0 20 0 22 0 343119637 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687603820712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25075] ppid=25068 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/25070/task/25075/stat : 25075 (java) S 25068 25070 24098 0 -1 4202560 128 0 0 0 102 5 0 0 20 0 22 0 343119637 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687602768424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25076] ppid=25068 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/25070/task/25076/stat : 25076 (java) S 25068 25070 24098 0 -1 4202560 133 0 0 0 109 6 0 0 20 0 22 0 343119637 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687601715624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25077] ppid=25068 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/25070/task/25077/stat : 25077 (java) S 25068 25070 24098 0 -1 4202560 144 0 0 0 107 6 0 0 20 0 22 0 343119637 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687600663336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25078] ppid=25068 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/25070/task/25078/stat : 25078 (java) S 25068 25070 24098 0 -1 4202560 139 0 0 0 116 5 0 0 20 0 22 0 343119637 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687599610536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25079] ppid=25068 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/25070/task/25079/stat : 25079 (java) S 25068 25070 24098 0 -1 4202560 107 0 0 0 105 5 0 0 20 0 22 0 343119637 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687598558248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25080] ppid=25068 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/25070/task/25080/stat : 25080 (java) S 25068 25070 24098 0 -1 4202560 94 0 0 0 104 3 0 0 20 0 22 0 343119637 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687597505448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25081] ppid=25068 vsize=11852648 CPUtime=19.71 cores=1,3,5,7
/proc/25070/task/25081/stat : 25081 (java) S 25068 25070 24098 0 -1 4202560 158 0 0 0 1965 6 0 0 20 0 22 0 343119638 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687585093864 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25082] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25082/stat : 25082 (java) S 25068 25070 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343119639 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687584039928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25083] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25083/stat : 25083 (java) S 25068 25070 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119639 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687582987528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25084] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25084/stat : 25084 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687581936016 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25085] ppid=25068 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/25070/task/25085/stat : 25085 (java) S 25068 25070 24098 0 -1 4202560 10220 0 0 0 180 1 0 0 20 0 22 0 343119641 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687580883640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25086] ppid=25068 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/25070/task/25086/stat : 25086 (java) S 25068 25070 24098 0 -1 4202560 11202 0 0 0 166 2 0 0 20 0 22 0 343119641 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687579830840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25087] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25087/stat : 25087 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687578778744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25088] ppid=25068 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/25070/task/25088/stat : 25088 (java) S 25068 25070 24098 0 -1 4202560 51 0 0 0 19 20 0 0 20 0 22 0 343119641 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687577726152 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25089] ppid=25068 vsize=11852648 CPUtime=856.98 cores=1,3,5,7
/proc/25070/task/25089/stat : 25089 (java) R 25068 25070 24098 0 -1 4202560 96 0 0 0 85684 14 0 0 20 0 22 0 343119694 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687576670416 140687640769520 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25090] ppid=25068 vsize=11852648 CPUtime=856.88 cores=1,3,5,7
/proc/25070/task/25090/stat : 25090 (java) R 25068 25070 24098 0 -1 4202560 1654 0 0 0 85619 69 0 0 20 0 22 0 343119694 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687575615920 140687640977387 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25091] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25091/stat : 25091 (java) S 25068 25070 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119696 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687574566056 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25092] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25092/stat : 25092 (java) S 25068 25070 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119696 12137111552 962227 33554432000 1073741824 1073778376 140733880421888 140687573513256 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1751.7
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.001 s]
/proc/loadavg: 3.93 3.95 3.91 5/219 25160
/proc/meminfo: memFree=20454632/32873844 swapFree=7632/7632
[pid=25070] ppid=25068 vsize=11852648 CPUtime=1800.14 cores=1,3,5,7
/proc/25070/stat : 25070 (java) S 25068 25070 24098 0 -1 4202496 28619 0 1 0 179882 132 0 0 20 0 22 0 343119633 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140733880413024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25070/statm: 2963162 962234 2291 9 0 2953849 0
[pid=25070/tid=25072] ppid=25068 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/25070/task/25072/stat : 25072 (java) S 25068 25070 24098 0 -1 4202560 2996 0 1 0 56 5 0 0 20 0 22 0 343119635 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687767700632 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25073] ppid=25068 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/25070/task/25073/stat : 25073 (java) S 25068 25070 24098 0 -1 4202560 167 0 0 0 113 7 0 0 20 0 22 0 343119637 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687604873512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25074] ppid=25068 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/25070/task/25074/stat : 25074 (java) S 25068 25070 24098 0 -1 4202560 133 0 0 0 121 5 0 0 20 0 22 0 343119637 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687603820712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25075] ppid=25068 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/25070/task/25075/stat : 25075 (java) S 25068 25070 24098 0 -1 4202560 130 0 0 0 104 5 0 0 20 0 22 0 343119637 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687602768424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25076] ppid=25068 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/25070/task/25076/stat : 25076 (java) S 25068 25070 24098 0 -1 4202560 136 0 0 0 113 6 0 0 20 0 22 0 343119637 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687601715624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25077] ppid=25068 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/25070/task/25077/stat : 25077 (java) S 25068 25070 24098 0 -1 4202560 144 0 0 0 109 6 0 0 20 0 22 0 343119637 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687600663336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25078] ppid=25068 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/25070/task/25078/stat : 25078 (java) S 25068 25070 24098 0 -1 4202560 139 0 0 0 121 5 0 0 20 0 22 0 343119637 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687599610536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25079] ppid=25068 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/25070/task/25079/stat : 25079 (java) S 25068 25070 24098 0 -1 4202560 107 0 0 0 107 5 0 0 20 0 22 0 343119637 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687598558248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25080] ppid=25068 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/25070/task/25080/stat : 25080 (java) S 25068 25070 24098 0 -1 4202560 94 0 0 0 107 3 0 0 20 0 22 0 343119637 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687597505448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25081] ppid=25068 vsize=11852648 CPUtime=20.79 cores=1,3,5,7
/proc/25070/task/25081/stat : 25081 (java) S 25068 25070 24098 0 -1 4202560 160 0 0 0 2073 6 0 0 20 0 22 0 343119638 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687585093864 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25082] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25082/stat : 25082 (java) S 25068 25070 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343119639 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687584039928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25083] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25083/stat : 25083 (java) S 25068 25070 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119639 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687582987528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25084] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25084/stat : 25084 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687581936016 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25085] ppid=25068 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/25070/task/25085/stat : 25085 (java) S 25068 25070 24098 0 -1 4202560 10220 0 0 0 180 1 0 0 20 0 22 0 343119641 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687580883640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25086] ppid=25068 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/25070/task/25086/stat : 25086 (java) S 25068 25070 24098 0 -1 4202560 11202 0 0 0 166 2 0 0 20 0 22 0 343119641 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687579830840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25087] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25087/stat : 25087 (java) S 25068 25070 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119641 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687578778744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25088] ppid=25068 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/25070/task/25088/stat : 25088 (java) S 25068 25070 24098 0 -1 4202560 53 0 0 0 19 21 0 0 20 0 22 0 343119641 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687577726152 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25070/tid=25089] ppid=25068 vsize=11852648 CPUtime=880.49 cores=1,3,5,7
/proc/25070/task/25089/stat : 25089 (java) R 25068 25070 24098 0 -1 4202560 96 0 0 0 88035 14 0 0 20 0 22 0 343119694 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687576670536 140687640869068 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25070/tid=25090] ppid=25068 vsize=11852648 CPUtime=880.39 cores=1,3,5,7
/proc/25070/task/25090/stat : 25090 (java) R 25068 25070 24098 0 -1 4202560 1654 0 0 0 87970 69 0 0 20 0 22 0 343119694 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687575615512 140687640691799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25070/tid=25091] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25091/stat : 25091 (java) S 25068 25070 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119696 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687574566056 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25070/tid=25092] ppid=25068 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25070/task/25092/stat : 25092 (java) S 25068 25070 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119696 12137111552 962234 33554432000 1073741824 1073778376 140733880421888 140687573513256 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25070 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=169244
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=780729
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 907.057
CPU time (s): 1800.14
CPU user time (s): 1798.82
CPU system time (s): 1.32
CPU usage (%): 198.459
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 1.78073
maximum resident set size= 3851104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28652
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24839
involuntary context switches= 31357

runsolver used 3.74143 second user time and 8.36473 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 02:32:33
IDJOB=3742513
IDBENCH=90196
IDSOLVER=2328
FILE ID=node141/3742513-1338769953
RUNJOBID= node141-1338763554-24115
PBS_JOBID= 14636812
Free space on /tmp= 70720 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K140.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742513-1338769953/watcher-3742513-1338769953 -o /tmp/evaluation-result-3742513-1338769953/solver-3742513-1338769953 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742513-1338769953.opb

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

MD5SUM BENCH= 59945e7fb6f70b0a7aeb9a0267c89f72
RANDOM SEED=1290138373

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24387764 kB
Buffers:          435744 kB
Cached:          3266632 kB
SwapCached:          216 kB
Active:          5166696 kB
Inactive:        2424276 kB
Active(anon):    3879060 kB
Inactive(anon):    11288 kB
Active(file):    1287636 kB
Inactive(file):  2412988 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:       3899292 kB
Mapped:            18940 kB
Shmem:               172 kB
Slab:             742044 kB
SReclaimable:     184180 kB
SUnreclaim:       557864 kB
KernelStack:        1632 kB
PageTables:        11740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3833856 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= 70720 MiB
End job on node141 at 2012-06-04 02:47:42