Trace number 3282083

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) 1300.8 1300.04

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
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 variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.02/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.20	c See www.sat4j.org for details.
0.06/0.21	c no version file found!!!
0.06/0.21	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.21	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.21	c java.vm.version	19.1-b02
0.06/0.21	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.21	c sun.arch.data.model	64
0.06/0.21	c java.version		1.6.0_24
0.06/0.21	c os.name		Linux
0.06/0.21	c os.version		2.6.18-164.el5
0.06/0.21	c os.arch		amd64
0.06/0.21	c Free memory 		6997539544
0.06/0.21	c Max memory 		7034241024
0.06/0.21	c Total memory 		7034241024
0.06/0.22	c Number of processors 	8
0.06/0.23	c --- Begin Solver configuration ---
0.06/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.23	c Learn all clauses as in MiniSAT
0.06/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.23	c Expensive reason simplification
0.06/0.23	c Armin Biere (Picosat) restarts strategy
0.06/0.23	c Glucose learned constraints deletion strategy
0.06/0.23	c timeout=2147483647s
0.06/0.23	c DB Simplification allowed=true
0.06/0.23	c --- End Solver configuration ---
0.06/0.23	c solving HOME/instance-3282083-1307633277.cnf
0.06/0.23	c reading problem ... 
0.20/0.34	c ... done. Wall clock time 0.107s.
0.20/0.34	c #vars     8527
0.20/0.34	c #constraints  25484
0.20/0.34	c constraints type 
0.20/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8494
0.20/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16988
11.85/11.65	c cleaning 2496 clauses out of 4992 with flag 5001/5001
26.28/25.61	c cleaning 4248 clauses out of 8496 with flag 11001/11001
42.68/42.04	c cleaning 5624 clauses out of 11247 with flag 18000/18000
62.00/61.33	c cleaning 6809 clauses out of 13624 with flag 26001/26001
84.10/83.42	c cleaning 7906 clauses out of 15815 with flag 35001/35001
108.90/108.21	c cleaning 8953 clauses out of 17909 with flag 45001/45001
136.20/135.56	c cleaning 9976 clauses out of 19955 with flag 56000/56000
166.50/165.87	c cleaning 10988 clauses out of 21979 with flag 68000/68000
198.61/197.94	c cleaning 11994 clauses out of 23992 with flag 81001/81001
233.41/232.72	c cleaning 12998 clauses out of 25998 with flag 95001/95001
271.00/270.38	c cleaning 14000 clauses out of 27999 with flag 110000/110000
311.50/310.85	c cleaning 15000 clauses out of 30000 with flag 126001/126001
354.62/353.92	c cleaning 16000 clauses out of 31999 with flag 143000/143000
400.42/399.74	c cleaning 17000 clauses out of 33999 with flag 161000/161000
449.53/448.84	c cleaning 18000 clauses out of 35999 with flag 180000/180000
501.13/500.44	c cleaning 19000 clauses out of 38000 with flag 200001/200001
554.94/554.25	c cleaning 19999 clauses out of 39999 with flag 221000/221000
612.34/611.66	c cleaning 20998 clauses out of 42000 with flag 243000/243000
672.34/671.62	c cleaning 22000 clauses out of 44003 with flag 266001/266001
735.04/734.38	c cleaning 23000 clauses out of 46002 with flag 290000/290000
801.94/801.20	c cleaning 24002 clauses out of 48003 with flag 315001/315001
872.05/871.38	c cleaning 25000 clauses out of 50000 with flag 341000/341000
942.75/942.00	c cleaning 25499 clauses out of 51000 with flag 367000/367000
1012.34/1011.66	c cleaning 25750 clauses out of 51502 with flag 393001/393001
1082.74/1082.09	c cleaning 25876 clauses out of 51752 with flag 419001/419001
1151.63/1150.98	c cleaning 25938 clauses out of 51875 with flag 445000/445000
1221.93/1221.27	c cleaning 25967 clauses out of 51937 with flag 471000/471000
1290.23/1289.50	c cleaning 25982 clauses out of 51971 with flag 497001/497001
1300.74/1300.01	c starts		: 880
1300.74/1300.01	c conflicts		: 501054
1300.74/1300.01	c decisions		: 522774
1300.74/1300.01	c propagations		: 2599172001
1300.74/1300.01	c inspects		: 9146359517
1300.74/1300.01	c shortcuts		: 0
1300.74/1300.01	c learnt literals	: 1
1300.74/1300.01	c learnt binary clauses	: 15
1300.74/1300.01	c learnt ternary clauses	: 8
1300.74/1300.01	c learnt constraints	: 501053
1300.74/1300.01	c ignored constraints	: 0
1300.74/1300.01	c root simplifications	: 881
1300.74/1300.01	c removed literals (reason simplification)	: 453283137
1300.74/1300.01	c reason swapping (by a shorter reason)	: 0
1300.74/1300.01	c Calls to reduceDB	: 28
1300.74/1300.01	c speed (assignments/second)	: 1999872.4960951626
1300.74/1300.01	c non guided choices	225
1300.74/1300.02	c learnt constraints type 
1300.74/1300.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1300.74/1300.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 30034
1300.74/1300.02	c constraints type 
1300.74/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8494
1300.74/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16988
1300.74/1300.02	s UNKNOWN
1300.74/1300.02	c Total wall clock time (in seconds) : 1299.778

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: 977)

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-3282083-1307633277/watcher-3282083-1307633277 -o /tmp/evaluation-result-3282083-1307633277/solver-3282083-1307633277 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282083-1307633277.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.00 0.00 0.00 2/174 7819
/proc/meminfo: memFree=32237652/32950928 swapFree=67050640/67111528
[pid=7819] ppid=7817 vsize=11796 CPUtime=0 cores=0,2
/proc/7819/stat : 7819 (runsolver) S 7817 7819 7785 0 -1 4202560 45 0 0 0 0 0 0 0 24 0 1 0 874926444 12079104 54 33554432000 4194304 5432328 140736566252272 18446744073709551615 5055479 0 2147483391 4096 24578 18446744071699215550 0 0 17 0 0 0 0
/proc/7819/statm: 2949 54 34 303 0 2643 0

