Trace number 3282635

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
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1301.34 1300.05

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.06/0.10	c --- Begin Solver configuration ---
0.06/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.06/0.10	c Learn all clauses as in MiniSAT
0.06/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.10	c Expensive reason simplification
0.06/0.10	c Armin Biere (Picosat) restarts strategy
0.06/0.10	c Glucose learned constraints deletion strategy
0.06/0.10	c timeout=2147483647s
0.06/0.10	c DB Simplification allowed=true
0.06/0.10	c --- End Solver configuration ---
0.06/0.10	c solving HOME/instance-3282635-1303757925.cnf
0.06/0.10	c reading problem ... 
0.30/0.36	c ... done. Wall clock time 0.258s.
0.30/0.36	c #vars     69561
0.30/0.36	c #constraints  226401
0.30/0.36	c constraints type 
0.30/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 133769
0.30/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 92375
5.32/4.86	c cleaning 2438 clauses out of 4926 with flag 5000/5000
14.39/13.44	c cleaning 4203 clauses out of 8455 with flag 11002/11002
29.60/28.69	c cleaning 5617 clauses out of 11242 with flag 18002/18002
41.31/40.39	c cleaning 6808 clauses out of 13618 with flag 26000/26000
48.63/47.63	c cleaning 7880 clauses out of 15808 with flag 35001/35001
67.13/66.10	c cleaning 8947 clauses out of 17922 with flag 45000/45000
84.24/83.27	c cleaning 9960 clauses out of 19971 with flag 56000/56000
117.75/116.77	c cleaning 10972 clauses out of 22011 with flag 68000/68000
138.66/137.66	c cleaning 11822 clauses out of 24021 with flag 81001/81001
165.38/164.40	c cleaning 13035 clauses out of 26183 with flag 95001/95001
216.99/215.96	c cleaning 14075 clauses out of 28149 with flag 110002/110002
253.00/251.94	c cleaning 14945 clauses out of 30072 with flag 126000/126000
281.71/280.67	c cleaning 15893 clauses out of 32119 with flag 143000/143000
333.42/332.34	c cleaning 17088 clauses out of 34226 with flag 161000/161000
395.73/394.64	c cleaning 17978 clauses out of 36136 with flag 180002/180002
475.94/474.83	c cleaning 19046 clauses out of 38156 with flag 200000/200000
541.16/540.02	c cleaning 20032 clauses out of 40110 with flag 221000/221000
607.17/606.02	c cleaning 21000 clauses out of 42079 with flag 243001/243001
694.98/693.80	c cleaning 22015 clauses out of 44080 with flag 266002/266002
803.49/802.39	c cleaning 22947 clauses out of 46065 with flag 290002/290002
899.91/898.75	c cleaning 24054 clauses out of 48116 with flag 315000/315000
990.32/989.18	c cleaning 24945 clauses out of 50062 with flag 341000/341000
1092.73/1091.56	c cleaning 26049 clauses out of 52117 with flag 368000/368000
1210.85/1209.63	c cleaning 26922 clauses out of 54068 with flag 396000/396000
1301.27/1300.01	c starts		: 803
1301.27/1300.01	c conflicts		: 414513
1301.27/1300.01	c decisions		: 2169945
1301.27/1300.01	c propagations		: 1616673416
1301.27/1300.01	c inspects		: 5954462586
1301.27/1300.01	c shortcuts		: 0
1301.27/1300.01	c learnt literals	: 62
1301.27/1300.01	c learnt binary clauses	: 3911
1301.27/1300.01	c learnt ternary clauses	: 24184
1301.27/1300.01	c learnt constraints	: 414450
1301.27/1300.01	c ignored constraints	: 0
1301.27/1300.01	c root simplifications	: 865
1301.27/1300.01	c removed literals (reason simplification)	: 20596504
1301.27/1300.01	c reason swapping (by a shorter reason)	: 0
1301.27/1300.01	c Calls to reduceDB	: 24
1301.27/1300.01	c speed (assignments/second)	: 1243927.9253215475
1301.27/1300.01	c non guided choices	8314
1301.27/1300.03	c learnt constraints type 
1301.27/1300.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3864
1301.27/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 41794
1301.27/1300.03	c constraints type 
1301.27/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 133769
1301.27/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 92375
1301.27/1300.03	s UNKNOWN
1301.27/1300.03	c Total wall clock time (in seconds) : 1299.911

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3282635-1303757925/watcher-3282635-1303757925 -o /tmp/evaluation-result-3282635-1303757925/solver-3282635-1303757925 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282635-1303757925.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.52 3.87 3.44 5/184 29713
/proc/meminfo: memFree=20912668/32950928 swapFree=67111528/67111528
[pid=29713] ppid=29711 vsize=30536 CPUtime=0 cores=5,7
/proc/29713/stat : 29713 (java) S 29711 29713 27831 0 -1 4202496 1254 0 0 0 0 0 0 0 18 0 2 0 487389230 31268864 972 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/29713/statm: 7634 972 745 9 0 385 0
[pid=29713/tid=29714] ppid=29711 vsize=31604 CPUtime=0 cores=5,7
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27831 0 -1 4202560 142 0 0 0 0 0 0 0 19 0 2 0 487389230 32362496 975 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254495769680 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0779999 s]
/proc/loadavg: 3.52 3.87 3.44 5/184 29713
/proc/meminfo: memFree=20912668/32950928 swapFree=67111528/67111528
[pid=29713] ppid=29711 vsize=7635476 CPUtime=0.06 cores=5,7
/proc/29713/stat : 29713 (java) S 29711 29713 27831 0 -1 4202496 9438 0 1 0 5 1 0 0 18 0 18 0 487389230 7818727424 9134 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29713/statm: 1908869 9208 1754 9 0 1899607 0
[pid=29713/tid=29714] ppid=29711 vsize=7635476 CPUtime=0.06 cores=5,7
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27831 0 -1 4202560 8336 0 1 0 5 1 0 0 21 0 18 0 487389230 7818727424 9208 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 47007449868694 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7635476

