Trace number 332025

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, and are wall clock time (not CPU 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 JVM PARAM CHANGED SAT 2007? (TO) 1200.13 1199.27

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k70.cnf
MD5SUM6ed19ec95985ebe54e2775cf5a5967a9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark388.948
Satisfiable
(Un)Satisfiability was proved
Number of variables144144
Number of clauses599369
Sum of the clauses size1537341
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2424990
Number of clauses of size 3112526
Number of clauses of size 421354
Number of clauses of size 512159
Number of clauses of size over 526268

Solver Data (download as text)

0.06/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.16	c version SAT COMPETITION 2007
0.06/0.16	c sun.arch.data.model	32
0.06/0.16	c java.version	1.6.0
0.06/0.16	c os.name	Linux
0.06/0.16	c os.version	2.6.9-22.EL.rootsmp
0.06/0.16	c os.arch	i386
0.06/0.16	c Free memory 1651659224
0.06/0.16	c Max memory 1654456320
0.06/0.16	c Total memory 1654456320
0.06/0.16	c Number of processors 2
0.18/0.21	c --- Begin Solver configuration ---
0.18/0.21	c Stops conflict analysis at the first Unique Implication Point
0.18/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.18/0.21	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.21	c Expensive reason simplification
0.18/0.21	c --- End Solver configuration ---
0.18/0.21	c timeout: 2147483s
0.18/0.21	c solving /tmp/evaluation/332025-1173365894/instance-332025-1173365894.cnf
0.18/0.21	c reading problem ... 
2.20/2.18	c ... done. Wall clock time 1.971s.
2.20/2.18	c CPU time (experimental) 2.06s.
2.20/2.18	c #vars     144144
2.20/2.18	c #constraints  589932
1200.05/1199.21	c starts		: 19
1200.05/1199.21	c conflicts		: 349236
1200.05/1199.21	c decisions		: 734463
1200.05/1199.21	c propagations		: 557792031
1200.05/1199.21	c inspects		: 2302572253
1200.05/1199.21	c learnt literals	: 33
1200.05/1199.21	c learnt binary clauses	: 4682
1200.05/1199.21	c learnt ternary clauses	: 8178
1200.05/1199.21	c learnt clauses	: 349203
1200.05/1199.21	c root simplifications	: 0
1200.05/1199.21	c removed literals (reason simplification)	: 15722445
1200.05/1199.21	c reason swapping (by a shorter reason)	: 0
1200.05/1199.21	c Calls to reduceDB	: 0
1200.05/1199.21	c speed (decisions/second)	: 613.6018446577608
1200.05/1199.21	c non guided choices	23485
1200.05/1199.21	s UNKNOWN
1200.05/1199.21	c Total wall clock time (in seconds) : 1199.003
1200.05/1199.21	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node13/watcher-332025-1173365894 -o ROOT/results/node13/solver-332025-1173365894 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332025-1173365894/sat4j-sat2007.jar /tmp/evaluation/332025-1173365894/instance-332025-1173365894.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): 2400 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 0.99 0.95 2/77 12296
/proc/meminfo: memFree=1733192/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=18568 CPUtime=0
/proc/12296/stat : 12296 (runsolver) R 12294 12296 11785 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 356543985 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 269757246759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12296/statm: 4642 293 258 24 0 2626 0

[startup+0.084079 s]
/proc/loadavg: 0.94 0.99 0.95 2/77 12296
/proc/meminfo: memFree=1733192/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1777708 CPUtime=0.04
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 3675 0 1 0 3 1 0 0 20 0 7 0 356543985 1820372992 3418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 444427 3418 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.102047 s]
/proc/loadavg: 0.94 0.99 0.95 2/77 12296
/proc/meminfo: memFree=1733192/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1777844 CPUtime=0.06
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 3810 0 1 0 5 1 0 0 20 0 7 0 356543985 1820512256 3553 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 444461 3553 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.30207 s]
/proc/loadavg: 0.94 0.99 0.95 2/77 12296
/proc/meminfo: memFree=1733192/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1781916 CPUtime=0.3
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 4857 0 1 0 27 3 0 0 20 0 12 0 356543985 1824681984 4596 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 445479 4596 1272 9 0 443091 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781916

[startup+0.702126 s]
/proc/loadavg: 0.94 0.99 0.95 2/77 12296
/proc/meminfo: memFree=1733192/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1782912 CPUtime=0.78
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 7329 0 1 0 73 5 0 0 20 0 12 0 356543985 1825701888 7068 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 445728 7068 1290 9 0 443340 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 1782912

