Trace number 3190240

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.3 1300.08

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S976131144-051-UNKNOWN.cnf
MD5SUM951fe016d765ee9b2e2038c7330879da
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.87765
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.03/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.27	c See www.sat4j.org for details.
0.03/0.28	c no version file found!!!
0.03/0.28	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.28	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.28	c java.vm.version	19.1-b02
0.03/0.28	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.28	c sun.arch.data.model	64
0.03/0.28	c java.version		1.6.0_24
0.03/0.28	c os.name		Linux
0.03/0.28	c os.version		2.6.18-164.el5
0.03/0.28	c os.arch		amd64
0.03/0.28	c Free memory 		6997539544
0.03/0.28	c Max memory 		7034241024
0.03/0.28	c Total memory 		7034241024
0.03/0.28	c Number of processors 	8
0.09/0.31	c --- Begin Solver configuration ---
0.09/0.31	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.31	c Learn all clauses as in MiniSAT
0.09/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.31	c Expensive reason simplification
0.09/0.31	c Armin Biere (Picosat) restarts strategy
0.09/0.31	c Glucose learned constraints deletion strategy
0.09/0.31	c timeout=2147483647s
0.09/0.31	c DB Simplification allowed=true
0.09/0.31	c --- End Solver configuration ---
0.09/0.31	c solving HOME/instance-3190240-1302597529.cnf
0.09/0.31	c reading problem ... 
0.32/0.45	c ... done. Wall clock time 0.144s.
0.32/0.45	c #vars     15000
0.32/0.45	c #constraints  63000
0.32/0.45	c constraints type 
0.32/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63000
3.28/3.03	c cleaning 2500 clauses out of 5000 with flag 5000/5000
6.21/5.73	c cleaning 4248 clauses out of 8500 with flag 11000/11000
9.32/8.80	c cleaning 5626 clauses out of 11253 with flag 18001/18001
12.83/12.38	c cleaning 6813 clauses out of 13628 with flag 26002/26002
16.95/16.41	c cleaning 7902 clauses out of 15816 with flag 35003/35003
21.46/20.97	c cleaning 8953 clauses out of 17911 with flag 45000/45000
26.46/25.91	c cleaning 9977 clauses out of 19959 with flag 56001/56001
32.06/31.51	c cleaning 10987 clauses out of 21981 with flag 68000/68000
37.87/37.40	c cleaning 11993 clauses out of 23994 with flag 81000/81000
44.47/43.91	c cleaning 12998 clauses out of 26001 with flag 95000/95000
51.47/50.91	c cleaning 14002 clauses out of 28004 with flag 110001/110001
58.98/58.42	c cleaning 15000 clauses out of 30001 with flag 126000/126000
66.89/66.31	c cleaning 15992 clauses out of 32001 with flag 143000/143000
75.30/74.70	c cleaning 16992 clauses out of 34009 with flag 161000/161000
84.40/83.80	c cleaning 17998 clauses out of 36018 with flag 180001/180001
94.01/93.48	c cleaning 19004 clauses out of 38019 with flag 200000/200000
104.31/103.73	c cleaning 20005 clauses out of 40017 with flag 221002/221002
115.12/114.50	c cleaning 21002 clauses out of 42010 with flag 243000/243000
126.33/125.71	c cleaning 22000 clauses out of 44008 with flag 266000/266000
137.83/137.26	c cleaning 23000 clauses out of 46009 with flag 290001/290001
150.44/149.84	c cleaning 23999 clauses out of 48010 with flag 315002/315002
163.54/162.99	c cleaning 24998 clauses out of 50009 with flag 341000/341000
177.36/176.74	c cleaning 26004 clauses out of 52012 with flag 368001/368001
191.36/190.74	c cleaning 26999 clauses out of 54007 with flag 396000/396000
206.27/205.65	c cleaning 27986 clauses out of 56009 with flag 425001/425001
222.18/221.53	c cleaning 29011 clauses out of 58023 with flag 455001/455001
237.99/237.33	c cleaning 30000 clauses out of 60011 with flag 486000/486000
254.81/254.15	c cleaning 30995 clauses out of 62012 with flag 518001/518001
272.41/271.76	c cleaning 32002 clauses out of 64016 with flag 551000/551000
290.11/289.48	c cleaning 32997 clauses out of 66014 with flag 585000/585000
309.32/308.67	c cleaning 34001 clauses out of 68020 with flag 620003/620003
328.44/327.76	c cleaning 34997 clauses out of 70016 with flag 656000/656000
349.14/348.42	c cleaning 36009 clauses out of 72019 with flag 693000/693000
369.65/368.90	c cleaning 36994 clauses out of 74012 with flag 731002/731002
391.27/390.58	c cleaning 38000 clauses out of 76016 with flag 770000/770000
412.97/412.27	c cleaning 38995 clauses out of 78016 with flag 810000/810000
436.18/435.48	c cleaning 40000 clauses out of 80022 with flag 851001/851001
459.19/458.47	c cleaning 41006 clauses out of 82021 with flag 893000/893000
483.71/482.94	c cleaning 42005 clauses out of 84016 with flag 936001/936001
508.11/507.30	c cleaning 43002 clauses out of 86011 with flag 980001/980001
534.72/534.00	c cleaning 43991 clauses out of 88008 with flag 1025000/1025000
560.43/559.63	c cleaning 45000 clauses out of 90018 with flag 1071001/1071001
587.94/587.13	c cleaning 45998 clauses out of 92017 with flag 1118000/1118000
615.46/614.67	c cleaning 47003 clauses out of 94019 with flag 1166000/1166000
643.58/642.71	c cleaning 47991 clauses out of 96016 with flag 1215000/1215000
673.29/672.44	c cleaning 49008 clauses out of 98027 with flag 1265002/1265002
702.90/702.03	c cleaning 50002 clauses out of 100019 with flag 1316002/1316002
735.12/734.25	c cleaning 51006 clauses out of 102019 with flag 1368004/1368004
765.63/764.76	c cleaning 51994 clauses out of 104010 with flag 1421001/1421001
797.05/796.19	c cleaning 52986 clauses out of 106015 with flag 1475000/1475000
831.26/830.32	c cleaning 54000 clauses out of 108030 with flag 1530001/1530001
864.47/863.59	c cleaning 55004 clauses out of 110029 with flag 1586000/1586000
899.88/898.93	c cleaning 56010 clauses out of 112029 with flag 1643004/1643004
936.30/935.36	c cleaning 57001 clauses out of 114015 with flag 1701000/1701000
971.81/970.87	c cleaning 57990 clauses out of 116014 with flag 1760000/1760000
1008.73/1007.78	c cleaning 58987 clauses out of 118024 with flag 1820000/1820000
1046.45/1045.48	c cleaning 60013 clauses out of 120039 with flag 1881002/1881002
1084.57/1083.52	c cleaning 61005 clauses out of 122025 with flag 1943001/1943001
1124.07/1123.02	c cleaning 62000 clauses out of 124019 with flag 2006000/2006000
1163.59/1162.54	c cleaning 62500 clauses out of 125019 with flag 2069000/2069000
1202.40/1201.33	c cleaning 62747 clauses out of 125519 with flag 2132000/2132000
1241.82/1240.73	c cleaning 62875 clauses out of 125772 with flag 2195000/2195000
1283.54/1282.45	c cleaning 62947 clauses out of 125897 with flag 2258000/2258000
1301.16/1300.01	c starts		: 1641
1301.16/1300.01	c conflicts		: 2288015
1301.16/1300.01	c decisions		: 5012580
1301.16/1300.01	c propagations		: 1552918052
1301.16/1300.01	c inspects		: 5280783222
1301.16/1300.01	c shortcuts		: 0
1301.16/1300.01	c learnt literals	: 0
1301.16/1300.01	c learnt binary clauses	: 0
1301.16/1300.01	c learnt ternary clauses	: 86
1301.16/1300.01	c learnt constraints	: 2288015
1301.16/1300.01	c ignored constraints	: 0
1301.16/1300.01	c root simplifications	: 1641
1301.16/1300.01	c removed literals (reason simplification)	: 41450392
1301.16/1300.01	c reason swapping (by a shorter reason)	: 0
1301.16/1300.01	c Calls to reduceDB	: 63
1301.16/1300.01	c speed (assignments/second)	: 1194956.8630921235
1301.16/1300.01	c non guided choices	1362
1301.16/1300.05	c learnt constraints type 
1301.16/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93018
1301.16/1300.07	c constraints type 
1301.16/1300.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63000
1301.16/1300.07	s UNKNOWN
1301.16/1300.07	c Total wall clock time (in seconds) : 1299.705

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 1,3

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: 8.00 7.69 5.66 5/178 22662
/proc/meminfo: memFree=16796044/32950928 swapFree=67111528/67111528
[pid=22661] ppid=22659 vsize=252 CPUtime=0 cores=1,3
/proc/22661/stat : 22661 (java) S 22659 22661 22624 0 -1 4194304 78 0 1 0 0 0 0 0 21 0 1 0 371352605 258048 31 33554432000 1073741824 1073778376 140734199200512 18446744073709551615 274469043847 0 2147483391 4096 0 18446744071699215550 0 0 17 1 0 0 0
/proc/22661/statm: 63 31 24 9 0 22 0

