Trace number 1563027

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.1 RC1? (TO) 1200.32 1199.66

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l47_lambda.cnf
MD5SUMed7689c65135a913d97feca3ab3874eb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark302.814
Satisfiable
(Un)Satisfiability was proved
Number of variables33871
Number of clauses170161
Sum of the clauses size490938
Maximum clause length9
Minimum clause length1
Number of clauses of size 14346
Number of clauses of size 241947
Number of clauses of size 3100545
Number of clauses of size 416116
Number of clauses of size 57066
Number of clauses of size over 5141

Solver Data

0.11/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.26	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.26	c See www.sat4j.org for details.
0.11/0.27	c version 2.1.0.v20090228
0.11/0.27	c sun.arch.data.model	32
0.11/0.27	c java.version	1.6.0_12
0.11/0.27	c os.name	Linux
0.11/0.27	c os.version	2.6.9-22.EL.rootsmp
0.11/0.27	c os.arch	i386
0.11/0.27	c Free memory 1651659224
0.11/0.27	c Max memory 1654456320
0.11/0.27	c Total memory 1654456320
0.11/0.27	c Number of processors 2
0.21/0.32	c c --- Begin Solver configuration ---
0.21/0.32	c Stops conflict analysis at the first Unique Implication Point
0.21/0.32	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.21/0.32	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.21/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.21/0.32	c Expensive reason simplification
0.21/0.32	c Armin Biere (Picosat) restarts strategy
0.21/0.32	c timeout=2147483647s
0.21/0.32	c DB Simplification allowed=true
0.21/0.32	c --- End Solver configuration ---
0.21/0.32	c solving HOME/instance-1563027-1240999675.cnf
0.21/0.32	c reading problem ... 
0.83/0.88	c ... done. Wall clock time 0.56s.
0.83/0.88	c #vars     33871
0.83/0.88	c #constraints  164350
0.83/0.88	c constraints type 
0.83/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 117379
0.83/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 42044
1200.05/1199.51	c starts		: 761
1200.05/1199.51	c conflicts		: 368648
1200.05/1199.51	c decisions		: 544749
1200.05/1199.51	c propagations		: 309131071
1200.05/1199.51	c inspects		: 3565780118
1200.05/1199.51	c learnt literals	: 5
1200.05/1199.51	c learnt binary clauses	: 276
1200.05/1199.51	c learnt ternary clauses	: 970
1200.05/1199.51	c learnt clauses	: 368643
1200.05/1199.51	c ignored clauses	: 0
1200.05/1199.51	c root simplifications	: 766
1200.05/1199.51	c removed literals (reason simplification)	: 7014306
1200.05/1199.51	c reason swapping (by a shorter reason)	: 0
1200.05/1199.51	c Calls to reduceDB	: 0
1200.05/1199.51	c speed (assignments/second)	: 257902.80519324497
1200.05/1199.51	c non guided choices	1730
1200.26/1199.61	c learnt constraints type 
1200.26/1199.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 267
1200.26/1199.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 358742
1200.26/1199.61	s UNKNOWN
1200.26/1199.61	c Total wall clock time (in seconds) : 1199.197

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1563027-1240999675/watcher-1563027-1240999675 -o /tmp/evaluation-result-1563027-1240999675/solver-1563027-1240999675 -C 1200 -W 1800 -M 1800 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1563027-1240999675.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 3331
/proc/meminfo: memFree=859248/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=152 CPUtime=0
/proc/3331/stat : 3331 (java6) R 3329 3331 3230 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 127995003 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 2617643 0 0 4096 0 0 0 0 17 1 0 0
/proc/3331/statm: 38 26 19 9 0 4 0