[startup+1.50224 s]
/proc/loadavg: 0.94 0.99 0.95 2/89 12308
/proc/meminfo: memFree=1698216/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1782912 CPUtime=1.6
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 15254 0 1 0 151 9 0 0 20 0 12 0 356543985 1825701888 14992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 445728 14993 1290 9 0 443340 0
[pid=12296/tid=12298] ppid=12294 vsize=1782912 CPUtime=1.38
/proc/12296/task/12298/stat : 12298 (java) R 12294 12296 11785 0 -1 64 13969 0 1 0 131 7 0 0 20 0 12 0 356543986 1825701888 14993 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109497905 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12299] ppid=12294 vsize=1782912 CPUtime=0
/proc/12296/task/12299/stat : 12299 (java) S 12294 12296 11785 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 356543988 1825701888 14994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12300] ppid=12294 vsize=1782912 CPUtime=0
/proc/12296/task/12300/stat : 12300 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 356543988 1825701888 14995 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12301] ppid=12294 vsize=1782912 CPUtime=0
/proc/12296/task/12301/stat : 12301 (java) S 12294 12296 11785 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 356543990 1825701888 14995 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12302] ppid=12294 vsize=1782912 CPUtime=0
/proc/12296/task/12302/stat : 12302 (java) S 12294 12296 11785 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 356543990 1825701888 14995 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12303] ppid=12294 vsize=1782912 CPUtime=0
/proc/12296/task/12303/stat : 12303 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 356543990 1825701888 14995 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12304] ppid=12294 vsize=1782912 CPUtime=0
/proc/12296/task/12304/stat : 12304 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 356543996 1825701888 14996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12305] ppid=12294 vsize=1782912 CPUtime=0.07
/proc/12296/task/12305/stat : 12305 (java) S 12294 12296 11785 0 -1 64 294 0 0 0 7 0 0 0 16 0 12 0 356543996 1825701888 14996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12306] ppid=12294 vsize=1782912 CPUtime=0.11
/proc/12296/task/12306/stat : 12306 (java) S 12294 12296 11785 0 -1 64 274 0 0 0 11 0 0 0 16 0 12 0 356543996 1825701888 14996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12307] ppid=12294 vsize=1782912 CPUtime=0
/proc/12296/task/12307/stat : 12307 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 356543996 1825701888 14996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12308] ppid=12294 vsize=1782912 CPUtime=0
/proc/12296/task/12308/stat : 12308 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356543996 1825701888 14996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 1782912

[startup+3.10145 s]
/proc/loadavg: 0.95 0.99 0.95 2/89 12308
/proc/meminfo: memFree=1656104/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1784268 CPUtime=3.56
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 23987 0 1 0 342 14 0 0 20 0 13 0 356543985 1827090432 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 446067 22572 1310 9 0 443679 0
[pid=12296/tid=12298] ppid=12294 vsize=1784268 CPUtime=2.83
/proc/12296/task/12298/stat : 12298 (java) R 12294 12296 11785 0 -1 64 21229 0 1 0 272 11 0 0 25 0 13 0 356543986 1827090432 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109627473 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12299] ppid=12294 vsize=1784268 CPUtime=0
/proc/12296/task/12299/stat : 12299 (java) S 12294 12296 11785 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 356543988 1827090432 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12300] ppid=12294 vsize=1784268 CPUtime=0
/proc/12296/task/12300/stat : 12300 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 356543988 1827090432 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12301] ppid=12294 vsize=1784268 CPUtime=0
/proc/12296/task/12301/stat : 12301 (java) S 12294 12296 11785 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 356543990 1827090432 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12302] ppid=12294 vsize=1784268 CPUtime=0
/proc/12296/task/12302/stat : 12302 (java) S 12294 12296 11785 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 356543990 1827090432 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12303] ppid=12294 vsize=1784268 CPUtime=0
/proc/12296/task/12303/stat : 12303 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356543990 1827090432 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12304] ppid=12294 vsize=1784268 CPUtime=0
/proc/12296/task/12304/stat : 12304 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1827090432 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12305] ppid=12294 vsize=1784268 CPUtime=0.31
/proc/12296/task/12305/stat : 12305 (java) S 12294 12296 11785 0 -1 64 836 0 0 0 31 0 0 0 16 0 13 0 356543996 1827090432 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12306] ppid=12294 vsize=1784268 CPUtime=0.38
/proc/12296/task/12306/stat : 12306 (java) S 12294 12296 11785 0 -1 64 1200 0 0 0 38 0 0 0 16 0 13 0 356543996 1827090432 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12307] ppid=12294 vsize=1784268 CPUtime=0
/proc/12296/task/12307/stat : 12307 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1827090432 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12308] ppid=12294 vsize=1784268 CPUtime=0
/proc/12296/task/12308/stat : 12308 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356543996 1827090432 22572 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 1784268

