Trace number 332039

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.19 1199.28

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k75.cnf
MD5SUM3416c6874d406be2f57771d32f96bd63
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark559.077
Satisfiable
(Un)Satisfiability was proved
Number of variables154604
Number of clauses642979
Sum of the clauses size1649491
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2455995
Number of clauses of size 3120756
Number of clauses of size 422914
Number of clauses of size 513049
Number of clauses of size over 528193

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c version SAT COMPETITION 2007
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
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.19/0.20	c --- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.19/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c Expensive reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c timeout: 2147483s
0.19/0.20	c solving /tmp/evaluation/332039-1173365956/instance-332039-1173365956.cnf
0.19/0.20	c reading problem ... 
2.29/2.29	c ... done. Wall clock time 2.081s.
2.29/2.29	c CPU time (experimental) 2.19s.
2.29/2.29	c #vars     154604
2.29/2.29	c #constraints  633542
1200.10/1199.21	c starts		: 19
1200.10/1199.21	c conflicts		: 311800
1200.10/1199.21	c decisions		: 688053
1200.10/1199.21	c propagations		: 490764896
1200.10/1199.21	c inspects		: 2116798187
1200.10/1199.21	c learnt literals	: 42
1200.10/1199.21	c learnt binary clauses	: 4847
1200.10/1199.21	c learnt ternary clauses	: 8209
1200.10/1199.21	c learnt clauses	: 311758
1200.10/1199.21	c root simplifications	: 0
1200.10/1199.21	c removed literals (reason simplification)	: 18514190
1200.10/1199.21	c reason swapping (by a shorter reason)	: 0
1200.10/1199.21	c Calls to reduceDB	: 0
1200.10/1199.21	c speed (decisions/second)	: 574.8793723602913
1200.10/1199.21	c non guided choices	26001
1200.10/1199.21	s UNKNOWN
1200.10/1199.21	c Total wall clock time (in seconds) : 1199.006
1200.10/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/node11/watcher-332039-1173365956 -o ROOT/results/node11/solver-332039-1173365956 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332039-1173365956/sat4j-sat2007.jar /tmp/evaluation/332039-1173365956/instance-332039-1173365956.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: 1.00 0.99 0.95 2/77 30699
/proc/meminfo: memFree=1598312/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=18568 CPUtime=0
/proc/30699/stat : 30699 (runsolver) D 30697 30699 30225 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 356550278 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 262910045479 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/30699/statm: 4642 293 258 24 0 2626 0

[startup+0.053619 s]
/proc/loadavg: 1.00 0.99 0.95 2/77 30699
/proc/meminfo: memFree=1598312/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1777060 CPUtime=0.03
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 3499 0 1 0 2 1 0 0 18 0 5 0 356550278 1819709440 3244 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 444265 3244 1039 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.10163 s]
/proc/loadavg: 1.00 0.99 0.95 2/77 30699
/proc/meminfo: memFree=1598312/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1780108 CPUtime=0.09
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 3964 0 1 0 6 3 0 0 18 0 12 0 356550278 1822830592 3706 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 445027 3706 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301645 s]
/proc/loadavg: 1.00 0.99 0.95 2/77 30699
/proc/meminfo: memFree=1598312/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1782300 CPUtime=0.32
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 4981 0 1 0 28 4 0 0 18 0 12 0 356550278 1825075200 4720 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 445575 4720 1272 9 0 443187 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782300

[startup+0.701698 s]
/proc/loadavg: 1.00 0.99 0.95 2/77 30699
/proc/meminfo: memFree=1598312/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1782780 CPUtime=0.77
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 7396 0 1 0 72 5 0 0 18 0 12 0 356550278 1825566720 7135 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 445695 7135 1289 9 0 443307 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1782780

