Trace number 1577507

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.28 1198.48

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark200.567
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.0.v20090228
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.09/0.20	c c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.09/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c timeout=2147483647s
0.09/0.20	c DB Simplification allowed=true
0.09/0.20	c --- End Solver configuration ---
0.22/0.20	c solving HOME/instance-1577507-1241001956.cnf
0.22/0.20	c reading problem ... 
8.05/7.21	c ... done. Wall clock time 7.018s.
8.05/7.21	c #vars     486992
8.05/7.21	c #constraints  2393308
8.05/7.21	c constraints type 
8.05/7.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1734086
8.05/7.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 599108
1200.01/1198.31	c starts		: 666
1200.01/1198.31	c conflicts		: 292294
1200.01/1198.31	c decisions		: 661406
1200.01/1198.31	c propagations		: 875995362
1200.01/1198.31	c inspects		: 3144001360
1200.01/1198.31	c learnt literals	: 122
1200.01/1198.31	c learnt binary clauses	: 1974
1200.01/1198.31	c learnt ternary clauses	: 4173
1200.01/1198.31	c learnt clauses	: 292172
1200.01/1198.31	c ignored clauses	: 0
1200.01/1198.31	c root simplifications	: 788
1200.01/1198.31	c removed literals (reason simplification)	: 5808655
1200.01/1198.31	c reason swapping (by a shorter reason)	: 0
1200.01/1198.31	c Calls to reduceDB	: 0
1200.01/1198.31	c speed (assignments/second)	: 735455.5093514947
1200.01/1198.31	c non guided choices	9609
1200.01/1198.40	c learnt constraints type 
1200.01/1198.40	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1746
1200.01/1198.40	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 288582
1200.01/1198.40	s UNKNOWN
1200.01/1198.40	c Total wall clock time (in seconds) : 1198.115

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-1577507-1241001956/watcher-1577507-1241001956 -o /tmp/evaluation-result-1577507-1241001956/solver-1577507-1241001956 -C 1200 -W 1800 -M 1800 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1577507-1241001956.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.98 0.99 3/65 3978
/proc/meminfo: memFree=1094728/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1612 CPUtime=0
/proc/3978/stat : 3978 (java6) D 3976 3978 3724 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 128224304 1650688 150 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/3978/statm: 403 150 114 9 0 45 0

[startup+0.0770291 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 3978
/proc/meminfo: memFree=1094728/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1778556 CPUtime=0.06
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 3698 0 1 0 4 2 0 0 18 0 7 0 128224304 1821241344 3443 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 444639 3443 1036 9 0 441990 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778556

[startup+0.101031 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 3978
/proc/meminfo: memFree=1094728/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1780924 CPUtime=0.09
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 3894 0 1 0 7 2 0 0 18 0 12 0 128224304 1823666176 3637 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 445231 3638 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780924

[startup+0.301062 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 3978
/proc/meminfo: memFree=1094728/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1783756 CPUtime=0.33
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 10329 0 1 0 29 4 0 0 18 0 12 0 128224304 1826566144 10066 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 445939 10066 1359 9 0 443286 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1783756

[startup+0.701113 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 3978
/proc/meminfo: memFree=1094728/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1784640 CPUtime=0.83
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 13145 0 1 0 77 6 0 0 18 0 12 0 128224304 1827471360 12838 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 446160 12838 1380 9 0 443507 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1784640

[startup+1.50221 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 3990
/proc/meminfo: memFree=1039208/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1784640 CPUtime=1.64
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 20027 0 1 0 154 10 0 0 18 0 12 0 128224304 1827471360 19719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 446160 19720 1380 9 0 443507 0
[pid=3978/tid=3980] ppid=3976 vsize=1784640 CPUtime=1.37
/proc/3978/task/3980/stat : 3980 (java) R 3976 3978 3724 0 -1 64 18284 0 1 0 129 8 0 0 25 0 12 0 128224305 1827471360 19720 1992294400 134512640 134550932 4294955984 18446744073709551615 4109455950 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3981] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3981/stat : 3981 (java) S 3976 3978 3724 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 128224306 1827471360 19720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3982] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3982/stat : 3982 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128224306 1827471360 19721 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3983] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3983/stat : 3983 (java) S 3976 3978 3724 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 128224308 1827471360 19721 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3984] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3984/stat : 3984 (java) S 3976 3978 3724 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 128224309 1827471360 19721 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3985] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3985/stat : 3985 (java) S 3976 3978 3724 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 128224309 1827471360 19722 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3986] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3986/stat : 3986 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 128224313 1827471360 19722 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3987] ppid=3976 vsize=1784640 CPUtime=0.12
/proc/3978/task/3987/stat : 3987 (java) S 3976 3978 3724 0 -1 64 376 0 0 0 12 0 0 0 16 0 12 0 128224313 1827471360 19723 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3988] ppid=3976 vsize=1784640 CPUtime=0.12
/proc/3978/task/3988/stat : 3988 (java) S 3976 3978 3724 0 -1 64 626 0 0 0 12 0 0 0 16 0 12 0 128224313 1827471360 19723 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3989] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3989/stat : 3989 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 128224313 1827471360 19724 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3990] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3990/stat : 3990 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128224313 1827471360 19724 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 1784640

