Trace number 3282451

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.21 1300.07

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.08	c no version file found!!!
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		6997539544
0.06/0.08	c Max memory 		7034241024
0.06/0.08	c Total memory 		7034241024
0.06/0.08	c Number of processors 	8
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483647s
0.06/0.09	c DB Simplification allowed=true
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-3282451-1303756618.cnf
0.06/0.09	c reading problem ... 
0.71/0.64	c ... done. Wall clock time 0.54s.
0.71/0.64	c #vars     200440
0.71/0.64	c #constraints  599015
0.71/0.64	c constraints type 
0.71/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 199671
0.71/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 399342
22.77/22.39	c cleaning 2351 clauses out of 5001 with flag 5001/5001
53.82/53.24	c cleaning 4295 clauses out of 8649 with flag 11000/11000
80.44/79.85	c cleaning 5649 clauses out of 11355 with flag 18001/18001
101.95/101.36	c cleaning 6814 clauses out of 13704 with flag 26000/26000
129.47/128.89	c cleaning 7520 clauses out of 15889 with flag 35000/35000
158.49/157.84	c cleaning 8770 clauses out of 18369 with flag 45000/45000
190.11/189.47	c cleaning 9681 clauses out of 20598 with flag 56000/56000
223.23/222.58	c cleaning 11318 clauses out of 22917 with flag 68000/68000
264.24/263.52	c cleaning 11985 clauses out of 24599 with flag 81000/81000
302.77/302.07	c cleaning 13226 clauses out of 26612 with flag 95000/95000
361.69/360.99	c cleaning 13969 clauses out of 28385 with flag 110001/110001
404.41/403.68	c cleaning 14851 clauses out of 30416 with flag 126001/126001
459.73/458.93	c cleaning 16072 clauses out of 32565 with flag 143001/143001
513.85/513.06	c cleaning 16452 clauses out of 34496 with flag 161005/161005
568.17/567.34	c cleaning 17866 clauses out of 37038 with flag 180000/180000
629.10/628.26	c cleaning 19185 clauses out of 39172 with flag 200001/200001
691.82/690.95	c cleaning 19999 clauses out of 40986 with flag 221000/221000
762.84/761.92	c cleaning 20944 clauses out of 42989 with flag 243002/243002
826.26/825.34	c cleaning 22044 clauses out of 45042 with flag 266000/266000
888.38/887.48	c cleaning 22622 clauses out of 46997 with flag 290000/290000
968.71/967.72	c cleaning 23956 clauses out of 49377 with flag 315002/315002
1035.73/1034.77	c cleaning 25676 clauses out of 51420 with flag 341003/341003
1131.96/1130.94	c cleaning 25689 clauses out of 52738 with flag 368000/368000
1200.79/1199.77	c cleaning 26579 clauses out of 55047 with flag 396000/396000
1270.42/1269.38	c cleaning 27951 clauses out of 57468 with flag 425000/425000
1301.14/1300.01	c starts		: 816
1301.14/1300.01	c conflicts		: 437151
1301.14/1300.01	c decisions		: 3648836
1301.14/1300.01	c propagations		: 2025137479
1301.14/1300.01	c inspects		: 5320133484
1301.14/1300.01	c shortcuts		: 0
1301.14/1300.01	c learnt literals	: 19
1301.14/1300.01	c learnt binary clauses	: 10441
1301.14/1300.01	c learnt ternary clauses	: 27666
1301.14/1300.01	c learnt constraints	: 437132
1301.14/1300.01	c ignored constraints	: 0
1301.14/1300.01	c root simplifications	: 835
1301.14/1300.01	c removed literals (reason simplification)	: 19615187
1301.14/1300.01	c reason swapping (by a shorter reason)	: 0
1301.14/1300.01	c Calls to reduceDB	: 25
1301.14/1300.01	c speed (assignments/second)	: 1558550.9607718189
1301.14/1300.01	c non guided choices	44372
1301.14/1300.04	c learnt constraints type 
1301.14/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10441
1301.14/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31227
1301.14/1300.04	c constraints type 
1301.14/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 199671
1301.14/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 399342
1301.14/1300.04	s UNKNOWN
1301.14/1300.04	c Total wall clock time (in seconds) : 1299.914

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

