Trace number 3291467

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.46 1300.05

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
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 variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c no version file found!!!
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.18-164.el5
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		6997539544
0.02/0.07	c Max memory 		7034241024
0.02/0.07	c Total memory 		7034241024
0.02/0.07	c Number of processors 	8
0.02/0.09	c --- Begin Solver configuration ---
0.02/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.02/0.09	c Learn all clauses as in MiniSAT
0.02/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.09	c Expensive reason simplification
0.02/0.09	c Armin Biere (Picosat) restarts strategy
0.02/0.09	c Glucose learned constraints deletion strategy
0.02/0.09	c timeout=2147483647s
0.02/0.09	c DB Simplification allowed=true
0.02/0.09	c --- End Solver configuration ---
0.02/0.09	c solving HOME/instance-3291467-1303790828.cnf
0.02/0.09	c reading problem ... 
0.47/0.33	c ... done. Wall clock time 0.24s.
0.47/0.33	c #vars     28147
0.47/0.33	c #constraints  108414
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 89613
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 18786
4.76/4.27	c cleaning 2435 clauses out of 4869 with flag 5000/5000
11.02/10.00	c cleaning 2859 clauses out of 8352 with flag 11000/11000
20.92/19.98	c cleaning 3406 clauses out of 12416 with flag 18001/18001
34.84/33.80	c cleaning 7941 clauses out of 16991 with flag 26000/26000
47.15/46.16	c cleaning 6918 clauses out of 18050 with flag 35000/35000
60.86/59.86	c cleaning 7074 clauses out of 21127 with flag 45000/45000
75.36/74.37	c cleaning 10576 clauses out of 25051 with flag 56001/56001
86.67/85.61	c cleaning 10174 clauses out of 26474 with flag 68000/68000
102.77/101.76	c cleaning 12072 clauses out of 29301 with flag 81001/81001
118.18/117.11	c cleaning 14460 clauses out of 31228 with flag 95000/95000
132.38/131.36	c cleaning 15735 clauses out of 31768 with flag 110000/110000
145.88/144.88	c cleaning 14515 clauses out of 32036 with flag 126003/126003
161.19/160.16	c cleaning 16993 clauses out of 34518 with flag 143000/143000
182.00/180.97	c cleaning 17379 clauses out of 35525 with flag 161000/161000
205.61/204.55	c cleaning 18286 clauses out of 37146 with flag 180000/180000
228.51/227.41	c cleaning 19233 clauses out of 38860 with flag 200000/200000
255.02/253.92	c cleaning 20199 clauses out of 40628 with flag 221001/221001
280.02/278.96	c cleaning 21064 clauses out of 42429 with flag 243001/243001
305.04/303.95	c cleaning 22078 clauses out of 44364 with flag 266000/266000
334.75/333.69	c cleaning 23013 clauses out of 46286 with flag 290000/290000
362.15/361.03	c cleaning 24134 clauses out of 48275 with flag 315002/315002
400.76/399.62	c cleaning 25034 clauses out of 50140 with flag 341001/341001
434.47/433.31	c cleaning 25918 clauses out of 52105 with flag 368000/368000
471.99/470.88	c cleaning 27034 clauses out of 54187 with flag 396000/396000
507.90/506.71	c cleaning 28012 clauses out of 56153 with flag 425000/425000
545.50/544.40	c cleaning 29013 clauses out of 58141 with flag 455000/455000
585.71/584.53	c cleaning 30002 clauses out of 60129 with flag 486001/486001
631.42/630.24	c cleaning 30989 clauses out of 62126 with flag 518000/518000
673.53/672.37	c cleaning 32040 clauses out of 64137 with flag 551000/551000
718.74/717.57	c cleaning 32938 clauses out of 66097 with flag 585000/585000
759.06/757.89	c cleaning 34040 clauses out of 68159 with flag 620000/620000
803.56/802.34	c cleaning 34990 clauses out of 70119 with flag 656000/656000
857.28/856.07	c cleaning 36031 clauses out of 72132 with flag 693003/693003
905.79/904.57	c cleaning 36997 clauses out of 74098 with flag 731000/731000
951.30/950.01	c cleaning 38019 clauses out of 76102 with flag 770001/770001
1005.52/1004.29	c cleaning 38977 clauses out of 78084 with flag 810002/810002
1060.42/1059.14	c cleaning 40033 clauses out of 80106 with flag 851001/851001
1124.94/1123.60	c cleaning 41035 clauses out of 82074 with flag 893002/893002
1179.35/1178.06	c cleaning 41985 clauses out of 84037 with flag 936000/936000
1249.06/1247.76	c cleaning 42999 clauses out of 86053 with flag 980001/980001
1301.38/1300.01	c starts		: 1175
1301.38/1300.01	c conflicts		: 1007107
1301.38/1300.01	c decisions		: 9354051
1301.38/1300.01	c propagations		: 1695206210
1301.38/1300.01	c inspects		: 5734135243
1301.38/1300.01	c shortcuts		: 0
1301.38/1300.01	c learnt literals	: 193
1301.38/1300.01	c learnt binary clauses	: 5067
1301.38/1300.01	c learnt ternary clauses	: 37017
1301.38/1300.01	c learnt constraints	: 1006913
1301.38/1300.01	c ignored constraints	: 0
1301.38/1300.01	c root simplifications	: 1368
1301.38/1300.01	c removed literals (reason simplification)	: 33086988
1301.38/1300.01	c reason swapping (by a shorter reason)	: 0
1301.38/1300.01	c Calls to reduceDB	: 40
1301.38/1300.01	c speed (assignments/second)	: 1304323.8345995406
1301.38/1300.01	c non guided choices	4596068
1301.38/1300.04	c learnt constraints type 
1301.38/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4990
1301.38/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65172
1301.38/1300.04	c constraints type 
1301.38/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 89613
1301.38/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 18786
1301.38/1300.04	s UNKNOWN
1301.38/1300.04	c Total wall clock time (in seconds) : 1299.922

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-3291467-1303790828/watcher-3291467-1303790828 -o /tmp/evaluation-result-3291467-1303790828/solver-3291467-1303790828 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3291467-1303790828.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: 4.06 3.93 3.77 4/247 2770
/proc/meminfo: memFree=25981900/32951124 swapFree=67111524/67111528
[pid=2770] ppid=2768 vsize=23028 CPUtime=0 cores=5,7
/proc/2770/stat : 2770 (java) R 2768 2770 2468 0 -1 4202496 954 0 0 0 0 0 0 0 22 0 1 0 490680942 23580672 697 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232330929640 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2770/statm: 5757 698 515 9 0 124 0
[pid=2770/tid=2771] ppid=2768 vsize=31604 CPUtime=0 cores=5,7
/proc/2770/task/2771/stat : 2771 (java) R 2768 2770 2468 0 -1 4202560 143 0 0 0 0 0 0 0 24 0 2 0 490680943 32362496 975 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232330929941 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.038653 s]
/proc/loadavg: 4.06 3.93 3.77 4/247 2770
/proc/meminfo: memFree=25981900/32951124 swapFree=67111524/67111528
[pid=2770] ppid=2768 vsize=7564352 CPUtime=0.02 cores=5,7
/proc/2770/stat : 2770 (java) S 2768 2770 2468 0 -1 4202496 8756 0 1 0 2 0 0 0 22 0 13 0 490680942 7745896448 8452 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/2770/statm: 1891088 8452 1674 9 0 1881836 0
[pid=2770/tid=2771] ppid=2768 vsize=7564352 CPUtime=0.02 cores=5,7
/proc/2770/task/2771/stat : 2771 (java) R 2768 2770 2468 0 -1 4202560 7610 0 1 0 2 0 0 0 25 0 13 0 490680943 7745896448 8453 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 47604653671960 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7564352