[startup+3.10241 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 3990
/proc/meminfo: memFree=1003368/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1784640 CPUtime=3.24
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 33868 0 1 0 308 16 0 0 18 0 12 0 128224304 1827471360 33559 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 446160 33559 1380 9 0 443507 0
[pid=3978/tid=3980] ppid=3976 vsize=1784640 CPUtime=2.97
/proc/3978/task/3980/stat : 3980 (java) R 3976 3978 3724 0 -1 64 32124 0 1 0 283 14 0 0 25 0 12 0 128224305 1827471360 33559 1992294400 134512640 134550932 4294955984 18446744073709551615 4109471477 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3981] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3981/stat : 3981 (java) S 3976 3978 3724 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 128224306 1827471360 33560 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3982] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3982/stat : 3982 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128224306 1827471360 33560 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3983] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3983/stat : 3983 (java) S 3976 3978 3724 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128224308 1827471360 33560 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3984] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3984/stat : 3984 (java) S 3976 3978 3724 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 128224309 1827471360 33561 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3985] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3985/stat : 3985 (java) S 3976 3978 3724 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 128224309 1827471360 33561 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3986] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3986/stat : 3986 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 128224313 1827471360 33562 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3987] ppid=3976 vsize=1784640 CPUtime=0.12
/proc/3978/task/3987/stat : 3987 (java) S 3976 3978 3724 0 -1 64 376 0 0 0 12 0 0 0 16 0 12 0 128224313 1827471360 33562 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3988] ppid=3976 vsize=1784640 CPUtime=0.12
/proc/3978/task/3988/stat : 3988 (java) S 3976 3978 3724 0 -1 64 626 0 0 0 12 0 0 0 16 0 12 0 128224313 1827471360 33562 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3989] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3989/stat : 3989 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 128224313 1827471360 33563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3990] ppid=3976 vsize=1784640 CPUtime=0
/proc/3978/task/3990/stat : 3990 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128224313 1827471360 33563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 1784640