[startup+0.0751619 s]
/proc/loadavg: 8.00 7.69 5.66 5/178 22662
/proc/meminfo: memFree=16796044/32950928 swapFree=67111528/67111528
[pid=22661] ppid=22659 vsize=23028 CPUtime=0 cores=1,3
/proc/22661/stat : 22661 (java) D 22659 22661 22624 0 -1 4202496 974 0 47 0 0 0 0 0 18 0 1 0 371352605 23580672 763 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 47383996987872 0 0 4096 0 18446744071562234166 0 0 17 3 0 0 5
/proc/22661/statm: 5757 763 562 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.100159 s]
/proc/loadavg: 8.00 7.69 5.66 5/178 22662
/proc/meminfo: memFree=16796044/32950928 swapFree=67111528/67111528
[pid=22661] ppid=22659 vsize=27172 CPUtime=0 cores=1,3
/proc/22661/stat : 22661 (java) S 22659 22661 22624 0 -1 4202496 1122 0 58 0 0 0 0 0 18 0 2 0 371352605 27824128 906 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485770213 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 7
/proc/22661/statm: 6793 906 688 9 0 381 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 27172

[startup+0.309125 s]
/proc/loadavg: 8.00 7.69 5.66 5/178 22662
/proc/meminfo: memFree=16796044/32950928 swapFree=67111528/67111528
[pid=22661] ppid=22659 vsize=7570776 CPUtime=0.09 cores=1,3
/proc/22661/stat : 22661 (java) S 22659 22661 22624 0 -1 4202496 10088 0 116 0 8 1 0 0 18 0 18 0 371352605 7752474624 9898 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/22661/statm: 1892694 9898 2090 9 0 1883432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7570776