[startup+0.100647 s]
/proc/loadavg: 4.06 3.93 3.77 4/247 2770
/proc/meminfo: memFree=25981900/32951124 swapFree=67111524/67111528
[pid=2770] ppid=2768 vsize=7636400 CPUtime=0.11 cores=5,7
/proc/2770/stat : 2770 (java) S 2768 2770 2468 0 -1 4202496 10700 0 1 0 10 1 0 0 22 0 18 0 490680942 7819673600 10396 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2770/statm: 1909100 10396 2093 9 0 1899838 0
[pid=2770/tid=2771] ppid=2768 vsize=7636400 CPUtime=0.08 cores=5,7
/proc/2770/task/2771/stat : 2771 (java) R 2768 2770 2468 0 -1 4202560 8895 0 1 0 8 0 0 0 18 0 18 0 490680943 7819673600 10396 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 47604651468394 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7636400

[startup+0.300611 s]
/proc/loadavg: 4.06 3.93 3.77 4/247 2770
/proc/meminfo: memFree=25981900/32951124 swapFree=67111524/67111528
[pid=2770] ppid=2768 vsize=7639376 CPUtime=0.47 cores=5,7
/proc/2770/stat : 2770 (java) S 2768 2770 2468 0 -1 4202496 15147 0 1 0 46 1 0 0 22 0 18 0 490680942 7822721024 13933 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2770/statm: 1909844 13934 2204 9 0 1900582 0
[pid=2770/tid=2771] ppid=2768 vsize=7639376 CPUtime=0.29 cores=5,7
/proc/2770/task/2771/stat : 2771 (java) R 2768 2770 2468 0 -1 4202560 11524 0 1 0 28 1 0 0 18 0 18 0 490680943 7822721024 13934 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 46912505554522 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7639376

