Trace number 3258432

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

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v945c61409gyes5.cnf
MD5SUMccc3b90e7796ba48b01939580fe6357c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.34434
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c no version file found!!!
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		6997539544
0.04/0.08	c Max memory 		7034241024
0.04/0.08	c Total memory 		7034241024
0.04/0.08	c Number of processors 	8
0.04/0.10	c --- Begin Solver configuration ---
0.04/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.04/0.10	c Learn all clauses as in MiniSAT
0.04/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.10	c Expensive reason simplification
0.04/0.10	c Armin Biere (Picosat) restarts strategy
0.04/0.10	c Glucose learned constraints deletion strategy
0.04/0.10	c timeout=2147483647s
0.04/0.10	c DB Simplification allowed=true
0.04/0.10	c --- End Solver configuration ---
0.04/0.10	c solving HOME/instance-3258432-1303502951.cnf
0.04/0.10	c reading problem ... 
0.28/0.24	c ... done. Wall clock time 0.148s.
0.28/0.24	c #vars     945
0.28/0.24	c #constraints  61409
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61364
1.51/1.14	c cleaning 2498 clauses out of 5000 with flag 5000/5000
2.84/2.23	c cleaning 4250 clauses out of 8506 with flag 11004/11004
4.32/3.70	c cleaning 5625 clauses out of 11253 with flag 18001/18001
6.51/5.60	c cleaning 6807 clauses out of 13627 with flag 26000/26000
9.18/7.88	c cleaning 7897 clauses out of 15821 with flag 35001/35001
11.88/10.58	c cleaning 8956 clauses out of 17926 with flag 45003/45003
14.98/13.60	c cleaning 9971 clauses out of 19969 with flag 56002/56002
18.59/17.23	c cleaning 10981 clauses out of 21997 with flag 68001/68001
22.69/21.36	c cleaning 11988 clauses out of 24015 with flag 81000/81000
27.59/26.24	c cleaning 12990 clauses out of 26027 with flag 95000/95000
33.09/31.76	c cleaning 13986 clauses out of 28037 with flag 110000/110000
39.40/38.06	c cleaning 15001 clauses out of 30053 with flag 126002/126002
46.60/45.28	c cleaning 15999 clauses out of 32050 with flag 143000/143000
54.51/53.11	c cleaning 17012 clauses out of 34051 with flag 161000/161000
62.92/61.53	c cleaning 17994 clauses out of 36041 with flag 180002/180002
72.21/70.83	c cleaning 19019 clauses out of 38047 with flag 200002/200002
82.03/80.65	c cleaning 20003 clauses out of 40026 with flag 221000/221000
93.33/91.94	c cleaning 20987 clauses out of 42023 with flag 243000/243000
105.54/104.16	c cleaning 21989 clauses out of 44036 with flag 266000/266000
118.84/117.42	c cleaning 23001 clauses out of 46049 with flag 290002/290002
133.95/132.55	c cleaning 23986 clauses out of 48050 with flag 315004/315004
149.25/147.88	c cleaning 24998 clauses out of 50062 with flag 341002/341002
166.16/164.77	c cleaning 26013 clauses out of 52063 with flag 368001/368001
184.86/183.50	c cleaning 26987 clauses out of 54051 with flag 396002/396002
204.77/203.36	c cleaning 28007 clauses out of 56062 with flag 425000/425000
225.79/224.31	c cleaning 29011 clauses out of 58056 with flag 455001/455001
249.29/247.84	c cleaning 29992 clauses out of 60046 with flag 486002/486002
274.49/273.09	c cleaning 31004 clauses out of 62054 with flag 518002/518002
300.00/298.51	c cleaning 32021 clauses out of 64050 with flag 551002/551002
327.41/325.97	c cleaning 32997 clauses out of 66027 with flag 585000/585000
358.22/356.70	c cleaning 34007 clauses out of 68032 with flag 620002/620002
387.53/386.08	c cleaning 34994 clauses out of 70025 with flag 656002/656002
420.73/419.23	c cleaning 36006 clauses out of 72030 with flag 693001/693001
453.94/452.40	c cleaning 36990 clauses out of 74025 with flag 731002/731002
490.45/488.98	c cleaning 38003 clauses out of 76033 with flag 770000/770000
530.17/528.63	c cleaning 39001 clauses out of 78030 with flag 810000/810000
572.38/570.87	c cleaning 40003 clauses out of 80030 with flag 851001/851001
616.58/615.00	c cleaning 41006 clauses out of 82031 with flag 893005/893005
662.50/660.99	c cleaning 41999 clauses out of 84021 with flag 936001/936001
710.81/709.21	c cleaning 42997 clauses out of 86021 with flag 980000/980000
762.02/760.42	c cleaning 43998 clauses out of 88024 with flag 1025000/1025000
816.03/814.43	c cleaning 44998 clauses out of 90028 with flag 1071002/1071002
872.04/870.49	c cleaning 46013 clauses out of 92031 with flag 1118003/1118003
931.06/929.43	c cleaning 46985 clauses out of 94016 with flag 1166001/1166001
985.68/984.04	c cleaning 47990 clauses out of 96031 with flag 1215001/1215001
1047.89/1046.21	c cleaning 48994 clauses out of 98043 with flag 1265003/1265003
1108.70/1107.01	c cleaning 50015 clauses out of 100047 with flag 1316001/1316001
1174.82/1173.19	c cleaning 50988 clauses out of 102031 with flag 1368000/1368000
1245.33/1243.62	c cleaning 52013 clauses out of 104046 with flag 1421003/1421003
1301.75/1300.01	c starts		: 1376
1301.75/1300.01	c conflicts		: 1467999
1301.75/1300.01	c decisions		: 2271068
1301.75/1300.01	c propagations		: 179260830
1301.75/1300.01	c inspects		: 14338592723
1301.75/1300.01	c shortcuts		: 0
1301.75/1300.01	c learnt literals	: 0
1301.75/1300.01	c learnt binary clauses	: 5
1301.75/1300.01	c learnt ternary clauses	: 40
1301.75/1300.01	c learnt constraints	: 1467999
1301.75/1300.01	c ignored constraints	: 0
1301.75/1300.01	c root simplifications	: 1376
1301.75/1300.01	c removed literals (reason simplification)	: 52515731
1301.75/1300.01	c reason swapping (by a shorter reason)	: 0
1301.75/1300.01	c Calls to reduceDB	: 49
1301.75/1300.01	c speed (assignments/second)	: 137917.35614762612
1301.75/1300.01	c non guided choices	105
1301.75/1300.04	c learnt constraints type 
1301.75/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1301.75/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99027
1301.75/1300.04	c constraints type 
1301.75/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
1301.75/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61364
1301.75/1300.04	s UNKNOWN
1301.75/1300.04	c Total wall clock time (in seconds) : 1299.918

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-3258432-1303502951/watcher-3258432-1303502951 -o /tmp/evaluation-result-3258432-1303502951/solver-3258432-1303502951 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258432-1303502951.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: 0.00 0.02 0.25 3/178 17015
/proc/meminfo: memFree=12957208/32950928 swapFree=67111528/67111528
[pid=17015] ppid=17013 vsize=26088 CPUtime=0 cores=5,7
/proc/17015/stat : 17015 (java) S 17013 17015 16977 0 -1 4202496 1167 0 0 0 0 0 0 0 17 0 2 0 461891758 26714112 896 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/17015/statm: 6522 896 682 9 0 381 0
[pid=17015/tid=17016] ppid=17013 vsize=27172 CPUtime=0 cores=5,7
/proc/17015/task/17016/stat : 17016 (java) R 17013 17015 16977 0 -1 4202560 54 0 0 0 0 0 0 0 18 0 2 0 461891758 27824128 896 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254495768586 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.057892 s]
/proc/loadavg: 0.00 0.02 0.25 3/178 17015
/proc/meminfo: memFree=12957208/32950928 swapFree=67111528/67111528
[pid=17015] ppid=17013 vsize=7564488 CPUtime=0.04 cores=5,7
/proc/17015/stat : 17015 (java) S 17013 17015 16977 0 -1 4202496 9039 0 1 0 3 1 0 0 17 0 13 0 461891758 7746035712 8736 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512494565 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/17015/statm: 1891122 8736 1693 9 0 1881870 0
[pid=17015/tid=17016] ppid=17013 vsize=7564488 CPUtime=0.04 cores=5,7
/proc/17015/task/17016/stat : 17016 (java) S 17013 17015 16977 0 -1 4202560 7893 0 1 0 3 1 0 0 18 0 13 0 461891758 7746035712 8736 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254500687717 0 2147483391 0 16800971 18446744071699199166 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.107699 s]
/proc/loadavg: 0.00 0.02 0.25 3/178 17015
/proc/meminfo: memFree=12957208/32950928 swapFree=67111528/67111528
[pid=17015] ppid=17013 vsize=7636504 CPUtime=0.11 cores=5,7
/proc/17015/stat : 17015 (java) S 17013 17015 16977 0 -1 4202496 10581 0 1 0 9 2 0 0 17 0 18 0 461891758 7819780096 10278 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17015/statm: 1909126 10278 2093 9 0 1899864 0
[pid=17015/tid=17016] ppid=17013 vsize=7636504 CPUtime=0.08 cores=5,7
/proc/17015/task/17016/stat : 17016 (java) R 17013 17015 16977 0 -1 4202560 8679 0 1 0 7 1 0 0 18 0 18 0 461891758 7819780096 10278 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 46912505176688 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) 7636504