[startup+6.30182 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 3990
/proc/meminfo: memFree=819176/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1784356 CPUtime=7.15
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 71928 0 1 0 681 34 0 0 18 0 12 0 128224304 1827180544 70554 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 446089 70554 1387 9 0 443436 0
[pid=3978/tid=3980] ppid=3976 vsize=1784356 CPUtime=5.45
/proc/3978/task/3980/stat : 3980 (java) R 3976 3978 3724 0 -1 64 37537 0 1 0 527 18 0 0 25 0 12 0 128224305 1827180544 70554 1992294400 134512640 134550932 4294955984 18446744073709551615 4109441694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3981] ppid=3976 vsize=1784356 CPUtime=0.71
/proc/3978/task/3981/stat : 3981 (java) S 3976 3978 3724 0 -1 64 16716 0 0 0 63 8 0 0 22 0 12 0 128224306 1827180544 70554 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3982] ppid=3976 vsize=1784356 CPUtime=0.7
/proc/3978/task/3982/stat : 3982 (java) S 3976 3978 3724 0 -1 64 15929 0 0 0 64 6 0 0 16 0 12 0 128224306 1827180544 70554 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3983] ppid=3976 vsize=1784356 CPUtime=0
/proc/3978/task/3983/stat : 3983 (java) S 3976 3978 3724 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 128224308 1827180544 70554 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3984] ppid=3976 vsize=1784356 CPUtime=0
/proc/3978/task/3984/stat : 3984 (java) S 3976 3978 3724 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 128224309 1827180544 70554 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3985] ppid=3976 vsize=1784356 CPUtime=0
/proc/3978/task/3985/stat : 3985 (java) S 3976 3978 3724 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 128224309 1827180544 70554 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3986] ppid=3976 vsize=1784356 CPUtime=0
/proc/3978/task/3986/stat : 3986 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 128224313 1827180544 70554 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3987] ppid=3976 vsize=1784356 CPUtime=0.12
/proc/3978/task/3987/stat : 3987 (java) S 3976 3978 3724 0 -1 64 376 0 0 0 12 0 0 0 16 0 12 0 128224313 1827180544 70554 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3988] ppid=3976 vsize=1784356 CPUtime=0.12
/proc/3978/task/3988/stat : 3988 (java) S 3976 3978 3724 0 -1 64 626 0 0 0 12 0 0 0 16 0 12 0 128224313 1827180544 70554 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3989] ppid=3976 vsize=1784356 CPUtime=0
/proc/3978/task/3989/stat : 3989 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 128224313 1827180544 70554 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3990] ppid=3976 vsize=1784356 CPUtime=0
/proc/3978/task/3990/stat : 3990 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128224313 1827180544 70554 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 1784356

[startup+12.7026 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 3991
/proc/meminfo: memFree=819104/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1784584 CPUtime=13.91
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 72022 0 1 0 1356 35 0 0 18 0 13 0 128224304 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 446146 70618 1407 9 0 443493 0
[pid=3978/tid=3980] ppid=3976 vsize=1784584 CPUtime=11.8
/proc/3978/task/3980/stat : 3980 (java) R 3976 3978 3724 0 -1 64 37566 0 1 0 1161 19 0 0 25 0 13 0 128224305 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293258 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3981] ppid=3976 vsize=1784584 CPUtime=0.71
/proc/3978/task/3981/stat : 3981 (java) S 3976 3978 3724 0 -1 64 16716 0 0 0 63 8 0 0 22 0 13 0 128224306 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3982] ppid=3976 vsize=1784584 CPUtime=0.7
/proc/3978/task/3982/stat : 3982 (java) S 3976 3978 3724 0 -1 64 15929 0 0 0 64 6 0 0 16 0 13 0 128224306 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3983] ppid=3976 vsize=1784584 CPUtime=0
/proc/3978/task/3983/stat : 3983 (java) S 3976 3978 3724 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 128224308 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3984] ppid=3976 vsize=1784584 CPUtime=0
/proc/3978/task/3984/stat : 3984 (java) S 3976 3978 3724 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 128224309 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3985] ppid=3976 vsize=1784584 CPUtime=0
/proc/3978/task/3985/stat : 3985 (java) S 3976 3978 3724 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128224309 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3986] ppid=3976 vsize=1784584 CPUtime=0
/proc/3978/task/3986/stat : 3986 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128224313 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3987] ppid=3976 vsize=1784584 CPUtime=0.35
/proc/3978/task/3987/stat : 3987 (java) S 3976 3978 3724 0 -1 64 410 0 0 0 35 0 0 0 16 0 13 0 128224313 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3988] ppid=3976 vsize=1784584 CPUtime=0.3
/proc/3978/task/3988/stat : 3988 (java) S 3976 3978 3724 0 -1 64 654 0 0 0 30 0 0 0 17 0 13 0 128224313 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3989] ppid=3976 vsize=1784584 CPUtime=0
/proc/3978/task/3989/stat : 3989 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128224313 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3990] ppid=3976 vsize=1784584 CPUtime=0
/proc/3978/task/3990/stat : 3990 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128224313 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3991] ppid=3976 vsize=1784584 CPUtime=0
/proc/3978/task/3991/stat : 3991 (java) S 3976 3978 3724 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 128225052 1827414016 70618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.91
Current children cumulated vsize (KiB) 1784584