[startup+0.700551 s]
/proc/loadavg: 4.06 3.93 3.77 4/247 2770
/proc/meminfo: memFree=25981900/32951124 swapFree=67111524/67111528
[pid=2770] ppid=2768 vsize=7640712 CPUtime=1.16 cores=5,7
/proc/2770/stat : 2770 (java) S 2768 2770 2468 0 -1 4202496 16579 0 1 0 115 1 0 0 22 0 19 0 490680942 7824089088 15200 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2770/statm: 1910178 15200 2223 9 0 1900916 0
[pid=2770/tid=2771] ppid=2768 vsize=7640712 CPUtime=0.68 cores=5,7
/proc/2770/task/2771/stat : 2771 (java) R 2768 2770 2468 0 -1 4202560 12682 0 1 0 67 1 0 0 19 0 19 0 490680943 7824089088 15200 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 46912505664648 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 7640712

[startup+1.50139 s]
/proc/loadavg: 4.06 3.93 3.77 5/266 2789
/proc/meminfo: memFree=25928748/32951124 swapFree=67111524/67111528
[pid=2770] ppid=2768 vsize=7640712 CPUtime=2.01 cores=5,7
/proc/2770/stat : 2770 (java) S 2768 2770 2468 0 -1 4202496 16736 0 1 0 200 1 0 0 22 0 19 0 490680942 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2770/statm: 1910178 15356 2223 9 0 1900916 0
[pid=2770/tid=2771] ppid=2768 vsize=7640712 CPUtime=1.48 cores=5,7
/proc/2770/task/2771/stat : 2771 (java) R 2768 2770 2468 0 -1 4202560 12834 0 1 0 147 1 0 0 18 0 19 0 490680943 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 46912505737510 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2770/tid=2773] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2773/stat : 2773 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2774] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2774/stat : 2774 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2775] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2775/stat : 2775 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2776] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2776/stat : 2776 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2777] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2777/stat : 2777 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2778] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2778/stat : 2778 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2779] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2779/stat : 2779 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2780] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2780/stat : 2780 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2781] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2781/stat : 2781 (java) S 2768 2770 2468 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490680945 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 0 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2782] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2782/stat : 2782 (java) S 2768 2770 2468 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490680945 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2783] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2783/stat : 2783 (java) S 2768 2770 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490680945 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2784] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2784/stat : 2784 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680947 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347716017 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2785] ppid=2768 vsize=7640712 CPUtime=0.24 cores=5,7
/proc/2770/task/2785/stat : 2785 (java) S 2768 2770 2468 0 -1 4202560 1580 0 0 0 24 0 0 0 19 0 19 0 490680947 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2786] ppid=2768 vsize=7640712 CPUtime=0.27 cores=5,7
/proc/2770/task/2786/stat : 2786 (java) S 2768 2770 2468 0 -1 4202560 1161 0 0 0 27 0 0 0 22 0 19 0 490680948 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2787] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2787/stat : 2787 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680948 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2788] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2788/stat : 2788 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490680948 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2789] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2789/stat : 2789 (java) S 2768 2770 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490680979 7824089088 15356 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 7640712