[startup+0.300573 s]
/proc/loadavg: 0.00 0.02 0.25 3/178 17015
/proc/meminfo: memFree=12957208/32950928 swapFree=67111528/67111528
[pid=17015] ppid=17013 vsize=7641228 CPUtime=0.46 cores=5,7
/proc/17015/stat : 17015 (java) S 17013 17015 16977 0 -1 4202496 13103 0 1 0 44 2 0 0 17 0 19 0 461891758 7824617472 12351 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17015/statm: 1910307 12351 2208 9 0 1901045 0
[pid=17015/tid=17016] ppid=17013 vsize=7641228 CPUtime=0.27 cores=5,7
/proc/17015/task/17016/stat : 17016 (java) R 17013 17015 16977 0 -1 4202560 9740 0 1 0 26 1 0 0 19 0 19 0 461891758 7824617472 12351 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 46912505179193 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 7641228

[startup+0.700551 s]
/proc/loadavg: 0.00 0.02 0.25 3/178 17015
/proc/meminfo: memFree=12957208/32950928 swapFree=67111528/67111528
[pid=17015] ppid=17013 vsize=7642576 CPUtime=1.1 cores=5,7
/proc/17015/stat : 17015 (java) S 17013 17015 16977 0 -1 4202496 14452 0 1 0 108 2 0 0 17 0 19 0 461891758 7825997824 13146 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17015/statm: 1910644 13146 2222 9 0 1901382 0
[pid=17015/tid=17016] ppid=17013 vsize=7642576 CPUtime=0.68 cores=5,7
/proc/17015/task/17016/stat : 17016 (java) R 17013 17015 16977 0 -1 4202560 10111 0 1 0 66 2 0 0 19 0 19 0 461891758 7825997824 13146 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 47398087527251 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 7642576