[startup+0.127565 s]
/proc/loadavg: 3.52 3.87 3.44 5/184 29713
/proc/meminfo: memFree=20912668/32950928 swapFree=67111528/67111528
[pid=29713] ppid=29711 vsize=7636500 CPUtime=0.12 cores=5,7
/proc/29713/stat : 29713 (java) S 29711 29713 27831 0 -1 4202496 11266 0 1 0 11 1 0 0 18 0 18 0 487389230 7819776000 10937 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29713/statm: 1909125 10937 2123 9 0 1899863 0
[pid=29713/tid=29714] ppid=29711 vsize=7636500 CPUtime=0.1 cores=5,7
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27831 0 -1 4202560 9293 0 1 0 9 1 0 0 21 0 18 0 487389230 7819776000 10937 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512517813 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 7636500

[startup+0.36942 s]
/proc/loadavg: 3.52 3.87 3.44 5/184 29713
/proc/meminfo: memFree=20912668/32950928 swapFree=67111528/67111528
[pid=29713] ppid=29711 vsize=7637524 CPUtime=0.51 cores=5,7
/proc/29713/stat : 29713 (java) S 29711 29713 27831 0 -1 4202496 19781 0 1 0 49 2 0 0 18 0 18 0 487389230 7820824576 18730 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29713/statm: 1909381 18730 2204 9 0 1900119 0
[pid=29713/tid=29714] ppid=29711 vsize=7637524 CPUtime=0.34 cores=5,7
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27831 0 -1 4202560 16148 0 1 0 32 2 0 0 21 0 18 0 487389230 7820824576 18730 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 46912505217104 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 7637524

[startup+0.700358 s]
/proc/loadavg: 3.52 3.87 3.44 5/184 29713
/proc/meminfo: memFree=20912668/32950928 swapFree=67111528/67111528
[pid=29713] ppid=29711 vsize=7638552 CPUtime=1.1 cores=5,7
/proc/29713/stat : 29713 (java) S 29711 29713 27831 0 -1 4202496 21183 0 1 0 107 3 0 0 18 0 19 0 487389230 7821877248 19463 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29713/statm: 1909638 19463 2218 9 0 1900376 0
[pid=29713/tid=29714] ppid=29711 vsize=7638552 CPUtime=0.67 cores=5,7
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27831 0 -1 4202560 16817 0 1 0 65 2 0 0 22 0 19 0 487389230 7821877248 19463 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 46912505695858 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 7638552