[startup+3.10111 s]
/proc/loadavg: 4.06 3.93 3.77 5/266 2789
/proc/meminfo: memFree=25928252/32951124 swapFree=67111524/67111528
[pid=2770] ppid=2768 vsize=7640712 CPUtime=3.64 cores=5,7
/proc/2770/stat : 2770 (java) S 2768 2770 2468 0 -1 4202496 16845 0 1 0 363 1 0 0 22 0 19 0 490680942 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2770/statm: 1910178 15464 2224 9 0 1900916 0
[pid=2770/tid=2771] ppid=2768 vsize=7640712 CPUtime=3.08 cores=5,7
/proc/2770/task/2771/stat : 2771 (java) R 2768 2770 2468 0 -1 4202560 12937 0 1 0 307 1 0 0 20 0 19 0 490680943 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 46912505697416 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2770/tid=2773] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2773/stat : 2773 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2774] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2774/stat : 2774 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2775] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2775/stat : 2775 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2776] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2776/stat : 2776 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2777] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2777/stat : 2777 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2778] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2778/stat : 2778 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2779] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2779/stat : 2779 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2780] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2780/stat : 2780 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680944 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2781] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2781/stat : 2781 (java) S 2768 2770 2468 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 490680945 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 0 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2782] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2782/stat : 2782 (java) S 2768 2770 2468 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490680945 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2783] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2783/stat : 2783 (java) S 2768 2770 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490680945 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2784] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2784/stat : 2784 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680947 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347716017 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2785] ppid=2768 vsize=7640712 CPUtime=0.27 cores=5,7
/proc/2770/task/2785/stat : 2785 (java) S 2768 2770 2468 0 -1 4202560 1586 0 0 0 27 0 0 0 15 0 19 0 490680947 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2786] ppid=2768 vsize=7640712 CPUtime=0.27 cores=5,7
/proc/2770/task/2786/stat : 2786 (java) S 2768 2770 2468 0 -1 4202560 1161 0 0 0 27 0 0 0 22 0 19 0 490680948 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2787] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2787/stat : 2787 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680948 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2788] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2788/stat : 2788 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490680948 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2789] ppid=2768 vsize=7640712 CPUtime=0 cores=5,7
/proc/2770/task/2789/stat : 2789 (java) S 2768 2770 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490680979 7824089088 15464 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 7640712

[startup+6.30154 s]
/proc/loadavg: 4.06 3.93 3.77 5/266 2789
/proc/meminfo: memFree=25883616/32951124 swapFree=67111524/67111528
[pid=2770] ppid=2768 vsize=7650984 CPUtime=7.29 cores=5,7
/proc/2770/stat : 2770 (java) S 2768 2770 2468 0 -1 4202496 31004 0 1 0 726 3 0 0 22 0 19 0 490680942 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2770/statm: 1912746 26163 2251 9 0 1903484 0
[pid=2770/tid=2771] ppid=2768 vsize=7650984 CPUtime=6.18 cores=5,7
/proc/2770/task/2771/stat : 2771 (java) R 2768 2770 2468 0 -1 4202560 12981 0 1 0 617 1 0 0 25 0 19 0 490680943 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 46912505665373 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2770/tid=2773] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2773/stat : 2773 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490680944 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2774] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2774/stat : 2774 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490680944 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2775] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2775/stat : 2775 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490680944 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2776] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2776/stat : 2776 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490680944 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2777] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2777/stat : 2777 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490680944 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2778] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2778/stat : 2778 (java) S 2768 2770 2468 0 -1 4202560 42 0 0 0 0 0 0 0 17 0 19 0 490680944 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2779] ppid=2768 vsize=7650984 CPUtime=0.02 cores=5,7
/proc/2770/task/2779/stat : 2779 (java) S 2768 2770 2468 0 -1 4202560 1408 0 0 0 2 0 0 0 17 0 19 0 490680944 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2780] ppid=2768 vsize=7650984 CPUtime=0.02 cores=5,7
/proc/2770/task/2780/stat : 2780 (java) S 2768 2770 2468 0 -1 4202560 2224 0 0 0 2 0 0 0 17 0 19 0 490680944 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2781] ppid=2768 vsize=7650984 CPUtime=0.06 cores=5,7
/proc/2770/task/2781/stat : 2781 (java) S 2768 2770 2468 0 -1 4202560 4439 0 0 0 6 0 0 0 15 0 19 0 490680945 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 0 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2782] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2782/stat : 2782 (java) S 2768 2770 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490680945 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2783] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2783/stat : 2783 (java) S 2768 2770 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490680945 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2784] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2784/stat : 2784 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680947 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347716017 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2785] ppid=2768 vsize=7650984 CPUtime=0.68 cores=5,7
/proc/2770/task/2785/stat : 2785 (java) S 2768 2770 2468 0 -1 4202560 7594 0 0 0 68 0 0 0 16 0 19 0 490680947 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2786] ppid=2768 vsize=7650984 CPUtime=0.28 cores=5,7
/proc/2770/task/2786/stat : 2786 (java) S 2768 2770 2468 0 -1 4202560 1161 0 0 0 28 0 0 0 17 0 19 0 490680948 7834607616 26163 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0

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