[startup+1.50279 s]
/proc/loadavg: 1.00 0.99 0.95 2/89 30711
/proc/meminfo: memFree=1562248/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1782780 CPUtime=1.59
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 15529 0 1 0 149 10 0 0 18 0 12 0 356550278 1825566720 15267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 445695 15268 1290 9 0 443307 0
[pid=30699/tid=30701] ppid=30697 vsize=1782780 CPUtime=1.4
/proc/30699/task/30701/stat : 30701 (java) R 30697 30699 30225 0 -1 64 14243 0 1 0 131 9 0 0 19 0 12 0 356550280 1825566720 15269 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109512373 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30702] ppid=30697 vsize=1782780 CPUtime=0
/proc/30699/task/30702/stat : 30702 (java) S 30697 30699 30225 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 356550281 1825566720 15269 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30703] ppid=30697 vsize=1782780 CPUtime=0
/proc/30699/task/30703/stat : 30703 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 356550281 1825566720 15269 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30704] ppid=30697 vsize=1782780 CPUtime=0
/proc/30699/task/30704/stat : 30704 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 356550283 1825566720 15269 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30705] ppid=30697 vsize=1782780 CPUtime=0
/proc/30699/task/30705/stat : 30705 (java) S 30697 30699 30225 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 356550284 1825566720 15269 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30706] ppid=30697 vsize=1782780 CPUtime=0
/proc/30699/task/30706/stat : 30706 (java) S 30697 30699 30225 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356550284 1825566720 15270 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30707] ppid=30697 vsize=1782780 CPUtime=0
/proc/30699/task/30707/stat : 30707 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356550288 1825566720 15270 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30708] ppid=30697 vsize=1782780 CPUtime=0.09
/proc/30699/task/30708/stat : 30708 (java) S 30697 30699 30225 0 -1 64 357 0 0 0 9 0 0 0 16 0 12 0 356550288 1825566720 15270 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30709] ppid=30697 vsize=1782780 CPUtime=0.07
/proc/30699/task/30709/stat : 30709 (java) S 30697 30699 30225 0 -1 64 211 0 0 0 7 0 0 0 16 0 12 0 356550288 1825566720 15270 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30710] ppid=30697 vsize=1782780 CPUtime=0
/proc/30699/task/30710/stat : 30710 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356550288 1825566720 15271 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30711] ppid=30697 vsize=1782780 CPUtime=0
/proc/30699/task/30711/stat : 30711 (java) S 30697 30699 30225 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356550288 1825566720 15271 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1782780

[startup+3.10299 s]
/proc/loadavg: 1.00 0.99 0.95 2/89 30711
/proc/meminfo: memFree=1520200/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1786732 CPUtime=3.56
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 25895 0 1 0 342 14 0 0 18 0 13 0 356550278 1829613568 24383 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 446683 24383 1310 9 0 444295 0
[pid=30699/tid=30701] ppid=30697 vsize=1786732 CPUtime=2.82
/proc/30699/task/30701/stat : 30701 (java) R 30697 30699 30225 0 -1 64 22457 0 1 0 270 12 0 0 25 0 13 0 356550280 1829613568 24383 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109562530 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30702] ppid=30697 vsize=1786732 CPUtime=0
/proc/30699/task/30702/stat : 30702 (java) S 30697 30699 30225 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356550281 1829613568 24383 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30703] ppid=30697 vsize=1786732 CPUtime=0
/proc/30699/task/30703/stat : 30703 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356550281 1829613568 24383 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30704] ppid=30697 vsize=1786732 CPUtime=0
/proc/30699/task/30704/stat : 30704 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 356550283 1829613568 24383 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30705] ppid=30697 vsize=1786732 CPUtime=0
/proc/30699/task/30705/stat : 30705 (java) S 30697 30699 30225 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356550284 1829613568 24383 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30706] ppid=30697 vsize=1786732 CPUtime=0
/proc/30699/task/30706/stat : 30706 (java) S 30697 30699 30225 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356550284 1829613568 24383 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30707] ppid=30697 vsize=1786732 CPUtime=0
/proc/30699/task/30707/stat : 30707 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356550288 1829613568 24383 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30708] ppid=30697 vsize=1786732 CPUtime=0.35
/proc/30699/task/30708/stat : 30708 (java) S 30697 30699 30225 0 -1 64 1311 0 0 0 35 0 0 0 16 0 13 0 356550288 1829613568 24383 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30709] ppid=30697 vsize=1786732 CPUtime=0.37
/proc/30699/task/30709/stat : 30709 (java) S 30697 30699 30225 0 -1 64 1403 0 0 0 37 0 0 0 16 0 13 0 356550288 1829613568 24383 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30710] ppid=30697 vsize=1786732 CPUtime=0
/proc/30699/task/30710/stat : 30710 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356550288 1829613568 24383 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30711] ppid=30697 vsize=1786732 CPUtime=0
/proc/30699/task/30711/stat : 30711 (java) S 30697 30699 30225 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356550288 1829613568 24383 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) 1786732