[startup+1.5012 s]
/proc/loadavg: 3.52 3.87 3.44 5/262 29797
/proc/meminfo: memFree=20667532/32950928 swapFree=67111528/67111528
[pid=29713] ppid=29711 vsize=7638552 CPUtime=2.02 cores=5,7
/proc/29713/stat : 29713 (java) S 29711 29713 27831 0 -1 4202496 22152 0 1 0 199 3 0 0 18 0 19 0 487389230 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29713/statm: 1909638 19768 2225 9 0 1900376 0
[pid=29713/tid=29714] ppid=29711 vsize=7638552 CPUtime=1.46 cores=5,7
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27831 0 -1 4202560 17098 0 1 0 144 2 0 0 25 0 19 0 487389230 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 46912505653323 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29713/tid=29724] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29724/stat : 29724 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 487389232 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29725] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29725/stat : 29725 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487389232 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29726] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29726/stat : 29726 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487389232 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29727] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29727/stat : 29727 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487389232 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29728] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29728/stat : 29728 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487389232 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29729] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487389232 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487389232 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 487389232 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29736] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29736/stat : 29736 (java) S 29711 29713 27831 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 487389233 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 0 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29741] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29741/stat : 29741 (java) S 29711 29713 27831 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 487389233 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29742] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29742/stat : 29742 (java) S 29711 29713 27831 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 487389233 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29759] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29759/stat : 29759 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487389236 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512515505 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29760] ppid=29711 vsize=7638552 CPUtime=0.38 cores=5,7
/proc/29713/task/29760/stat : 29760 (java) S 29711 29713 27831 0 -1 4202560 1674 0 0 0 38 0 0 0 15 0 19 0 487389236 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29762] ppid=29711 vsize=7638552 CPUtime=0.17 cores=5,7
/proc/29713/task/29762/stat : 29762 (java) S 29711 29713 27831 0 -1 4202560 2218 0 0 0 17 0 0 0 15 0 19 0 487389236 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29763] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29763/stat : 29763 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 487389236 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29764] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29764/stat : 29764 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487389236 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29796] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29796/stat : 29796 (java) S 29711 29713 27831 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 487389270 7821877248 19768 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 7638552

[startup+3.10095 s]
/proc/loadavg: 3.52 3.87 3.44 5/262 29797
/proc/meminfo: memFree=20664680/32950928 swapFree=67111528/67111528
[pid=29713] ppid=29711 vsize=7638552 CPUtime=3.62 cores=5,7
/proc/29713/stat : 29713 (java) S 29711 29713 27831 0 -1 4202496 22328 0 1 0 359 3 0 0 18 0 19 0 487389230 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29713/statm: 1909638 19944 2225 9 0 1900376 0
[pid=29713/tid=29714] ppid=29711 vsize=7638552 CPUtime=3.05 cores=5,7
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27831 0 -1 4202560 17274 0 1 0 303 2 0 0 25 0 19 0 487389230 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 46912505691618 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29713/tid=29724] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29724/stat : 29724 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 487389232 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29725] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29725/stat : 29725 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487389232 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29726] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29726/stat : 29726 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487389232 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29727] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29727/stat : 29727 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487389232 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29728] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29728/stat : 29728 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487389232 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29729] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487389232 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487389232 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 487389232 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29736] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29736/stat : 29736 (java) S 29711 29713 27831 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 487389233 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 0 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29741] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29741/stat : 29741 (java) S 29711 29713 27831 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 487389233 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29742] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29742/stat : 29742 (java) S 29711 29713 27831 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 487389233 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29759] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29759/stat : 29759 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487389236 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512515505 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29760] ppid=29711 vsize=7638552 CPUtime=0.38 cores=5,7
/proc/29713/task/29760/stat : 29760 (java) S 29711 29713 27831 0 -1 4202560 1674 0 0 0 38 0 0 0 15 0 19 0 487389236 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29762] ppid=29711 vsize=7638552 CPUtime=0.17 cores=5,7
/proc/29713/task/29762/stat : 29762 (java) S 29711 29713 27831 0 -1 4202560 2218 0 0 0 17 0 0 0 15 0 19 0 487389236 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29763] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29763/stat : 29763 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 487389236 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29764] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29764/stat : 29764 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487389236 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29796] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29796/stat : 29796 (java) S 29711 29713 27831 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 487389270 7821877248 19944 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 7638552