[startup+0.0860491 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 7819
/proc/meminfo: memFree=32237652/32950928 swapFree=67050640/67111528
[pid=7819] ppid=7817 vsize=7549900 CPUtime=0 cores=0,2
/proc/7819/stat : 7819 (java) S 7817 7819 7785 0 -1 4202496 7440 0 1 0 0 0 0 0 24 0 10 0 874926444 7731097600 7141 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7819/statm: 1887475 7142 948 9 0 1878631 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7549900

[startup+0.101031 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 7819
/proc/meminfo: memFree=32237652/32950928 swapFree=67050640/67111528
[pid=7819] ppid=7817 vsize=7562296 CPUtime=0.02 cores=0,2
/proc/7819/stat : 7819 (java) S 7817 7819 7785 0 -1 4202496 8533 0 1 0 2 0 0 0 24 0 11 0 874926444 7743791104 8231 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7819/statm: 1890574 8232 1623 9 0 1881322 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7562296

[startup+0.300939 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 7819
/proc/meminfo: memFree=32237652/32950928 swapFree=67050640/67111528
[pid=7819] ppid=7817 vsize=7636520 CPUtime=0.2 cores=0,2
/proc/7819/stat : 7819 (java) S 7817 7819 7785 0 -1 4202496 10980 0 1 0 19 1 0 0 24 0 18 0 874926444 7819796480 10566 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7819/statm: 1909130 10566 2180 9 0 1899868 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 7636520

[startup+0.700816 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 7819
/proc/meminfo: memFree=32237652/32950928 swapFree=67050640/67111528
[pid=7819] ppid=7817 vsize=7638120 CPUtime=0.88 cores=0,2
/proc/7819/stat : 7819 (java) S 7817 7819 7785 0 -1 4202496 13881 0 1 0 87 1 0 0 24 0 19 0 874926444 7821434880 12490 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7819/statm: 1909530 12490 2222 9 0 1900268 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 7638120

[startup+1.50081 s]
/proc/loadavg: 0.00 0.00 0.00 4/195 7842
/proc/meminfo: memFree=32183492/32950928 swapFree=67050640/67111528
[pid=7819] ppid=7817 vsize=7638120 CPUtime=1.71 cores=0,2
/proc/7819/stat : 7819 (java) S 7817 7819 7785 0 -1 4202496 13933 0 1 0 170 1 0 0 24 0 19 0 874926444 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7819/statm: 1909530 12541 2223 9 0 1900268 0
[pid=7819/tid=7821] ppid=7817 vsize=7638120 CPUtime=1.31 cores=0,2
/proc/7819/task/7821/stat : 7821 (java) R 7817 7819 7785 0 -1 4202560 9619 0 1 0 130 1 0 0 25 0 19 0 874926449 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 46912505662048 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7819/tid=7822] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7822/stat : 7822 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7823] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7823/stat : 7823 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7824] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7824/stat : 7824 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7825] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7825/stat : 7825 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7826] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7826/stat : 7826 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7827] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7827/stat : 7827 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7828] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7828/stat : 7828 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7829] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7829/stat : 7829 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7830] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7830/stat : 7830 (java) S 7817 7819 7785 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 874926454 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 0 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7831] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7831/stat : 7831 (java) S 7817 7819 7785 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 874926454 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7832] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7832/stat : 7832 (java) S 7817 7819 7785 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874926454 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7833] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7833/stat : 7833 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826063793 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7834] ppid=7817 vsize=7638120 CPUtime=0.26 cores=0,2
/proc/7819/task/7834/stat : 7834 (java) S 7817 7819 7785 0 -1 4202560 1528 0 0 0 26 0 0 0 22 0 19 0 874926462 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7835] ppid=7817 vsize=7638120 CPUtime=0.13 cores=0,2
/proc/7819/task/7835/stat : 7835 (java) S 7817 7819 7785 0 -1 4202560 1624 0 0 0 13 0 0 0 23 0 19 0 874926462 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7836] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7836/stat : 7836 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7837] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7837/stat : 7837 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874926462 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7838] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7838/stat : 7838 (java) S 7817 7819 7785 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874926480 7821434880 12541 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 7638120