[startup+0.061367 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 3331
/proc/meminfo: memFree=859248/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=12928 CPUtime=0.01
/proc/3331/stat : 3331 (java) D 3329 3331 3230 0 -1 0 481 0 31 0 0 1 0 0 18 0 1 0 127995003 13238272 319 1992294400 134512640 134550932 4294956000 18446744073709551615 2589482 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/3331/statm: 3232 323 137 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.104272 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 3331
/proc/meminfo: memFree=859248/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=1775128 CPUtime=0.02
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 2654 0 36 0 0 2 0 0 18 0 4 0 127995003 1817731072 2438 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3331/statm: 443782 2438 494 9 0 441534 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1775128

[startup+0.301289 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 3331
/proc/meminfo: memFree=859248/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=1783292 CPUtime=0.21
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 4813 0 36 0 16 5 0 0 18 0 12 0 127995003 1826091008 4586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3331/statm: 445823 4586 1323 9 0 443170 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1783292

[startup+0.701325 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 3331
/proc/meminfo: memFree=859248/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=1783812 CPUtime=0.73
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 7775 0 36 0 66 7 0 0 18 0 12 0 127995003 1826623488 7540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3331/statm: 445953 7540 1372 9 0 443300 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1783812

[startup+1.5024 s]
/proc/loadavg: 1.15 1.00 0.89 4/77 3344
/proc/meminfo: memFree=817992/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=1785772 CPUtime=2
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 11232 0 36 0 191 9 0 0 18 0 13 0 127995003 1828630528 10218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3331/statm: 446443 10219 1402 9 0 443790 0
[pid=3331/tid=3333] ppid=3329 vsize=1785772 CPUtime=1.08
/proc/3331/task/3333/stat : 3333 (java) R 3329 3331 3230 0 -1 64 8393 0 1 0 102 6 0 0 17 0 13 0 127995010 1828630528 10219 1992294400 134512640 134550932 4294956000 18446744073709551615 4109581996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3334] ppid=3329 vsize=1785772 CPUtime=0
/proc/3331/task/3334/stat : 3334 (java) S 3329 3331 3230 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 127995014 1828630528 10219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3335] ppid=3329 vsize=1785772 CPUtime=0
/proc/3331/task/3335/stat : 3335 (java) S 3329 3331 3230 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 127995014 1828630528 10219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3336] ppid=3329 vsize=1785772 CPUtime=0
/proc/3331/task/3336/stat : 3336 (java) S 3329 3331 3230 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127995015 1828630528 10219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3337] ppid=3329 vsize=1785772 CPUtime=0
/proc/3331/task/3337/stat : 3337 (java) S 3329 3331 3230 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 127995016 1828630528 10219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3338] ppid=3329 vsize=1785772 CPUtime=0
/proc/3331/task/3338/stat : 3338 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 127995016 1828630528 10219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3339] ppid=3329 vsize=1785772 CPUtime=0
/proc/3331/task/3339/stat : 3339 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127995022 1828630528 10219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3340] ppid=3329 vsize=1785772 CPUtime=0.45
/proc/3331/task/3340/stat : 3340 (java) R 3329 3331 3230 0 -1 64 801 0 0 0 45 0 0 0 17 0 13 0 127995022 1828630528 10219 1992294400 134512640 134550932 4294956000 18446744073709551615 105496885 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3341] ppid=3329 vsize=1785772 CPUtime=0.42
/proc/3331/task/3341/stat : 3341 (java) R 3329 3331 3230 0 -1 64 1329 0 0 0 42 0 0 0 17 0 13 0 127995022 1828630528 10219 1992294400 134512640 134550932 4294956000 18446744073709551615 104145240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3342] ppid=3329 vsize=1785772 CPUtime=0
/proc/3331/task/3342/stat : 3342 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 127995022 1828630528 10219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3343] ppid=3329 vsize=1785772 CPUtime=0
/proc/3331/task/3343/stat : 3343 (java) S 3329 3331 3230 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127995022 1828630528 10219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3344] ppid=3329 vsize=1785772 CPUtime=0
/proc/3331/task/3344/stat : 3344 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127995101 1828630528 10219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1785772

