Trace number 3258916

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.26 1300.06

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1820c171155g5.cnf
MD5SUM70a781814cd432fb0f934a7edd92ccff
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.06/0.07	c no version file found!!!
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.07	c java.vm.version	19.1-b02
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version		1.6.0_24
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		amd64
0.06/0.07	c Free memory 		6997539544
0.06/0.07	c Max memory 		7034241024
0.06/0.07	c Total memory 		7034241024
0.06/0.07	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3258916-1303505562.cnf
0.09/0.10	c reading problem ... 
0.42/0.30	c ... done. Wall clock time 0.199s.
0.42/0.30	c #vars     1820
0.42/0.30	c #constraints  171155
0.42/0.30	c constraints type 
0.42/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65
0.42/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 171090
2.02/1.66	c cleaning 2495 clauses out of 5001 with flag 5001/5001
3.88/3.21	c cleaning 4244 clauses out of 8506 with flag 11001/11001
5.67/5.06	c cleaning 5627 clauses out of 11261 with flag 18000/18000
7.98/7.31	c cleaning 6808 clauses out of 13634 with flag 26000/26000
10.60/9.95	c cleaning 7887 clauses out of 15826 with flag 35000/35000
13.50/12.89	c cleaning 8959 clauses out of 17939 with flag 45000/45000
17.01/16.35	c cleaning 9962 clauses out of 19981 with flag 56001/56001
21.01/20.40	c cleaning 10998 clauses out of 22020 with flag 68002/68002
25.31/24.61	c cleaning 11977 clauses out of 24020 with flag 81000/81000
30.22/29.54	c cleaning 13010 clauses out of 26046 with flag 95003/95003
35.72/35.06	c cleaning 13999 clauses out of 28033 with flag 110000/110000
41.83/41.16	c cleaning 14993 clauses out of 30034 with flag 126000/126000
48.34/47.63	c cleaning 15990 clauses out of 32041 with flag 143000/143000
55.65/54.91	c cleaning 16997 clauses out of 34051 with flag 161000/161000
63.36/62.63	c cleaning 18001 clauses out of 36054 with flag 180000/180000
71.86/71.10	c cleaning 18987 clauses out of 38054 with flag 200001/200001
81.26/80.50	c cleaning 20021 clauses out of 40069 with flag 221003/221003
91.17/90.47	c cleaning 20996 clauses out of 42045 with flag 243000/243000
101.88/101.19	c cleaning 22009 clauses out of 44049 with flag 266000/266000
113.48/112.78	c cleaning 23002 clauses out of 46040 with flag 290000/290000
125.98/125.20	c cleaning 23988 clauses out of 48039 with flag 315001/315001
139.39/138.65	c cleaning 24993 clauses out of 50051 with flag 341001/341001
153.40/152.70	c cleaning 26001 clauses out of 52058 with flag 368001/368001
169.40/168.67	c cleaning 26988 clauses out of 54057 with flag 396001/396001
185.91/185.14	c cleaning 28015 clauses out of 56068 with flag 425000/425000
202.82/202.10	c cleaning 28991 clauses out of 58053 with flag 455000/455000
221.73/221.00	c cleaning 29999 clauses out of 60062 with flag 486000/486000
242.24/241.49	c cleaning 30999 clauses out of 62065 with flag 518002/518002
263.65/262.89	c cleaning 32010 clauses out of 64064 with flag 551000/551000
285.76/284.98	c cleaning 33001 clauses out of 66054 with flag 585000/585000
309.26/308.45	c cleaning 33979 clauses out of 68054 with flag 620001/620001
334.27/333.48	c cleaning 35000 clauses out of 70074 with flag 656000/656000
359.78/358.91	c cleaning 36004 clauses out of 72075 with flag 693001/693001
386.10/385.21	c cleaning 37015 clauses out of 74071 with flag 731001/731001
415.71/414.87	c cleaning 37983 clauses out of 76056 with flag 770001/770001
445.42/444.55	c cleaning 38991 clauses out of 78074 with flag 810002/810002
477.82/476.98	c cleaning 40004 clauses out of 80081 with flag 851000/851000
510.03/509.12	c cleaning 40983 clauses out of 82077 with flag 893000/893000
544.64/543.73	c cleaning 42013 clauses out of 84094 with flag 936000/936000
578.65/577.77	c cleaning 43006 clauses out of 86081 with flag 980000/980000
618.47/617.50	c cleaning 44013 clauses out of 88077 with flag 1025002/1025002
656.18/655.26	c cleaning 44994 clauses out of 90062 with flag 1071000/1071000
698.19/697.20	c cleaning 46003 clauses out of 92068 with flag 1118000/1118000
740.60/739.63	c cleaning 46966 clauses out of 94065 with flag 1166000/1166000
785.41/784.41	c cleaning 48008 clauses out of 96099 with flag 1215000/1215000
831.72/830.78	c cleaning 48991 clauses out of 98093 with flag 1265002/1265002
879.85/878.87	c cleaning 50000 clauses out of 100100 with flag 1316000/1316000
930.26/929.22	c cleaning 51003 clauses out of 102101 with flag 1368001/1368001
984.18/983.13	c cleaning 52004 clauses out of 104097 with flag 1421000/1421000
1038.10/1037.02	c cleaning 53015 clauses out of 106095 with flag 1475002/1475002
1095.52/1094.44	c cleaning 53986 clauses out of 108081 with flag 1530003/1530003
1156.53/1155.42	c cleaning 54985 clauses out of 110092 with flag 1586000/1586000
1216.74/1215.65	c cleaning 56026 clauses out of 112110 with flag 1643003/1643003
1281.85/1280.78	c cleaning 57020 clauses out of 114082 with flag 1701001/1701001
1301.17/1300.01	c starts		: 1476
1301.17/1300.01	c conflicts		: 1722009
1301.17/1300.01	c decisions		: 3609932
1301.17/1300.01	c propagations		: 263477052
1301.17/1300.01	c inspects		: 13072315307
1301.17/1300.01	c shortcuts		: 0
1301.17/1300.01	c learnt literals	: 0
1301.17/1300.01	c learnt binary clauses	: 0
1301.17/1300.01	c learnt ternary clauses	: 0
1301.17/1300.01	c learnt constraints	: 1722009
1301.17/1300.01	c ignored constraints	: 0
1301.17/1300.01	c root simplifications	: 1476
1301.17/1300.01	c removed literals (reason simplification)	: 87418951
1301.17/1300.01	c reason swapping (by a shorter reason)	: 0
1301.17/1300.01	c Calls to reduceDB	: 54
1301.17/1300.01	c speed (assignments/second)	: 202719.56556529447
1301.17/1300.01	c non guided choices	237
1301.17/1300.04	c learnt constraints type 
1301.17/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78099
1301.17/1300.05	c constraints type 
1301.17/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65
1301.17/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 171090
1301.17/1300.05	s UNKNOWN
1301.17/1300.05	c Total wall clock time (in seconds) : 1299.911

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258916-1303505562/watcher-3258916-1303505562 -o /tmp/evaluation-result-3258916-1303505562/solver-3258916-1303505562 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258916-1303505562.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: 3.46 3.89 3.72 5/203 17506
/proc/meminfo: memFree=12909924/32950928 swapFree=67111528/67111528
[pid=17506] ppid=17504 vsize=31604 CPUtime=0 cores=1,3
/proc/17506/stat : 17506 (java) S 17504 17506 16977 0 -1 4202496 1269 0 0 0 0 0 0 0 18 0 2 0 462152889 32362496 987 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17506/statm: 7901 996 767 9 0 386 0
[pid=17506/tid=17509] ppid=17504 vsize=31604 CPUtime=0 cores=1,3
/proc/17506/task/17509/stat : 17509 (java) R 17504 17506 16977 0 -1 4202560 170 0 0 0 0 0 0 0 19 0 2 0 462152890 32362496 1001 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254495768199 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0721071 s]
/proc/loadavg: 3.46 3.89 3.72 5/203 17506
/proc/meminfo: memFree=12909924/32950928 swapFree=67111528/67111528
[pid=17506] ppid=17504 vsize=7569940 CPUtime=0.06 cores=1,3
/proc/17506/stat : 17506 (java) S 17504 17506 16977 0 -1 4202496 9435 0 1 0 5 1 0 0 18 0 18 0 462152889 7751618560 9131 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17506/statm: 1892485 9131 1754 9 0 1883223 0
[pid=17506/tid=17509] ppid=17504 vsize=7569940 CPUtime=0.06 cores=1,3
/proc/17506/task/17509/stat : 17509 (java) R 17504 17506 16977 0 -1 4202560 8260 0 1 0 5 1 0 0 22 0 18 0 462152890 7751618560 9131 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.101136 s]
/proc/loadavg: 3.46 3.89 3.72 5/203 17506
/proc/meminfo: memFree=12909924/32950928 swapFree=67111528/67111528
[pid=17506] ppid=17504 vsize=7570804 CPUtime=0.09 cores=1,3
/proc/17506/stat : 17506 (java) S 17504 17506 16977 0 -1 4202496 10197 0 1 0 8 1 0 0 18 0 18 0 462152889 7752503296 9893 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17506/statm: 1892701 9894 2086 9 0 1883439 0
[pid=17506/tid=17509] ppid=17504 vsize=7570804 CPUtime=0.07 cores=1,3
/proc/17506/task/17509/stat : 17509 (java) R 17504 17506 16977 0 -1 4202560 8466 0 1 0 6 1 0 0 22 0 18 0 462152890 7752503296 9894 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 47041972603700 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7570804