[startup+6.30136 s]
/proc/loadavg: 1.00 0.99 0.95 2/90 30712
/proc/meminfo: memFree=1504640/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1785676 CPUtime=6.84
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 26144 0 1 0 670 14 0 0 18 0 13 0 356550278 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 446419 24589 1316 9 0 444031 0
[pid=30699/tid=30701] ppid=30697 vsize=1785676 CPUtime=5.99
/proc/30699/task/30701/stat : 30701 (java) R 30697 30699 30225 0 -1 64 22686 0 1 0 586 13 0 0 25 0 13 0 356550280 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109621349 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30702] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30702/stat : 30702 (java) S 30697 30699 30225 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356550281 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30703] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30703/stat : 30703 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356550281 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30704] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30704/stat : 30704 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356550283 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30705] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30705/stat : 30705 (java) S 30697 30699 30225 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356550284 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30706] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30706/stat : 30706 (java) S 30697 30699 30225 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356550284 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30707] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30707/stat : 30707 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356550288 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30708] ppid=30697 vsize=1785676 CPUtime=0.41
/proc/30699/task/30708/stat : 30708 (java) S 30697 30699 30225 0 -1 64 1320 0 0 0 41 0 0 0 15 0 13 0 356550288 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30709] ppid=30697 vsize=1785676 CPUtime=0.42
/proc/30699/task/30709/stat : 30709 (java) S 30697 30699 30225 0 -1 64 1414 0 0 0 42 0 0 0 16 0 13 0 356550288 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30710] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30710/stat : 30710 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356550288 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30711] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30711/stat : 30711 (java) S 30697 30699 30225 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356550288 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30712] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30712/stat : 30712 (java) S 30697 30699 30225 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356550520 1828532224 24589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 1785676

[startup+12.7021 s]
/proc/loadavg: 1.00 0.99 0.95 2/90 30712
/proc/meminfo: memFree=1503688/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1785676 CPUtime=13.26
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 26342 0 1 0 1312 14 0 0 18 0 13 0 356550278 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 446419 24786 1316 9 0 444031 0
[pid=30699/tid=30701] ppid=30697 vsize=1785676 CPUtime=12.38
/proc/30699/task/30701/stat : 30701 (java) R 30697 30699 30225 0 -1 64 22882 0 1 0 1225 13 0 0 25 0 13 0 356550280 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109343417 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30702] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30702/stat : 30702 (java) S 30697 30699 30225 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356550281 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30703] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30703/stat : 30703 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356550281 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30704] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30704/stat : 30704 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356550283 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30705] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30705/stat : 30705 (java) S 30697 30699 30225 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356550284 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30706] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30706/stat : 30706 (java) S 30697 30699 30225 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356550284 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30707] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30707/stat : 30707 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356550288 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30708] ppid=30697 vsize=1785676 CPUtime=0.44
/proc/30699/task/30708/stat : 30708 (java) S 30697 30699 30225 0 -1 64 1322 0 0 0 44 0 0 0 16 0 13 0 356550288 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30709] ppid=30697 vsize=1785676 CPUtime=0.42
/proc/30699/task/30709/stat : 30709 (java) S 30697 30699 30225 0 -1 64 1414 0 0 0 42 0 0 0 17 0 13 0 356550288 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30710] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30710/stat : 30710 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356550288 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30711] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30711/stat : 30711 (java) S 30697 30699 30225 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356550288 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30712] ppid=30697 vsize=1785676 CPUtime=0
/proc/30699/task/30712/stat : 30712 (java) S 30697 30699 30225 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356550520 1828532224 24786 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.26
Current children cumulated vsize (KiB) 1785676