[startup+0.701057 s]
/proc/loadavg: 8.00 7.69 5.66 5/178 22662
/proc/meminfo: memFree=16796044/32950928 swapFree=67111528/67111528
[pid=22661] ppid=22659 vsize=7639568 CPUtime=0.82 cores=1,3
/proc/22661/stat : 22661 (java) S 22659 22661 22624 0 -1 4202496 15463 0 116 0 80 2 0 0 18 0 19 0 371352605 7822917632 14115 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/22661/statm: 1909892 14115 2220 9 0 1900630 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 7639568

[startup+1.50094 s]
/proc/loadavg: 7.60 7.62 5.64 8/262 22757
/proc/meminfo: memFree=16581300/32950928 swapFree=67111528/67111528
[pid=22661] ppid=22659 vsize=7639524 CPUtime=1.77 cores=1,3
/proc/22661/stat : 22661 (java) S 22659 22661 22624 0 -1 4202496 16400 0 116 0 174 3 0 0 18 0 19 0 371352605 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/22661/statm: 1909881 14595 2224 9 0 1900619 0
[pid=22661/tid=22672] ppid=22659 vsize=7639524 CPUtime=1.25 cores=1,3
/proc/22661/task/22672/stat : 22672 (java) R 22659 22661 22624 0 -1 4202560 11492 0 58 0 124 1 0 0 20 0 19 0 371352615 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 46912505726004 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=22661/tid=22686] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22686/stat : 22686 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371352617 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22688] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22688/stat : 22688 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22690] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22690/stat : 22690 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22691] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22691/stat : 22691 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22694] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22694/stat : 22694 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22695] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22695/stat : 22695 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22698] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22698/stat : 22698 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22700] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22700/stat : 22700 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22709] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22709/stat : 22709 (java) S 22659 22661 22624 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 371352621 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 0 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22711] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22711/stat : 22711 (java) S 22659 22661 22624 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 371352622 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22714] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22714/stat : 22714 (java) S 22659 22661 22624 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 19 0 371352622 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22736] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22736/stat : 22736 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485791153 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22739] ppid=22659 vsize=7639524 CPUtime=0.08 cores=1,3
/proc/22661/task/22739/stat : 22739 (java) S 22659 22661 22624 0 -1 4202560 640 0 0 0 8 0 0 0 17 0 19 0 371352629 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22743] ppid=22659 vsize=7639524 CPUtime=0.41 cores=1,3
/proc/22661/task/22743/stat : 22743 (java) S 22659 22661 22624 0 -1 4202560 3162 0 1 0 41 0 0 0 15 0 19 0 371352629 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22746] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22746/stat : 22746 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22752] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22752/stat : 22752 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371352629 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22756] ppid=22659 vsize=7639524 CPUtime=0 cores=1,3
/proc/22661/task/22756/stat : 22756 (java) S 22659 22661 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352654 7822872576 14595 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 7639524

