Trace number 332023

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.18 1199.3

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k80.cnf
MD5SUMd35e27c66dd20912347d4209a4f12c99
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark890.472
Satisfiable
(Un)Satisfiability was proved
Number of variables165064
Number of clauses686589
Sum of the clauses size1761641
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2487000
Number of clauses of size 3128986
Number of clauses of size 424474
Number of clauses of size 513939
Number of clauses of size over 530118

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.08/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c Expensive reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c timeout: 2147483s
0.08/0.20	c solving /tmp/evaluation/332023-1173365572/instance-332023-1173365572.cnf
0.08/0.20	c reading problem ... 
2.39/2.38	c ... done. Wall clock time 2.187s.
2.39/2.38	c CPU time (experimental) 2.26s.
2.39/2.38	c #vars     165064
2.39/2.39	c #constraints  677152
1200.08/1199.21	c starts		: 19
1200.08/1199.21	c conflicts		: 373848
1200.08/1199.21	c decisions		: 859347
1200.08/1199.21	c propagations		: 540691007
1200.08/1199.21	c inspects		: 2184467671
1200.08/1199.21	c learnt literals	: 52
1200.08/1199.21	c learnt binary clauses	: 5913
1200.08/1199.21	c learnt ternary clauses	: 9852
1200.08/1199.21	c learnt clauses	: 373796
1200.08/1199.21	c root simplifications	: 0
1200.08/1199.21	c removed literals (reason simplification)	: 14105659
1200.08/1199.21	c reason swapping (by a shorter reason)	: 0
1200.08/1199.21	c Calls to reduceDB	: 0
1200.08/1199.21	c speed (decisions/second)	: 718.0570654103931
1200.08/1199.21	c non guided choices	23060
1200.08/1199.21	s UNKNOWN
1200.08/1199.21	c Total wall clock time (in seconds) : 1199.014
1200.08/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/node1/watcher-332023-1173365572 -o ROOT/results/node1/solver-332023-1173365572 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332023-1173365572/sat4j-sat2007.jar /tmp/evaluation/332023-1173365572/instance-332023-1173365572.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.99 0.98 0.93 2/77 2202
/proc/meminfo: memFree=1722744/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1800 CPUtime=0
/proc/2202/stat : 2202 (java6) D 2200 2202 1973 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 356512410 1843200 143 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2202/statm: 450 143 106 9 0 92 0

[startup+0.103772 s]
/proc/loadavg: 0.99 0.98 0.93 2/77 2202
/proc/meminfo: memFree=1722744/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1781280 CPUtime=0.08
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 4002 0 1 0 6 2 0 0 18 0 12 0 356512410 1824030720 3744 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 445320 3744 1123 9 0 442939 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781280

[startup+0.201781 s]
/proc/loadavg: 0.99 0.98 0.93 2/77 2202
/proc/meminfo: memFree=1722744/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1782480 CPUtime=0.19
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 4898 0 1 0 17 2 0 0 18 0 12 0 356512410 1825259520 4637 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 445620 4637 1255 9 0 443232 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1782480

[startup+0.30179 s]
/proc/loadavg: 0.99 0.98 0.93 2/77 2202
/proc/meminfo: memFree=1722744/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1782480 CPUtime=0.31
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 4972 0 1 0 28 3 0 0 18 0 12 0 356512410 1825259520 4711 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 445620 4711 1272 9 0 443232 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782480

[startup+0.70184 s]
/proc/loadavg: 0.99 0.98 0.93 2/77 2202
/proc/meminfo: memFree=1722744/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1782704 CPUtime=0.77
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 7565 0 1 0 73 4 0 0 18 0 12 0 356512410 1825488896 7280 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 445676 7280 1289 9 0 443288 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1782704