[startup+25.5022 s]
/proc/loadavg: 1.07 1.00 1.00 2/78 3991
/proc/meminfo: memFree=688288/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1786920 CPUtime=27.68
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 107952 0 1 0 2715 53 0 0 18 0 13 0 128224304 1829806080 103295 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 446730 103295 1416 9 0 444077 0
[pid=3978/tid=3980] ppid=3976 vsize=1786920 CPUtime=23.85
/proc/3978/task/3980/stat : 3980 (java) R 3976 3978 3724 0 -1 64 37573 0 1 0 2366 19 0 0 25 0 13 0 128224305 1829806080 103295 1992294400 134512640 134550932 4294955984 18446744073709551615 4109621693 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3981] ppid=3976 vsize=1786920 CPUtime=1.37
/proc/3978/task/3981/stat : 3981 (java) S 3976 3978 3724 0 -1 64 34351 0 0 0 120 17 0 0 22 0 13 0 128224306 1829806080 103295 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3982] ppid=3976 vsize=1786920 CPUtime=1.37
/proc/3978/task/3982/stat : 3982 (java) S 3976 3978 3724 0 -1 64 33541 0 0 0 122 15 0 0 23 0 13 0 128224306 1829806080 103295 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3983] ppid=3976 vsize=1786920 CPUtime=0
/proc/3978/task/3983/stat : 3983 (java) S 3976 3978 3724 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128224308 1829806080 103295 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3984] ppid=3976 vsize=1786920 CPUtime=0
/proc/3978/task/3984/stat : 3984 (java) S 3976 3978 3724 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 128224309 1829806080 103295 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3985] ppid=3976 vsize=1786920 CPUtime=0
/proc/3978/task/3985/stat : 3985 (java) S 3976 3978 3724 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128224309 1829806080 103295 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3986] ppid=3976 vsize=1786920 CPUtime=0

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