[startup+3.11563 s]
/proc/loadavg: 7.60 7.62 5.64 6/262 22757
/proc/meminfo: memFree=16520664/32950928 swapFree=67111528/67111528
[pid=22661] ppid=22659 vsize=7639844 CPUtime=3.44 cores=1,3
/proc/22661/stat : 22661 (java) S 22659 22661 22624 0 -1 4202496 21929 0 116 0 341 3 0 0 18 0 19 0 371352605 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/22661/statm: 1909961 20119 2249 9 0 1900699 0
[pid=22661/tid=22672] ppid=22659 vsize=7639844 CPUtime=2.82 cores=1,3
/proc/22661/task/22672/stat : 22672 (java) R 22659 22661 22624 0 -1 4202560 12176 0 58 0 280 2 0 0 25 0 19 0 371352615 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 46912505726004 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=22661/tid=22686] ppid=22659 vsize=7639844 CPUtime=0.01 cores=1,3
/proc/22661/task/22686/stat : 22686 (java) S 22659 22661 22624 0 -1 4202560 1178 0 0 0 1 0 0 0 18 0 19 0 371352617 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22688] ppid=22659 vsize=7639844 CPUtime=0 cores=1,3
/proc/22661/task/22688/stat : 22688 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371352617 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22690] ppid=22659 vsize=7639844 CPUtime=0 cores=1,3
/proc/22661/task/22690/stat : 22690 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371352617 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22691] ppid=22659 vsize=7639844 CPUtime=0 cores=1,3
/proc/22661/task/22691/stat : 22691 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371352617 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22694] ppid=22659 vsize=7639844 CPUtime=0 cores=1,3
/proc/22661/task/22694/stat : 22694 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371352617 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22695] ppid=22659 vsize=7639844 CPUtime=0 cores=1,3
/proc/22661/task/22695/stat : 22695 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371352617 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22698] ppid=22659 vsize=7639844 CPUtime=0.01 cores=1,3
/proc/22661/task/22698/stat : 22698 (java) S 22659 22661 22624 0 -1 4202560 1220 0 0 0 1 0 0 0 18 0 19 0 371352617 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22700] ppid=22659 vsize=7639844 CPUtime=0 cores=1,3
/proc/22661/task/22700/stat : 22700 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371352617 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22709] ppid=22659 vsize=7639844 CPUtime=0.03 cores=1,3
/proc/22661/task/22709/stat : 22709 (java) S 22659 22661 22624 0 -1 4202560 2400 0 0 0 3 0 0 0 16 0 19 0 371352621 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 0 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22711] ppid=22659 vsize=7639844 CPUtime=0 cores=1,3
/proc/22661/task/22711/stat : 22711 (java) R 22659 22661 22624 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371352622 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22661/tid=22714] ppid=22659 vsize=7639844 CPUtime=0 cores=1,3
/proc/22661/task/22714/stat : 22714 (java) S 22659 22661 22624 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 19 0 371352622 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22736] ppid=22659 vsize=7639844 CPUtime=0 cores=1,3
/proc/22661/task/22736/stat : 22736 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485791153 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22739] ppid=22659 vsize=7639844 CPUtime=0.11 cores=1,3
/proc/22661/task/22739/stat : 22739 (java) R 22659 22661 22624 0 -1 4202560 693 0 0 0 11 0 0 0 15 0 19 0 371352629 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 47384000133064 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22661/tid=22743] ppid=22659 vsize=7639844 CPUtime=0.42 cores=1,3
/proc/22661/task/22743/stat : 22743 (java) S 22659 22661 22624 0 -1 4202560 3163 0 1 0 42 0 0 0 15 0 19 0 371352629 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22746] ppid=22659 vsize=7639844 CPUtime=0 cores=1,3
/proc/22661/task/22746/stat : 22746 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22752] ppid=22659 vsize=7639844 CPUtime=0 cores=1,3
/proc/22661/task/22752/stat : 22752 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371352629 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22756] ppid=22659 vsize=7639844 CPUtime=0 cores=1,3
/proc/22661/task/22756/stat : 22756 (java) S 22659 22661 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352654 7823200256 20119 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 7639844