[startup+3.10146 s]
/proc/loadavg: 0.00 0.00 0.00 3/216 7870
/proc/meminfo: memFree=32069928/32950928 swapFree=67050640/67111528
[pid=7819] ppid=7817 vsize=7638120 CPUtime=3.32 cores=0,2
/proc/7819/stat : 7819 (java) S 7817 7819 7785 0 -1 4202496 14056 0 1 0 330 2 0 0 24 0 19 0 874926444 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7819/statm: 1909530 12663 2223 9 0 1900268 0
[pid=7819/tid=7821] ppid=7817 vsize=7638120 CPUtime=2.91 cores=0,2
/proc/7819/task/7821/stat : 7821 (java) R 7817 7819 7785 0 -1 4202560 9741 0 1 0 290 1 0 0 25 0 19 0 874926449 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 46912505611283 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7819/tid=7822] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7822/stat : 7822 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7823] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7823/stat : 7823 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7824] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7824/stat : 7824 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7825] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7825/stat : 7825 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7826] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7826/stat : 7826 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7827] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7827/stat : 7827 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7828] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7828/stat : 7828 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7829] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7829/stat : 7829 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7830] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7830/stat : 7830 (java) S 7817 7819 7785 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 874926454 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 0 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7831] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7831/stat : 7831 (java) S 7817 7819 7785 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 874926454 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7832] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7832/stat : 7832 (java) S 7817 7819 7785 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874926454 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7833] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7833/stat : 7833 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826063793 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7834] ppid=7817 vsize=7638120 CPUtime=0.27 cores=0,2
/proc/7819/task/7834/stat : 7834 (java) S 7817 7819 7785 0 -1 4202560 1529 0 0 0 27 0 0 0 16 0 19 0 874926462 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7835] ppid=7817 vsize=7638120 CPUtime=0.13 cores=0,2
/proc/7819/task/7835/stat : 7835 (java) S 7817 7819 7785 0 -1 4202560 1624 0 0 0 13 0 0 0 23 0 19 0 874926462 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7836] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7836/stat : 7836 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7837] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7837/stat : 7837 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874926462 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7838] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7838/stat : 7838 (java) S 7817 7819 7785 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874926480 7821434880 12663 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 7638120