[startup+1.50139 s]
/proc/loadavg: 0.00 0.02 0.25 5/240 17085
/proc/meminfo: memFree=12792524/32950928 swapFree=67111528/67111528
[pid=17015] ppid=17013 vsize=7663060 CPUtime=2.1 cores=5,7
/proc/17015/stat : 17015 (java) S 17013 17015 16977 0 -1 4202496 24154 0 1 0 206 4 0 0 17 0 19 0 461891758 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17015/statm: 1915765 20912 2251 9 0 1906503 0
[pid=17015/tid=17016] ppid=17013 vsize=7663060 CPUtime=1.44 cores=5,7
/proc/17015/task/17016/stat : 17016 (java) R 17013 17015 16977 0 -1 4202560 10549 0 1 0 142 2 0 0 20 0 19 0 461891758 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 46912505624270 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17015/tid=17018] ppid=17013 vsize=7663060 CPUtime=0.01 cores=5,7
/proc/17015/task/17018/stat : 17018 (java) S 17013 17015 16977 0 -1 4202560 1173 0 0 0 1 0 0 0 17 0 19 0 461891760 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17019] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17019/stat : 17019 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 461891760 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17020] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17020/stat : 17020 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 461891760 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17021] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17021/stat : 17021 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 461891760 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17022] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17022/stat : 17022 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 461891760 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17023] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17023/stat : 17023 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 461891760 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17024] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17024/stat : 17024 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 461891760 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17025] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17025/stat : 17025 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 461891760 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17026] ppid=17013 vsize=7663060 CPUtime=0.02 cores=5,7
/proc/17015/task/17026/stat : 17026 (java) S 17013 17015 16977 0 -1 4202560 1175 0 0 0 2 0 0 0 16 0 19 0 461891761 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 0 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17027] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17027/stat : 17027 (java) S 17013 17015 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891761 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17028] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17028/stat : 17028 (java) S 17013 17015 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891761 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17036] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17036/stat : 17036 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891764 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512515505 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17037] ppid=17013 vsize=7663060 CPUtime=0.17 cores=5,7
/proc/17015/task/17037/stat : 17037 (java) S 17013 17015 16977 0 -1 4202560 573 0 0 0 17 0 0 0 15 0 19 0 461891764 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17038] ppid=17013 vsize=7663060 CPUtime=0.43 cores=5,7
/proc/17015/task/17038/stat : 17038 (java) S 17013 17015 16977 0 -1 4202560 9528 0 0 0 42 1 0 0 16 0 19 0 461891764 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17039] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17039/stat : 17039 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891764 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17040] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17040/stat : 17040 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891764 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17080] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17080/stat : 17080 (java) S 17013 17015 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 461891782 7846973440 20912 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 7663060