[pid=2770/tid=2778] ppid=2768 vsize=7650984 CPUtime=0.09 cores=5,7
/proc/2770/task/2778/stat : 2778 (java) S 2768 2770 2468 0 -1 4202560 3057 0 0 0 9 0 0 0 16 0 19 0 490680944 7834607616 41354 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2779] ppid=2768 vsize=7650984 CPUtime=0.09 cores=5,7
/proc/2770/task/2779/stat : 2779 (java) S 2768 2770 2468 0 -1 4202560 2035 0 0 0 9 0 0 0 15 0 19 0 490680944 7834607616 41354 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2780] ppid=2768 vsize=7650984 CPUtime=0.09 cores=5,7
/proc/2770/task/2780/stat : 2780 (java) S 2768 2770 2468 0 -1 4202560 2590 0 0 0 9 0 0 0 15 0 19 0 490680944 7834607616 41354 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2781] ppid=2768 vsize=7650984 CPUtime=2.52 cores=5,7
/proc/2770/task/2781/stat : 2781 (java) S 2768 2770 2468 0 -1 4202560 7054 0 0 0 251 1 0 0 15 0 19 0 490680945 7834607616 41354 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 0 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2782] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2782/stat : 2782 (java) S 2768 2770 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490680945 7834607616 41354 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2783] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2783/stat : 2783 (java) S 2768 2770 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490680945 7834607616 41354 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2784] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2784/stat : 2784 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680947 7834607616 41354 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347716017 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2785] ppid=2768 vsize=7650984 CPUtime=0.7 cores=5,7
/proc/2770/task/2785/stat : 2785 (java) S 2768 2770 2468 0 -1 4202560 7596 0 0 0 70 0 0 0 15 0 19 0 490680947 7834607616 41354 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2786] ppid=2768 vsize=7650984 CPUtime=0.31 cores=5,7
/proc/2770/task/2786/stat : 2786 (java) S 2768 2770 2468 0 -1 4202560 1163 0 0 0 31 0 0 0 15 0 19 0 490680948 7834607616 41354 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2787] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2787/stat : 2787 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680948 7834607616 41354 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2788] ppid=2768 vsize=7650984 CPUtime=0.01 cores=5,7
/proc/2770/task/2788/stat : 2788 (java) S 2768 2770 2468 0 -1 4202560 65 0 0 0 1 0 0 0 15 0 19 0 490680948 7834607616 41354 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2789] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2789/stat : 2789 (java) S 2768 2770 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490680979 7834607616 41354 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.64
Current children cumulated vsize (KiB) 7650984