running on 2 cores: 0,2

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.92 1.17 1.91 10/241 29545
/proc/meminfo: memFree=20803952/32950928 swapFree=67111528/67111528
[pid=29545] ppid=29543 vsize=30536 CPUtime=0 cores=0,2
/proc/29545/stat : 29545 (java) S 29543 29545 27831 0 -1 4202496 1255 0 0 0 0 0 0 0 21 0 2 0 487258579 31268864 972 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/29545/statm: 7634 972 745 9 0 385 0
[pid=29545/tid=29546] ppid=29543 vsize=31604 CPUtime=0 cores=0,2
/proc/29545/task/29546/stat : 29546 (java) R 29543 29545 27831 0 -1 4202560 144 0 0 0 0 0 0 0 23 0 2 0 487258580 32362496 977 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254495729408 0 0 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.07204 s]
/proc/loadavg: 0.92 1.17 1.91 10/241 29545
/proc/meminfo: memFree=20803952/32950928 swapFree=67111528/67111528
[pid=29545] ppid=29543 vsize=7569940 CPUtime=0.06 cores=0,2
/proc/29545/stat : 29545 (java) S 29543 29545 27831 0 -1 4202496 9360 0 1 0 5 1 0 0 21 0 18 0 487258579 7751618560 9055 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29545/statm: 1892485 9055 1753 9 0 1883223 0
[pid=29545/tid=29546] ppid=29543 vsize=7569940 CPUtime=0.05 cores=0,2
/proc/29545/task/29546/stat : 29546 (java) R 29543 29545 27831 0 -1 4202560 8184 0 1 0 5 0 0 0 25 0 18 0 487258580 7751618560 9055 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512518603 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.101036 s]
/proc/loadavg: 0.92 1.17 1.91 10/241 29545
/proc/meminfo: memFree=20803952/32950928 swapFree=67111528/67111528
[pid=29545] ppid=29543 vsize=7569940 CPUtime=0.09 cores=0,2
/proc/29545/stat : 29545 (java) S 29543 29545 27831 0 -1 4202496 9699 0 1 0 8 1 0 0 21 0 18 0 487258579 7751618560 9394 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29545/statm: 1892485 9395 1757 9 0 1883223 0
[pid=29545/tid=29546] ppid=29543 vsize=7569940 CPUtime=0.08 cores=0,2
/proc/29545/task/29546/stat : 29546 (java) R 29543 29545 27831 0 -1 4202560 8524 0 1 0 8 0 0 0 25 0 18 0 487258580 7751618560 9395 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 47273393005315 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7569940

[startup+0.300986 s]
/proc/loadavg: 0.92 1.17 1.91 10/241 29545
/proc/meminfo: memFree=20803952/32950928 swapFree=67111528/67111528
[pid=29545] ppid=29543 vsize=7637172 CPUtime=0.4 cores=0,2
/proc/29545/stat : 29545 (java) S 29543 29545 27831 0 -1 4202496 17246 0 1 0 38 2 0 0 21 0 18 0 487258579 7820464128 16822 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29545/statm: 1909293 16824 2198 9 0 1900031 0
[pid=29545/tid=29546] ppid=29543 vsize=7637172 CPUtime=0.28 cores=0,2
/proc/29545/task/29546/stat : 29546 (java) R 29543 29545 27831 0 -1 4202560 15006 0 1 0 26 2 0 0 25 0 18 0 487258580 7820464128 16825 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 46912505519727 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7637172