[startup+3.10107 s]
/proc/loadavg: 0.00 0.02 0.25 9/262 17111
/proc/meminfo: memFree=12606240/32950928 swapFree=67111528/67111528
[pid=17015] ppid=17013 vsize=7663060 CPUtime=3.74 cores=5,7
/proc/17015/stat : 17015 (java) S 17013 17015 16977 0 -1 4202496 25185 0 1 0 370 4 0 0 17 0 19 0 461891758 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17015/statm: 1915765 21941 2253 9 0 1906503 0
[pid=17015/tid=17016] ppid=17013 vsize=7663060 CPUtime=3.02 cores=5,7
/proc/17015/task/17016/stat : 17016 (java) R 17013 17015 16977 0 -1 4202560 10552 0 1 0 300 2 0 0 25 0 19 0 461891758 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 46912505617123 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17015/tid=17018] ppid=17013 vsize=7663060 CPUtime=0.01 cores=5,7
/proc/17015/task/17018/stat : 17018 (java) S 17013 17015 16977 0 -1 4202560 1173 0 0 0 1 0 0 0 15 0 19 0 461891760 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17019] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17019/stat : 17019 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891760 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17020] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17020/stat : 17020 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891760 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17021] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17021/stat : 17021 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891760 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17022] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17022/stat : 17022 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891760 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17023] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17023/stat : 17023 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891760 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17024] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17024/stat : 17024 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891760 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17025] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17025/stat : 17025 (java) S 17013 17015 16977 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 19 0 461891760 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17026] ppid=17013 vsize=7663060 CPUtime=0.03 cores=5,7
/proc/17015/task/17026/stat : 17026 (java) S 17013 17015 16977 0 -1 4202560 1457 0 0 0 3 0 0 0 16 0 19 0 461891761 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 0 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17027] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17027/stat : 17027 (java) S 17013 17015 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891761 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17028] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17028/stat : 17028 (java) S 17013 17015 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891761 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17036] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17036/stat : 17036 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891764 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512515505 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17037] ppid=17013 vsize=7663060 CPUtime=0.17 cores=5,7
/proc/17015/task/17037/stat : 17037 (java) S 17013 17015 16977 0 -1 4202560 573 0 0 0 17 0 0 0 15 0 19 0 461891764 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17038] ppid=17013 vsize=7663060 CPUtime=0.47 cores=5,7
/proc/17015/task/17038/stat : 17038 (java) S 17013 17015 16977 0 -1 4202560 9530 0 0 0 46 1 0 0 15 0 19 0 461891764 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17039] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17039/stat : 17039 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891764 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17040] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17040/stat : 17040 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891764 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17080] ppid=17013 vsize=7663060 CPUtime=0 cores=5,7
/proc/17015/task/17080/stat : 17080 (java) S 17013 17015 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 461891782 7846973440 21941 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 7663060