[startup+6.301 s]
/proc/loadavg: 0.16 0.03 0.01 3/216 7870
/proc/meminfo: memFree=32062488/32950928 swapFree=67050640/67111528
[pid=7819] ppid=7817 vsize=7638120 CPUtime=6.52 cores=0,2
/proc/7819/stat : 7819 (java) S 7817 7819 7785 0 -1 4202496 14267 0 1 0 650 2 0 0 24 0 19 0 874926444 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7819/statm: 1909530 12703 2223 9 0 1900268 0
[pid=7819/tid=7821] ppid=7817 vsize=7638120 CPUtime=6.11 cores=0,2
/proc/7819/task/7821/stat : 7821 (java) R 7817 7819 7785 0 -1 4202560 9952 0 1 0 610 1 0 0 21 0 19 0 874926449 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 46912505661339 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7819/tid=7822] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7822/stat : 7822 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7823] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7823/stat : 7823 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7824] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7824/stat : 7824 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7825] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7825/stat : 7825 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7826] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7826/stat : 7826 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7827] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7827/stat : 7827 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7828] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7828/stat : 7828 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7829] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7829/stat : 7829 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926453 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7830] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7830/stat : 7830 (java) S 7817 7819 7785 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 874926454 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 0 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7831] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7831/stat : 7831 (java) S 7817 7819 7785 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 874926454 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7832] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7832/stat : 7832 (java) S 7817 7819 7785 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874926454 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7833] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7833/stat : 7833 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826063793 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7834] ppid=7817 vsize=7638120 CPUtime=0.27 cores=0,2
/proc/7819/task/7834/stat : 7834 (java) S 7817 7819 7785 0 -1 4202560 1529 0 0 0 27 0 0 0 15 0 19 0 874926462 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7835] ppid=7817 vsize=7638120 CPUtime=0.13 cores=0,2
/proc/7819/task/7835/stat : 7835 (java) S 7817 7819 7785 0 -1 4202560 1624 0 0 0 13 0 0 0 23 0 19 0 874926462 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7836] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7836/stat : 7836 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7837] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7837/stat : 7837 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874926462 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7838] ppid=7817 vsize=7638120 CPUtime=0 cores=0,2
/proc/7819/task/7838/stat : 7838 (java) S 7817 7819 7785 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874926480 7821434880 12703 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 7638120

[startup+12.7009 s]

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

[pid=7819/tid=7827] ppid=7817 vsize=7650364 CPUtime=0.02 cores=0,2
/proc/7819/task/7827/stat : 7827 (java) S 7817 7819 7785 0 -1 4202560 446 0 0 0 2 0 0 0 15 0 19 0 874926453 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7828] ppid=7817 vsize=7650364 CPUtime=0.03 cores=0,2
/proc/7819/task/7828/stat : 7828 (java) S 7817 7819 7785 0 -1 4202560 343 0 0 0 3 0 0 0 16 0 19 0 874926453 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7829] ppid=7817 vsize=7650364 CPUtime=0.03 cores=0,2
/proc/7819/task/7829/stat : 7829 (java) S 7817 7819 7785 0 -1 4202560 937 0 0 0 3 0 0 0 15 0 19 0 874926453 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7830] ppid=7817 vsize=7650364 CPUtime=0.63 cores=0,2
/proc/7819/task/7830/stat : 7830 (java) S 7817 7819 7785 0 -1 4202560 4307 0 0 0 63 0 0 0 15 0 19 0 874926454 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 0 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7831] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7831/stat : 7831 (java) S 7817 7819 7785 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874926454 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7832] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7832/stat : 7832 (java) S 7817 7819 7785 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874926454 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7833] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7833/stat : 7833 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826063793 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7834] ppid=7817 vsize=7650364 CPUtime=0.31 cores=0,2
/proc/7819/task/7834/stat : 7834 (java) S 7817 7819 7785 0 -1 4202560 1544 0 0 0 31 0 0 0 15 0 19 0 874926462 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7835] ppid=7817 vsize=7650364 CPUtime=0.63 cores=0,2
/proc/7819/task/7835/stat : 7835 (java) S 7817 7819 7785 0 -1 4202560 8420 0 0 0 62 1 0 0 15 0 19 0 874926462 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7836] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7836/stat : 7836 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7837] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7837/stat : 7837 (java) S 7817 7819 7785 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 874926462 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7838] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7838/stat : 7838 (java) S 7817 7819 7785 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874926480 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.03
Current children cumulated vsize (KiB) 7650364