[startup+25.5026 s]
/proc/loadavg: 1.00 0.99 0.95 2/90 30712
/proc/meminfo: memFree=1502792/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1784780 CPUtime=26.09
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 26800 0 1 0 2594 15 0 0 18 0 13 0 356550278 1827614720 25045 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 446195 25045 1317 9 0 443807 0
[pid=30699/tid=30701] ppid=30697 vsize=1784780 CPUtime=25.12
/proc/30699/task/30701/stat : 30701 (java) R 30697 30699 30225 0 -1 64 23311 0 1 0 2499 13 0 0 25 0 13 0 356550280 1827614720 25045 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109548931 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30702] ppid=30697 vsize=1784780 CPUtime=0
/proc/30699/task/30702/stat : 30702 (java) S 30697 30699 30225 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356550281 1827614720 25045 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30703] ppid=30697 vsize=1784780 CPUtime=0
/proc/30699/task/30703/stat : 30703 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356550281 1827614720 25045 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30704] ppid=30697 vsize=1784780 CPUtime=0
/proc/30699/task/30704/stat : 30704 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356550283 1827614720 25045 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30705] ppid=30697 vsize=1784780 CPUtime=0
/proc/30699/task/30705/stat : 30705 (java) S 30697 30699 30225 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356550284 1827614720 25045 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=30699] ppid=30697 vsize=1789580 CPUtime=1003.26
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 78513 0 1 0 100267 59 0 0 18 0 13 0 356550278 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 447395 71187 1326 9 0 445007 0
[pid=30699/tid=30701] ppid=30697 vsize=1789580 CPUtime=1000.74
/proc/30699/task/30701/stat : 30701 (java) R 30697 30699 30225 0 -1 64 37710 0 1 0 100033 41 0 0 25 0 13 0 356550280 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109562527 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30702] ppid=30697 vsize=1789580 CPUtime=0.74
/proc/30699/task/30702/stat : 30702 (java) S 30697 30699 30225 0 -1 64 19358 0 0 0 67 7 0 0 16 0 13 0 356550281 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30703] ppid=30697 vsize=1789580 CPUtime=0.77
/proc/30699/task/30703/stat : 30703 (java) S 30697 30699 30225 0 -1 64 17948 0 0 0 69 8 0 0 24 0 13 0 356550281 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30704] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30704/stat : 30704 (java) S 30697 30699 30225 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356550283 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30705] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30705/stat : 30705 (java) S 30697 30699 30225 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 356550284 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30706] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30706/stat : 30706 (java) S 30697 30699 30225 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356550284 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30707] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30707/stat : 30707 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30708] ppid=30697 vsize=1789580 CPUtime=0.48
/proc/30699/task/30708/stat : 30708 (java) S 30697 30699 30225 0 -1 64 1330 0 0 0 48 0 0 0 16 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30709] ppid=30697 vsize=1789580 CPUtime=0.47
/proc/30699/task/30709/stat : 30709 (java) S 30697 30699 30225 0 -1 64 1437 0 0 0 47 0 0 0 17 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30710] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30710/stat : 30710 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30711] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30711/stat : 30711 (java) S 30697 30699 30225 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30712] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30712/stat : 30712 (java) S 30697 30699 30225 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356550520 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1003.26
Current children cumulated vsize (KiB) 1789580

[startup+1062.3 s]
/proc/loadavg: 1.02 1.07 1.01 2/90 30910
/proc/meminfo: memFree=1317512/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1789580 CPUtime=1063.24
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 78513 0 1 0 106265 59 0 0 18 0 13 0 356550278 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 447395 71187 1326 9 0 445007 0
[pid=30699/tid=30701] ppid=30697 vsize=1789580 CPUtime=1060.72
/proc/30699/task/30701/stat : 30701 (java) R 30697 30699 30225 0 -1 64 37710 0 1 0 106031 41 0 0 25 0 13 0 356550280 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109547814 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30702] ppid=30697 vsize=1789580 CPUtime=0.74
/proc/30699/task/30702/stat : 30702 (java) S 30697 30699 30225 0 -1 64 19358 0 0 0 67 7 0 0 16 0 13 0 356550281 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30703] ppid=30697 vsize=1789580 CPUtime=0.77
/proc/30699/task/30703/stat : 30703 (java) S 30697 30699 30225 0 -1 64 17948 0 0 0 69 8 0 0 24 0 13 0 356550281 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30704] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30704/stat : 30704 (java) S 30697 30699 30225 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356550283 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30705] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30705/stat : 30705 (java) S 30697 30699 30225 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 356550284 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30706] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30706/stat : 30706 (java) S 30697 30699 30225 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356550284 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30707] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30707/stat : 30707 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30708] ppid=30697 vsize=1789580 CPUtime=0.48
/proc/30699/task/30708/stat : 30708 (java) S 30697 30699 30225 0 -1 64 1330 0 0 0 48 0 0 0 16 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30709] ppid=30697 vsize=1789580 CPUtime=0.47
/proc/30699/task/30709/stat : 30709 (java) S 30697 30699 30225 0 -1 64 1437 0 0 0 47 0 0 0 17 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30710] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30710/stat : 30710 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30711] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30711/stat : 30711 (java) S 30697 30699 30225 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30712] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30712/stat : 30712 (java) S 30697 30699 30225 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356550520 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.24
Current children cumulated vsize (KiB) 1789580