[startup+6.30137 s]
/proc/loadavg: 0.32 0.09 0.27 5/262 17111
/proc/meminfo: memFree=12520620/32950928 swapFree=67111528/67111528
[pid=17015] ppid=17013 vsize=7662244 CPUtime=7.68 cores=5,7
/proc/17015/stat : 17015 (java) S 17013 17015 16977 0 -1 4202496 26970 0 1 0 763 5 0 0 17 0 19 0 461891758 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17015/statm: 1915561 22469 2254 9 0 1906299 0
[pid=17015/tid=17016] ppid=17013 vsize=7662244 CPUtime=6.1 cores=5,7
/proc/17015/task/17016/stat : 17016 (java) R 17013 17015 16977 0 -1 4202560 10558 0 1 0 608 2 0 0 25 0 19 0 461891758 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 46912505646389 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=17015/tid=17018] ppid=17013 vsize=7662244 CPUtime=0.01 cores=5,7
/proc/17015/task/17018/stat : 17018 (java) S 17013 17015 16977 0 -1 4202560 1223 0 0 0 1 0 0 0 15 0 19 0 461891760 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17019] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17019/stat : 17019 (java) S 17013 17015 16977 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 461891760 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17020] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17020/stat : 17020 (java) S 17013 17015 16977 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 461891760 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17021] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17021/stat : 17021 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891760 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17022] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17022/stat : 17022 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891760 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17023] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17023/stat : 17023 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891760 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17024] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17024/stat : 17024 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891760 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17025] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17025/stat : 17025 (java) S 17013 17015 16977 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 19 0 461891760 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17026] ppid=17013 vsize=7662244 CPUtime=0.08 cores=5,7
/proc/17015/task/17026/stat : 17026 (java) S 17013 17015 16977 0 -1 4202560 1700 0 0 0 8 0 0 0 15 0 19 0 461891761 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 0 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17027] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17027/stat : 17027 (java) S 17013 17015 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891761 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17028] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17028/stat : 17028 (java) S 17013 17015 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891761 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17036] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17036/stat : 17036 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891764 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512515505 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17037] ppid=17013 vsize=7662244 CPUtime=0.55 cores=5,7
/proc/17015/task/17037/stat : 17037 (java) S 17013 17015 16977 0 -1 4202560 1478 0 0 0 55 0 0 0 15 0 19 0 461891764 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17038] ppid=17013 vsize=7662244 CPUtime=0.88 cores=5,7
/proc/17015/task/17038/stat : 17038 (java) S 17013 17015 16977 0 -1 4202560 9964 0 0 0 87 1 0 0 16 0 19 0 461891764 7846137856 22469 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0

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