[startup+6.30287 s]
/proc/loadavg: 0.95 0.99 0.95 2/90 12309
/proc/meminfo: memFree=1646688/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1784212 CPUtime=6.82
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 24260 0 1 0 668 14 0 0 20 0 13 0 356543985 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 446053 22830 1316 9 0 443665 0
[pid=12296/tid=12298] ppid=12294 vsize=1784212 CPUtime=5.99
/proc/12296/task/12298/stat : 12298 (java) R 12294 12296 11785 0 -1 64 21490 0 1 0 587 12 0 0 25 0 13 0 356543986 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109627410 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12299] ppid=12294 vsize=1784212 CPUtime=0
/proc/12296/task/12299/stat : 12299 (java) S 12294 12296 11785 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 356543988 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12300] ppid=12294 vsize=1784212 CPUtime=0
/proc/12296/task/12300/stat : 12300 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 356543988 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12301] ppid=12294 vsize=1784212 CPUtime=0
/proc/12296/task/12301/stat : 12301 (java) S 12294 12296 11785 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356543990 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12302] ppid=12294 vsize=1784212 CPUtime=0
/proc/12296/task/12302/stat : 12302 (java) S 12294 12296 11785 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 356543990 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12303] ppid=12294 vsize=1784212 CPUtime=0
/proc/12296/task/12303/stat : 12303 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356543990 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12304] ppid=12294 vsize=1784212 CPUtime=0
/proc/12296/task/12304/stat : 12304 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12305] ppid=12294 vsize=1784212 CPUtime=0.38
/proc/12296/task/12305/stat : 12305 (java) S 12294 12296 11785 0 -1 64 848 0 0 0 38 0 0 0 16 0 13 0 356543996 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12306] ppid=12294 vsize=1784212 CPUtime=0.42
/proc/12296/task/12306/stat : 12306 (java) S 12294 12296 11785 0 -1 64 1200 0 0 0 41 1 0 0 16 0 13 0 356543996 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12307] ppid=12294 vsize=1784212 CPUtime=0
/proc/12296/task/12307/stat : 12307 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12308] ppid=12294 vsize=1784212 CPUtime=0
/proc/12296/task/12308/stat : 12308 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356543996 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12309] ppid=12294 vsize=1784212 CPUtime=0
/proc/12296/task/12309/stat : 12309 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356544216 1827033088 22830 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 1784212

[startup+12.7017 s]
/proc/loadavg: 0.96 0.99 0.95 2/90 12309
/proc/meminfo: memFree=1645792/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1784180 CPUtime=13.25
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 24482 0 1 0 1310 15 0 0 20 0 13 0 356543985 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 446045 23043 1316 9 0 443657 0
[pid=12296/tid=12298] ppid=12294 vsize=1784180 CPUtime=12.38
/proc/12296/task/12298/stat : 12298 (java) R 12294 12296 11785 0 -1 64 21709 0 1 0 1225 13 0 0 25 0 13 0 356543986 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109627473 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12299] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12299/stat : 12299 (java) S 12294 12296 11785 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 356543988 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12300] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12300/stat : 12300 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 356543988 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12301] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12301/stat : 12301 (java) S 12294 12296 11785 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356543990 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12302] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12302/stat : 12302 (java) S 12294 12296 11785 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 356543990 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12303] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12303/stat : 12303 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356543990 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12304] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12304/stat : 12304 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12305] ppid=12294 vsize=1784180 CPUtime=0.42
/proc/12296/task/12305/stat : 12305 (java) S 12294 12296 11785 0 -1 64 851 0 0 0 42 0 0 0 16 0 13 0 356543996 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12306] ppid=12294 vsize=1784180 CPUtime=0.43
/proc/12296/task/12306/stat : 12306 (java) S 12294 12296 11785 0 -1 64 1200 0 0 0 42 1 0 0 16 0 13 0 356543996 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12307] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12307/stat : 12307 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12308] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12308/stat : 12308 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356543996 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12309] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12309/stat : 12309 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356544216 1827000320 23043 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.25
Current children cumulated vsize (KiB) 1784180