[startup+1182.3 s]
/proc/loadavg: 4.08 4.02 3.92 5/266 2924
/proc/meminfo: memFree=25061648/32951124 swapFree=67111524/67111528
[pid=2770] ppid=2768 vsize=7650984 CPUtime=1183.66 cores=5,7
/proc/2770/stat : 2770 (java) S 2768 2770 2468 0 -1 4202496 46914 0 1 0 118358 8 0 0 22 0 19 0 490680942 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2770/statm: 1912746 41908 2253 9 0 1903484 0
[pid=2770/tid=2771] ppid=2768 vsize=7650984 CPUtime=1179.3 cores=5,7
/proc/2770/task/2771/stat : 2771 (java) R 2768 2770 2468 0 -1 4202560 19374 0 1 0 117926 4 0 0 25 0 19 0 490680943 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 46912505684509 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2770/tid=2773] ppid=2768 vsize=7650984 CPUtime=0.04 cores=5,7
/proc/2770/task/2773/stat : 2773 (java) S 2768 2770 2468 0 -1 4202560 381 0 0 0 4 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2774] ppid=2768 vsize=7650984 CPUtime=0.08 cores=5,7
/proc/2770/task/2774/stat : 2774 (java) S 2768 2770 2468 0 -1 4202560 1203 0 0 0 8 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2775] ppid=2768 vsize=7650984 CPUtime=0.05 cores=5,7
/proc/2770/task/2775/stat : 2775 (java) S 2768 2770 2468 0 -1 4202560 170 0 0 0 5 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2776] ppid=2768 vsize=7650984 CPUtime=0.07 cores=5,7
/proc/2770/task/2776/stat : 2776 (java) S 2768 2770 2468 0 -1 4202560 779 0 0 0 7 0 0 0 16 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2777] ppid=2768 vsize=7650984 CPUtime=0.04 cores=5,7
/proc/2770/task/2777/stat : 2777 (java) S 2768 2770 2468 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2778] ppid=2768 vsize=7650984 CPUtime=0.1 cores=5,7
/proc/2770/task/2778/stat : 2778 (java) S 2768 2770 2468 0 -1 4202560 3057 0 0 0 10 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2779] ppid=2768 vsize=7650984 CPUtime=0.1 cores=5,7
/proc/2770/task/2779/stat : 2779 (java) S 2768 2770 2468 0 -1 4202560 2035 0 0 0 10 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2780] ppid=2768 vsize=7650984 CPUtime=0.1 cores=5,7
/proc/2770/task/2780/stat : 2780 (java) S 2768 2770 2468 0 -1 4202560 2590 0 0 0 10 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2781] ppid=2768 vsize=7650984 CPUtime=2.67 cores=5,7
/proc/2770/task/2781/stat : 2781 (java) S 2768 2770 2468 0 -1 4202560 7329 0 0 0 266 1 0 0 15 0 19 0 490680945 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 0 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2782] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2782/stat : 2782 (java) S 2768 2770 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490680945 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2783] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2783/stat : 2783 (java) S 2768 2770 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490680945 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2784] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2784/stat : 2784 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680947 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347716017 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2785] ppid=2768 vsize=7650984 CPUtime=0.7 cores=5,7
/proc/2770/task/2785/stat : 2785 (java) S 2768 2770 2468 0 -1 4202560 7596 0 0 0 70 0 0 0 15 0 19 0 490680947 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2786] ppid=2768 vsize=7650984 CPUtime=0.31 cores=5,7
/proc/2770/task/2786/stat : 2786 (java) S 2768 2770 2468 0 -1 4202560 1163 0 0 0 31 0 0 0 15 0 19 0 490680948 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2787] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2787/stat : 2787 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680948 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2788] ppid=2768 vsize=7650984 CPUtime=0.01 cores=5,7
/proc/2770/task/2788/stat : 2788 (java) S 2768 2770 2468 0 -1 4202560 69 0 0 0 1 0 0 0 15 0 19 0 490680948 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2789] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2789/stat : 2789 (java) S 2768 2770 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490680979 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.66
Current children cumulated vsize (KiB) 7650984