[startup+6.30113 s]
/proc/loadavg: 7.31 7.56 5.63 6/262 22757
/proc/meminfo: memFree=16472216/32950928 swapFree=67111528/67111528
[pid=22661] ppid=22659 vsize=7654724 CPUtime=6.82 cores=1,3
/proc/22661/stat : 22661 (java) S 22659 22661 22624 0 -1 4202496 30193 0 116 0 677 5 0 0 18 0 19 0 371352605 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/22661/statm: 1913681 25098 2253 9 0 1904419 0
[pid=22661/tid=22672] ppid=22659 vsize=7654724 CPUtime=5.95 cores=1,3
/proc/22661/task/22672/stat : 22672 (java) R 22659 22661 22624 0 -1 4202560 12179 0 58 0 593 2 0 0 25 0 19 0 371352615 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 46912505726004 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=22661/tid=22686] ppid=22659 vsize=7654724 CPUtime=0.01 cores=1,3
/proc/22661/task/22686/stat : 22686 (java) S 22659 22661 22624 0 -1 4202560 1178 0 0 0 1 0 0 0 18 0 19 0 371352617 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22688] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22688/stat : 22688 (java) S 22659 22661 22624 0 -1 4202560 547 0 0 0 0 0 0 0 15 0 19 0 371352617 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22690] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22690/stat : 22690 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371352617 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22691] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22691/stat : 22691 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371352617 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22694] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22694/stat : 22694 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371352617 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22695] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22695/stat : 22695 (java) S 22659 22661 22624 0 -1 4202560 667 0 0 0 0 0 0 0 15 0 19 0 371352617 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22698] ppid=22659 vsize=7654724 CPUtime=0.01 cores=1,3
/proc/22661/task/22698/stat : 22698 (java) S 22659 22661 22624 0 -1 4202560 1220 0 0 0 1 0 0 0 17 0 19 0 371352617 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22700] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22700/stat : 22700 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371352617 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22709] ppid=22659 vsize=7654724 CPUtime=0.07 cores=1,3
/proc/22661/task/22709/stat : 22709 (java) S 22659 22661 22624 0 -1 4202560 2616 0 0 0 7 0 0 0 16 0 19 0 371352621 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 0 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22711] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22711/stat : 22711 (java) S 22659 22661 22624 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371352622 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22714] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22714/stat : 22714 (java) S 22659 22661 22624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 371352622 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22736] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22736/stat : 22736 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485791153 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22739] ppid=22659 vsize=7654724 CPUtime=0.3 cores=1,3
/proc/22661/task/22739/stat : 22739 (java) S 22659 22661 22624 0 -1 4202560 7523 0 0 0 29 1 0 0 15 0 19 0 371352629 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22743] ppid=22659 vsize=7654724 CPUtime=0.42 cores=1,3
/proc/22661/task/22743/stat : 22743 (java) S 22659 22661 22624 0 -1 4202560 3163 0 1 0 42 0 0 0 15 0 19 0 371352629 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22746] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22746/stat : 22746 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22752] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22752/stat : 22752 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371352629 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22756] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22756/stat : 22756 (java) S 22659 22661 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352654 7838437376 25098 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 7654724

[startup+12.7009 s]

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

[pid=22661/tid=22695] ppid=22659 vsize=7654724 CPUtime=0.14 cores=1,3
/proc/22661/task/22695/stat : 22695 (java) S 22659 22661 22624 0 -1 4202560 6336 0 0 0 14 0 0 0 15 0 19 0 371352617 7838437376 67317 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22698] ppid=22659 vsize=7654724 CPUtime=0.17 cores=1,3
/proc/22661/task/22698/stat : 22698 (java) S 22659 22661 22624 0 -1 4202560 7473 0 0 0 16 1 0 0 15 0 19 0 371352617 7838437376 67317 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22700] ppid=22659 vsize=7654724 CPUtime=0.12 cores=1,3
/proc/22661/task/22700/stat : 22700 (java) S 22659 22661 22624 0 -1 4202560 1589 0 0 0 12 0 0 0 15 0 19 0 371352617 7838437376 67317 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22709] ppid=22659 vsize=7654724 CPUtime=3.22 cores=1,3
/proc/22661/task/22709/stat : 22709 (java) S 22659 22661 22624 0 -1 4202560 6697 0 0 0 322 0 0 0 15 0 19 0 371352621 7838437376 67317 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 0 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22711] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22711/stat : 22711 (java) S 22659 22661 22624 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371352622 7838437376 67317 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22714] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22714/stat : 22714 (java) S 22659 22661 22624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 371352622 7838437376 67317 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22736] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22736/stat : 22736 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7838437376 67317 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485791153 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22739] ppid=22659 vsize=7654724 CPUtime=0.3 cores=1,3
/proc/22661/task/22739/stat : 22739 (java) S 22659 22661 22624 0 -1 4202560 7523 0 0 0 29 1 0 0 15 0 19 0 371352629 7838437376 67317 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22743] ppid=22659 vsize=7654724 CPUtime=0.44 cores=1,3
/proc/22661/task/22743/stat : 22743 (java) S 22659 22661 22624 0 -1 4202560 3167 0 1 0 44 0 0 0 15 0 19 0 371352629 7838437376 67317 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22746] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22746/stat : 22746 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7838437376 67317 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22752] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22752/stat : 22752 (java) S 22659 22661 22624 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 371352629 7838437376 67317 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22756] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22756/stat : 22756 (java) S 22659 22661 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352654 7838437376 67317 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.37
Current children cumulated vsize (KiB) 7654724