[startup+0.301072 s]
/proc/loadavg: 3.46 3.89 3.72 5/203 17506
/proc/meminfo: memFree=12909924/32950928 swapFree=67111528/67111528
[pid=17506] ppid=17504 vsize=7574944 CPUtime=0.42 cores=1,3
/proc/17506/stat : 17506 (java) S 17504 17506 16977 0 -1 4202496 14352 0 1 0 40 2 0 0 18 0 18 0 462152889 7756742656 13723 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17506/statm: 1893736 13725 2197 9 0 1884474 0
[pid=17506/tid=17509] ppid=17504 vsize=7574944 CPUtime=0.27 cores=1,3
/proc/17506/task/17509/stat : 17509 (java) R 17504 17506 16977 0 -1 4202560 11173 0 1 0 25 2 0 0 22 0 18 0 462152890 7756742656 13725 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 46912505553136 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 7574944

[startup+0.700988 s]
/proc/loadavg: 3.46 3.89 3.72 5/203 17506
/proc/meminfo: memFree=12909924/32950928 swapFree=67111528/67111528
[pid=17506] ppid=17504 vsize=7576724 CPUtime=1.1 cores=1,3
/proc/17506/stat : 17506 (java) S 17504 17506 16977 0 -1 4202496 15930 0 1 0 108 2 0 0 18 0 19 0 462152889 7758565376 14634 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17506/statm: 1894181 14634 2219 9 0 1884919 0
[pid=17506/tid=17509] ppid=17504 vsize=7576724 CPUtime=0.67 cores=1,3
/proc/17506/task/17509/stat : 17509 (java) R 17504 17506 16977 0 -1 4202560 11783 0 1 0 65 2 0 0 25 0 19 0 462152890 7758565376 14634 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 46912505619232 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 7576724