[startup+1182.3 s]
/proc/loadavg: 1.16 1.65 1.31 2/190 7927
/proc/meminfo: memFree=32149364/32950928 swapFree=67050640/67111528
[pid=7819] ppid=7817 vsize=7650364 CPUtime=1183.03 cores=0,2
/proc/7819/stat : 7819 (java) S 7817 7819 7785 0 -1 4202496 28382 0 1 0 118295 8 0 0 24 0 19 0 874926444 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7819/statm: 1912591 22961 2254 9 0 1903329 0
[pid=7819/tid=7821] ppid=7817 vsize=7650364 CPUtime=1181.2 cores=0,2
/proc/7819/task/7821/stat : 7821 (java) R 7817 7819 7785 0 -1 4202560 10364 0 1 0 118115 5 0 0 25 0 19 0 874926449 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 46912505611119 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7819/tid=7822] ppid=7817 vsize=7650364 CPUtime=0.02 cores=0,2
/proc/7819/task/7822/stat : 7822 (java) S 7817 7819 7785 0 -1 4202560 97 0 0 0 2 0 0 0 15 0 19 0 874926453 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7823] ppid=7817 vsize=7650364 CPUtime=0.01 cores=0,2
/proc/7819/task/7823/stat : 7823 (java) S 7817 7819 7785 0 -1 4202560 613 0 0 0 1 0 0 0 15 0 19 0 874926453 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7824] ppid=7817 vsize=7650364 CPUtime=0.02 cores=0,2
/proc/7819/task/7824/stat : 7824 (java) S 7817 7819 7785 0 -1 4202560 45 0 0 0 2 0 0 0 16 0 19 0 874926453 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7825] ppid=7817 vsize=7650364 CPUtime=0.01 cores=0,2
/proc/7819/task/7825/stat : 7825 (java) S 7817 7819 7785 0 -1 4202560 16 0 0 0 1 0 0 0 16 0 19 0 874926453 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7826] ppid=7817 vsize=7650364 CPUtime=0.01 cores=0,2
/proc/7819/task/7826/stat : 7826 (java) S 7817 7819 7785 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 19 0 874926453 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7827] ppid=7817 vsize=7650364 CPUtime=0.02 cores=0,2
/proc/7819/task/7827/stat : 7827 (java) S 7817 7819 7785 0 -1 4202560 446 0 0 0 2 0 0 0 15 0 19 0 874926453 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7828] ppid=7817 vsize=7650364 CPUtime=0.03 cores=0,2
/proc/7819/task/7828/stat : 7828 (java) S 7817 7819 7785 0 -1 4202560 343 0 0 0 3 0 0 0 16 0 19 0 874926453 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7829] ppid=7817 vsize=7650364 CPUtime=0.04 cores=0,2
/proc/7819/task/7829/stat : 7829 (java) S 7817 7819 7785 0 -1 4202560 937 0 0 0 4 0 0 0 16 0 19 0 874926453 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7830] ppid=7817 vsize=7650364 CPUtime=0.66 cores=0,2
/proc/7819/task/7830/stat : 7830 (java) S 7817 7819 7785 0 -1 4202560 4309 0 0 0 66 0 0 0 15 0 19 0 874926454 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 0 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7831] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7831/stat : 7831 (java) S 7817 7819 7785 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874926454 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7832] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7832/stat : 7832 (java) S 7817 7819 7785 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874926454 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7833] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7833/stat : 7833 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826063793 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7834] ppid=7817 vsize=7650364 CPUtime=0.31 cores=0,2
/proc/7819/task/7834/stat : 7834 (java) S 7817 7819 7785 0 -1 4202560 1544 0 0 0 31 0 0 0 15 0 19 0 874926462 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7835] ppid=7817 vsize=7650364 CPUtime=0.63 cores=0,2
/proc/7819/task/7835/stat : 7835 (java) S 7817 7819 7785 0 -1 4202560 8420 0 0 0 62 1 0 0 15 0 19 0 874926462 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7836] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7836/stat : 7836 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7837] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7837/stat : 7837 (java) S 7817 7819 7785 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 874926462 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7838] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7838/stat : 7838 (java) S 7817 7819 7785 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874926480 7833972736 22961 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.03
Current children cumulated vsize (KiB) 7650364