[startup+1.50292 s]
/proc/loadavg: 0.99 0.98 0.93 3/89 2214
/proc/meminfo: memFree=1681304/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1782704 CPUtime=1.6
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 15740 0 1 0 151 9 0 0 18 0 12 0 356512410 1825488896 15450 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 445676 15450 1290 9 0 443288 0
[pid=2202/tid=2204] ppid=2200 vsize=1782704 CPUtime=1.38
/proc/2202/task/2204/stat : 2204 (java) R 2200 2202 1973 0 -1 64 14402 0 1 0 130 8 0 0 25 0 12 0 356512411 1825488896 15450 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109477741 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2205] ppid=2200 vsize=1782704 CPUtime=0
/proc/2202/task/2205/stat : 2205 (java) S 2200 2202 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 356512412 1825488896 15450 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2206] ppid=2200 vsize=1782704 CPUtime=0
/proc/2202/task/2206/stat : 2206 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 356512412 1825488896 15450 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2207] ppid=2200 vsize=1782704 CPUtime=0
/proc/2202/task/2207/stat : 2207 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 356512415 1825488896 15450 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2208] ppid=2200 vsize=1782704 CPUtime=0
/proc/2202/task/2208/stat : 2208 (java) S 2200 2202 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 356512415 1825488896 15450 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2209] ppid=2200 vsize=1782704 CPUtime=0
/proc/2202/task/2209/stat : 2209 (java) S 2200 2202 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356512415 1825488896 15450 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2210] ppid=2200 vsize=1782704 CPUtime=0
/proc/2202/task/2210/stat : 2210 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356512419 1825488896 15450 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2211] ppid=2200 vsize=1782704 CPUtime=0.11
/proc/2202/task/2211/stat : 2211 (java) S 2200 2202 1973 0 -1 64 407 0 0 0 11 0 0 0 16 0 12 0 356512419 1825488896 15451 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2212] ppid=2200 vsize=1782704 CPUtime=0.09
/proc/2202/task/2212/stat : 2212 (java) S 2200 2202 1973 0 -1 64 211 0 0 0 9 0 0 0 16 0 12 0 356512419 1825488896 15452 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2213] ppid=2200 vsize=1782704 CPUtime=0
/proc/2202/task/2213/stat : 2213 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 356512419 1825488896 15453 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2214] ppid=2200 vsize=1782704 CPUtime=0
/proc/2202/task/2214/stat : 2214 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 356512419 1825488896 15453 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) 1782704

[startup+3.10213 s]
/proc/loadavg: 0.99 0.98 0.93 2/89 2214
/proc/meminfo: memFree=1639960/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1785568 CPUtime=3.5
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 26750 0 1 0 335 15 0 0 18 0 13 0 356512410 1828421632 25526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 446392 25526 1310 9 0 444004 0
[pid=2202/tid=2204] ppid=2200 vsize=1785568 CPUtime=2.81
/proc/2202/task/2204/stat : 2204 (java) R 2200 2202 1973 0 -1 64 23787 0 1 0 268 13 0 0 25 0 13 0 356512411 1828421632 25526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109622681 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2205] ppid=2200 vsize=1785568 CPUtime=0
/proc/2202/task/2205/stat : 2205 (java) S 2200 2202 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356512412 1828421632 25526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2206] ppid=2200 vsize=1785568 CPUtime=0
/proc/2202/task/2206/stat : 2206 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356512412 1828421632 25526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2207] ppid=2200 vsize=1785568 CPUtime=0
/proc/2202/task/2207/stat : 2207 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 356512415 1828421632 25526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2208] ppid=2200 vsize=1785568 CPUtime=0
/proc/2202/task/2208/stat : 2208 (java) S 2200 2202 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356512415 1828421632 25526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2209] ppid=2200 vsize=1785568 CPUtime=0
/proc/2202/task/2209/stat : 2209 (java) S 2200 2202 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356512415 1828421632 25526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2210] ppid=2200 vsize=1785568 CPUtime=0
/proc/2202/task/2210/stat : 2210 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356512419 1828421632 25526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2211] ppid=2200 vsize=1785568 CPUtime=0.33
/proc/2202/task/2211/stat : 2211 (java) S 2200 2202 1973 0 -1 64 1245 0 0 0 33 0 0 0 16 0 13 0 356512419 1828421632 25526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2212] ppid=2200 vsize=1785568 CPUtime=0.33
/proc/2202/task/2212/stat : 2212 (java) S 2200 2202 1973 0 -1 64 994 0 0 0 33 0 0 0 16 0 13 0 356512419 1828421632 25526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2213] ppid=2200 vsize=1785568 CPUtime=0
/proc/2202/task/2213/stat : 2213 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356512419 1828421632 25526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2214] ppid=2200 vsize=1785568 CPUtime=0
/proc/2202/task/2214/stat : 2214 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 356512419 1828421632 25526 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 1785568