[startup+6.3013 s]
/proc/loadavg: 3.56 3.87 3.45 7/262 29797
/proc/meminfo: memFree=20516824/32950928 swapFree=67111528/67111528
[pid=29713] ppid=29711 vsize=7638552 CPUtime=7.27 cores=5,7
/proc/29713/stat : 29713 (java) S 29711 29713 27831 0 -1 4202496 47213 0 1 0 720 7 0 0 18 0 19 0 487389230 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29713/statm: 1909638 39638 2251 9 0 1900376 0
[pid=29713/tid=29714] ppid=29711 vsize=7638552 CPUtime=6.05 cores=5,7
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27831 0 -1 4202560 17358 0 1 0 603 2 0 0 18 0 19 0 487389230 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 46912505677255 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29713/tid=29724] ppid=29711 vsize=7638552 CPUtime=0.04 cores=5,7
/proc/29713/task/29724/stat : 29724 (java) S 29711 29713 27831 0 -1 4202560 2940 0 0 0 4 0 0 0 18 0 19 0 487389232 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29725] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29725/stat : 29725 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487389232 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29726] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29726/stat : 29726 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487389232 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29727] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29727/stat : 29727 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487389232 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29728] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29728/stat : 29728 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487389232 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29729] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27831 0 -1 4202560 302 0 0 0 0 0 0 0 18 0 19 0 487389232 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=7638552 CPUtime=0.04 cores=5,7
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27831 0 -1 4202560 4440 0 0 0 4 0 0 0 18 0 19 0 487389232 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487389232 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29736] ppid=29711 vsize=7638552 CPUtime=0.12 cores=5,7
/proc/29713/task/29736/stat : 29736 (java) S 29711 29713 27831 0 -1 4202560 9394 0 0 0 11 1 0 0 15 0 19 0 487389233 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 0 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29741] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29741/stat : 29741 (java) S 29711 29713 27831 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487389233 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29742] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29742/stat : 29742 (java) S 29711 29713 27831 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487389233 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29759] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29759/stat : 29759 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487389236 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512515505 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29760] ppid=29711 vsize=7638552 CPUtime=0.4 cores=5,7
/proc/29713/task/29760/stat : 29760 (java) S 29711 29713 27831 0 -1 4202560 1836 0 0 0 40 0 0 0 16 0 19 0 487389236 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29762] ppid=29711 vsize=7638552 CPUtime=0.56 cores=5,7
/proc/29713/task/29762/stat : 29762 (java) S 29711 29713 27831 0 -1 4202560 9787 0 0 0 55 1 0 0 16 0 19 0 487389236 7821877248 39638 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0

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