[startup+0.709027 s]
/proc/loadavg: 0.92 1.17 1.91 10/241 29545
/proc/meminfo: memFree=20803952/32950928 swapFree=67111528/67111528
[pid=29545] ppid=29543 vsize=7638372 CPUtime=0.85 cores=0,2
/proc/29545/stat : 29545 (java) S 29543 29545 27831 0 -1 4202496 32770 0 1 0 81 4 0 0 21 0 19 0 487258579 7821692928 32326 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29545/statm: 1909593 32326 2209 9 0 1900331 0
[pid=29545/tid=29546] ppid=29543 vsize=7638372 CPUtime=0.67 cores=0,2
/proc/29545/task/29546/stat : 29546 (java) R 29543 29545 27831 0 -1 4202560 30417 0 1 0 63 4 0 0 25 0 19 0 487258580 7821692928 32326 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512517813 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 7638372

[startup+1.50075 s]
/proc/loadavg: 1.17 1.22 1.92 6/262 29566
/proc/meminfo: memFree=20628704/32950928 swapFree=67111528/67111528
[pid=29545] ppid=29543 vsize=7638848 CPUtime=1.85 cores=0,2
/proc/29545/stat : 29545 (java) S 29543 29545 27831 0 -1 4202496 35712 0 1 0 180 5 0 0 21 0 19 0 487258579 7822180352 33335 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29545/statm: 1909712 33335 2223 9 0 1900450 0
[pid=29545/tid=29546] ppid=29543 vsize=7638848 CPUtime=1.27 cores=0,2
/proc/29545/task/29546/stat : 29546 (java) R 29543 29545 27831 0 -1 4202560 30671 0 1 0 123 4 0 0 25 0 19 0 487258580 7822180352 33335 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 46912505594228 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29545/tid=29548] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29548/stat : 29548 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487258581 7822180352 33335 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29549] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29549/stat : 29549 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33335 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29550] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29550/stat : 29550 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29551] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29551/stat : 29551 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29552] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29552/stat : 29552 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29553] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29553/stat : 29553 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29554] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29554/stat : 29554 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29555] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29555/stat : 29555 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29556] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29556/stat : 29556 (java) S 29543 29545 27831 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 487258582 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 0 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29557] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29557/stat : 29557 (java) S 29543 29545 27831 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487258583 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29558] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29558/stat : 29558 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487258583 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29559] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29559/stat : 29559 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512515505 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29560] ppid=29543 vsize=7638848 CPUtime=0.2 cores=0,2
/proc/29545/task/29560/stat : 29560 (java) S 29543 29545 27831 0 -1 4202560 1002 0 0 0 20 0 0 0 15 0 19 0 487258585 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29561] ppid=29543 vsize=7638848 CPUtime=0.36 cores=0,2
/proc/29545/task/29561/stat : 29561 (java) S 29543 29545 27831 0 -1 4202560 2876 0 0 0 36 0 0 0 15 0 19 0 487258585 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29562] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29562/stat : 29562 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29563] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29563/stat : 29563 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487258585 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29566] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29566/stat : 29566 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487258650 7822180352 33336 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 7638848