[startup+3.10155 s]
/proc/loadavg: 1.15 1.00 0.89 2/77 3344
/proc/meminfo: memFree=815432/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=1785620 CPUtime=3.89
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 11655 0 36 0 379 10 0 0 18 0 13 0 127995003 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3331/statm: 446405 10434 1409 9 0 443752 0
[pid=3331/tid=3333] ppid=3329 vsize=1785620 CPUtime=2.66
/proc/3331/task/3333/stat : 3333 (java) R 3329 3331 3230 0 -1 64 8599 0 1 0 259 7 0 0 25 0 13 0 127995010 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4109676686 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3334] ppid=3329 vsize=1785620 CPUtime=0
/proc/3331/task/3334/stat : 3334 (java) S 3329 3331 3230 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 127995014 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3335] ppid=3329 vsize=1785620 CPUtime=0
/proc/3331/task/3335/stat : 3335 (java) S 3329 3331 3230 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 127995014 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3336] ppid=3329 vsize=1785620 CPUtime=0
/proc/3331/task/3336/stat : 3336 (java) S 3329 3331 3230 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 127995015 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3337] ppid=3329 vsize=1785620 CPUtime=0
/proc/3331/task/3337/stat : 3337 (java) S 3329 3331 3230 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 127995016 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3338] ppid=3329 vsize=1785620 CPUtime=0
/proc/3331/task/3338/stat : 3338 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 127995016 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3339] ppid=3329 vsize=1785620 CPUtime=0
/proc/3331/task/3339/stat : 3339 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127995022 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3340] ppid=3329 vsize=1785620 CPUtime=0.55
/proc/3331/task/3340/stat : 3340 (java) S 3329 3331 3230 0 -1 64 834 0 0 0 55 0 0 0 16 0 13 0 127995022 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3341] ppid=3329 vsize=1785620 CPUtime=0.64
/proc/3331/task/3341/stat : 3341 (java) S 3329 3331 3230 0 -1 64 1512 0 0 0 63 1 0 0 17 0 13 0 127995022 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3342] ppid=3329 vsize=1785620 CPUtime=0
/proc/3331/task/3342/stat : 3342 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 127995022 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3343] ppid=3329 vsize=1785620 CPUtime=0
/proc/3331/task/3343/stat : 3343 (java) S 3329 3331 3230 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127995022 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3344] ppid=3329 vsize=1785620 CPUtime=0
/proc/3331/task/3344/stat : 3344 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127995101 1828474880 10434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 1785620

[startup+6.30282 s]
/proc/loadavg: 1.14 1.00 0.89 2/77 3344
/proc/meminfo: memFree=814024/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=1785516 CPUtime=7.11
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 11932 0 36 0 701 10 0 0 18 0 13 0 127995003 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3331/statm: 446379 10563 1409 9 0 443726 0
[pid=3331/tid=3333] ppid=3329 vsize=1785516 CPUtime=5.81
/proc/3331/task/3333/stat : 3333 (java) R 3329 3331 3230 0 -1 64 8872 0 1 0 574 7 0 0 25 0 13 0 127995010 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4109293314 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3334] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3334/stat : 3334 (java) S 3329 3331 3230 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 127995014 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3335] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3335/stat : 3335 (java) S 3329 3331 3230 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 127995014 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3336] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3336/stat : 3336 (java) S 3329 3331 3230 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127995015 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3337] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3337/stat : 3337 (java) S 3329 3331 3230 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 127995016 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3338] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3338/stat : 3338 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 127995016 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3339] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3339/stat : 3339 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127995022 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3340] ppid=3329 vsize=1785516 CPUtime=0.58
/proc/3331/task/3340/stat : 3340 (java) S 3329 3331 3230 0 -1 64 835 0 0 0 58 0 0 0 16 0 13 0 127995022 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3341] ppid=3329 vsize=1785516 CPUtime=0.68
/proc/3331/task/3341/stat : 3341 (java) S 3329 3331 3230 0 -1 64 1514 0 0 0 67 1 0 0 17 0 13 0 127995022 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3342] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3342/stat : 3342 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 127995022 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3343] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3343/stat : 3343 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127995022 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3344] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3344/stat : 3344 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127995101 1828368384 10563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 1785516

[startup+12.7014 s]
/proc/loadavg: 1.13 1.00 0.89 2/77 3344
/proc/meminfo: memFree=812488/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=1785516 CPUtime=13.51
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 12436 0 36 0 1340 11 0 0 18 0 13 0 127995003 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3331/statm: 446379 11066 1409 9 0 443726 0
[pid=3331/tid=3333] ppid=3329 vsize=1785516 CPUtime=12.2
/proc/3331/task/3333/stat : 3333 (java) R 3329 3331 3230 0 -1 64 9376 0 1 0 1213 7 0 0 25 0 13 0 127995010 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4109700056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3334] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3334/stat : 3334 (java) S 3329 3331 3230 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 127995014 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3335] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3335/stat : 3335 (java) S 3329 3331 3230 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 127995014 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3336] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3336/stat : 3336 (java) S 3329 3331 3230 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127995015 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3337] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3337/stat : 3337 (java) S 3329 3331 3230 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 127995016 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3338] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3338/stat : 3338 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 127995016 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3339] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3339/stat : 3339 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127995022 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3340] ppid=3329 vsize=1785516 CPUtime=0.58
/proc/3331/task/3340/stat : 3340 (java) S 3329 3331 3230 0 -1 64 835 0 0 0 58 0 0 0 16 0 13 0 127995022 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3341] ppid=3329 vsize=1785516 CPUtime=0.68
/proc/3331/task/3341/stat : 3341 (java) S 3329 3331 3230 0 -1 64 1514 0 0 0 67 1 0 0 17 0 13 0 127995022 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3342] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3342/stat : 3342 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 127995022 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3343] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3343/stat : 3343 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127995022 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3344] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3344/stat : 3344 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127995101 1828368384 11066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.51
Current children cumulated vsize (KiB) 1785516