[startup+25.5024 s]
/proc/loadavg: 0.96 0.99 0.95 2/90 12309
/proc/meminfo: memFree=1643552/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1784180 CPUtime=26.11
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 25044 0 1 0 2595 16 0 0 20 0 13 0 356543985 1827000320 23604 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 446045 23604 1317 9 0 443657 0
[pid=12296/tid=12298] ppid=12294 vsize=1784180 CPUtime=25.18
/proc/12296/task/12298/stat : 12298 (java) R 12294 12296 11785 0 -1 64 22264 0 1 0 2504 14 0 0 25 0 13 0 356543986 1827000320 23604 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109600738 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12299] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12299/stat : 12299 (java) S 12294 12296 11785 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 356543988 1827000320 23604 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12300] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12300/stat : 12300 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 356543988 1827000320 23604 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12301] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12301/stat : 12301 (java) S 12294 12296 11785 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356543990 1827000320 23604 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12302] ppid=12294 vsize=1784180 CPUtime=0
/proc/12296/task/12302/stat : 12302 (java) S 12294 12296 11785 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 356543990 1827000320 23604 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=12296] ppid=12294 vsize=1791868 CPUtime=1003.21
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 80570 0 1 0 100259 62 0 0 20 0 13 0 356543985 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 447967 71457 1324 9 0 445579 0
[pid=12296/tid=12298] ppid=12294 vsize=1791868 CPUtime=1000.84
/proc/12296/task/12298/stat : 12298 (java) R 12294 12296 11785 0 -1 64 37711 0 1 0 100043 41 0 0 25 0 13 0 356543986 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109578750 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12299] ppid=12294 vsize=1791868 CPUtime=0.69
/proc/12296/task/12299/stat : 12299 (java) S 12294 12296 11785 0 -1 64 25249 0 0 0 58 11 0 0 16 0 13 0 356543988 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12300] ppid=12294 vsize=1791868 CPUtime=0.7
/proc/12296/task/12300/stat : 12300 (java) S 12294 12296 11785 0 -1 64 14823 0 0 0 63 7 0 0 16 0 13 0 356543988 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12301] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12301/stat : 12301 (java) S 12294 12296 11785 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356543990 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12302] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12302/stat : 12302 (java) S 12294 12296 11785 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356543990 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12303] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12303/stat : 12303 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356543990 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12304] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12304/stat : 12304 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12305] ppid=12294 vsize=1791868 CPUtime=0.46
/proc/12296/task/12305/stat : 12305 (java) S 12294 12296 11785 0 -1 64 857 0 0 0 46 0 0 0 16 0 13 0 356543996 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12306] ppid=12294 vsize=1791868 CPUtime=0.47
/proc/12296/task/12306/stat : 12306 (java) S 12294 12296 11785 0 -1 64 1202 0 0 0 46 1 0 0 16 0 13 0 356543996 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12307] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12307/stat : 12307 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12308] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12308/stat : 12308 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356543996 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12309] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12309/stat : 12309 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356544216 1834872832 71457 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1003.21
Current children cumulated vsize (KiB) 1791868

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/90 12507
/proc/meminfo: memFree=1451360/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1791868 CPUtime=1063.19
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 80573 0 1 0 106257 62 0 0 20 0 13 0 356543985 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 447967 71460 1324 9 0 445579 0
[pid=12296/tid=12298] ppid=12294 vsize=1791868 CPUtime=1060.82
/proc/12296/task/12298/stat : 12298 (java) R 12294 12296 11785 0 -1 64 37714 0 1 0 106041 41 0 0 25 0 13 0 356543986 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109627490 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12299] ppid=12294 vsize=1791868 CPUtime=0.69
/proc/12296/task/12299/stat : 12299 (java) S 12294 12296 11785 0 -1 64 25249 0 0 0 58 11 0 0 16 0 13 0 356543988 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12300] ppid=12294 vsize=1791868 CPUtime=0.7
/proc/12296/task/12300/stat : 12300 (java) S 12294 12296 11785 0 -1 64 14823 0 0 0 63 7 0 0 16 0 13 0 356543988 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12301] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12301/stat : 12301 (java) S 12294 12296 11785 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356543990 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12302] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12302/stat : 12302 (java) S 12294 12296 11785 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356543990 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12303] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12303/stat : 12303 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356543990 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12304] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12304/stat : 12304 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12305] ppid=12294 vsize=1791868 CPUtime=0.46
/proc/12296/task/12305/stat : 12305 (java) S 12294 12296 11785 0 -1 64 857 0 0 0 46 0 0 0 16 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12306] ppid=12294 vsize=1791868 CPUtime=0.47
/proc/12296/task/12306/stat : 12306 (java) S 12294 12296 11785 0 -1 64 1202 0 0 0 46 1 0 0 16 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12307] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12307/stat : 12307 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12308] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12308/stat : 12308 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12309] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12309/stat : 12309 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356544216 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.19
Current children cumulated vsize (KiB) 1791868