[pid=3978/tid=3983] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3983/stat : 3983 (java) S 3976 3978 3724 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128224308 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3984] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3984/stat : 3984 (java) S 3976 3978 3724 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 128224309 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3985] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3985/stat : 3985 (java) S 3976 3978 3724 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128224309 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3986] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3986/stat : 3986 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3987] ppid=3976 vsize=1786156 CPUtime=0.52
/proc/3978/task/3987/stat : 3987 (java) S 3976 3978 3724 0 -1 64 575 0 0 0 52 0 0 0 16 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3988] ppid=3976 vsize=1786156 CPUtime=0.63
/proc/3978/task/3988/stat : 3988 (java) S 3976 3978 3724 0 -1 64 1170 0 0 0 63 0 0 0 17 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3989] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3989/stat : 3989 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3990] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3990/stat : 3990 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3991] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3991/stat : 3991 (java) S 3976 3978 3724 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 128225052 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1004.09
Current children cumulated vsize (KiB) 1786156

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=688736/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1786156 CPUtime=1064.06
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 107959 0 1 0 106351 55 0 0 18 0 13 0 128224304 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 446539 103115 1416 9 0 443886 0
[pid=3978/tid=3980] ppid=3976 vsize=1786156 CPUtime=1060.11
/proc/3978/task/3980/stat : 3980 (java) R 3976 3978 3724 0 -1 64 37575 0 1 0 105991 20 0 0 25 0 13 0 128224305 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4109565766 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3981] ppid=3976 vsize=1786156 CPUtime=1.37
/proc/3978/task/3981/stat : 3981 (java) S 3976 3978 3724 0 -1 64 34351 0 0 0 120 17 0 0 22 0 13 0 128224306 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3982] ppid=3976 vsize=1786156 CPUtime=1.37
/proc/3978/task/3982/stat : 3982 (java) S 3976 3978 3724 0 -1 64 33541 0 0 0 122 15 0 0 23 0 13 0 128224306 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3983] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3983/stat : 3983 (java) S 3976 3978 3724 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128224308 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3984] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3984/stat : 3984 (java) S 3976 3978 3724 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 128224309 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3985] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3985/stat : 3985 (java) S 3976 3978 3724 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128224309 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3986] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3986/stat : 3986 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3987] ppid=3976 vsize=1786156 CPUtime=0.52
/proc/3978/task/3987/stat : 3987 (java) S 3976 3978 3724 0 -1 64 575 0 0 0 52 0 0 0 16 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3988] ppid=3976 vsize=1786156 CPUtime=0.63
/proc/3978/task/3988/stat : 3988 (java) S 3976 3978 3724 0 -1 64 1170 0 0 0 63 0 0 0 17 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3989] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3989/stat : 3989 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3990] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3990/stat : 3990 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3991] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3991/stat : 3991 (java) S 3976 3978 3724 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 128225052 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1064.06
Current children cumulated vsize (KiB) 1786156

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=688736/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1786156 CPUtime=1124.04
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 107959 0 1 0 112349 55 0 0 18 0 13 0 128224304 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 446539 103115 1416 9 0 443886 0
[pid=3978/tid=3980] ppid=3976 vsize=1786156 CPUtime=1120.09
/proc/3978/task/3980/stat : 3980 (java) R 3976 3978 3724 0 -1 64 37575 0 1 0 111989 20 0 0 25 0 13 0 128224305 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4109571055 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3981] ppid=3976 vsize=1786156 CPUtime=1.37
/proc/3978/task/3981/stat : 3981 (java) S 3976 3978 3724 0 -1 64 34351 0 0 0 120 17 0 0 22 0 13 0 128224306 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3982] ppid=3976 vsize=1786156 CPUtime=1.37
/proc/3978/task/3982/stat : 3982 (java) S 3976 3978 3724 0 -1 64 33541 0 0 0 122 15 0 0 23 0 13 0 128224306 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3983] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3983/stat : 3983 (java) S 3976 3978 3724 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128224308 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3984] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3984/stat : 3984 (java) S 3976 3978 3724 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 128224309 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3985] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3985/stat : 3985 (java) S 3976 3978 3724 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128224309 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3986] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3986/stat : 3986 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3987] ppid=3976 vsize=1786156 CPUtime=0.52
/proc/3978/task/3987/stat : 3987 (java) S 3976 3978 3724 0 -1 64 575 0 0 0 52 0 0 0 16 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3988] ppid=3976 vsize=1786156 CPUtime=0.63
/proc/3978/task/3988/stat : 3988 (java) S 3976 3978 3724 0 -1 64 1170 0 0 0 63 0 0 0 17 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3989] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3989/stat : 3989 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3990] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3990/stat : 3990 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3991] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3991/stat : 3991 (java) S 3976 3978 3724 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 128225052 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1124.04
Current children cumulated vsize (KiB) 1786156

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=688736/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1786156 CPUtime=1184.01
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 107959 0 1 0 118346 55 0 0 18 0 13 0 128224304 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 446539 103115 1416 9 0 443886 0
[pid=3978/tid=3980] ppid=3976 vsize=1786156 CPUtime=1180.06
/proc/3978/task/3980/stat : 3980 (java) R 3976 3978 3724 0 -1 64 37575 0 1 0 117986 20 0 0 25 0 13 0 128224305 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4109514419 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3981] ppid=3976 vsize=1786156 CPUtime=1.37
/proc/3978/task/3981/stat : 3981 (java) S 3976 3978 3724 0 -1 64 34351 0 0 0 120 17 0 0 22 0 13 0 128224306 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3982] ppid=3976 vsize=1786156 CPUtime=1.37
/proc/3978/task/3982/stat : 3982 (java) S 3976 3978 3724 0 -1 64 33541 0 0 0 122 15 0 0 23 0 13 0 128224306 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3983] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3983/stat : 3983 (java) S 3976 3978 3724 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128224308 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3984] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3984/stat : 3984 (java) S 3976 3978 3724 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 128224309 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3985] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3985/stat : 3985 (java) S 3976 3978 3724 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128224309 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3986] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3986/stat : 3986 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3987] ppid=3976 vsize=1786156 CPUtime=0.52
/proc/3978/task/3987/stat : 3987 (java) S 3976 3978 3724 0 -1 64 575 0 0 0 52 0 0 0 16 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3988] ppid=3976 vsize=1786156 CPUtime=0.63
/proc/3978/task/3988/stat : 3988 (java) S 3976 3978 3724 0 -1 64 1170 0 0 0 63 0 0 0 17 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3989] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3989/stat : 3989 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3990] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3990/stat : 3990 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3991] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3991/stat : 3991 (java) S 3976 3978 3724 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 128225052 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1184.01
Current children cumulated vsize (KiB) 1786156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=688736/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=1786156 CPUtime=1200.01
/proc/3978/stat : 3978 (java) S 3976 3978 3724 0 -1 0 107959 0 1 0 119946 55 0 0 18 0 13 0 128224304 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3978/statm: 446539 103115 1416 9 0 443886 0
[pid=3978/tid=3980] ppid=3976 vsize=1786156 CPUtime=1196.06
/proc/3978/task/3980/stat : 3980 (java) R 3976 3978 3724 0 -1 64 37575 0 1 0 119586 20 0 0 25 0 13 0 128224305 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4109488296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3981] ppid=3976 vsize=1786156 CPUtime=1.37
/proc/3978/task/3981/stat : 3981 (java) S 3976 3978 3724 0 -1 64 34351 0 0 0 120 17 0 0 22 0 13 0 128224306 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3982] ppid=3976 vsize=1786156 CPUtime=1.37
/proc/3978/task/3982/stat : 3982 (java) S 3976 3978 3724 0 -1 64 33541 0 0 0 122 15 0 0 23 0 13 0 128224306 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3983] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3983/stat : 3983 (java) S 3976 3978 3724 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128224308 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3984] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3984/stat : 3984 (java) S 3976 3978 3724 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 128224309 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3985] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3985/stat : 3985 (java) S 3976 3978 3724 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128224309 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3986] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3986/stat : 3986 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3987] ppid=3976 vsize=1786156 CPUtime=0.52
/proc/3978/task/3987/stat : 3987 (java) S 3976 3978 3724 0 -1 64 575 0 0 0 52 0 0 0 16 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3988] ppid=3976 vsize=1786156 CPUtime=0.63
/proc/3978/task/3988/stat : 3988 (java) S 3976 3978 3724 0 -1 64 1170 0 0 0 63 0 0 0 17 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3989] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3989/stat : 3989 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3978/tid=3990] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3990/stat : 3990 (java) S 3976 3978 3724 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128224313 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3978/tid=3991] ppid=3976 vsize=1786156 CPUtime=0
/proc/3978/task/3991/stat : 3991 (java) S 3976 3978 3724 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 128225052 1829023744 103115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1786156

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

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

[startup+1198.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3997
/proc/meminfo: memFree=688736/2055920 swapFree=4192812/4192956
[pid=3978] ppid=3976 vsize=0 CPUtime=1200.21
/proc/3978/stat : 3978 (java) Z 3976 3978 3724 0 -1 1036 107986 0 1 0 119966 55 0 0 15 0 2 0 128224304 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3978/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1198.48
CPU time (s): 1200.28
CPU user time (s): 1199.66
CPU system time (s): 0.616906
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 1787108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.66
system time used= 0.616906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107986
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= 24732
involuntary context switches= 5164

runsolver used 1.37179 second user time and 4.11137 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-29 12:45:59
IDJOB=1577507
IDBENCH=70961
IDSOLVER=500
FILE ID=node54/1577507-1241001956
PBS_JOBID= 9204816
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1722402207

node54.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.234
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.234
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:       1095208 kB
Buffers:         79892 kB
Cached:         779628 kB
SwapCached:          0 kB
Active:         306736 kB
Inactive:       568080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1095208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           49520 kB
Writeback:           0 kB
Mapped:          25112 kB
Slab:            71964 kB
Committed_AS:   523132 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB
End job on node54 at 2009-04-29 13:06:00