[startup+3.10144 s]
/proc/loadavg: 1.17 1.22 1.92 5/262 29566
/proc/meminfo: memFree=20623648/32950928 swapFree=67111528/67111528
[pid=29545] ppid=29543 vsize=7638848 CPUtime=3.52 cores=0,2
/proc/29545/stat : 29545 (java) S 29543 29545 27831 0 -1 4202496 35786 0 1 0 347 5 0 0 21 0 19 0 487258579 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29545/statm: 1909712 33408 2223 9 0 1900450 0
[pid=29545/tid=29546] ppid=29543 vsize=7638848 CPUtime=2.87 cores=0,2
/proc/29545/task/29546/stat : 29546 (java) R 29543 29545 27831 0 -1 4202560 30738 0 1 0 283 4 0 0 25 0 19 0 487258580 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 46912505648193 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29545/tid=29548] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29548/stat : 29548 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487258581 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29549] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29549/stat : 29549 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29550] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29550/stat : 29550 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29551] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29551/stat : 29551 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29552] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29552/stat : 29552 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29553] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29553/stat : 29553 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29554] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29554/stat : 29554 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29555] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29555/stat : 29555 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29556] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29556/stat : 29556 (java) S 29543 29545 27831 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 487258582 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 0 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29557] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29557/stat : 29557 (java) S 29543 29545 27831 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487258583 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29558] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29558/stat : 29558 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487258583 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29559] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29559/stat : 29559 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512515505 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29560] ppid=29543 vsize=7638848 CPUtime=0.27 cores=0,2
/proc/29545/task/29560/stat : 29560 (java) S 29543 29545 27831 0 -1 4202560 1009 0 0 0 27 0 0 0 15 0 19 0 487258585 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29561] ppid=29543 vsize=7638848 CPUtime=0.36 cores=0,2
/proc/29545/task/29561/stat : 29561 (java) S 29543 29545 27831 0 -1 4202560 2876 0 0 0 36 0 0 0 16 0 19 0 487258585 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29562] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29562/stat : 29562 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29563] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29563/stat : 29563 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487258585 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29566] ppid=29543 vsize=7638848 CPUtime=0 cores=0,2
/proc/29545/task/29566/stat : 29566 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487258650 7822180352 33408 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 7638848

[startup+6.3008 s]
/proc/loadavg: 1.17 1.22 1.92 5/262 29566
/proc/meminfo: memFree=20589800/32950928 swapFree=67111528/67111528
[pid=29545] ppid=29543 vsize=7638784 CPUtime=6.77 cores=0,2
/proc/29545/stat : 29545 (java) S 29543 29545 27831 0 -1 4202496 36205 0 1 0 672 5 0 0 21 0 19 0 487258579 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29545/statm: 1909696 33597 2226 9 0 1900434 0
[pid=29545/tid=29546] ppid=29543 vsize=7638784 CPUtime=6.07 cores=0,2
/proc/29545/task/29546/stat : 29546 (java) R 29543 29545 27831 0 -1 4202560 31022 0 1 0 603 4 0 0 25 0 19 0 487258580 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 46912505742455 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29545/tid=29548] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29548/stat : 29548 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487258581 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29549] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29549/stat : 29549 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29550] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29550/stat : 29550 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29551] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29551/stat : 29551 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29552] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29552/stat : 29552 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29553] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29553/stat : 29553 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29554] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29554/stat : 29554 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29555] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29555/stat : 29555 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258581 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29556] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29556/stat : 29556 (java) S 29543 29545 27831 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 487258582 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 0 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29557] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29557/stat : 29557 (java) S 29543 29545 27831 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487258583 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29558] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29558/stat : 29558 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487258583 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29559] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29559/stat : 29559 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512515505 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29560] ppid=29543 vsize=7638784 CPUtime=0.32 cores=0,2
/proc/29545/task/29560/stat : 29560 (java) S 29543 29545 27831 0 -1 4202560 1144 0 0 0 32 0 0 0 15 0 19 0 487258585 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29561] ppid=29543 vsize=7638784 CPUtime=0.36 cores=0,2
/proc/29545/task/29561/stat : 29561 (java) S 29543 29545 27831 0 -1 4202560 2876 0 0 0 36 0 0 0 15 0 19 0 487258585 7822114816 33597 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0

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