[startup+1122.3 s]
/proc/loadavg: 1.03 1.01 0.97 2/90 12507
/proc/meminfo: memFree=1451424/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1791868 CPUtime=1123.17
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 80573 0 1 0 112254 63 0 0 20 0 13 0 356543985 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 447967 71460 1324 9 0 445579 0
[pid=12296/tid=12298] ppid=12294 vsize=1791868 CPUtime=1120.81
/proc/12296/task/12298/stat : 12298 (java) R 12294 12296 11785 0 -1 64 37714 0 1 0 112039 42 0 0 25 0 13 0 356543986 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109627528 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12299] ppid=12294 vsize=1791868 CPUtime=0.69
/proc/12296/task/12299/stat : 12299 (java) S 12294 12296 11785 0 -1 64 25249 0 0 0 58 11 0 0 16 0 13 0 356543988 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12300] ppid=12294 vsize=1791868 CPUtime=0.7
/proc/12296/task/12300/stat : 12300 (java) S 12294 12296 11785 0 -1 64 14823 0 0 0 63 7 0 0 16 0 13 0 356543988 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12301] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12301/stat : 12301 (java) S 12294 12296 11785 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356543990 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12302] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12302/stat : 12302 (java) S 12294 12296 11785 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356543990 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12303] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12303/stat : 12303 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356543990 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12304] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12304/stat : 12304 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12305] ppid=12294 vsize=1791868 CPUtime=0.46
/proc/12296/task/12305/stat : 12305 (java) S 12294 12296 11785 0 -1 64 857 0 0 0 46 0 0 0 16 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12306] ppid=12294 vsize=1791868 CPUtime=0.47
/proc/12296/task/12306/stat : 12306 (java) S 12294 12296 11785 0 -1 64 1202 0 0 0 46 1 0 0 16 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12307] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12307/stat : 12307 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12308] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12308/stat : 12308 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12309] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12309/stat : 12309 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356544216 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.17
Current children cumulated vsize (KiB) 1791868