[startup+1182.3 s]
/proc/loadavg: 4.02 4.10 4.46 7/262 22789
/proc/meminfo: memFree=16068208/32950928 swapFree=67111528/67111528
[pid=22661] ppid=22659 vsize=7654724 CPUtime=1183.4 cores=1,3
/proc/22661/stat : 22661 (java) S 22659 22661 22624 0 -1 4202496 73071 0 116 0 118325 15 0 0 18 0 19 0 371352605 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/22661/statm: 1913681 67783 2253 9 0 1904419 0
[pid=22661/tid=22672] ppid=22659 vsize=7654724 CPUtime=1178.08 cores=1,3
/proc/22661/task/22672/stat : 22672 (java) R 22659 22661 22624 0 -1 4202560 28601 0 58 0 117799 9 0 0 25 0 19 0 371352615 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 46912505726140 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=22661/tid=22686] ppid=22659 vsize=7654724 CPUtime=0.13 cores=1,3
/proc/22661/task/22686/stat : 22686 (java) S 22659 22661 22624 0 -1 4202560 1988 0 0 0 13 0 0 0 15 0 19 0 371352617 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22688] ppid=22659 vsize=7654724 CPUtime=0.19 cores=1,3
/proc/22661/task/22688/stat : 22688 (java) S 22659 22661 22624 0 -1 4202560 2914 0 0 0 19 0 0 0 15 0 19 0 371352617 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22690] ppid=22659 vsize=7654724 CPUtime=0.13 cores=1,3
/proc/22661/task/22690/stat : 22690 (java) S 22659 22661 22624 0 -1 4202560 2442 0 0 0 13 0 0 0 16 0 19 0 371352617 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22691] ppid=22659 vsize=7654724 CPUtime=0.13 cores=1,3
/proc/22661/task/22691/stat : 22691 (java) S 22659 22661 22624 0 -1 4202560 1641 0 0 0 13 0 0 0 16 0 19 0 371352617 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22694] ppid=22659 vsize=7654724 CPUtime=0.09 cores=1,3
/proc/22661/task/22694/stat : 22694 (java) S 22659 22661 22624 0 -1 4202560 1350 0 0 0 9 0 0 0 16 0 19 0 371352617 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22695] ppid=22659 vsize=7654724 CPUtime=0.15 cores=1,3
/proc/22661/task/22695/stat : 22695 (java) S 22659 22661 22624 0 -1 4202560 6336 0 0 0 15 0 0 0 16 0 19 0 371352617 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22698] ppid=22659 vsize=7654724 CPUtime=0.18 cores=1,3
/proc/22661/task/22698/stat : 22698 (java) S 22659 22661 22624 0 -1 4202560 7473 0 0 0 17 1 0 0 15 0 19 0 371352617 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22700] ppid=22659 vsize=7654724 CPUtime=0.12 cores=1,3
/proc/22661/task/22700/stat : 22700 (java) S 22659 22661 22624 0 -1 4202560 1589 0 0 0 12 0 0 0 15 0 19 0 371352617 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22709] ppid=22659 vsize=7654724 CPUtime=3.37 cores=1,3
/proc/22661/task/22709/stat : 22709 (java) S 22659 22661 22624 0 -1 4202560 6883 0 0 0 337 0 0 0 15 0 19 0 371352621 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 0 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22711] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22711/stat : 22711 (java) S 22659 22661 22624 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371352622 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22714] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22714/stat : 22714 (java) S 22659 22661 22624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 371352622 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22736] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22736/stat : 22736 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485791153 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22739] ppid=22659 vsize=7654724 CPUtime=0.3 cores=1,3
/proc/22661/task/22739/stat : 22739 (java) S 22659 22661 22624 0 -1 4202560 7523 0 0 0 29 1 0 0 15 0 19 0 371352629 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22743] ppid=22659 vsize=7654724 CPUtime=0.44 cores=1,3
/proc/22661/task/22743/stat : 22743 (java) S 22659 22661 22624 0 -1 4202560 3167 0 1 0 44 0 0 0 15 0 19 0 371352629 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22746] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22746/stat : 22746 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22752] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22752/stat : 22752 (java) S 22659 22661 22624 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 371352629 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22756] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22756/stat : 22756 (java) S 22659 22661 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352654 7838437376 67783 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.4
Current children cumulated vsize (KiB) 7654724