[pid=17015/tid=17023] ppid=17013 vsize=7662244 CPUtime=0.06 cores=5,7
/proc/17015/task/17023/stat : 17023 (java) S 17013 17015 16977 0 -1 4202560 1564 0 0 0 6 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17024] ppid=17013 vsize=7662244 CPUtime=0.08 cores=5,7
/proc/17015/task/17024/stat : 17024 (java) S 17013 17015 16977 0 -1 4202560 2066 0 0 0 8 0 0 0 16 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17025] ppid=17013 vsize=7662244 CPUtime=0.08 cores=5,7
/proc/17015/task/17025/stat : 17025 (java) S 17013 17015 16977 0 -1 4202560 1414 0 0 0 8 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17026] ppid=17013 vsize=7662244 CPUtime=1.58 cores=5,7
/proc/17015/task/17026/stat : 17026 (java) S 17013 17015 16977 0 -1 4202560 6472 0 0 0 157 1 0 0 15 0 19 0 461891761 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 0 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17027] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17027/stat : 17027 (java) S 17013 17015 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891761 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17028] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17028/stat : 17028 (java) S 17013 17015 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891761 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17036] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17036/stat : 17036 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512515505 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17037] ppid=17013 vsize=7662244 CPUtime=0.55 cores=5,7
/proc/17015/task/17037/stat : 17037 (java) S 17013 17015 16977 0 -1 4202560 1478 0 0 0 55 0 0 0 15 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17038] ppid=17013 vsize=7662244 CPUtime=0.91 cores=5,7
/proc/17015/task/17038/stat : 17038 (java) S 17013 17015 16977 0 -1 4202560 9969 0 0 0 90 1 0 0 15 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17039] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17039/stat : 17039 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17040] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17040/stat : 17040 (java) S 17013 17015 16977 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17080] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17080/stat : 17080 (java) S 17013 17015 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 461891782 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1124.01
Current children cumulated vsize (KiB) 7662244

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 2.94 5/262 17142
/proc/meminfo: memFree=12123356/32950928 swapFree=67111528/67111528
[pid=17015] ppid=17013 vsize=7662244 CPUtime=1184.03 cores=5,7
/proc/17015/stat : 17015 (java) S 17013 17015 16977 0 -1 4202496 43462 0 1 0 118393 10 0 0 17 0 19 0 461891758 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17015/statm: 1915561 38781 2254 9 0 1906299 0
[pid=17015/tid=17016] ppid=17013 vsize=7662244 CPUtime=1180.25 cores=5,7
/proc/17015/task/17016/stat : 17016 (java) R 17013 17015 16977 0 -1 4202560 14622 0 1 0 118021 4 0 0 25 0 19 0 461891758 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 46912505645963 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17015/tid=17018] ppid=17013 vsize=7662244 CPUtime=0.09 cores=5,7
/proc/17015/task/17018/stat : 17018 (java) S 17013 17015 16977 0 -1 4202560 1454 0 0 0 9 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17019] ppid=17013 vsize=7662244 CPUtime=0.05 cores=5,7
/proc/17015/task/17019/stat : 17019 (java) S 17013 17015 16977 0 -1 4202560 1094 0 0 0 5 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17020] ppid=17013 vsize=7662244 CPUtime=0.07 cores=5,7
/proc/17015/task/17020/stat : 17020 (java) S 17013 17015 16977 0 -1 4202560 1144 0 0 0 7 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17021] ppid=17013 vsize=7662244 CPUtime=0.06 cores=5,7
/proc/17015/task/17021/stat : 17021 (java) S 17013 17015 16977 0 -1 4202560 417 0 0 0 6 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17022] ppid=17013 vsize=7662244 CPUtime=0.07 cores=5,7
/proc/17015/task/17022/stat : 17022 (java) S 17013 17015 16977 0 -1 4202560 549 0 0 0 7 0 0 0 16 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17023] ppid=17013 vsize=7662244 CPUtime=0.07 cores=5,7
/proc/17015/task/17023/stat : 17023 (java) S 17013 17015 16977 0 -1 4202560 1564 0 0 0 7 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17024] ppid=17013 vsize=7662244 CPUtime=0.08 cores=5,7
/proc/17015/task/17024/stat : 17024 (java) S 17013 17015 16977 0 -1 4202560 2066 0 0 0 8 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17025] ppid=17013 vsize=7662244 CPUtime=0.08 cores=5,7
/proc/17015/task/17025/stat : 17025 (java) S 17013 17015 16977 0 -1 4202560 1414 0 0 0 8 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17026] ppid=17013 vsize=7662244 CPUtime=1.63 cores=5,7
/proc/17015/task/17026/stat : 17026 (java) S 17013 17015 16977 0 -1 4202560 6474 0 0 0 162 1 0 0 15 0 19 0 461891761 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 0 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17027] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17027/stat : 17027 (java) S 17013 17015 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891761 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17028] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17028/stat : 17028 (java) S 17013 17015 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891761 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17036] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17036/stat : 17036 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512515505 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17037] ppid=17013 vsize=7662244 CPUtime=0.55 cores=5,7
/proc/17015/task/17037/stat : 17037 (java) S 17013 17015 16977 0 -1 4202560 1478 0 0 0 55 0 0 0 15 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17038] ppid=17013 vsize=7662244 CPUtime=0.91 cores=5,7
/proc/17015/task/17038/stat : 17038 (java) S 17013 17015 16977 0 -1 4202560 9969 0 0 0 90 1 0 0 15 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17039] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17039/stat : 17039 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17040] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17040/stat : 17040 (java) S 17013 17015 16977 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17080] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17080/stat : 17080 (java) S 17013 17015 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 461891782 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1184.03
Current children cumulated vsize (KiB) 7662244

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.01 5/262 17144
/proc/meminfo: memFree=12109932/32950928 swapFree=67111528/67111528
[pid=17015] ppid=17013 vsize=7662244 CPUtime=1244.03 cores=5,7
/proc/17015/stat : 17015 (java) S 17013 17015 16977 0 -1 4202496 43466 0 1 0 124393 10 0 0 17 0 19 0 461891758 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17015/statm: 1915561 38781 2254 9 0 1906299 0
[pid=17015/tid=17016] ppid=17013 vsize=7662244 CPUtime=1240.25 cores=5,7
/proc/17015/task/17016/stat : 17016 (java) R 17013 17015 16977 0 -1 4202560 14622 0 1 0 124021 4 0 0 25 0 19 0 461891758 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 46912505575779 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17015/tid=17018] ppid=17013 vsize=7662244 CPUtime=0.09 cores=5,7
/proc/17015/task/17018/stat : 17018 (java) S 17013 17015 16977 0 -1 4202560 1454 0 0 0 9 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17019] ppid=17013 vsize=7662244 CPUtime=0.05 cores=5,7
/proc/17015/task/17019/stat : 17019 (java) S 17013 17015 16977 0 -1 4202560 1094 0 0 0 5 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17020] ppid=17013 vsize=7662244 CPUtime=0.07 cores=5,7
/proc/17015/task/17020/stat : 17020 (java) S 17013 17015 16977 0 -1 4202560 1144 0 0 0 7 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17021] ppid=17013 vsize=7662244 CPUtime=0.06 cores=5,7
/proc/17015/task/17021/stat : 17021 (java) S 17013 17015 16977 0 -1 4202560 417 0 0 0 6 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17022] ppid=17013 vsize=7662244 CPUtime=0.07 cores=5,7
/proc/17015/task/17022/stat : 17022 (java) S 17013 17015 16977 0 -1 4202560 549 0 0 0 7 0 0 0 16 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17023] ppid=17013 vsize=7662244 CPUtime=0.07 cores=5,7
/proc/17015/task/17023/stat : 17023 (java) S 17013 17015 16977 0 -1 4202560 1564 0 0 0 7 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17024] ppid=17013 vsize=7662244 CPUtime=0.08 cores=5,7
/proc/17015/task/17024/stat : 17024 (java) S 17013 17015 16977 0 -1 4202560 2066 0 0 0 8 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17025] ppid=17013 vsize=7662244 CPUtime=0.08 cores=5,7
/proc/17015/task/17025/stat : 17025 (java) S 17013 17015 16977 0 -1 4202560 1414 0 0 0 8 0 0 0 15 0 19 0 461891760 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17026] ppid=17013 vsize=7662244 CPUtime=1.63 cores=5,7
/proc/17015/task/17026/stat : 17026 (java) S 17013 17015 16977 0 -1 4202560 6474 0 0 0 162 1 0 0 15 0 19 0 461891761 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 0 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17027] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17027/stat : 17027 (java) S 17013 17015 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891761 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17028] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17028/stat : 17028 (java) S 17013 17015 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891761 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17036] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17036/stat : 17036 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512515505 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17037] ppid=17013 vsize=7662244 CPUtime=0.55 cores=5,7
/proc/17015/task/17037/stat : 17037 (java) S 17013 17015 16977 0 -1 4202560 1478 0 0 0 55 0 0 0 15 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17038] ppid=17013 vsize=7662244 CPUtime=0.91 cores=5,7
/proc/17015/task/17038/stat : 17038 (java) S 17013 17015 16977 0 -1 4202560 9969 0 0 0 90 1 0 0 15 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17039] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17039/stat : 17039 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17040] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17040/stat : 17040 (java) S 17013 17015 16977 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 461891764 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17080] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17080/stat : 17080 (java) S 17013 17015 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 461891782 7846137856 38781 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1244.03
Current children cumulated vsize (KiB) 7662244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.06 5/262 17145
/proc/meminfo: memFree=12103564/32950928 swapFree=67111528/67111528
[pid=17015] ppid=17013 vsize=7662244 CPUtime=1301.75 cores=5,7
/proc/17015/stat : 17015 (java) S 17013 17015 16977 0 -1 4202496 43551 0 1 0 130165 10 0 0 17 0 19 0 461891758 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17015/statm: 1915561 38859 2254 9 0 1906299 0
[pid=17015/tid=17016] ppid=17013 vsize=7662244 CPUtime=1297.91 cores=5,7
/proc/17015/task/17016/stat : 17016 (java) R 17013 17015 16977 0 -1 4202560 14701 0 1 0 129787 4 0 0 25 0 19 0 461891758 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 46912505865041 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17015/tid=17018] ppid=17013 vsize=7662244 CPUtime=0.09 cores=5,7
/proc/17015/task/17018/stat : 17018 (java) S 17013 17015 16977 0 -1 4202560 1454 0 0 0 9 0 0 0 15 0 19 0 461891760 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17019] ppid=17013 vsize=7662244 CPUtime=0.05 cores=5,7
/proc/17015/task/17019/stat : 17019 (java) S 17013 17015 16977 0 -1 4202560 1094 0 0 0 5 0 0 0 15 0 19 0 461891760 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17020] ppid=17013 vsize=7662244 CPUtime=0.07 cores=5,7
/proc/17015/task/17020/stat : 17020 (java) S 17013 17015 16977 0 -1 4202560 1144 0 0 0 7 0 0 0 15 0 19 0 461891760 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17021] ppid=17013 vsize=7662244 CPUtime=0.06 cores=5,7
/proc/17015/task/17021/stat : 17021 (java) S 17013 17015 16977 0 -1 4202560 417 0 0 0 6 0 0 0 15 0 19 0 461891760 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17022] ppid=17013 vsize=7662244 CPUtime=0.08 cores=5,7
/proc/17015/task/17022/stat : 17022 (java) S 17013 17015 16977 0 -1 4202560 549 0 0 0 8 0 0 0 15 0 19 0 461891760 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17023] ppid=17013 vsize=7662244 CPUtime=0.07 cores=5,7
/proc/17015/task/17023/stat : 17023 (java) S 17013 17015 16977 0 -1 4202560 1564 0 0 0 7 0 0 0 15 0 19 0 461891760 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17024] ppid=17013 vsize=7662244 CPUtime=0.09 cores=5,7
/proc/17015/task/17024/stat : 17024 (java) S 17013 17015 16977 0 -1 4202560 2066 0 0 0 9 0 0 0 15 0 19 0 461891760 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17025] ppid=17013 vsize=7662244 CPUtime=0.08 cores=5,7
/proc/17015/task/17025/stat : 17025 (java) S 17013 17015 16977 0 -1 4202560 1414 0 0 0 8 0 0 0 15 0 19 0 461891760 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17026] ppid=17013 vsize=7662244 CPUtime=1.68 cores=5,7
/proc/17015/task/17026/stat : 17026 (java) S 17013 17015 16977 0 -1 4202560 6476 0 0 0 167 1 0 0 15 0 19 0 461891761 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 0 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17027] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17027/stat : 17027 (java) S 17013 17015 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891761 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17028] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17028/stat : 17028 (java) S 17013 17015 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891761 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17036] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17036/stat : 17036 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891764 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512515505 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17037] ppid=17013 vsize=7662244 CPUtime=0.55 cores=5,7
/proc/17015/task/17037/stat : 17037 (java) S 17013 17015 16977 0 -1 4202560 1478 0 0 0 55 0 0 0 15 0 19 0 461891764 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17038] ppid=17013 vsize=7662244 CPUtime=0.91 cores=5,7
/proc/17015/task/17038/stat : 17038 (java) S 17013 17015 16977 0 -1 4202560 9969 0 0 0 90 1 0 0 15 0 19 0 461891764 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 5 0 0 0
[pid=17015/tid=17039] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17039/stat : 17039 (java) S 17013 17015 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891764 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512507801 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17040] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17040/stat : 17040 (java) S 17013 17015 16977 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 461891764 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
[pid=17015/tid=17080] ppid=17013 vsize=7662244 CPUtime=0 cores=5,7
/proc/17015/task/17080/stat : 17080 (java) S 17013 17015 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 461891782 7846137856 38859 33554432000 1073741824 1073778376 140736513982896 18446744073709551615 254512508416 0 4 0 16800975 18446604464474340096 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.75
Current children cumulated vsize (KiB) 7662244

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.83
CPU user time (s): 1301.72
CPU system time (s): 0.113982
CPU usage (%): 100.137
Max. virtual memory (cumulated for all children) (KiB): 7665688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.72
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43586
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= 28032
involuntary context switches= 5019

runsolver used 2.13368 second user time and 5.2282 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-22 22:09:11
IDJOB=3258432
IDBENCH=71354
IDSOLVER=1611
FILE ID=node149/3258432-1303502951
RUNJOBID= node149-1303502950-16998
PBS_JOBID= 13134233
Free space on /tmp= 72140 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v945c61409gyes5.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-3258432-1303502951/watcher-3258432-1303502951 -o /tmp/evaluation-result-3258432-1303502951/solver-3258432-1303502951 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258432-1303502951.cnf

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

MD5SUM BENCH= ccc3b90e7796ba48b01939580fe6357c
RANDOM SEED=1547146999

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12957488 kB
Buffers:       1795220 kB
Cached:       17590428 kB
SwapCached:          0 kB
Active:        9295604 kB
Inactive:     10161904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12957488 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3920 kB
Writeback:           0 kB
AnonPages:       72148 kB
Mapped:          14324 kB
Slab:           472468 kB
PageTables:       5816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   198480 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= 72128 MiB
End job on node149 at 2011-04-22 22:30:53