[startup+1.50083 s]
/proc/loadavg: 3.46 3.89 3.72 6/262 17568
/proc/meminfo: memFree=12719640/32950928 swapFree=67111528/67111528
[pid=17506] ppid=17504 vsize=7576724 CPUtime=1.92 cores=1,3
/proc/17506/stat : 17506 (java) S 17504 17506 16977 0 -1 4202496 16914 0 1 0 190 2 0 0 18 0 19 0 462152889 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17506/statm: 1894181 15617 2224 9 0 1884919 0
[pid=17506/tid=17509] ppid=17504 vsize=7576724 CPUtime=1.47 cores=1,3
/proc/17506/task/17509/stat : 17509 (java) R 17504 17506 16977 0 -1 4202560 12742 0 1 0 145 2 0 0 25 0 19 0 462152890 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 46912505639788 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17506/tid=17519] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17519/stat : 17519 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 462152891 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17520] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17520/stat : 17520 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152891 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17521] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17521/stat : 17521 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152891 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17522] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17522/stat : 17522 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152891 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17523] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17523/stat : 17523 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152891 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17524] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17524/stat : 17524 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152891 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17525] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17525/stat : 17525 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 462152891 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17526] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17526/stat : 17526 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 462152891 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17528] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17528/stat : 17528 (java) S 17504 17506 16977 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 462152892 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17531] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17531/stat : 17531 (java) S 17504 17506 16977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 462152893 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17532] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17532/stat : 17532 (java) S 17504 17506 16977 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 462152893 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17538] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17538/stat : 17538 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152895 7758565376 15617 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17539] ppid=17504 vsize=7576724 CPUtime=0.2 cores=1,3
/proc/17506/task/17539/stat : 17539 (java) S 17504 17506 16977 0 -1 4202560 410 0 0 0 20 0 0 0 18 0 19 0 462152895 7758565376 15618 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17540] ppid=17504 vsize=7576724 CPUtime=0.24 cores=1,3
/proc/17506/task/17540/stat : 17540 (java) S 17504 17506 16977 0 -1 4202560 2601 0 0 0 24 0 0 0 17 0 19 0 462152895 7758565376 15618 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17541] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17541/stat : 17541 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152895 7758565376 15618 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17542] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17542/stat : 17542 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152895 7758565376 15618 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17567] ppid=17504 vsize=7576724 CPUtime=0 cores=1,3
/proc/17506/task/17567/stat : 17567 (java) S 17504 17506 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462152920 7758565376 15618 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 7576724