[startup+1242.3 s]
/proc/loadavg: 4.01 4.08 4.43 5/262 22790
/proc/meminfo: memFree=16015836/32950928 swapFree=67111528/67111528
[pid=22661] ppid=22659 vsize=7654724 CPUtime=1243.44 cores=1,3
/proc/22661/stat : 22661 (java) S 22659 22661 22624 0 -1 4202496 75698 0 116 0 124328 16 0 0 18 0 19 0 371352605 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/22661/statm: 1913681 70400 2253 9 0 1904419 0
[pid=22661/tid=22672] ppid=22659 vsize=7654724 CPUtime=1237.91 cores=1,3
/proc/22661/task/22672/stat : 22672 (java) R 22659 22661 22624 0 -1 4202560 28874 0 58 0 123782 9 0 0 25 0 19 0 371352615 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 46912505596598 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=22661/tid=22686] ppid=22659 vsize=7654724 CPUtime=0.15 cores=1,3
/proc/22661/task/22686/stat : 22686 (java) S 22659 22661 22624 0 -1 4202560 3114 0 0 0 15 0 0 0 15 0 19 0 371352617 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22688] ppid=22659 vsize=7654724 CPUtime=0.2 cores=1,3
/proc/22661/task/22688/stat : 22688 (java) S 22659 22661 22624 0 -1 4202560 2915 0 0 0 20 0 0 0 15 0 19 0 371352617 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22690] ppid=22659 vsize=7654724 CPUtime=0.13 cores=1,3
/proc/22661/task/22690/stat : 22690 (java) S 22659 22661 22624 0 -1 4202560 2442 0 0 0 13 0 0 0 15 0 19 0 371352617 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22691] ppid=22659 vsize=7654724 CPUtime=0.13 cores=1,3
/proc/22661/task/22691/stat : 22691 (java) S 22659 22661 22624 0 -1 4202560 1641 0 0 0 13 0 0 0 15 0 19 0 371352617 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22694] ppid=22659 vsize=7654724 CPUtime=0.11 cores=1,3
/proc/22661/task/22694/stat : 22694 (java) S 22659 22661 22624 0 -1 4202560 1351 0 0 0 11 0 0 0 15 0 19 0 371352617 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22695] ppid=22659 vsize=7654724 CPUtime=0.15 cores=1,3
/proc/22661/task/22695/stat : 22695 (java) S 22659 22661 22624 0 -1 4202560 6336 0 0 0 15 0 0 0 16 0 19 0 371352617 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22698] ppid=22659 vsize=7654724 CPUtime=0.19 cores=1,3
/proc/22661/task/22698/stat : 22698 (java) S 22659 22661 22624 0 -1 4202560 8528 0 0 0 18 1 0 0 16 0 19 0 371352617 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22700] ppid=22659 vsize=7654724 CPUtime=0.12 cores=1,3
/proc/22661/task/22700/stat : 22700 (java) S 22659 22661 22624 0 -1 4202560 1589 0 0 0 12 0 0 0 15 0 19 0 371352617 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22709] ppid=22659 vsize=7654724 CPUtime=3.5 cores=1,3
/proc/22661/task/22709/stat : 22709 (java) S 22659 22661 22624 0 -1 4202560 7050 0 0 0 350 0 0 0 15 0 19 0 371352621 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 0 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22711] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22711/stat : 22711 (java) S 22659 22661 22624 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371352622 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22714] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22714/stat : 22714 (java) S 22659 22661 22624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 371352622 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22736] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22736/stat : 22736 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485791153 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22739] ppid=22659 vsize=7654724 CPUtime=0.3 cores=1,3
/proc/22661/task/22739/stat : 22739 (java) S 22659 22661 22624 0 -1 4202560 7523 0 0 0 29 1 0 0 15 0 19 0 371352629 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22743] ppid=22659 vsize=7654724 CPUtime=0.44 cores=1,3
/proc/22661/task/22743/stat : 22743 (java) S 22659 22661 22624 0 -1 4202560 3167 0 1 0 44 0 0 0 15 0 19 0 371352629 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22746] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22746/stat : 22746 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22752] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22752/stat : 22752 (java) S 22659 22661 22624 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 371352629 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22756] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22756/stat : 22756 (java) S 22659 22661 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352654 7838437376 70400 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1243.44
Current children cumulated vsize (KiB) 7654724



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.06 4.40 5/262 22792
/proc/meminfo: memFree=15987772/32950928 swapFree=67111528/67111528
[pid=22661] ppid=22659 vsize=7654724 CPUtime=1301.16 cores=1,3
/proc/22661/stat : 22661 (java) S 22659 22661 22624 0 -1 4202496 75848 0 116 0 130100 16 0 0 18 0 19 0 371352605 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/22661/statm: 1913681 70543 2253 9 0 1904419 0
[pid=22661/tid=22672] ppid=22659 vsize=7654724 CPUtime=1295.54 cores=1,3
/proc/22661/task/22672/stat : 22672 (java) R 22659 22661 22624 0 -1 4202560 28875 0 58 0 129545 9 0 0 25 0 19 0 371352615 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 46912505726004 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=22661/tid=22686] ppid=22659 vsize=7654724 CPUtime=0.15 cores=1,3
/proc/22661/task/22686/stat : 22686 (java) S 22659 22661 22624 0 -1 4202560 3114 0 0 0 15 0 0 0 15 0 19 0 371352617 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22688] ppid=22659 vsize=7654724 CPUtime=0.2 cores=1,3
/proc/22661/task/22688/stat : 22688 (java) S 22659 22661 22624 0 -1 4202560 2915 0 0 0 20 0 0 0 15 0 19 0 371352617 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22690] ppid=22659 vsize=7654724 CPUtime=0.13 cores=1,3
/proc/22661/task/22690/stat : 22690 (java) S 22659 22661 22624 0 -1 4202560 2442 0 0 0 13 0 0 0 15 0 19 0 371352617 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22691] ppid=22659 vsize=7654724 CPUtime=0.13 cores=1,3
/proc/22661/task/22691/stat : 22691 (java) S 22659 22661 22624 0 -1 4202560 1641 0 0 0 13 0 0 0 16 0 19 0 371352617 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22694] ppid=22659 vsize=7654724 CPUtime=0.11 cores=1,3
/proc/22661/task/22694/stat : 22694 (java) S 22659 22661 22624 0 -1 4202560 1351 0 0 0 11 0 0 0 16 0 19 0 371352617 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22695] ppid=22659 vsize=7654724 CPUtime=0.16 cores=1,3
/proc/22661/task/22695/stat : 22695 (java) S 22659 22661 22624 0 -1 4202560 6336 0 0 0 16 0 0 0 16 0 19 0 371352617 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22698] ppid=22659 vsize=7654724 CPUtime=0.19 cores=1,3
/proc/22661/task/22698/stat : 22698 (java) S 22659 22661 22624 0 -1 4202560 8528 0 0 0 18 1 0 0 15 0 19 0 371352617 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22700] ppid=22659 vsize=7654724 CPUtime=0.13 cores=1,3
/proc/22661/task/22700/stat : 22700 (java) S 22659 22661 22624 0 -1 4202560 1590 0 0 0 13 0 0 0 16 0 19 0 371352617 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22709] ppid=22659 vsize=7654724 CPUtime=3.56 cores=1,3
/proc/22661/task/22709/stat : 22709 (java) S 22659 22661 22624 0 -1 4202560 7194 0 0 0 356 0 0 0 15 0 19 0 371352621 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 0 0 16800975 18446604465970704640 0 0 -1 1 0 0 0
[pid=22661/tid=22711] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22711/stat : 22711 (java) S 22659 22661 22624 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371352622 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22714] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22714/stat : 22714 (java) S 22659 22661 22624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 371352622 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22736] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22736/stat : 22736 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485791153 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22739] ppid=22659 vsize=7654724 CPUtime=0.3 cores=1,3
/proc/22661/task/22739/stat : 22739 (java) S 22659 22661 22624 0 -1 4202560 7523 0 0 0 29 1 0 0 15 0 19 0 371352629 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22743] ppid=22659 vsize=7654724 CPUtime=0.44 cores=1,3
/proc/22661/task/22743/stat : 22743 (java) S 22659 22661 22624 0 -1 4202560 3167 0 1 0 44 0 0 0 15 0 19 0 371352629 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22746] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22746/stat : 22746 (java) S 22659 22661 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485783449 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
[pid=22661/tid=22752] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22752/stat : 22752 (java) R 22659 22661 22624 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 371352629 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22661/tid=22756] ppid=22659 vsize=7654724 CPUtime=0 cores=1,3
/proc/22661/task/22756/stat : 22756 (java) S 22659 22661 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352654 7838437376 70543 33554432000 1073741824 1073778376 140736375522496 18446744073709551615 274485784064 0 4 0 16800975 18446604465970704640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1301.16
Current children cumulated vsize (KiB) 7654724

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.08
CPU time (s): 1301.3
CPU user time (s): 1301.12
CPU system time (s): 0.175973
CPU usage (%): 100.093
Max. virtual memory (cumulated for all children) (KiB): 7662972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.12
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76105
page faults= 116
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29156
involuntary context switches= 6745

runsolver used 2.13167 second user time and 4.98124 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-12 10:38:49
IDJOB=3190240
IDBENCH=82571
IDSOLVER=1611
FILE ID=node125/3190240-1302597529
RUNJOBID= node125-1302597529-22644
PBS_JOBID= 12958103
Free space on /tmp= 71872 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S976131144-051-UNKNOWN.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-3190240-1302597529/watcher-3190240-1302597529 -o /tmp/evaluation-result-3190240-1302597529/solver-3190240-1302597529 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190240-1302597529.cnf

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

MD5SUM BENCH= 951fe016d765ee9b2e2038c7330879da
RANDOM SEED=1503397197

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.75
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.828
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:      16796216 kB
Buffers:        672228 kB
Cached:       15015392 kB
SwapCached:          0 kB
Active:        4772452 kB
Inactive:     10982184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16796216 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1948 kB
Writeback:           0 kB
AnonPages:       66484 kB
Mapped:          13944 kB
Slab:           333728 kB
PageTables:       4616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190240 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= 71868 MiB
End job on node125 at 2011-04-12 11:00:31