[startup+1122.3 s]
/proc/loadavg: 1.04 1.07 1.01 2/90 30910
/proc/meminfo: memFree=1317448/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1789580 CPUtime=1123.23
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 78513 0 1 0 112263 60 0 0 18 0 13 0 356550278 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 447395 71187 1326 9 0 445007 0
[pid=30699/tid=30701] ppid=30697 vsize=1789580 CPUtime=1120.7
/proc/30699/task/30701/stat : 30701 (java) R 30697 30699 30225 0 -1 64 37710 0 1 0 112028 42 0 0 25 0 13 0 356550280 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109650145 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30702] ppid=30697 vsize=1789580 CPUtime=0.74
/proc/30699/task/30702/stat : 30702 (java) S 30697 30699 30225 0 -1 64 19358 0 0 0 67 7 0 0 16 0 13 0 356550281 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30703] ppid=30697 vsize=1789580 CPUtime=0.77
/proc/30699/task/30703/stat : 30703 (java) S 30697 30699 30225 0 -1 64 17948 0 0 0 69 8 0 0 24 0 13 0 356550281 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30704] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30704/stat : 30704 (java) S 30697 30699 30225 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356550283 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30705] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30705/stat : 30705 (java) S 30697 30699 30225 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 356550284 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30706] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30706/stat : 30706 (java) S 30697 30699 30225 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356550284 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30707] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30707/stat : 30707 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30708] ppid=30697 vsize=1789580 CPUtime=0.48
/proc/30699/task/30708/stat : 30708 (java) S 30697 30699 30225 0 -1 64 1330 0 0 0 48 0 0 0 16 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30709] ppid=30697 vsize=1789580 CPUtime=0.47
/proc/30699/task/30709/stat : 30709 (java) S 30697 30699 30225 0 -1 64 1437 0 0 0 47 0 0 0 17 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30710] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30710/stat : 30710 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30711] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30711/stat : 30711 (java) S 30697 30699 30225 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30712] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30712/stat : 30712 (java) S 30697 30699 30225 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356550520 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.23
Current children cumulated vsize (KiB) 1789580