[startup+1242.3 s]
/proc/loadavg: 4.27 4.11 3.95 5/266 2926
/proc/meminfo: memFree=24198080/32951124 swapFree=67111524/67111528
[pid=2770] ppid=2768 vsize=7650984 CPUtime=1243.66 cores=5,7
/proc/2770/stat : 2770 (java) S 2768 2770 2468 0 -1 4202496 46916 0 1 0 124358 8 0 0 22 0 19 0 490680942 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2770/statm: 1912746 41908 2253 9 0 1903484 0
[pid=2770/tid=2771] ppid=2768 vsize=7650984 CPUtime=1239.3 cores=5,7
/proc/2770/task/2771/stat : 2771 (java) R 2768 2770 2468 0 -1 4202560 19374 0 1 0 123926 4 0 0 25 0 19 0 490680943 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 46912505737630 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2770/tid=2773] ppid=2768 vsize=7650984 CPUtime=0.04 cores=5,7
/proc/2770/task/2773/stat : 2773 (java) S 2768 2770 2468 0 -1 4202560 381 0 0 0 4 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2774] ppid=2768 vsize=7650984 CPUtime=0.08 cores=5,7
/proc/2770/task/2774/stat : 2774 (java) S 2768 2770 2468 0 -1 4202560 1203 0 0 0 8 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2775] ppid=2768 vsize=7650984 CPUtime=0.05 cores=5,7
/proc/2770/task/2775/stat : 2775 (java) S 2768 2770 2468 0 -1 4202560 170 0 0 0 5 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2776] ppid=2768 vsize=7650984 CPUtime=0.07 cores=5,7
/proc/2770/task/2776/stat : 2776 (java) S 2768 2770 2468 0 -1 4202560 779 0 0 0 7 0 0 0 16 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2777] ppid=2768 vsize=7650984 CPUtime=0.04 cores=5,7
/proc/2770/task/2777/stat : 2777 (java) S 2768 2770 2468 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2778] ppid=2768 vsize=7650984 CPUtime=0.1 cores=5,7
/proc/2770/task/2778/stat : 2778 (java) S 2768 2770 2468 0 -1 4202560 3057 0 0 0 10 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2779] ppid=2768 vsize=7650984 CPUtime=0.1 cores=5,7
/proc/2770/task/2779/stat : 2779 (java) S 2768 2770 2468 0 -1 4202560 2035 0 0 0 10 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2780] ppid=2768 vsize=7650984 CPUtime=0.1 cores=5,7
/proc/2770/task/2780/stat : 2780 (java) S 2768 2770 2468 0 -1 4202560 2590 0 0 0 10 0 0 0 15 0 19 0 490680944 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2781] ppid=2768 vsize=7650984 CPUtime=2.67 cores=5,7
/proc/2770/task/2781/stat : 2781 (java) S 2768 2770 2468 0 -1 4202560 7329 0 0 0 266 1 0 0 15 0 19 0 490680945 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 0 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2782] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2782/stat : 2782 (java) S 2768 2770 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490680945 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2783] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2783/stat : 2783 (java) S 2768 2770 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490680945 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2784] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2784/stat : 2784 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680947 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347716017 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2785] ppid=2768 vsize=7650984 CPUtime=0.7 cores=5,7
/proc/2770/task/2785/stat : 2785 (java) S 2768 2770 2468 0 -1 4202560 7596 0 0 0 70 0 0 0 15 0 19 0 490680947 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2786] ppid=2768 vsize=7650984 CPUtime=0.31 cores=5,7
/proc/2770/task/2786/stat : 2786 (java) S 2768 2770 2468 0 -1 4202560 1163 0 0 0 31 0 0 0 15 0 19 0 490680948 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2787] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2787/stat : 2787 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680948 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2788] ppid=2768 vsize=7650984 CPUtime=0.01 cores=5,7
/proc/2770/task/2788/stat : 2788 (java) S 2768 2770 2468 0 -1 4202560 71 0 0 0 1 0 0 0 15 0 19 0 490680948 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2789] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2789/stat : 2789 (java) S 2768 2770 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490680979 7834607616 41908 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.66
Current children cumulated vsize (KiB) 7650984



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.08 3.95 6/266 2976
/proc/meminfo: memFree=23922916/32951124 swapFree=67111524/67111528
[pid=2770] ppid=2768 vsize=7650984 CPUtime=1301.38 cores=5,7
/proc/2770/stat : 2770 (java) S 2768 2770 2468 0 -1 4202496 47103 0 1 0 130130 8 0 0 22 0 19 0 490680942 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2770/statm: 1912746 42088 2253 9 0 1903484 0
[pid=2770/tid=2771] ppid=2768 vsize=7650984 CPUtime=1296.9 cores=5,7
/proc/2770/task/2771/stat : 2771 (java) R 2768 2770 2468 0 -1 4202560 19375 0 1 0 129686 4 0 0 25 0 19 0 490680943 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 46912505684514 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2770/tid=2773] ppid=2768 vsize=7650984 CPUtime=0.04 cores=5,7
/proc/2770/task/2773/stat : 2773 (java) S 2768 2770 2468 0 -1 4202560 381 0 0 0 4 0 0 0 16 0 19 0 490680944 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2774] ppid=2768 vsize=7650984 CPUtime=0.08 cores=5,7
/proc/2770/task/2774/stat : 2774 (java) S 2768 2770 2468 0 -1 4202560 1203 0 0 0 8 0 0 0 15 0 19 0 490680944 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2775] ppid=2768 vsize=7650984 CPUtime=0.06 cores=5,7
/proc/2770/task/2775/stat : 2775 (java) S 2768 2770 2468 0 -1 4202560 237 0 0 0 6 0 0 0 15 0 19 0 490680944 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2776] ppid=2768 vsize=7650984 CPUtime=0.08 cores=5,7
/proc/2770/task/2776/stat : 2776 (java) S 2768 2770 2468 0 -1 4202560 892 0 0 0 8 0 0 0 15 0 19 0 490680944 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2777] ppid=2768 vsize=7650984 CPUtime=0.04 cores=5,7
/proc/2770/task/2777/stat : 2777 (java) S 2768 2770 2468 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 490680944 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2778] ppid=2768 vsize=7650984 CPUtime=0.1 cores=5,7
/proc/2770/task/2778/stat : 2778 (java) S 2768 2770 2468 0 -1 4202560 3057 0 0 0 10 0 0 0 15 0 19 0 490680944 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2779] ppid=2768 vsize=7650984 CPUtime=0.1 cores=5,7
/proc/2770/task/2779/stat : 2779 (java) S 2768 2770 2468 0 -1 4202560 2035 0 0 0 10 0 0 0 15 0 19 0 490680944 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2780] ppid=2768 vsize=7650984 CPUtime=0.1 cores=5,7
/proc/2770/task/2780/stat : 2780 (java) S 2768 2770 2468 0 -1 4202560 2590 0 0 0 10 0 0 0 15 0 19 0 490680944 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2781] ppid=2768 vsize=7650984 CPUtime=2.76 cores=5,7
/proc/2770/task/2781/stat : 2781 (java) S 2768 2770 2468 0 -1 4202560 7331 0 0 0 275 1 0 0 15 0 19 0 490680945 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 0 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2782] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2782/stat : 2782 (java) S 2768 2770 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490680945 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2783] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2783/stat : 2783 (java) S 2768 2770 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490680945 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2784] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2784/stat : 2784 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680947 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347716017 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2785] ppid=2768 vsize=7650984 CPUtime=0.7 cores=5,7
/proc/2770/task/2785/stat : 2785 (java) S 2768 2770 2468 0 -1 4202560 7596 0 0 0 70 0 0 0 15 0 19 0 490680947 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2786] ppid=2768 vsize=7650984 CPUtime=0.31 cores=5,7
/proc/2770/task/2786/stat : 2786 (java) S 2768 2770 2468 0 -1 4202560 1163 0 0 0 31 0 0 0 15 0 19 0 490680948 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2787] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2787/stat : 2787 (java) S 2768 2770 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490680948 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708313 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
[pid=2770/tid=2788] ppid=2768 vsize=7650984 CPUtime=0.01 cores=5,7
/proc/2770/task/2788/stat : 2788 (java) S 2768 2770 2468 0 -1 4202560 75 0 0 0 1 0 0 0 15 0 19 0 490680948 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 4 0 16800975 18446604471147514560 0 0 -1 7 0 0 0
[pid=2770/tid=2789] ppid=2768 vsize=7650984 CPUtime=0 cores=5,7
/proc/2770/task/2789/stat : 2789 (java) S 2768 2770 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490680979 7834607616 42088 33554432000 1073741824 1073778376 140734263275632 18446744073709551615 232347708928 0 4 0 16800975 18446604471147514560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.38
Current children cumulated vsize (KiB) 7650984

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.46
CPU user time (s): 1301.36
CPU system time (s): 0.095985
CPU usage (%): 100.108
Max. virtual memory (cumulated for all children) (KiB): 7661348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.36
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47138
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= 27700
involuntary context switches= 4115

runsolver used 2.41163 second user time and 5.34319 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-26 06:07:08
IDJOB=3291467
IDBENCH=84223
IDSOLVER=1611
FILE ID=node132/3291467-1303790828
RUNJOBID= node132-1303790686-2489
PBS_JOBID= 13157266
Free space on /tmp= 72064 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.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-3291467-1303790828/watcher-3291467-1303790828 -o /tmp/evaluation-result-3291467-1303790828/solver-3291467-1303790828 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3291467-1303790828.cnf

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

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=1614899246

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:      25982056 kB
Buffers:        697524 kB
Cached:        5455076 kB
SwapCached:          4 kB
Active:         861916 kB
Inactive:      5616196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25982056 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4760 kB
Writeback:          48 kB
AnonPages:      325288 kB
Mapped:          23460 kB
Slab:           425192 kB
PageTables:       6428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22058292 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71840 MiB
End job on node132 at 2011-04-26 06:28:50