[pid=29713/tid=29729] ppid=29711 vsize=7638552 CPUtime=0.04 cores=5,7
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27831 0 -1 4202560 306 0 0 0 4 0 0 0 15 0 19 0 487389232 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=7638552 CPUtime=0.1 cores=5,7
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27831 0 -1 4202560 4996 0 0 0 10 0 0 0 15 0 19 0 487389232 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=7638552 CPUtime=0.03 cores=5,7
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27831 0 -1 4202560 62 0 0 0 3 0 0 0 15 0 19 0 487389232 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29736] ppid=29711 vsize=7638552 CPUtime=2.42 cores=5,7
/proc/29713/task/29736/stat : 29736 (java) S 29711 29713 27831 0 -1 4202560 11007 0 0 0 241 1 0 0 15 0 19 0 487389233 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 0 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29741] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29741/stat : 29741 (java) S 29711 29713 27831 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487389233 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29742] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29742/stat : 29742 (java) S 29711 29713 27831 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487389233 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29759] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29759/stat : 29759 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487389236 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512515505 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29760] ppid=29711 vsize=7638552 CPUtime=0.41 cores=5,7
/proc/29713/task/29760/stat : 29760 (java) S 29711 29713 27831 0 -1 4202560 1838 0 0 0 41 0 0 0 15 0 19 0 487389236 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29762] ppid=29711 vsize=7638552 CPUtime=0.6 cores=5,7
/proc/29713/task/29762/stat : 29762 (java) S 29711 29713 27831 0 -1 4202560 9798 0 0 0 59 1 0 0 15 0 19 0 487389236 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29763] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29763/stat : 29763 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 487389236 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29764] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29764/stat : 29764 (java) S 29711 29713 27831 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 487389236 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29796] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29796/stat : 29796 (java) S 29711 29713 27831 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 487389270 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1123.54
Current children cumulated vsize (KiB) 7638552

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/262 29840
/proc/meminfo: memFree=20393928/32950928 swapFree=67111528/67111528
[pid=29713] ppid=29711 vsize=7638552 CPUtime=1183.55 cores=5,7
/proc/29713/stat : 29713 (java) S 29711 29713 27831 0 -1 4202496 49580 0 1 0 118348 7 0 0 18 0 19 0 487389230 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29713/statm: 1909638 41879 2253 9 0 1900376 0
[pid=29713/tid=29714] ppid=29711 vsize=7638552 CPUtime=1179.57 cores=5,7
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27831 0 -1 4202560 17383 0 1 0 117955 2 0 0 25 0 19 0 487389230 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 46912505615668 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29713/tid=29724] ppid=29711 vsize=7638552 CPUtime=0.11 cores=5,7
/proc/29713/task/29724/stat : 29724 (java) S 29711 29713 27831 0 -1 4202560 2947 0 0 0 11 0 0 0 15 0 19 0 487389232 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29725] ppid=29711 vsize=7638552 CPUtime=0.08 cores=5,7
/proc/29713/task/29725/stat : 29725 (java) S 29711 29713 27831 0 -1 4202560 12 0 0 0 8 0 0 0 15 0 19 0 487389232 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29726] ppid=29711 vsize=7638552 CPUtime=0.04 cores=5,7
/proc/29713/task/29726/stat : 29726 (java) S 29711 29713 27831 0 -1 4202560 9 0 0 0 4 0 0 0 15 0 19 0 487389232 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29727] ppid=29711 vsize=7638552 CPUtime=0.03 cores=5,7
/proc/29713/task/29727/stat : 29727 (java) S 29711 29713 27831 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 19 0 487389232 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29728] ppid=29711 vsize=7638552 CPUtime=0.01 cores=5,7
/proc/29713/task/29728/stat : 29728 (java) S 29711 29713 27831 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 487389232 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29729] ppid=29711 vsize=7638552 CPUtime=0.04 cores=5,7
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27831 0 -1 4202560 306 0 0 0 4 0 0 0 15 0 19 0 487389232 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=7638552 CPUtime=0.1 cores=5,7
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27831 0 -1 4202560 4996 0 0 0 10 0 0 0 15 0 19 0 487389232 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=7638552 CPUtime=0.03 cores=5,7
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27831 0 -1 4202560 62 0 0 0 3 0 0 0 15 0 19 0 487389232 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29736] ppid=29711 vsize=7638552 CPUtime=2.42 cores=5,7
/proc/29713/task/29736/stat : 29736 (java) S 29711 29713 27831 0 -1 4202560 11007 0 0 0 241 1 0 0 15 0 19 0 487389233 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 0 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29741] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29741/stat : 29741 (java) S 29711 29713 27831 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487389233 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29742] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29742/stat : 29742 (java) S 29711 29713 27831 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487389233 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29759] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29759/stat : 29759 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487389236 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512515505 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29760] ppid=29711 vsize=7638552 CPUtime=0.41 cores=5,7
/proc/29713/task/29760/stat : 29760 (java) S 29711 29713 27831 0 -1 4202560 1838 0 0 0 41 0 0 0 15 0 19 0 487389236 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29762] ppid=29711 vsize=7638552 CPUtime=0.6 cores=5,7
/proc/29713/task/29762/stat : 29762 (java) S 29711 29713 27831 0 -1 4202560 9798 0 0 0 59 1 0 0 15 0 19 0 487389236 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29763] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29763/stat : 29763 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 487389236 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29764] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29764/stat : 29764 (java) S 29711 29713 27831 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 487389236 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29796] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29796/stat : 29796 (java) S 29711 29713 27831 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 487389270 7821877248 41879 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.55
Current children cumulated vsize (KiB) 7638552

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/262 29842
/proc/meminfo: memFree=20393036/32950928 swapFree=67111528/67111528
[pid=29713] ppid=29711 vsize=7638552 CPUtime=1243.56 cores=5,7
/proc/29713/stat : 29713 (java) S 29711 29713 27831 0 -1 4202496 49588 0 1 0 124349 7 0 0 18 0 19 0 487389230 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29713/statm: 1909638 41880 2253 9 0 1900376 0
[pid=29713/tid=29714] ppid=29711 vsize=7638552 CPUtime=1239.43 cores=5,7
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27831 0 -1 4202560 17384 0 1 0 123941 2 0 0 25 0 19 0 487389230 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 46912505695489 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29713/tid=29724] ppid=29711 vsize=7638552 CPUtime=0.11 cores=5,7
/proc/29713/task/29724/stat : 29724 (java) S 29711 29713 27831 0 -1 4202560 2947 0 0 0 11 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29725] ppid=29711 vsize=7638552 CPUtime=0.08 cores=5,7
/proc/29713/task/29725/stat : 29725 (java) S 29711 29713 27831 0 -1 4202560 12 0 0 0 8 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29726] ppid=29711 vsize=7638552 CPUtime=0.04 cores=5,7
/proc/29713/task/29726/stat : 29726 (java) S 29711 29713 27831 0 -1 4202560 9 0 0 0 4 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29727] ppid=29711 vsize=7638552 CPUtime=0.03 cores=5,7
/proc/29713/task/29727/stat : 29727 (java) S 29711 29713 27831 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29728] ppid=29711 vsize=7638552 CPUtime=0.02 cores=5,7
/proc/29713/task/29728/stat : 29728 (java) S 29711 29713 27831 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29729] ppid=29711 vsize=7638552 CPUtime=0.05 cores=5,7
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27831 0 -1 4202560 307 0 0 0 5 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=7638552 CPUtime=0.1 cores=5,7
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27831 0 -1 4202560 4996 0 0 0 10 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=7638552 CPUtime=0.03 cores=5,7
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27831 0 -1 4202560 62 0 0 0 3 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29736] ppid=29711 vsize=7638552 CPUtime=2.56 cores=5,7
/proc/29713/task/29736/stat : 29736 (java) S 29711 29713 27831 0 -1 4202560 11009 0 0 0 255 1 0 0 15 0 19 0 487389233 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 0 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29741] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29741/stat : 29741 (java) S 29711 29713 27831 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487389233 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29742] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29742/stat : 29742 (java) S 29711 29713 27831 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487389233 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29759] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29759/stat : 29759 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487389236 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512515505 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29760] ppid=29711 vsize=7638552 CPUtime=0.41 cores=5,7
/proc/29713/task/29760/stat : 29760 (java) S 29711 29713 27831 0 -1 4202560 1838 0 0 0 41 0 0 0 15 0 19 0 487389236 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29762] ppid=29711 vsize=7638552 CPUtime=0.6 cores=5,7
/proc/29713/task/29762/stat : 29762 (java) S 29711 29713 27831 0 -1 4202560 9798 0 0 0 59 1 0 0 15 0 19 0 487389236 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29763] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29763/stat : 29763 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 487389236 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29764] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29764/stat : 29764 (java) S 29711 29713 27831 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 487389236 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29796] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29796/stat : 29796 (java) S 29711 29713 27831 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 487389270 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.56
Current children cumulated vsize (KiB) 7638552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.83 5/263 29845
/proc/meminfo: memFree=20388268/32950928 swapFree=67111528/67111528
[pid=29713] ppid=29711 vsize=7638552 CPUtime=1301.27 cores=5,7
/proc/29713/stat : 29713 (java) S 29711 29713 27831 0 -1 4202496 49592 0 1 0 130120 7 0 0 18 0 19 0 487389230 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29713/statm: 1909638 41880 2253 9 0 1900376 0
[pid=29713/tid=29714] ppid=29711 vsize=7638552 CPUtime=1297.13 cores=5,7
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27831 0 -1 4202560 17384 0 1 0 129711 2 0 0 25 0 19 0 487389230 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 46912505695938 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29713/tid=29724] ppid=29711 vsize=7638552 CPUtime=0.11 cores=5,7
/proc/29713/task/29724/stat : 29724 (java) S 29711 29713 27831 0 -1 4202560 2947 0 0 0 11 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29725] ppid=29711 vsize=7638552 CPUtime=0.08 cores=5,7
/proc/29713/task/29725/stat : 29725 (java) S 29711 29713 27831 0 -1 4202560 12 0 0 0 8 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29726] ppid=29711 vsize=7638552 CPUtime=0.04 cores=5,7
/proc/29713/task/29726/stat : 29726 (java) S 29711 29713 27831 0 -1 4202560 9 0 0 0 4 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29727] ppid=29711 vsize=7638552 CPUtime=0.03 cores=5,7
/proc/29713/task/29727/stat : 29727 (java) S 29711 29713 27831 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29728] ppid=29711 vsize=7638552 CPUtime=0.02 cores=5,7
/proc/29713/task/29728/stat : 29728 (java) S 29711 29713 27831 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29729] ppid=29711 vsize=7638552 CPUtime=0.05 cores=5,7
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27831 0 -1 4202560 307 0 0 0 5 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=7638552 CPUtime=0.1 cores=5,7
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27831 0 -1 4202560 4996 0 0 0 10 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=7638552 CPUtime=0.03 cores=5,7
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27831 0 -1 4202560 62 0 0 0 3 0 0 0 15 0 19 0 487389232 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29736] ppid=29711 vsize=7638552 CPUtime=2.56 cores=5,7
/proc/29713/task/29736/stat : 29736 (java) S 29711 29713 27831 0 -1 4202560 11009 0 0 0 255 1 0 0 15 0 19 0 487389233 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 0 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29741] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29741/stat : 29741 (java) S 29711 29713 27831 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487389233 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29742] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29742/stat : 29742 (java) S 29711 29713 27831 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487389233 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29759] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29759/stat : 29759 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487389236 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512515505 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29760] ppid=29711 vsize=7638552 CPUtime=0.41 cores=5,7
/proc/29713/task/29760/stat : 29760 (java) S 29711 29713 27831 0 -1 4202560 1838 0 0 0 41 0 0 0 15 0 19 0 487389236 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 5 0 0 0
[pid=29713/tid=29762] ppid=29711 vsize=7638552 CPUtime=0.6 cores=5,7
/proc/29713/task/29762/stat : 29762 (java) S 29711 29713 27831 0 -1 4202560 9798 0 0 0 59 1 0 0 15 0 19 0 487389236 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29763] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29763/stat : 29763 (java) S 29711 29713 27831 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 487389236 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512507801 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29764] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29764/stat : 29764 (java) S 29711 29713 27831 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 487389236 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
[pid=29713/tid=29796] ppid=29711 vsize=7638552 CPUtime=0 cores=5,7
/proc/29713/task/29796/stat : 29796 (java) S 29711 29713 27831 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 487389270 7821877248 41880 33554432000 1073741824 1073778376 140733264319184 18446744073709551615 254512508416 0 4 0 16800975 18446604471144307520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.27
Current children cumulated vsize (KiB) 7638552

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): 1300.05
CPU time (s): 1301.34
CPU user time (s): 1301.25
CPU system time (s): 0.092985
CPU usage (%): 100.1
Max. virtual memory (cumulated for all children) (KiB): 7638552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.25
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49930
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27281
involuntary context switches= 3909

runsolver used 2.14967 second user time and 4.99624 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 20:58:45
IDJOB=3282635
IDBENCH=70830
IDSOLVER=1611
FILE ID=node149/3282635-1303757925
RUNJOBID= node149-1303757925-29685
PBS_JOBID= 13154013
Free space on /tmp= 72176 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282635-1303757925/watcher-3282635-1303757925 -o /tmp/evaluation-result-3282635-1303757925/solver-3282635-1303757925 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282635-1303757925.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=1258070855

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20913196 kB
Buffers:       2159656 kB
Cached:        9273912 kB
SwapCached:          0 kB
Active:        1161260 kB
Inactive:     10344252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20913196 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9500 kB
Writeback:           0 kB
AnonPages:       71532 kB
Mapped:          16812 kB
Slab:           468256 kB
PageTables:       5592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   220964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72172 MiB
End job on node149 at 2011-04-25 21:20:27