[startup+25.5025 s]
/proc/loadavg: 1.11 1.00 0.89 2/77 3344
/proc/meminfo: memFree=809352/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=1785516 CPUtime=26.31
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 13183 0 36 0 2619 12 0 0 18 0 13 0 127995003 1828368384 11813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3331/statm: 446379 11813 1409 9 0 443726 0
[pid=3331/tid=3333] ppid=3329 vsize=1785516 CPUtime=25.01
/proc/3331/task/3333/stat : 3333 (java) R 3329 3331 3230 0 -1 64 10123 0 1 0 2492 9 0 0 25 0 13 0 127995010 1828368384 11813 1992294400 134512640 134550932 4294956000 18446744073709551615 4109645376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3334] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3334/stat : 3334 (java) S 3329 3331 3230 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 127995014 1828368384 11813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3335] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3335/stat : 3335 (java) S 3329 3331 3230 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 127995014 1828368384 11813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3336] ppid=3329 vsize=1785516 CPUtime=0

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

[pid=3331] ppid=3329 vsize=1785516 CPUtime=1062.88
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 32769 0 36 0 106255 33 0 0 18 0 13 0 127995003 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3331/statm: 446379 31395 1409 9 0 443726 0
[pid=3331/tid=3333] ppid=3329 vsize=1785516 CPUtime=1061.55
/proc/3331/task/3333/stat : 3333 (java) R 3329 3331 3230 0 -1 64 29706 0 1 0 106125 30 0 0 25 0 13 0 127995010 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4109645579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3334] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3334/stat : 3334 (java) S 3329 3331 3230 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 127995014 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3335] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3335/stat : 3335 (java) S 3329 3331 3230 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 127995014 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3336] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3336/stat : 3336 (java) S 3329 3331 3230 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127995015 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3337] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3337/stat : 3337 (java) S 3329 3331 3230 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 127995016 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3338] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3338/stat : 3338 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 127995016 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3339] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3339/stat : 3339 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127995022 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3340] ppid=3329 vsize=1785516 CPUtime=0.61
/proc/3331/task/3340/stat : 3340 (java) S 3329 3331 3230 0 -1 64 838 0 0 0 61 0 0 0 15 0 13 0 127995022 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3341] ppid=3329 vsize=1785516 CPUtime=0.68
/proc/3331/task/3341/stat : 3341 (java) S 3329 3331 3230 0 -1 64 1514 0 0 0 67 1 0 0 17 0 13 0 127995022 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3342] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3342/stat : 3342 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 127995022 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3343] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3343/stat : 3343 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127995022 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3344] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3344/stat : 3344 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127995101 1828368384 31395 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.88
Current children cumulated vsize (KiB) 1785516

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 3344
/proc/meminfo: memFree=727432/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=1785516 CPUtime=1122.88
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 33478 0 36 0 112254 34 0 0 18 0 13 0 127995003 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3331/statm: 446379 32104 1409 9 0 443726 0
[pid=3331/tid=3333] ppid=3329 vsize=1785516 CPUtime=1121.54
/proc/3331/task/3333/stat : 3333 (java) R 3329 3331 3230 0 -1 64 30415 0 1 0 112124 30 0 0 25 0 13 0 127995010 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4109581638 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3334] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3334/stat : 3334 (java) S 3329 3331 3230 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 127995014 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3335] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3335/stat : 3335 (java) S 3329 3331 3230 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 127995014 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3336] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3336/stat : 3336 (java) S 3329 3331 3230 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127995015 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3337] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3337/stat : 3337 (java) S 3329 3331 3230 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 127995016 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3338] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3338/stat : 3338 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 127995016 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3339] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3339/stat : 3339 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127995022 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3340] ppid=3329 vsize=1785516 CPUtime=0.61
/proc/3331/task/3340/stat : 3340 (java) S 3329 3331 3230 0 -1 64 838 0 0 0 61 0 0 0 15 0 13 0 127995022 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3341] ppid=3329 vsize=1785516 CPUtime=0.68
/proc/3331/task/3341/stat : 3341 (java) S 3329 3331 3230 0 -1 64 1514 0 0 0 67 1 0 0 17 0 13 0 127995022 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3342] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3342/stat : 3342 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 127995022 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3343] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3343/stat : 3343 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127995022 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3344] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3344/stat : 3344 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127995101 1828368384 32104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.88
Current children cumulated vsize (KiB) 1785516

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 3344
/proc/meminfo: memFree=723400/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=1785516 CPUtime=1182.85
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 34486 0 36 0 118251 34 0 0 18 0 13 0 127995003 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3331/statm: 446379 33112 1409 9 0 443726 0
[pid=3331/tid=3333] ppid=3329 vsize=1785516 CPUtime=1181.52
/proc/3331/task/3333/stat : 3333 (java) R 3329 3331 3230 0 -1 64 31423 0 1 0 118121 31 0 0 25 0 13 0 127995010 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4109582399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3334] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3334/stat : 3334 (java) S 3329 3331 3230 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 127995014 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3335] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3335/stat : 3335 (java) S 3329 3331 3230 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 127995014 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3336] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3336/stat : 3336 (java) S 3329 3331 3230 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127995015 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3337] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3337/stat : 3337 (java) S 3329 3331 3230 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 127995016 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3338] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3338/stat : 3338 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 127995016 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3339] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3339/stat : 3339 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127995022 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3340] ppid=3329 vsize=1785516 CPUtime=0.61
/proc/3331/task/3340/stat : 3340 (java) S 3329 3331 3230 0 -1 64 838 0 0 0 61 0 0 0 15 0 13 0 127995022 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3341] ppid=3329 vsize=1785516 CPUtime=0.68
/proc/3331/task/3341/stat : 3341 (java) S 3329 3331 3230 0 -1 64 1514 0 0 0 67 1 0 0 17 0 13 0 127995022 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3342] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3342/stat : 3342 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 127995022 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3343] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3343/stat : 3343 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127995022 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3344] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3344/stat : 3344 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127995101 1828368384 33112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.85
Current children cumulated vsize (KiB) 1785516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 3344
/proc/meminfo: memFree=722760/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=1785516 CPUtime=1200.05
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 34629 0 36 0 119971 34 0 0 18 0 13 0 127995003 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3331/statm: 446379 33255 1409 9 0 443726 0
[pid=3331/tid=3333] ppid=3329 vsize=1785516 CPUtime=1198.72
/proc/3331/task/3333/stat : 3333 (java) R 3329 3331 3230 0 -1 64 31566 0 1 0 119841 31 0 0 25 0 13 0 127995010 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4109645579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3334] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3334/stat : 3334 (java) S 3329 3331 3230 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 127995014 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3335] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3335/stat : 3335 (java) S 3329 3331 3230 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 127995014 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3336] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3336/stat : 3336 (java) S 3329 3331 3230 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127995015 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3337] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3337/stat : 3337 (java) S 3329 3331 3230 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 127995016 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3338] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3338/stat : 3338 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 127995016 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3339] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3339/stat : 3339 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127995022 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3340] ppid=3329 vsize=1785516 CPUtime=0.61
/proc/3331/task/3340/stat : 3340 (java) S 3329 3331 3230 0 -1 64 838 0 0 0 61 0 0 0 15 0 13 0 127995022 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3341] ppid=3329 vsize=1785516 CPUtime=0.68
/proc/3331/task/3341/stat : 3341 (java) S 3329 3331 3230 0 -1 64 1514 0 0 0 67 1 0 0 17 0 13 0 127995022 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3342] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3342/stat : 3342 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 127995022 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3343] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3343/stat : 3343 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127995022 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3344] ppid=3329 vsize=1785516 CPUtime=0
/proc/3331/task/3344/stat : 3344 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127995101 1828368384 33255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1785516

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1199.61 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 3344
/proc/meminfo: memFree=722760/2055920 swapFree=3990972/4192956
[pid=3331] ppid=3329 vsize=1786164 CPUtime=1200.26
/proc/3331/stat : 3331 (java) S 3329 3331 3230 0 -1 0 34658 0 36 0 119992 34 0 0 16 0 15 0 127995003 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3331/statm: 446541 33284 1411 9 0 443888 0
[pid=3331/tid=3333] ppid=3329 vsize=1786164 CPUtime=1198.83
/proc/3331/task/3333/stat : 3333 (java) R 3329 3331 3230 0 -1 64 31566 0 1 0 119852 31 0 0 25 0 15 0 127995010 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4109581790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3334] ppid=3329 vsize=1786164 CPUtime=0
/proc/3331/task/3334/stat : 3334 (java) S 3329 3331 3230 0 -1 64 3 0 0 0 0 0 0 0 18 0 15 0 127995014 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3335] ppid=3329 vsize=1786164 CPUtime=0
/proc/3331/task/3335/stat : 3335 (java) S 3329 3331 3230 0 -1 64 0 0 0 0 0 0 0 0 19 0 15 0 127995014 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3336] ppid=3329 vsize=1786164 CPUtime=0
/proc/3331/task/3336/stat : 3336 (java) S 3329 3331 3230 0 -1 64 2 0 0 0 0 0 0 0 16 0 15 0 127995015 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3337] ppid=3329 vsize=1786164 CPUtime=0
/proc/3331/task/3337/stat : 3337 (java) S 3329 3331 3230 0 -1 64 9 0 0 0 0 0 0 0 21 0 15 0 127995016 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3338] ppid=3329 vsize=1786164 CPUtime=0
/proc/3331/task/3338/stat : 3338 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 22 0 15 0 127995016 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3339] ppid=3329 vsize=1786164 CPUtime=0
/proc/3331/task/3339/stat : 3339 (java) S 3329 3331 3230 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 127995022 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3340] ppid=3329 vsize=1786164 CPUtime=0.65
/proc/3331/task/3340/stat : 3340 (java) S 3329 3331 3230 0 -1 64 843 0 0 0 65 0 0 0 17 0 15 0 127995022 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3341] ppid=3329 vsize=1786164 CPUtime=0.68
/proc/3331/task/3341/stat : 3341 (java) S 3329 3331 3230 0 -1 64 1514 0 0 0 67 1 0 0 17 0 15 0 127995022 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3331/tid=3342] ppid=3329 vsize=1786164 CPUtime=0
/proc/3331/task/3342/stat : 3342 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 23 0 15 0 127995022 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3343] ppid=3329 vsize=1786164 CPUtime=0
/proc/3331/task/3343/stat : 3343 (java) S 3329 3331 3230 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 127995022 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3331/tid=3344] ppid=3329 vsize=1786164 CPUtime=0
/proc/3331/task/3344/stat : 3344 (java) S 3329 3331 3230 0 -1 64 4 0 0 0 0 0 0 0 24 0 15 0 127995101 1829031936 33284 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.26
Current children cumulated vsize (KiB) 1786164