[startup+6.30149 s]
/proc/loadavg: 0.99 0.98 0.93 2/90 2215
/proc/meminfo: memFree=1625424/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1784768 CPUtime=6.77
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 26936 0 1 0 662 15 0 0 18 0 13 0 356512410 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 446192 25472 1316 9 0 443804 0
[pid=2202/tid=2204] ppid=2200 vsize=1784768 CPUtime=5.97
/proc/2202/task/2204/stat : 2204 (java) R 2200 2202 1973 0 -1 64 23931 0 1 0 584 13 0 0 25 0 13 0 356512411 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109622681 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2205] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2205/stat : 2205 (java) S 2200 2202 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356512412 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2206] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2206/stat : 2206 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356512412 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2207] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2207/stat : 2207 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356512415 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2208] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2208/stat : 2208 (java) S 2200 2202 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356512415 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2209] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2209/stat : 2209 (java) S 2200 2202 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356512415 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2210] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2210/stat : 2210 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356512419 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2211] ppid=2200 vsize=1784768 CPUtime=0.4
/proc/2202/task/2211/stat : 2211 (java) S 2200 2202 1973 0 -1 64 1284 0 0 0 40 0 0 0 16 0 13 0 356512419 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2212] ppid=2200 vsize=1784768 CPUtime=0.38
/proc/2202/task/2212/stat : 2212 (java) S 2200 2202 1973 0 -1 64 997 0 0 0 38 0 0 0 16 0 13 0 356512419 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2213] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2213/stat : 2213 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356512419 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2214] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2214/stat : 2214 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 356512419 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2215] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2215/stat : 2215 (java) S 2200 2202 1973 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 356512661 1827602432 25472 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 1784768

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.93 2/90 2215
/proc/meminfo: memFree=1624336/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1784768 CPUtime=13.19
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 27230 0 1 0 1303 16 0 0 18 0 13 0 356512410 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 446192 25750 1316 9 0 443804 0
[pid=2202/tid=2204] ppid=2200 vsize=1784768 CPUtime=12.36
/proc/2202/task/2204/stat : 2204 (java) R 2200 2202 1973 0 -1 64 24225 0 1 0 1222 14 0 0 25 0 13 0 356512411 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109615810 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2205] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2205/stat : 2205 (java) S 2200 2202 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356512412 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2206] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2206/stat : 2206 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356512412 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2207] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2207/stat : 2207 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356512415 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2208] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2208/stat : 2208 (java) S 2200 2202 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356512415 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2209] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2209/stat : 2209 (java) S 2200 2202 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356512415 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2210] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2210/stat : 2210 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356512419 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2211] ppid=2200 vsize=1784768 CPUtime=0.4
/proc/2202/task/2211/stat : 2211 (java) S 2200 2202 1973 0 -1 64 1284 0 0 0 40 0 0 0 16 0 13 0 356512419 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2212] ppid=2200 vsize=1784768 CPUtime=0.4
/proc/2202/task/2212/stat : 2212 (java) S 2200 2202 1973 0 -1 64 997 0 0 0 40 0 0 0 17 0 13 0 356512419 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2213] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2213/stat : 2213 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356512419 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2214] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2214/stat : 2214 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 356512419 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2215] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2215/stat : 2215 (java) S 2200 2202 1973 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 356512661 1827602432 25750 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.19
Current children cumulated vsize (KiB) 1784768