[pid=29545/tid=29553] ppid=29543 vsize=7638784 CPUtime=0.05 cores=0,2
/proc/29545/task/29553/stat : 29553 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 5 0 0 0 16 0 19 0 487258581 7822114816 80878 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29554] ppid=29543 vsize=7638784 CPUtime=0.12 cores=0,2
/proc/29545/task/29554/stat : 29554 (java) S 29543 29545 27831 0 -1 4202560 13 0 0 0 12 0 0 0 15 0 19 0 487258581 7822114816 80878 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29555] ppid=29543 vsize=7638784 CPUtime=0.08 cores=0,2
/proc/29545/task/29555/stat : 29555 (java) S 29543 29545 27831 0 -1 4202560 5 0 0 0 8 0 0 0 15 0 19 0 487258581 7822114816 80878 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29556] ppid=29543 vsize=7638784 CPUtime=5.55 cores=0,2
/proc/29545/task/29556/stat : 29556 (java) S 29543 29545 27831 0 -1 4202560 26682 0 0 0 552 3 0 0 15 0 19 0 487258582 7822114816 80878 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 0 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29557] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29557/stat : 29557 (java) S 29543 29545 27831 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487258583 7822114816 80878 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29558] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29558/stat : 29558 (java) S 29543 29545 27831 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487258583 7822114816 80878 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29559] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29559/stat : 29559 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822114816 80878 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512515505 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29560] ppid=29543 vsize=7638784 CPUtime=0.35 cores=0,2
/proc/29545/task/29560/stat : 29560 (java) S 29543 29545 27831 0 -1 4202560 1149 0 0 0 35 0 0 0 15 0 19 0 487258585 7822114816 80878 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29561] ppid=29543 vsize=7638784 CPUtime=0.49 cores=0,2
/proc/29545/task/29561/stat : 29561 (java) S 29543 29545 27831 0 -1 4202560 3066 0 0 0 49 0 0 0 15 0 19 0 487258585 7822114816 80878 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29562] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29562/stat : 29562 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822114816 80878 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29563] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29563/stat : 29563 (java) S 29543 29545 27831 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 487258585 7822114816 80878 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29566] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29566/stat : 29566 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487258650 7822114816 80878 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1123.36
Current children cumulated vsize (KiB) 7638784

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.41 5/262 29598
/proc/meminfo: memFree=20236600/32950928 swapFree=67111528/67111528
[pid=29545] ppid=29543 vsize=7638784 CPUtime=1183.38 cores=0,2
/proc/29545/stat : 29545 (java) S 29543 29545 27831 0 -1 4202496 84074 0 1 0 118326 12 0 0 21 0 19 0 487258579 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29545/statm: 1909696 81077 2254 9 0 1900434 0
[pid=29545/tid=29546] ppid=29543 vsize=7638784 CPUtime=1175.65 cores=0,2
/proc/29545/task/29546/stat : 29546 (java) R 29543 29545 27831 0 -1 4202560 31626 0 1 0 117560 5 0 0 25 0 19 0 487258580 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 46912505624727 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29545/tid=29548] ppid=29543 vsize=7638784 CPUtime=0.28 cores=0,2
/proc/29545/task/29548/stat : 29548 (java) S 29543 29545 27831 0 -1 4202560 7423 0 0 0 27 1 0 0 15 0 19 0 487258581 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29549] ppid=29543 vsize=7638784 CPUtime=0.19 cores=0,2
/proc/29545/task/29549/stat : 29549 (java) S 29543 29545 27831 0 -1 4202560 11662 0 0 0 19 0 0 0 15 0 19 0 487258581 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29550] ppid=29543 vsize=7638784 CPUtime=0.1 cores=0,2
/proc/29545/task/29550/stat : 29550 (java) S 29543 29545 27831 0 -1 4202560 994 0 0 0 10 0 0 0 16 0 19 0 487258581 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29551] ppid=29543 vsize=7638784 CPUtime=0.08 cores=0,2
/proc/29545/task/29551/stat : 29551 (java) S 29543 29545 27831 0 -1 4202560 20 0 0 0 8 0 0 0 15 0 19 0 487258581 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29552] ppid=29543 vsize=7638784 CPUtime=0.09 cores=0,2
/proc/29545/task/29552/stat : 29552 (java) S 29543 29545 27831 0 -1 4202560 6 0 0 0 9 0 0 0 16 0 19 0 487258581 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29553] ppid=29543 vsize=7638784 CPUtime=0.05 cores=0,2
/proc/29545/task/29553/stat : 29553 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 5 0 0 0 15 0 19 0 487258581 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29554] ppid=29543 vsize=7638784 CPUtime=0.12 cores=0,2
/proc/29545/task/29554/stat : 29554 (java) S 29543 29545 27831 0 -1 4202560 13 0 0 0 12 0 0 0 16 0 19 0 487258581 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29555] ppid=29543 vsize=7638784 CPUtime=0.1 cores=0,2
/proc/29545/task/29555/stat : 29555 (java) S 29543 29545 27831 0 -1 4202560 6 0 0 0 10 0 0 0 16 0 19 0 487258581 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29556] ppid=29543 vsize=7638784 CPUtime=5.8 cores=0,2
/proc/29545/task/29556/stat : 29556 (java) S 29543 29545 27831 0 -1 4202560 26882 0 0 0 577 3 0 0 15 0 19 0 487258582 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 0 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29557] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29557/stat : 29557 (java) S 29543 29545 27831 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487258583 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29558] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29558/stat : 29558 (java) S 29543 29545 27831 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487258583 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29559] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29559/stat : 29559 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512515505 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29560] ppid=29543 vsize=7638784 CPUtime=0.35 cores=0,2
/proc/29545/task/29560/stat : 29560 (java) S 29543 29545 27831 0 -1 4202560 1149 0 0 0 35 0 0 0 15 0 19 0 487258585 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29561] ppid=29543 vsize=7638784 CPUtime=0.49 cores=0,2
/proc/29545/task/29561/stat : 29561 (java) S 29543 29545 27831 0 -1 4202560 3066 0 0 0 49 0 0 0 15 0 19 0 487258585 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29562] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29562/stat : 29562 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29563] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29563/stat : 29563 (java) S 29543 29545 27831 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 487258585 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29566] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29566/stat : 29566 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487258650 7822114816 81077 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.38
Current children cumulated vsize (KiB) 7638784

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.44 5/262 29599
/proc/meminfo: memFree=20226996/32950928 swapFree=67111528/67111528
[pid=29545] ppid=29543 vsize=7638784 CPUtime=1243.41 cores=0,2
/proc/29545/stat : 29545 (java) S 29543 29545 27831 0 -1 4202496 84084 0 1 0 124328 13 0 0 21 0 19 0 487258579 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29545/statm: 1909696 81079 2254 9 0 1900434 0
[pid=29545/tid=29546] ppid=29543 vsize=7638784 CPUtime=1235.29 cores=0,2
/proc/29545/task/29546/stat : 29546 (java) R 29543 29545 27831 0 -1 4202560 31627 0 1 0 123523 6 0 0 25 0 19 0 487258580 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 46912505624384 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29545/tid=29548] ppid=29543 vsize=7638784 CPUtime=0.28 cores=0,2
/proc/29545/task/29548/stat : 29548 (java) S 29543 29545 27831 0 -1 4202560 7423 0 0 0 27 1 0 0 15 0 19 0 487258581 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29549] ppid=29543 vsize=7638784 CPUtime=0.21 cores=0,2
/proc/29545/task/29549/stat : 29549 (java) S 29543 29545 27831 0 -1 4202560 11663 0 0 0 21 0 0 0 15 0 19 0 487258581 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29550] ppid=29543 vsize=7638784 CPUtime=0.12 cores=0,2
/proc/29545/task/29550/stat : 29550 (java) S 29543 29545 27831 0 -1 4202560 995 0 0 0 12 0 0 0 16 0 19 0 487258581 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29551] ppid=29543 vsize=7638784 CPUtime=0.08 cores=0,2
/proc/29545/task/29551/stat : 29551 (java) S 29543 29545 27831 0 -1 4202560 20 0 0 0 8 0 0 0 15 0 19 0 487258581 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29552] ppid=29543 vsize=7638784 CPUtime=0.09 cores=0,2
/proc/29545/task/29552/stat : 29552 (java) S 29543 29545 27831 0 -1 4202560 6 0 0 0 9 0 0 0 15 0 19 0 487258581 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29553] ppid=29543 vsize=7638784 CPUtime=0.05 cores=0,2
/proc/29545/task/29553/stat : 29553 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 5 0 0 0 15 0 19 0 487258581 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29554] ppid=29543 vsize=7638784 CPUtime=0.12 cores=0,2
/proc/29545/task/29554/stat : 29554 (java) S 29543 29545 27831 0 -1 4202560 13 0 0 0 12 0 0 0 16 0 19 0 487258581 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29555] ppid=29543 vsize=7638784 CPUtime=0.1 cores=0,2
/proc/29545/task/29555/stat : 29555 (java) S 29543 29545 27831 0 -1 4202560 6 0 0 0 10 0 0 0 15 0 19 0 487258581 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29556] ppid=29543 vsize=7638784 CPUtime=6.13 cores=0,2
/proc/29545/task/29556/stat : 29556 (java) S 29543 29545 27831 0 -1 4202560 26884 0 0 0 610 3 0 0 15 0 19 0 487258582 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 0 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29557] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29557/stat : 29557 (java) S 29543 29545 27831 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487258583 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29558] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29558/stat : 29558 (java) S 29543 29545 27831 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487258583 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29559] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29559/stat : 29559 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512515505 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29560] ppid=29543 vsize=7638784 CPUtime=0.35 cores=0,2
/proc/29545/task/29560/stat : 29560 (java) S 29543 29545 27831 0 -1 4202560 1149 0 0 0 35 0 0 0 15 0 19 0 487258585 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29561] ppid=29543 vsize=7638784 CPUtime=0.49 cores=0,2
/proc/29545/task/29561/stat : 29561 (java) S 29543 29545 27831 0 -1 4202560 3067 0 0 0 49 0 0 0 15 0 19 0 487258585 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29562] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29562/stat : 29562 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29563] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29563/stat : 29563 (java) S 29543 29545 27831 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 487258585 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29566] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29566/stat : 29566 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487258650 7822114816 81079 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.41
Current children cumulated vsize (KiB) 7638784



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.00 3.48 2/202 29610
/proc/meminfo: memFree=20589376/32950928 swapFree=67111528/67111528
[pid=29545] ppid=29543 vsize=7638784 CPUtime=1301.14 cores=0,2
/proc/29545/stat : 29545 (java) S 29543 29545 27831 0 -1 4202496 84094 0 1 0 130101 13 0 0 21 0 19 0 487258579 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29545/statm: 1909696 81081 2254 9 0 1900434 0
[pid=29545/tid=29546] ppid=29543 vsize=7638784 CPUtime=1292.73 cores=0,2
/proc/29545/task/29546/stat : 29546 (java) R 29543 29545 27831 0 -1 4202560 31628 0 1 0 129267 6 0 0 25 0 19 0 487258580 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 46912505742460 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29545/tid=29548] ppid=29543 vsize=7638784 CPUtime=0.3 cores=0,2
/proc/29545/task/29548/stat : 29548 (java) S 29543 29545 27831 0 -1 4202560 7423 0 0 0 29 1 0 0 15 0 19 0 487258581 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29549] ppid=29543 vsize=7638784 CPUtime=0.21 cores=0,2
/proc/29545/task/29549/stat : 29549 (java) S 29543 29545 27831 0 -1 4202560 11663 0 0 0 21 0 0 0 16 0 19 0 487258581 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29550] ppid=29543 vsize=7638784 CPUtime=0.12 cores=0,2
/proc/29545/task/29550/stat : 29550 (java) S 29543 29545 27831 0 -1 4202560 995 0 0 0 12 0 0 0 15 0 19 0 487258581 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29551] ppid=29543 vsize=7638784 CPUtime=0.08 cores=0,2
/proc/29545/task/29551/stat : 29551 (java) S 29543 29545 27831 0 -1 4202560 20 0 0 0 8 0 0 0 16 0 19 0 487258581 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29552] ppid=29543 vsize=7638784 CPUtime=0.09 cores=0,2
/proc/29545/task/29552/stat : 29552 (java) S 29543 29545 27831 0 -1 4202560 6 0 0 0 9 0 0 0 15 0 19 0 487258581 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29553] ppid=29543 vsize=7638784 CPUtime=0.05 cores=0,2
/proc/29545/task/29553/stat : 29553 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 5 0 0 0 16 0 19 0 487258581 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29554] ppid=29543 vsize=7638784 CPUtime=0.14 cores=0,2
/proc/29545/task/29554/stat : 29554 (java) S 29543 29545 27831 0 -1 4202560 15 0 0 0 14 0 0 0 16 0 19 0 487258581 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29555] ppid=29543 vsize=7638784 CPUtime=0.1 cores=0,2
/proc/29545/task/29555/stat : 29555 (java) S 29543 29545 27831 0 -1 4202560 6 0 0 0 10 0 0 0 15 0 19 0 487258581 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29556] ppid=29543 vsize=7638784 CPUtime=6.38 cores=0,2
/proc/29545/task/29556/stat : 29556 (java) S 29543 29545 27831 0 -1 4202560 26886 0 0 0 635 3 0 0 15 0 19 0 487258582 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 0 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29557] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29557/stat : 29557 (java) S 29543 29545 27831 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487258583 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29558] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29558/stat : 29558 (java) S 29543 29545 27831 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487258583 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29559] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29559/stat : 29559 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512515505 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29560] ppid=29543 vsize=7638784 CPUtime=0.35 cores=0,2
/proc/29545/task/29560/stat : 29560 (java) S 29543 29545 27831 0 -1 4202560 1149 0 0 0 35 0 0 0 15 0 19 0 487258585 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29561] ppid=29543 vsize=7638784 CPUtime=0.49 cores=0,2
/proc/29545/task/29561/stat : 29561 (java) S 29543 29545 27831 0 -1 4202560 3068 0 0 0 49 0 0 0 15 0 19 0 487258585 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29562] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29562/stat : 29562 (java) S 29543 29545 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258585 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512507801 0 4 0 16800975 18446604453881641088 0 0 -1 0 0 0 0
[pid=29545/tid=29563] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29563/stat : 29563 (java) S 29543 29545 27831 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 487258585 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
[pid=29545/tid=29566] ppid=29543 vsize=7638784 CPUtime=0 cores=0,2
/proc/29545/task/29566/stat : 29566 (java) S 29543 29545 27831 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487258650 7822114816 81081 33554432000 1073741824 1073778376 140733573211872 18446744073709551615 254512508416 0 4 0 16800975 18446604453881641088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.14
Current children cumulated vsize (KiB) 7638784

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.07
CPU time (s): 1301.21
CPU user time (s): 1301.06
CPU system time (s): 0.153976
CPU usage (%): 100.088
Max. virtual memory (cumulated for all children) (KiB): 7639676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.06
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84419
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= 27438
involuntary context switches= 6153

runsolver used 2.15167 second user time and 4.95725 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 20:36:59
IDJOB=3282451
IDBENCH=70815
IDSOLVER=1611
FILE ID=node149/3282451-1303756618
RUNJOBID= node149-1303756618-29451
PBS_JOBID= 13154013
Free space on /tmp= 72172 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.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-3282451-1303756618/watcher-3282451-1303756618 -o /tmp/evaluation-result-3282451-1303756618/solver-3282451-1303756618 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282451-1303756618.cnf

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=391229105

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:      20804356 kB
Buffers:       2159348 kB
Cached:        9278772 kB
SwapCached:          0 kB
Active:        1267128 kB
Inactive:     10346592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20804356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14436 kB
Writeback:           0 kB
AnonPages:      175148 kB
Mapped:          23044 kB
Slab:           467732 kB
PageTables:       5856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 21996312 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= 72176 MiB
End job on node149 at 2011-04-25 20:58:41