[startup+1182.3 s]
/proc/loadavg: 1.01 1.05 1.01 2/90 30910
/proc/meminfo: memFree=1317512/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1789580 CPUtime=1183.2
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 78513 0 1 0 118260 60 0 0 18 0 13 0 356550278 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 447395 71187 1326 9 0 445007 0
[pid=30699/tid=30701] ppid=30697 vsize=1789580 CPUtime=1180.68
/proc/30699/task/30701/stat : 30701 (java) R 30697 30699 30225 0 -1 64 37710 0 1 0 118026 42 0 0 25 0 13 0 356550280 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109621393 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30702] ppid=30697 vsize=1789580 CPUtime=0.74
/proc/30699/task/30702/stat : 30702 (java) S 30697 30699 30225 0 -1 64 19358 0 0 0 67 7 0 0 16 0 13 0 356550281 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30703] ppid=30697 vsize=1789580 CPUtime=0.77
/proc/30699/task/30703/stat : 30703 (java) S 30697 30699 30225 0 -1 64 17948 0 0 0 69 8 0 0 24 0 13 0 356550281 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30704] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30704/stat : 30704 (java) S 30697 30699 30225 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356550283 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30705] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30705/stat : 30705 (java) S 30697 30699 30225 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 356550284 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30706] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30706/stat : 30706 (java) S 30697 30699 30225 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356550284 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30707] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30707/stat : 30707 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30708] ppid=30697 vsize=1789580 CPUtime=0.48
/proc/30699/task/30708/stat : 30708 (java) S 30697 30699 30225 0 -1 64 1330 0 0 0 48 0 0 0 16 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30709] ppid=30697 vsize=1789580 CPUtime=0.47
/proc/30699/task/30709/stat : 30709 (java) S 30697 30699 30225 0 -1 64 1437 0 0 0 47 0 0 0 17 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30710] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30710/stat : 30710 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30711] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30711/stat : 30711 (java) S 30697 30699 30225 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30712] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30712/stat : 30712 (java) S 30697 30699 30225 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356550520 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.2
Current children cumulated vsize (KiB) 1789580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.2 s]
/proc/loadavg: 1.01 1.05 1.00 2/90 30910
/proc/meminfo: memFree=1317512/2055920 swapFree=4169972/4192956
[pid=30699] ppid=30697 vsize=1789580 CPUtime=1200.1
/proc/30699/stat : 30699 (java) S 30697 30699 30225 0 -1 0 78513 0 1 0 119950 60 0 0 18 0 13 0 356550278 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30699/statm: 447395 71187 1326 9 0 445007 0
[pid=30699/tid=30701] ppid=30697 vsize=1789580 CPUtime=1197.59
/proc/30699/task/30701/stat : 30701 (java) R 30697 30699 30225 0 -1 64 37710 0 1 0 119716 43 0 0 25 0 13 0 356550280 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109547811 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30702] ppid=30697 vsize=1789580 CPUtime=0.74
/proc/30699/task/30702/stat : 30702 (java) S 30697 30699 30225 0 -1 64 19358 0 0 0 67 7 0 0 16 0 13 0 356550281 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30703] ppid=30697 vsize=1789580 CPUtime=0.77
/proc/30699/task/30703/stat : 30703 (java) S 30697 30699 30225 0 -1 64 17948 0 0 0 69 8 0 0 24 0 13 0 356550281 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30704] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30704/stat : 30704 (java) S 30697 30699 30225 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356550283 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30705] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30705/stat : 30705 (java) S 30697 30699 30225 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 356550284 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30706] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30706/stat : 30706 (java) S 30697 30699 30225 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356550284 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30707] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30707/stat : 30707 (java) S 30697 30699 30225 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30708] ppid=30697 vsize=1789580 CPUtime=0.48
/proc/30699/task/30708/stat : 30708 (java) S 30697 30699 30225 0 -1 64 1330 0 0 0 48 0 0 0 16 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30709] ppid=30697 vsize=1789580 CPUtime=0.47
/proc/30699/task/30709/stat : 30709 (java) S 30697 30699 30225 0 -1 64 1437 0 0 0 47 0 0 0 17 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30699/tid=30710] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30710/stat : 30710 (java) S 30697 30699 30225 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30711] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30711/stat : 30711 (java) S 30697 30699 30225 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356550288 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30699/tid=30712] ppid=30697 vsize=1789580 CPUtime=0
/proc/30699/task/30712/stat : 30712 (java) S 30697 30699 30225 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356550520 1832529920 71187 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1789580

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.28
CPU time (s): 1200.19
CPU user time (s): 1199.54
CPU system time (s): 0.6519
CPU usage (%): 100.076
Max. virtual memory (cumulated for all children) (KiB): 1789580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.54
system time used= 0.6519
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78534
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= 24713
involuntary context switches= 26438

runsolver used 1.08583 second user time and 3.38149 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Thu Mar  8 14:59:17 UTC 2007

IDJOB= 332039
IDBENCH= 20566
IDSOLVER= 141
FILE ID= node11/332039-1173365956

PBS_JOBID= 4045327

Free space on /tmp= 66309 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.k75.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332039-1173365956/sat4j-sat2007.jar /tmp/evaluation/332039-1173365956/instance-332039-1173365956.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-332039-1173365956 -o ROOT/results/node11/solver-332039-1173365956 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332039-1173365956/sat4j-sat2007.jar /tmp/evaluation/332039-1173365956/instance-332039-1173365956.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  3416c6874d406be2f57771d32f96bd63

RANDOM SEED= 209241236

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1598720 kB
Buffers:         39428 kB
Cached:         341436 kB
SwapCached:       2248 kB
Active:         217688 kB
Inactive:       186688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598720 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:           16524 kB
Writeback:           0 kB
Mapped:          31496 kB
Slab:            38384 kB
Committed_AS:  1134308 kB
PageTables:       1760 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= 66309 MiB

End job on node11 on Thu Mar  8 15:19:19 UTC 2007