[startup+25.5027 s]
/proc/loadavg: 0.99 0.98 0.93 2/90 2215
/proc/meminfo: memFree=1622224/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1784768 CPUtime=26.01
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 27801 0 1 0 2584 17 0 0 18 0 13 0 356512410 1827602432 26296 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 446192 26296 1317 9 0 443804 0
[pid=2202/tid=2204] ppid=2200 vsize=1784768 CPUtime=25.12
/proc/2202/task/2204/stat : 2204 (java) R 2200 2202 1973 0 -1 64 24788 0 1 0 2497 15 0 0 25 0 13 0 356512411 1827602432 26296 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109554658 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2205] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2205/stat : 2205 (java) S 2200 2202 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356512412 1827602432 26296 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2206] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2206/stat : 2206 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356512412 1827602432 26296 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2207] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2207/stat : 2207 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356512415 1827602432 26296 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2208] ppid=2200 vsize=1784768 CPUtime=0
/proc/2202/task/2208/stat : 2208 (java) S 2200 2202 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356512415 1827602432 26296 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2202] ppid=2200 vsize=1790536 CPUtime=1063.21
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 76955 0 1 0 106265 56 0 0 18 0 13 0 356512410 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 447634 70581 1326 9 0 445246 0
[pid=2202/tid=2204] ppid=2200 vsize=1790536 CPUtime=1060.62
/proc/2202/task/2204/stat : 2204 (java) R 2200 2202 1973 0 -1 64 37705 0 1 0 106024 38 0 0 25 0 13 0 356512411 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109615761 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2205] ppid=2200 vsize=1790536 CPUtime=0.82
/proc/2202/task/2205/stat : 2205 (java) S 2200 2202 1973 0 -1 64 17908 0 0 0 75 7 0 0 16 0 13 0 356512412 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2206] ppid=2200 vsize=1790536 CPUtime=0.84
/proc/2202/task/2206/stat : 2206 (java) S 2200 2202 1973 0 -1 64 18322 0 0 0 76 8 0 0 24 0 13 0 356512412 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2207] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2207/stat : 2207 (java) S 2200 2202 1973 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2208] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2208/stat : 2208 (java) S 2200 2202 1973 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2209] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2209/stat : 2209 (java) S 2200 2202 1973 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2210] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2210/stat : 2210 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2211] ppid=2200 vsize=1790536 CPUtime=0.44
/proc/2202/task/2211/stat : 2211 (java) S 2200 2202 1973 0 -1 64 1289 0 0 0 44 0 0 0 16 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2212] ppid=2200 vsize=1790536 CPUtime=0.44
/proc/2202/task/2212/stat : 2212 (java) S 2200 2202 1973 0 -1 64 1000 0 0 0 44 0 0 0 17 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2213] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2213/stat : 2213 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2214] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2214/stat : 2214 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2215] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2215/stat : 2215 (java) S 2200 2202 1973 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 356512661 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.21
Current children cumulated vsize (KiB) 1790536