Child status: 143
Real time (s): 1199.66
CPU time (s): 1200.32
CPU user time (s): 1199.95
CPU system time (s): 0.369943
CPU usage (%): 100.055
Max. virtual memory (cumulated for all children) (KiB): 1786248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.95
system time used= 0.369943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34662
page faults= 36
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24967
involuntary context switches= 2449

runsolver used 1.57576 second user time and 2.80357 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-29 12:07:55
IDJOB=1563027
IDBENCH=70946
IDSOLVER=500
FILE ID=node51/1563027-1240999675
PBS_JOBID= 9204819
Free space on /tmp= 66444 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l47_lambda.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563027-1240999675/watcher-1563027-1240999675 -o /tmp/evaluation-result-1563027-1240999675/solver-1563027-1240999675 -C 1200 -W 1800 -M 1800  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1563027-1240999675.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED=1221119450

node51.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        859664 kB
Buffers:         42228 kB
Cached:         910288 kB
SwapCached:     196276 kB
Active:         326960 kB
Inactive:       824288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        859664 kB
SwapTotal:     4192956 kB
SwapFree:      3990972 kB
Dirty:            3300 kB
Writeback:           0 kB
Mapped:          13452 kB
Slab:            30988 kB
Committed_AS:   392144 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66444 MiB
End job on node51 at 2009-04-29 12:27:56