[startup+3.1015 s]
/proc/loadavg: 3.46 3.89 3.72 5/262 17568
/proc/meminfo: memFree=12635072/32950928 swapFree=67111528/67111528
[pid=17506] ppid=17504 vsize=7600260 CPUtime=3.77 cores=1,3
/proc/17506/stat : 17506 (java) S 17504 17506 16977 0 -1 4202496 29602 0 1 0 373 4 0 0 18 0 19 0 462152889 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17506/statm: 1900065 26365 2253 9 0 1890803 0
[pid=17506/tid=17509] ppid=17504 vsize=7600260 CPUtime=3.01 cores=1,3
/proc/17506/task/17509/stat : 17509 (java) R 17504 17506 16977 0 -1 4202560 12870 0 1 0 299 2 0 0 25 0 19 0 462152890 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 46912505640510 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17506/tid=17519] ppid=17504 vsize=7600260 CPUtime=0.01 cores=1,3
/proc/17506/task/17519/stat : 17519 (java) S 17504 17506 16977 0 -1 4202560 1605 0 0 0 1 0 0 0 17 0 19 0 462152891 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17520] ppid=17504 vsize=7600260 CPUtime=0 cores=1,3
/proc/17506/task/17520/stat : 17520 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462152891 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17521] ppid=17504 vsize=7600260 CPUtime=0 cores=1,3
/proc/17506/task/17521/stat : 17521 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462152891 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17522] ppid=17504 vsize=7600260 CPUtime=0 cores=1,3
/proc/17506/task/17522/stat : 17522 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462152891 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17523] ppid=17504 vsize=7600260 CPUtime=0 cores=1,3
/proc/17506/task/17523/stat : 17523 (java) S 17504 17506 16977 0 -1 4202560 175 0 0 0 0 0 0 0 17 0 19 0 462152891 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17524] ppid=17504 vsize=7600260 CPUtime=0.01 cores=1,3
/proc/17506/task/17524/stat : 17524 (java) S 17504 17506 16977 0 -1 4202560 938 0 0 0 1 0 0 0 17 0 19 0 462152891 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17525] ppid=17504 vsize=7600260 CPUtime=0 cores=1,3
/proc/17506/task/17525/stat : 17525 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462152891 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17526] ppid=17504 vsize=7600260 CPUtime=0 cores=1,3
/proc/17506/task/17526/stat : 17526 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152891 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17528] ppid=17504 vsize=7600260 CPUtime=0.03 cores=1,3
/proc/17506/task/17528/stat : 17528 (java) S 17504 17506 16977 0 -1 4202560 2712 0 0 0 3 0 0 0 15 0 19 0 462152892 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17531] ppid=17504 vsize=7600260 CPUtime=0 cores=1,3
/proc/17506/task/17531/stat : 17531 (java) S 17504 17506 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152893 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17532] ppid=17504 vsize=7600260 CPUtime=0 cores=1,3
/proc/17506/task/17532/stat : 17532 (java) S 17504 17506 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152893 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17538] ppid=17504 vsize=7600260 CPUtime=0 cores=1,3
/proc/17506/task/17538/stat : 17538 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152895 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17539] ppid=17504 vsize=7600260 CPUtime=0.21 cores=1,3
/proc/17506/task/17539/stat : 17539 (java) S 17504 17506 16977 0 -1 4202560 410 0 0 0 21 0 0 0 15 0 19 0 462152895 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17540] ppid=17504 vsize=7600260 CPUtime=0.46 cores=1,3
/proc/17506/task/17540/stat : 17540 (java) S 17504 17506 16977 0 -1 4202560 9736 0 0 0 45 1 0 0 15 0 19 0 462152895 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17541] ppid=17504 vsize=7600260 CPUtime=0 cores=1,3
/proc/17506/task/17541/stat : 17541 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152895 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17542] ppid=17504 vsize=7600260 CPUtime=0 cores=1,3
/proc/17506/task/17542/stat : 17542 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152895 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17567] ppid=17504 vsize=7600260 CPUtime=0 cores=1,3
/proc/17506/task/17567/stat : 17567 (java) S 17504 17506 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462152920 7782666240 26365 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 7600260