[startup+1122.3 s]
/proc/loadavg: 1.01 1.00 0.94 2/90 2413
/proc/meminfo: memFree=1444432/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1790536 CPUtime=1123.2
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 76955 0 1 0 112263 57 0 0 18 0 13 0 356512410 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 447634 70581 1326 9 0 445246 0
[pid=2202/tid=2204] ppid=2200 vsize=1790536 CPUtime=1120.61
/proc/2202/task/2204/stat : 2204 (java) R 2200 2202 1973 0 -1 64 37705 0 1 0 112022 39 0 0 25 0 13 0 356512411 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109615884 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2205] ppid=2200 vsize=1790536 CPUtime=0.82
/proc/2202/task/2205/stat : 2205 (java) S 2200 2202 1973 0 -1 64 17908 0 0 0 75 7 0 0 16 0 13 0 356512412 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2206] ppid=2200 vsize=1790536 CPUtime=0.84
/proc/2202/task/2206/stat : 2206 (java) S 2200 2202 1973 0 -1 64 18322 0 0 0 76 8 0 0 24 0 13 0 356512412 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2207] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2207/stat : 2207 (java) S 2200 2202 1973 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2208] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2208/stat : 2208 (java) S 2200 2202 1973 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2209] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2209/stat : 2209 (java) S 2200 2202 1973 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2210] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2210/stat : 2210 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2211] ppid=2200 vsize=1790536 CPUtime=0.44
/proc/2202/task/2211/stat : 2211 (java) S 2200 2202 1973 0 -1 64 1289 0 0 0 44 0 0 0 16 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2212] ppid=2200 vsize=1790536 CPUtime=0.44
/proc/2202/task/2212/stat : 2212 (java) S 2200 2202 1973 0 -1 64 1000 0 0 0 44 0 0 0 17 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2213] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2213/stat : 2213 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2214] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2214/stat : 2214 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2215] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2215/stat : 2215 (java) S 2200 2202 1973 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 356512661 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.2
Current children cumulated vsize (KiB) 1790536

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/90 2413
/proc/meminfo: memFree=1444432/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1790536 CPUtime=1183.18
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 76955 0 1 0 118261 57 0 0 18 0 13 0 356512410 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 447634 70581 1326 9 0 445246 0
[pid=2202/tid=2204] ppid=2200 vsize=1790536 CPUtime=1180.59
/proc/2202/task/2204/stat : 2204 (java) R 2200 2202 1973 0 -1 64 37705 0 1 0 118020 39 0 0 25 0 13 0 356512411 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109554658 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2205] ppid=2200 vsize=1790536 CPUtime=0.82
/proc/2202/task/2205/stat : 2205 (java) S 2200 2202 1973 0 -1 64 17908 0 0 0 75 7 0 0 16 0 13 0 356512412 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2206] ppid=2200 vsize=1790536 CPUtime=0.84
/proc/2202/task/2206/stat : 2206 (java) S 2200 2202 1973 0 -1 64 18322 0 0 0 76 8 0 0 24 0 13 0 356512412 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2207] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2207/stat : 2207 (java) S 2200 2202 1973 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2208] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2208/stat : 2208 (java) S 2200 2202 1973 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2209] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2209/stat : 2209 (java) S 2200 2202 1973 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2210] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2210/stat : 2210 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2211] ppid=2200 vsize=1790536 CPUtime=0.44
/proc/2202/task/2211/stat : 2211 (java) S 2200 2202 1973 0 -1 64 1289 0 0 0 44 0 0 0 16 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2212] ppid=2200 vsize=1790536 CPUtime=0.44
/proc/2202/task/2212/stat : 2212 (java) S 2200 2202 1973 0 -1 64 1000 0 0 0 44 0 0 0 17 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2213] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2213/stat : 2213 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2214] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2214/stat : 2214 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2215] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2215/stat : 2215 (java) S 2200 2202 1973 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 356512661 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.18
Current children cumulated vsize (KiB) 1790536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 0.94 2/90 2413
/proc/meminfo: memFree=1444432/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1790536 CPUtime=1200.08
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 76955 0 1 0 119951 57 0 0 18 0 13 0 356512410 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 447634 70581 1326 9 0 445246 0
[pid=2202/tid=2204] ppid=2200 vsize=1790536 CPUtime=1197.49
/proc/2202/task/2204/stat : 2204 (java) R 2200 2202 1973 0 -1 64 37705 0 1 0 119710 39 0 0 25 0 13 0 356512411 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109615622 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2205] ppid=2200 vsize=1790536 CPUtime=0.82
/proc/2202/task/2205/stat : 2205 (java) S 2200 2202 1973 0 -1 64 17908 0 0 0 75 7 0 0 16 0 13 0 356512412 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2206] ppid=2200 vsize=1790536 CPUtime=0.84
/proc/2202/task/2206/stat : 2206 (java) S 2200 2202 1973 0 -1 64 18322 0 0 0 76 8 0 0 24 0 13 0 356512412 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2207] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2207/stat : 2207 (java) S 2200 2202 1973 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2208] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2208/stat : 2208 (java) S 2200 2202 1973 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2209] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2209/stat : 2209 (java) S 2200 2202 1973 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2210] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2210/stat : 2210 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2211] ppid=2200 vsize=1790536 CPUtime=0.44
/proc/2202/task/2211/stat : 2211 (java) S 2200 2202 1973 0 -1 64 1289 0 0 0 44 0 0 0 16 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2212] ppid=2200 vsize=1790536 CPUtime=0.44
/proc/2202/task/2212/stat : 2212 (java) S 2200 2202 1973 0 -1 64 1000 0 0 0 44 0 0 0 17 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2213] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2213/stat : 2213 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2214] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2214/stat : 2214 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2215] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2215/stat : 2215 (java) S 2200 2202 1973 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 356512661 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1790536

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

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

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 0.94 2/90 2413
/proc/meminfo: memFree=1444432/2055920 swapFree=4159120/4192956
[pid=2202] ppid=2200 vsize=1790536 CPUtime=1200.08
/proc/2202/stat : 2202 (java) S 2200 2202 1973 0 -1 0 76955 0 1 0 119951 57 0 0 18 0 13 0 356512410 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2202/statm: 447634 70581 1326 9 0 445246 0
[pid=2202/tid=2204] ppid=2200 vsize=1790536 CPUtime=1197.49
/proc/2202/task/2204/stat : 2204 (java) R 2200 2202 1973 0 -1 64 37705 0 1 0 119710 39 0 0 25 0 13 0 356512411 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109615622 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2205] ppid=2200 vsize=1790536 CPUtime=0.82
/proc/2202/task/2205/stat : 2205 (java) S 2200 2202 1973 0 -1 64 17908 0 0 0 75 7 0 0 16 0 13 0 356512412 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2206] ppid=2200 vsize=1790536 CPUtime=0.84
/proc/2202/task/2206/stat : 2206 (java) S 2200 2202 1973 0 -1 64 18322 0 0 0 76 8 0 0 24 0 13 0 356512412 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2207] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2207/stat : 2207 (java) S 2200 2202 1973 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2208] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2208/stat : 2208 (java) S 2200 2202 1973 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2209] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2209/stat : 2209 (java) S 2200 2202 1973 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356512415 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2210] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2210/stat : 2210 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2211] ppid=2200 vsize=1790536 CPUtime=0.44
/proc/2202/task/2211/stat : 2211 (java) S 2200 2202 1973 0 -1 64 1289 0 0 0 44 0 0 0 16 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2212] ppid=2200 vsize=1790536 CPUtime=0.44
/proc/2202/task/2212/stat : 2212 (java) S 2200 2202 1973 0 -1 64 1000 0 0 0 44 0 0 0 17 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2213] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2213/stat : 2213 (java) S 2200 2202 1973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2202/tid=2214] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2214/stat : 2214 (java) S 2200 2202 1973 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 356512419 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2202/tid=2215] ppid=2200 vsize=1790536 CPUtime=0
/proc/2202/task/2215/stat : 2215 (java) S 2200 2202 1973 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 356512661 1833508864 70581 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1790536

Child status: 143
Real time (s): 1199.3
CPU time (s): 1200.18
CPU user time (s): 1199.56
CPU system time (s): 0.615906
CPU usage (%): 100.073
Max. virtual memory (cumulated for all children) (KiB): 1790536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.56
system time used= 0.615906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76976
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= 24710
involuntary context switches= 38864

runsolver used 1.13883 second user time and 3.32849 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Thu Mar  8 14:52:53 UTC 2007

IDJOB= 332023
IDBENCH= 20558
IDSOLVER= 141
FILE ID= node1/332023-1173365572

PBS_JOBID= 4045335

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  d35e27c66dd20912347d4209a4f12c99

RANDOM SEED= 730137063

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1723152 kB
Buffers:         37600 kB
Cached:         221368 kB
SwapCached:      13644 kB
Active:         125628 kB
Inactive:       156540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723152 kB
SwapTotal:     4192956 kB
SwapFree:      4159120 kB
Dirty:           17620 kB
Writeback:           0 kB
Mapped:          29992 kB
Slab:            36152 kB
Committed_AS:  1137448 kB
PageTables:       1740 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= 66384 MiB

End job on node1 on Thu Mar  8 15:12:55 UTC 2007