[startup+1182.3 s]
/proc/loadavg: 1.01 1.01 0.97 2/90 12507
/proc/meminfo: memFree=1451360/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1791868 CPUtime=1183.15
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 80573 0 1 0 118252 63 0 0 20 0 13 0 356543985 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 447967 71460 1324 9 0 445579 0
[pid=12296/tid=12298] ppid=12294 vsize=1791868 CPUtime=1180.78
/proc/12296/task/12298/stat : 12298 (java) R 12294 12296 11785 0 -1 64 37714 0 1 0 118036 42 0 0 25 0 13 0 356543986 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109559743 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12299] ppid=12294 vsize=1791868 CPUtime=0.69
/proc/12296/task/12299/stat : 12299 (java) S 12294 12296 11785 0 -1 64 25249 0 0 0 58 11 0 0 16 0 13 0 356543988 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12300] ppid=12294 vsize=1791868 CPUtime=0.7
/proc/12296/task/12300/stat : 12300 (java) S 12294 12296 11785 0 -1 64 14823 0 0 0 63 7 0 0 16 0 13 0 356543988 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12301] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12301/stat : 12301 (java) S 12294 12296 11785 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356543990 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12302] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12302/stat : 12302 (java) S 12294 12296 11785 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356543990 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12303] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12303/stat : 12303 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356543990 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12304] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12304/stat : 12304 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12305] ppid=12294 vsize=1791868 CPUtime=0.46
/proc/12296/task/12305/stat : 12305 (java) S 12294 12296 11785 0 -1 64 857 0 0 0 46 0 0 0 16 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12306] ppid=12294 vsize=1791868 CPUtime=0.47
/proc/12296/task/12306/stat : 12306 (java) S 12294 12296 11785 0 -1 64 1202 0 0 0 46 1 0 0 16 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12307] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12307/stat : 12307 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12308] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12308/stat : 12308 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12309] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12309/stat : 12309 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356544216 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.15
Current children cumulated vsize (KiB) 1791868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.2 s]
/proc/loadavg: 1.01 1.00 0.97 2/90 12507
/proc/meminfo: memFree=1451360/2055920 swapFree=4158920/4192956
[pid=12296] ppid=12294 vsize=1791868 CPUtime=1200.05
/proc/12296/stat : 12296 (java) S 12294 12296 11785 0 -1 0 80573 0 1 0 119942 63 0 0 20 0 13 0 356543985 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12296/statm: 447967 71460 1324 9 0 445579 0
[pid=12296/tid=12298] ppid=12294 vsize=1791868 CPUtime=1197.68
/proc/12296/task/12298/stat : 12298 (java) R 12294 12296 11785 0 -1 64 37714 0 1 0 119726 42 0 0 25 0 13 0 356543986 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109627473 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12299] ppid=12294 vsize=1791868 CPUtime=0.69
/proc/12296/task/12299/stat : 12299 (java) S 12294 12296 11785 0 -1 64 25249 0 0 0 58 11 0 0 16 0 13 0 356543988 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12300] ppid=12294 vsize=1791868 CPUtime=0.7
/proc/12296/task/12300/stat : 12300 (java) S 12294 12296 11785 0 -1 64 14823 0 0 0 63 7 0 0 16 0 13 0 356543988 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12301] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12301/stat : 12301 (java) S 12294 12296 11785 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356543990 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12296/tid=12302] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12302/stat : 12302 (java) S 12294 12296 11785 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356543990 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12303] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12303/stat : 12303 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356543990 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12304] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12304/stat : 12304 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12305] ppid=12294 vsize=1791868 CPUtime=0.46
/proc/12296/task/12305/stat : 12305 (java) S 12294 12296 11785 0 -1 64 857 0 0 0 46 0 0 0 16 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12306] ppid=12294 vsize=1791868 CPUtime=0.47
/proc/12296/task/12306/stat : 12306 (java) S 12294 12296 11785 0 -1 64 1202 0 0 0 46 1 0 0 16 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12307] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12307/stat : 12307 (java) S 12294 12296 11785 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12308] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12308/stat : 12308 (java) S 12294 12296 11785 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356543996 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12296/tid=12309] ppid=12294 vsize=1791868 CPUtime=0
/proc/12296/task/12309/stat : 12309 (java) S 12294 12296 11785 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356544216 1834872832 71460 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1791868

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

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

Child status: 143
Real time (s): 1199.27
CPU time (s): 1200.13
CPU user time (s): 1199.44
CPU system time (s): 0.682896
CPU usage (%): 100.071
Max. virtual memory (cumulated for all children) (KiB): 1791868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.44
system time used= 0.682896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80594
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= 24676
involuntary context switches= 26350

runsolver used 1.10983 second user time and 3.36049 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Thu Mar  8 14:58:15 UTC 2007

IDJOB= 332025
IDBENCH= 20559
IDSOLVER= 141
FILE ID= node13/332025-1173365894

PBS_JOBID= 4045330

Free space on /tmp= 66356 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k70.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332025-1173365894/sat4j-sat2007.jar /tmp/evaluation/332025-1173365894/instance-332025-1173365894.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-332025-1173365894 -o ROOT/results/node13/solver-332025-1173365894 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332025-1173365894/sat4j-sat2007.jar /tmp/evaluation/332025-1173365894/instance-332025-1173365894.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  6ed19ec95985ebe54e2775cf5a5967a9

RANDOM SEED= 712989128

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.236
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.236
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:       1733792 kB
Buffers:         37600 kB
Cached:         209396 kB
SwapCached:       2156 kB
Active:         133728 kB
Inactive:       136496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733792 kB
SwapTotal:     4192956 kB
SwapFree:      4158920 kB
Dirty:           15524 kB
Writeback:           0 kB
Mapped:          31264 kB
Slab:            37528 kB
Committed_AS:  1568348 kB
PageTables:       1748 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= 66356 MiB

End job on node13 on Thu Mar  8 15:18:17 UTC 2007