[startup+6.30088 s]
/proc/loadavg: 3.50 3.89 3.72 5/262 17568
/proc/meminfo: memFree=12564416/32950928 swapFree=67111528/67111528
[pid=17506] ppid=17504 vsize=7596904 CPUtime=6.98 cores=1,3
/proc/17506/stat : 17506 (java) S 17504 17506 16977 0 -1 4202496 31532 0 1 0 694 4 0 0 18 0 19 0 462152889 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17506/statm: 1899226 27992 2253 9 0 1889964 0
[pid=17506/tid=17509] ppid=17504 vsize=7596904 CPUtime=6.13 cores=1,3
/proc/17506/task/17509/stat : 17509 (java) R 17504 17506 16977 0 -1 4202560 12874 0 1 0 611 2 0 0 25 0 19 0 462152890 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 46912505664421 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17506/tid=17519] ppid=17504 vsize=7596904 CPUtime=0.01 cores=1,3
/proc/17506/task/17519/stat : 17519 (java) S 17504 17506 16977 0 -1 4202560 1605 0 0 0 1 0 0 0 16 0 19 0 462152891 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17520] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17520/stat : 17520 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 462152891 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17521] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17521/stat : 17521 (java) S 17504 17506 16977 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 462152891 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17522] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17522/stat : 17522 (java) S 17504 17506 16977 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462152891 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17523] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17523/stat : 17523 (java) S 17504 17506 16977 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 462152891 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17524] ppid=17504 vsize=7596904 CPUtime=0.01 cores=1,3
/proc/17506/task/17524/stat : 17524 (java) S 17504 17506 16977 0 -1 4202560 946 0 0 0 1 0 0 0 15 0 19 0 462152891 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17525] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17525/stat : 17525 (java) S 17504 17506 16977 0 -1 4202560 786 0 0 0 0 0 0 0 15 0 19 0 462152891 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17526] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17526/stat : 17526 (java) S 17504 17506 16977 0 -1 4202560 459 0 0 0 0 0 0 0 15 0 19 0 462152891 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17528] ppid=17504 vsize=7596904 CPUtime=0.11 cores=1,3
/proc/17506/task/17528/stat : 17528 (java) S 17504 17506 16977 0 -1 4202560 3384 0 0 0 11 0 0 0 15 0 19 0 462152892 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17531] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17531/stat : 17531 (java) S 17504 17506 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152893 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17532] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17532/stat : 17532 (java) S 17504 17506 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152893 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17538] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17538/stat : 17538 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152895 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17539] ppid=17504 vsize=7596904 CPUtime=0.21 cores=1,3
/proc/17506/task/17539/stat : 17539 (java) S 17504 17506 16977 0 -1 4202560 410 0 0 0 21 0 0 0 15 0 19 0 462152895 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17540] ppid=17504 vsize=7596904 CPUtime=0.46 cores=1,3
/proc/17506/task/17540/stat : 17540 (java) S 17504 17506 16977 0 -1 4202560 9736 0 0 0 45 1 0 0 15 0 19 0 462152895 7779229696 27992 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0

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