[startup+1242.3 s]
/proc/loadavg: 1.06 1.53 1.28 2/190 7928
/proc/meminfo: memFree=32148936/32950928 swapFree=67050640/67111528
[pid=7819] ppid=7817 vsize=7650364 CPUtime=1243.04 cores=0,2
/proc/7819/stat : 7819 (java) S 7817 7819 7785 0 -1 4202496 28468 0 1 0 124296 8 0 0 24 0 19 0 874926444 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7819/statm: 1912591 23040 2254 9 0 1903329 0
[pid=7819/tid=7821] ppid=7817 vsize=7650364 CPUtime=1241.16 cores=0,2
/proc/7819/task/7821/stat : 7821 (java) R 7817 7819 7785 0 -1 4202560 10365 0 1 0 124111 5 0 0 25 0 19 0 874926449 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 46912505629776 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7819/tid=7822] ppid=7817 vsize=7650364 CPUtime=0.02 cores=0,2
/proc/7819/task/7822/stat : 7822 (java) S 7817 7819 7785 0 -1 4202560 97 0 0 0 2 0 0 0 16 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7823] ppid=7817 vsize=7650364 CPUtime=0.01 cores=0,2
/proc/7819/task/7823/stat : 7823 (java) S 7817 7819 7785 0 -1 4202560 613 0 0 0 1 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7824] ppid=7817 vsize=7650364 CPUtime=0.02 cores=0,2
/proc/7819/task/7824/stat : 7824 (java) S 7817 7819 7785 0 -1 4202560 45 0 0 0 2 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7825] ppid=7817 vsize=7650364 CPUtime=0.01 cores=0,2
/proc/7819/task/7825/stat : 7825 (java) S 7817 7819 7785 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7826] ppid=7817 vsize=7650364 CPUtime=0.01 cores=0,2
/proc/7819/task/7826/stat : 7826 (java) S 7817 7819 7785 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7827] ppid=7817 vsize=7650364 CPUtime=0.03 cores=0,2
/proc/7819/task/7827/stat : 7827 (java) S 7817 7819 7785 0 -1 4202560 446 0 0 0 3 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7828] ppid=7817 vsize=7650364 CPUtime=0.03 cores=0,2
/proc/7819/task/7828/stat : 7828 (java) S 7817 7819 7785 0 -1 4202560 343 0 0 0 3 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7829] ppid=7817 vsize=7650364 CPUtime=0.04 cores=0,2
/proc/7819/task/7829/stat : 7829 (java) S 7817 7819 7785 0 -1 4202560 937 0 0 0 4 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7830] ppid=7817 vsize=7650364 CPUtime=0.69 cores=0,2
/proc/7819/task/7830/stat : 7830 (java) S 7817 7819 7785 0 -1 4202560 4390 0 0 0 69 0 0 0 15 0 19 0 874926454 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 0 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7831] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7831/stat : 7831 (java) S 7817 7819 7785 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874926454 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7832] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7832/stat : 7832 (java) S 7817 7819 7785 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874926454 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7833] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7833/stat : 7833 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826063793 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7834] ppid=7817 vsize=7650364 CPUtime=0.31 cores=0,2
/proc/7819/task/7834/stat : 7834 (java) S 7817 7819 7785 0 -1 4202560 1544 0 0 0 31 0 0 0 15 0 19 0 874926462 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7835] ppid=7817 vsize=7650364 CPUtime=0.63 cores=0,2
/proc/7819/task/7835/stat : 7835 (java) S 7817 7819 7785 0 -1 4202560 8420 0 0 0 62 1 0 0 15 0 19 0 874926462 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7836] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7836/stat : 7836 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7837] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7837/stat : 7837 (java) S 7817 7819 7785 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 874926462 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7838] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7838/stat : 7838 (java) S 7817 7819 7785 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874926480 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.04
Current children cumulated vsize (KiB) 7650364



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.02 1.43 1.26 2/190 7930
/proc/meminfo: memFree=32148768/32950928 swapFree=67050640/67111528
[pid=7819] ppid=7817 vsize=7650364 CPUtime=1300.74 cores=0,2
/proc/7819/stat : 7819 (java) S 7817 7819 7785 0 -1 4202496 28475 0 1 0 130066 8 0 0 24 0 19 0 874926444 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7819/statm: 1912591 23040 2254 9 0 1903329 0
[pid=7819/tid=7821] ppid=7817 vsize=7650364 CPUtime=1298.83 cores=0,2
/proc/7819/task/7821/stat : 7821 (java) R 7817 7819 7785 0 -1 4202560 10366 0 1 0 129878 5 0 0 25 0 19 0 874926449 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 46912505616718 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7819/tid=7822] ppid=7817 vsize=7650364 CPUtime=0.02 cores=0,2
/proc/7819/task/7822/stat : 7822 (java) S 7817 7819 7785 0 -1 4202560 97 0 0 0 2 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7823] ppid=7817 vsize=7650364 CPUtime=0.01 cores=0,2
/proc/7819/task/7823/stat : 7823 (java) S 7817 7819 7785 0 -1 4202560 613 0 0 0 1 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7824] ppid=7817 vsize=7650364 CPUtime=0.02 cores=0,2
/proc/7819/task/7824/stat : 7824 (java) S 7817 7819 7785 0 -1 4202560 45 0 0 0 2 0 0 0 16 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7825] ppid=7817 vsize=7650364 CPUtime=0.01 cores=0,2
/proc/7819/task/7825/stat : 7825 (java) S 7817 7819 7785 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7826] ppid=7817 vsize=7650364 CPUtime=0.01 cores=0,2
/proc/7819/task/7826/stat : 7826 (java) S 7817 7819 7785 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7827] ppid=7817 vsize=7650364 CPUtime=0.03 cores=0,2
/proc/7819/task/7827/stat : 7827 (java) S 7817 7819 7785 0 -1 4202560 446 0 0 0 3 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7828] ppid=7817 vsize=7650364 CPUtime=0.03 cores=0,2
/proc/7819/task/7828/stat : 7828 (java) S 7817 7819 7785 0 -1 4202560 343 0 0 0 3 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7829] ppid=7817 vsize=7650364 CPUtime=0.04 cores=0,2
/proc/7819/task/7829/stat : 7829 (java) S 7817 7819 7785 0 -1 4202560 937 0 0 0 4 0 0 0 15 0 19 0 874926453 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7830] ppid=7817 vsize=7650364 CPUtime=0.72 cores=0,2
/proc/7819/task/7830/stat : 7830 (java) S 7817 7819 7785 0 -1 4202560 4392 0 0 0 72 0 0 0 15 0 19 0 874926454 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 0 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7831] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7831/stat : 7831 (java) S 7817 7819 7785 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874926454 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7832] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7832/stat : 7832 (java) S 7817 7819 7785 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874926454 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7833] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7833/stat : 7833 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826063793 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7834] ppid=7817 vsize=7650364 CPUtime=0.31 cores=0,2
/proc/7819/task/7834/stat : 7834 (java) S 7817 7819 7785 0 -1 4202560 1544 0 0 0 31 0 0 0 15 0 19 0 874926462 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7835] ppid=7817 vsize=7650364 CPUtime=0.63 cores=0,2
/proc/7819/task/7835/stat : 7835 (java) S 7817 7819 7785 0 -1 4202560 8420 0 0 0 62 1 0 0 15 0 19 0 874926462 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
[pid=7819/tid=7836] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7836/stat : 7836 (java) S 7817 7819 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874926462 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056089 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7837] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7837/stat : 7837 (java) S 7817 7819 7785 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 874926462 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 2 0 0 0
[pid=7819/tid=7838] ppid=7817 vsize=7650364 CPUtime=0 cores=0,2
/proc/7819/task/7838/stat : 7838 (java) S 7817 7819 7785 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874926480 7833972736 23040 33554432000 1073741824 1073778376 140736070252064 18446744073709551615 251826056704 0 4 0 16800975 18446604453744991232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1300.74
Current children cumulated vsize (KiB) 7650364

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.04
CPU time (s): 1300.8
CPU user time (s): 1300.7
CPU system time (s): 0.092985
CPU usage (%): 100.059
Max. virtual memory (cumulated for all children) (KiB): 7660200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.7
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28512
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= 27336
involuntary context switches= 13285

runsolver used 2.27065 second user time and 4.83127 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-09 17:27:57
IDJOB=3282083
IDBENCH=70775
IDSOLVER=1611
FILE ID=node126/3282083-1307633277
RUNJOBID= node126-1307633277-7803
PBS_JOBID= 13549366
Free space on /tmp= 74148 MiB

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

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=1334789658

node126.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.783
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.56
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.783
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.75
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.783
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.74
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.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32238180 kB
Buffers:        186508 kB
Cached:         309272 kB
SwapCached:      14856 kB
Active:         285860 kB
Inactive:       229668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32238180 kB
SwapTotal:    67111528 kB
SwapFree:     67050640 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:       17748 kB
Mapped:           8584 kB
Slab:           131392 kB
PageTables:       5324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189872 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= 74148 MiB
End job on node126 at 2011-06-09 17:49:39