[pid=17506/tid=17524] ppid=17504 vsize=7596904 CPUtime=0.1 cores=1,3
/proc/17506/task/17524/stat : 17524 (java) S 17504 17506 16977 0 -1 4202560 2109 0 0 0 10 0 0 0 15 0 19 0 462152891 7779229696 54371 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17525] ppid=17504 vsize=7596904 CPUtime=0.08 cores=1,3
/proc/17506/task/17525/stat : 17525 (java) S 17504 17506 16977 0 -1 4202560 1637 0 0 0 8 0 0 0 15 0 19 0 462152891 7779229696 54371 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17526] ppid=17504 vsize=7596904 CPUtime=0.12 cores=1,3
/proc/17506/task/17526/stat : 17526 (java) S 17504 17506 16977 0 -1 4202560 3768 0 0 0 12 0 0 0 15 0 19 0 462152891 7779229696 54371 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17528] ppid=17504 vsize=7596904 CPUtime=2.8 cores=1,3
/proc/17506/task/17528/stat : 17528 (java) S 17504 17506 16977 0 -1 4202560 8695 0 0 0 279 1 0 0 15 0 19 0 462152892 7779229696 54371 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17531] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17531/stat : 17531 (java) S 17504 17506 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152893 7779229696 54371 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17532] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17532/stat : 17532 (java) S 17504 17506 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152893 7779229696 54371 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17538] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17538/stat : 17538 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152895 7779229696 54371 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17539] ppid=17504 vsize=7596904 CPUtime=0.23 cores=1,3
/proc/17506/task/17539/stat : 17539 (java) S 17504 17506 16977 0 -1 4202560 416 0 0 0 23 0 0 0 15 0 19 0 462152895 7779229696 54371 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17540] ppid=17504 vsize=7596904 CPUtime=0.46 cores=1,3
/proc/17506/task/17540/stat : 17540 (java) S 17504 17506 16977 0 -1 4202560 9736 0 0 0 45 1 0 0 15 0 19 0 462152895 7779229696 54371 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17541] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17541/stat : 17541 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152895 7779229696 54371 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17542] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17542/stat : 17542 (java) S 17504 17506 16977 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 462152895 7779229696 54371 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17567] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17567/stat : 17567 (java) S 17504 17506 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462152920 7779229696 54371 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.42
Current children cumulated vsize (KiB) 7596904

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 17612
/proc/meminfo: memFree=12222488/32950928 swapFree=67111528/67111528
[pid=17506] ppid=17504 vsize=7596904 CPUtime=1183.44 cores=1,3
/proc/17506/stat : 17506 (java) S 17504 17506 16977 0 -1 4202496 59364 0 1 0 118334 10 0 0 18 0 19 0 462152889 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17506/statm: 1899226 55646 2253 9 0 1889964 0
[pid=17506/tid=17509] ppid=17504 vsize=7596904 CPUtime=1178.96 cores=1,3
/proc/17506/task/17509/stat : 17509 (java) R 17504 17506 16977 0 -1 4202560 20809 0 1 0 117891 5 0 0 25 0 19 0 462152890 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 46912505664283 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17506/tid=17519] ppid=17504 vsize=7596904 CPUtime=0.1 cores=1,3
/proc/17506/task/17519/stat : 17519 (java) S 17504 17506 16977 0 -1 4202560 1884 0 0 0 10 0 0 0 15 0 19 0 462152891 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17520] ppid=17504 vsize=7596904 CPUtime=0.1 cores=1,3
/proc/17506/task/17520/stat : 17520 (java) S 17504 17506 16977 0 -1 4202560 1486 0 0 0 10 0 0 0 15 0 19 0 462152891 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17521] ppid=17504 vsize=7596904 CPUtime=0.1 cores=1,3
/proc/17506/task/17521/stat : 17521 (java) S 17504 17506 16977 0 -1 4202560 2359 0 0 0 10 0 0 0 15 0 19 0 462152891 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17522] ppid=17504 vsize=7596904 CPUtime=0.11 cores=1,3
/proc/17506/task/17522/stat : 17522 (java) S 17504 17506 16977 0 -1 4202560 2869 0 0 0 11 0 0 0 15 0 19 0 462152891 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17523] ppid=17504 vsize=7596904 CPUtime=0.09 cores=1,3
/proc/17506/task/17523/stat : 17523 (java) S 17504 17506 16977 0 -1 4202560 2375 0 0 0 9 0 0 0 15 0 19 0 462152891 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17524] ppid=17504 vsize=7596904 CPUtime=0.1 cores=1,3
/proc/17506/task/17524/stat : 17524 (java) S 17504 17506 16977 0 -1 4202560 2109 0 0 0 10 0 0 0 15 0 19 0 462152891 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17525] ppid=17504 vsize=7596904 CPUtime=0.08 cores=1,3
/proc/17506/task/17525/stat : 17525 (java) S 17504 17506 16977 0 -1 4202560 1637 0 0 0 8 0 0 0 15 0 19 0 462152891 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17526] ppid=17504 vsize=7596904 CPUtime=0.12 cores=1,3
/proc/17506/task/17526/stat : 17526 (java) S 17504 17506 16977 0 -1 4202560 3768 0 0 0 12 0 0 0 15 0 19 0 462152891 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17528] ppid=17504 vsize=7596904 CPUtime=2.88 cores=1,3
/proc/17506/task/17528/stat : 17528 (java) S 17504 17506 16977 0 -1 4202560 8697 0 0 0 287 1 0 0 15 0 19 0 462152892 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17531] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17531/stat : 17531 (java) S 17504 17506 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152893 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17532] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17532/stat : 17532 (java) S 17504 17506 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152893 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17538] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17538/stat : 17538 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152895 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17539] ppid=17504 vsize=7596904 CPUtime=0.23 cores=1,3
/proc/17506/task/17539/stat : 17539 (java) S 17504 17506 16977 0 -1 4202560 416 0 0 0 23 0 0 0 15 0 19 0 462152895 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17540] ppid=17504 vsize=7596904 CPUtime=0.46 cores=1,3
/proc/17506/task/17540/stat : 17540 (java) S 17504 17506 16977 0 -1 4202560 9736 0 0 0 45 1 0 0 15 0 19 0 462152895 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17541] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17541/stat : 17541 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152895 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17542] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17542/stat : 17542 (java) S 17504 17506 16977 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 462152895 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17567] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17567/stat : 17567 (java) S 17504 17506 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462152920 7779229696 55646 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.44
Current children cumulated vsize (KiB) 7596904

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 17613
/proc/meminfo: memFree=12209556/32950928 swapFree=67111528/67111528
[pid=17506] ppid=17504 vsize=7596904 CPUtime=1243.45 cores=1,3
/proc/17506/stat : 17506 (java) S 17504 17506 16977 0 -1 4202496 59648 0 1 0 124335 10 0 0 18 0 19 0 462152889 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17506/statm: 1899226 55923 2253 9 0 1889964 0
[pid=17506/tid=17509] ppid=17504 vsize=7596904 CPUtime=1238.89 cores=1,3
/proc/17506/task/17509/stat : 17509 (java) R 17504 17506 16977 0 -1 4202560 21087 0 1 0 123884 5 0 0 25 0 19 0 462152890 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 46912505664283 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17506/tid=17519] ppid=17504 vsize=7596904 CPUtime=0.1 cores=1,3
/proc/17506/task/17519/stat : 17519 (java) S 17504 17506 16977 0 -1 4202560 1884 0 0 0 10 0 0 0 15 0 19 0 462152891 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17520] ppid=17504 vsize=7596904 CPUtime=0.1 cores=1,3
/proc/17506/task/17520/stat : 17520 (java) S 17504 17506 16977 0 -1 4202560 1486 0 0 0 10 0 0 0 15 0 19 0 462152891 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17521] ppid=17504 vsize=7596904 CPUtime=0.11 cores=1,3
/proc/17506/task/17521/stat : 17521 (java) S 17504 17506 16977 0 -1 4202560 2359 0 0 0 11 0 0 0 15 0 19 0 462152891 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17522] ppid=17504 vsize=7596904 CPUtime=0.11 cores=1,3
/proc/17506/task/17522/stat : 17522 (java) S 17504 17506 16977 0 -1 4202560 2869 0 0 0 11 0 0 0 16 0 19 0 462152891 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17523] ppid=17504 vsize=7596904 CPUtime=0.09 cores=1,3
/proc/17506/task/17523/stat : 17523 (java) S 17504 17506 16977 0 -1 4202560 2375 0 0 0 9 0 0 0 16 0 19 0 462152891 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17524] ppid=17504 vsize=7596904 CPUtime=0.11 cores=1,3
/proc/17506/task/17524/stat : 17524 (java) S 17504 17506 16977 0 -1 4202560 2109 0 0 0 11 0 0 0 16 0 19 0 462152891 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17525] ppid=17504 vsize=7596904 CPUtime=0.08 cores=1,3
/proc/17506/task/17525/stat : 17525 (java) S 17504 17506 16977 0 -1 4202560 1637 0 0 0 8 0 0 0 15 0 19 0 462152891 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17526] ppid=17504 vsize=7596904 CPUtime=0.12 cores=1,3
/proc/17506/task/17526/stat : 17526 (java) S 17504 17506 16977 0 -1 4202560 3768 0 0 0 12 0 0 0 15 0 19 0 462152891 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17528] ppid=17504 vsize=7596904 CPUtime=2.95 cores=1,3
/proc/17506/task/17528/stat : 17528 (java) S 17504 17506 16977 0 -1 4202560 8699 0 0 0 294 1 0 0 15 0 19 0 462152892 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17531] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17531/stat : 17531 (java) S 17504 17506 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152893 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17532] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17532/stat : 17532 (java) S 17504 17506 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152893 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17538] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17538/stat : 17538 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152895 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17539] ppid=17504 vsize=7596904 CPUtime=0.23 cores=1,3
/proc/17506/task/17539/stat : 17539 (java) S 17504 17506 16977 0 -1 4202560 416 0 0 0 23 0 0 0 15 0 19 0 462152895 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17540] ppid=17504 vsize=7596904 CPUtime=0.46 cores=1,3
/proc/17506/task/17540/stat : 17540 (java) S 17504 17506 16977 0 -1 4202560 9736 0 0 0 45 1 0 0 15 0 19 0 462152895 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17541] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17541/stat : 17541 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152895 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17542] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17542/stat : 17542 (java) S 17504 17506 16977 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 462152895 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17567] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17567/stat : 17567 (java) S 17504 17506 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462152920 7779229696 55923 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1243.45
Current children cumulated vsize (KiB) 7596904



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 5/242 17618
/proc/meminfo: memFree=12368160/32950928 swapFree=67111528/67111528
[pid=17506] ppid=17504 vsize=7596904 CPUtime=1301.17 cores=1,3
/proc/17506/stat : 17506 (java) S 17504 17506 16977 0 -1 4202496 59850 0 1 0 130107 10 0 0 18 0 19 0 462152889 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17506/statm: 1899226 56118 2253 9 0 1889964 0
[pid=17506/tid=17509] ppid=17504 vsize=7596904 CPUtime=1296.52 cores=1,3
/proc/17506/task/17509/stat : 17509 (java) R 17504 17506 16977 0 -1 4202560 21088 0 1 0 129647 5 0 0 25 0 19 0 462152890 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 46912505665124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17506/tid=17519] ppid=17504 vsize=7596904 CPUtime=0.1 cores=1,3
/proc/17506/task/17519/stat : 17519 (java) S 17504 17506 16977 0 -1 4202560 1884 0 0 0 10 0 0 0 15 0 19 0 462152891 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17520] ppid=17504 vsize=7596904 CPUtime=0.1 cores=1,3
/proc/17506/task/17520/stat : 17520 (java) S 17504 17506 16977 0 -1 4202560 1486 0 0 0 10 0 0 0 15 0 19 0 462152891 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17521] ppid=17504 vsize=7596904 CPUtime=0.11 cores=1,3
/proc/17506/task/17521/stat : 17521 (java) S 17504 17506 16977 0 -1 4202560 2359 0 0 0 11 0 0 0 15 0 19 0 462152891 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17522] ppid=17504 vsize=7596904 CPUtime=0.13 cores=1,3
/proc/17506/task/17522/stat : 17522 (java) S 17504 17506 16977 0 -1 4202560 2869 0 0 0 13 0 0 0 15 0 19 0 462152891 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17523] ppid=17504 vsize=7596904 CPUtime=0.09 cores=1,3
/proc/17506/task/17523/stat : 17523 (java) S 17504 17506 16977 0 -1 4202560 2375 0 0 0 9 0 0 0 15 0 19 0 462152891 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17524] ppid=17504 vsize=7596904 CPUtime=0.11 cores=1,3
/proc/17506/task/17524/stat : 17524 (java) S 17504 17506 16977 0 -1 4202560 2109 0 0 0 11 0 0 0 15 0 19 0 462152891 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17525] ppid=17504 vsize=7596904 CPUtime=0.1 cores=1,3
/proc/17506/task/17525/stat : 17525 (java) S 17504 17506 16977 0 -1 4202560 1637 0 0 0 10 0 0 0 15 0 19 0 462152891 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17526] ppid=17504 vsize=7596904 CPUtime=0.12 cores=1,3
/proc/17506/task/17526/stat : 17526 (java) S 17504 17506 16977 0 -1 4202560 3768 0 0 0 12 0 0 0 15 0 19 0 462152891 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17528] ppid=17504 vsize=7596904 CPUtime=3.01 cores=1,3
/proc/17506/task/17528/stat : 17528 (java) S 17504 17506 16977 0 -1 4202560 8896 0 0 0 300 1 0 0 15 0 19 0 462152892 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17531] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17531/stat : 17531 (java) S 17504 17506 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152893 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17532] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17532/stat : 17532 (java) S 17504 17506 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152893 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17538] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17538/stat : 17538 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152895 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17539] ppid=17504 vsize=7596904 CPUtime=0.23 cores=1,3
/proc/17506/task/17539/stat : 17539 (java) S 17504 17506 16977 0 -1 4202560 416 0 0 0 23 0 0 0 15 0 19 0 462152895 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17540] ppid=17504 vsize=7596904 CPUtime=0.46 cores=1,3
/proc/17506/task/17540/stat : 17540 (java) S 17504 17506 16977 0 -1 4202560 9736 0 0 0 45 1 0 0 15 0 19 0 462152895 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17541] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17541/stat : 17541 (java) S 17504 17506 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152895 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948096 0 0 -1 1 0 0 0
[pid=17506/tid=17542] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17542/stat : 17542 (java) S 17504 17506 16977 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 462152895 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
[pid=17506/tid=17567] ppid=17504 vsize=7596904 CPUtime=0 cores=1,3
/proc/17506/task/17567/stat : 17567 (java) S 17504 17506 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462152920 7779229696 56118 33554432000 1073741824 1073778376 140734974971824 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1301.17
Current children cumulated vsize (KiB) 7596904

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.06
CPU time (s): 1301.26
CPU user time (s): 1301.14
CPU system time (s): 0.116982
CPU usage (%): 100.092
Max. virtual memory (cumulated for all children) (KiB): 7600260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.14
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59890
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= 28075
involuntary context switches= 4700

runsolver used 2.03669 second user time and 5.11022 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-22 22:52:42
IDJOB=3258916
IDBENCH=71443
IDSOLVER=1611
FILE ID=node149/3258916-1303505562
RUNJOBID= node149-1303505561-17455
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/crafted/unforced/rbsat-v1820c171155g5.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-3258916-1303505562/watcher-3258916-1303505562 -o /tmp/evaluation-result-3258916-1303505562/solver-3258916-1303505562 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258916-1303505562.cnf

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

MD5SUM BENCH= 70a781814cd432fb0f934a7edd92ccff
RANDOM SEED=964854714

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:      12911188 kB
Buffers:       1795400 kB
Cached:       17592948 kB
SwapCached:          0 kB
Active:        9345008 kB
Inactive:     10159260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12911188 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4356 kB
Writeback:           0 kB
AnonPages:      114948 kB
Mapped:          22632 kB
Slab:           472732 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7479500 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= 72136 MiB
End job on node149 at 2011-04-22 23:14:24