Trace number 332005

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J JVM PARAM CHANGED SAT 2007? (TO) 1200.13 1199.51

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k60.cnf
MD5SUM3ba2fd1e8ba5ade9920db9cb6b406609
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables88995
Number of clauses398308
Sum of the clauses size1024974
Maximum clause length20
Minimum clause length1
Number of clauses of size 1583
Number of clauses of size 2310186
Number of clauses of size 343762
Number of clauses of size 417875
Number of clauses of size 57764
Number of clauses of size over 518138

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	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.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/332005-1173364784/instance-332005-1173364784.cnf
0.20/0.20	c reading problem ... 
1.48/1.46	c ... done. Wall clock time 1.26s.
1.48/1.46	c CPU time (experimental) 1.34s.
1.48/1.46	c #vars     88995
1.48/1.46	c #constraints  397013
1200.02/1199.41	c starts		: 19
1200.02/1199.41	c conflicts		: 384636
1200.02/1199.41	c decisions		: 757767
1200.02/1199.41	c propagations		: 557305636
1200.02/1199.41	c inspects		: 2923296170
1200.02/1199.41	c learnt literals	: 247
1200.02/1199.41	c learnt binary clauses	: 4977
1200.02/1199.41	c learnt ternary clauses	: 6662
1200.02/1199.41	c learnt clauses	: 384389
1200.02/1199.41	c root simplifications	: 0
1200.02/1199.41	c removed literals (reason simplification)	: 17488759
1200.02/1199.41	c reason swapping (by a shorter reason)	: 0
1200.02/1199.41	c Calls to reduceDB	: 0
1200.02/1199.41	c speed (decisions/second)	: 632.582682607977
1200.02/1199.41	c non guided choices	4777
1200.02/1199.41	s UNKNOWN
1200.02/1199.41	c Total wall clock time (in seconds) : 1199.206
1200.02/1199.41	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/node3/watcher-332005-1173364784 -o ROOT/results/node3/solver-332005-1173364784 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332005-1173364784/sat4j-sat2007.jar /tmp/evaluation/332005-1173364784/instance-332005-1173364784.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.92 0.98 0.96 3/77 12384
/proc/meminfo: memFree=1647592/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=18568 CPUtime=0
/proc/12384/stat : 12384 (runsolver) R 12382 12384 12015 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 356433312 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 233632754983 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12384/statm: 4642 293 258 24 0 2626 0

[startup+0.0419299 s]
/proc/loadavg: 0.92 0.98 0.96 3/77 12384
/proc/meminfo: memFree=1647592/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1775952 CPUtime=0.01
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 3064 0 1 0 0 1 0 0 18 0 4 0 356433312 1818574848 2812 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 443988 2818 824 9 0 441624 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1775952

[startup+0.102933 s]
/proc/loadavg: 0.92 0.98 0.96 3/77 12384
/proc/meminfo: memFree=1647592/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1780108 CPUtime=0.08
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 3918 0 1 0 6 2 0 0 18 0 12 0 356433312 1822830592 3660 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 445027 3664 1111 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302951 s]
/proc/loadavg: 0.92 0.98 0.96 3/77 12384
/proc/meminfo: memFree=1647592/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1782432 CPUtime=0.31
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 4994 0 1 0 28 3 0 0 18 0 12 0 356433312 1825210368 4733 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 445608 4733 1272 9 0 443220 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782432

[startup+0.702981 s]
/proc/loadavg: 0.92 0.98 0.96 3/77 12384
/proc/meminfo: memFree=1647592/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1782544 CPUtime=0.79
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 8159 0 1 0 75 4 0 0 18 0 12 0 356433312 1825325056 7848 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 445636 7848 1289 9 0 443248 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1782544

[startup+1.50106 s]
/proc/loadavg: 0.92 0.98 0.96 2/89 12396
/proc/meminfo: memFree=1608584/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1782544 CPUtime=1.6
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 16254 0 1 0 152 8 0 0 18 0 12 0 356433312 1825325056 15942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 445636 15942 1295 9 0 443248 0
[pid=12384/tid=12386] ppid=12382 vsize=1782544 CPUtime=1.36
/proc/12384/task/12386/stat : 12386 (java) R 12382 12384 12015 0 -1 64 15006 0 1 0 129 7 0 0 25 0 12 0 356433314 1825325056 15942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12387] ppid=12382 vsize=1782544 CPUtime=0
/proc/12384/task/12387/stat : 12387 (java) S 12382 12384 12015 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 356433316 1825325056 15942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12388] ppid=12382 vsize=1782544 CPUtime=0
/proc/12384/task/12388/stat : 12388 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 356433316 1825325056 15942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12389] ppid=12382 vsize=1782544 CPUtime=0
/proc/12384/task/12389/stat : 12389 (java) S 12382 12384 12015 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 356433318 1825325056 15942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12390] ppid=12382 vsize=1782544 CPUtime=0
/proc/12384/task/12390/stat : 12390 (java) S 12382 12384 12015 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 356433318 1825325056 15942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12391] ppid=12382 vsize=1782544 CPUtime=0
/proc/12384/task/12391/stat : 12391 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356433318 1825325056 15942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12392] ppid=12382 vsize=1782544 CPUtime=0
/proc/12384/task/12392/stat : 12392 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356433322 1825325056 15942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12393] ppid=12382 vsize=1782544 CPUtime=0.11
/proc/12384/task/12393/stat : 12393 (java) R 12382 12384 12015 0 -1 64 322 0 0 0 11 0 0 0 16 0 12 0 356433322 1825325056 15942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105848848 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12394] ppid=12382 vsize=1782544 CPUtime=0.1
/proc/12384/task/12394/stat : 12394 (java) R 12382 12384 12015 0 -1 64 208 0 0 0 10 0 0 0 16 0 12 0 356433322 1825325056 15942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 102395386 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12395] ppid=12382 vsize=1782544 CPUtime=0
/proc/12384/task/12395/stat : 12395 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 356433322 1825325056 15942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12396] ppid=12382 vsize=1782544 CPUtime=0
/proc/12384/task/12396/stat : 12396 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356433322 1825325056 15942 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 1782544

[startup+3.10118 s]
/proc/loadavg: 0.92 0.98 0.96 3/90 12397
/proc/meminfo: memFree=1583680/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1786188 CPUtime=3.57
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 18263 0 1 0 348 9 0 0 18 0 13 0 356433312 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 446547 17171 1309 9 0 444159 0
[pid=12384/tid=12386] ppid=12382 vsize=1786188 CPUtime=2.83
/proc/12384/task/12386/stat : 12386 (java) R 12382 12384 12015 0 -1 64 15365 0 1 0 276 7 0 0 25 0 13 0 356433314 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109174816 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12387] ppid=12382 vsize=1786188 CPUtime=0
/proc/12384/task/12387/stat : 12387 (java) S 12382 12384 12015 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 356433316 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12388] ppid=12382 vsize=1786188 CPUtime=0
/proc/12384/task/12388/stat : 12388 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 356433316 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12389] ppid=12382 vsize=1786188 CPUtime=0
/proc/12384/task/12389/stat : 12389 (java) S 12382 12384 12015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356433318 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12390] ppid=12382 vsize=1786188 CPUtime=0
/proc/12384/task/12390/stat : 12390 (java) S 12382 12384 12015 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 356433318 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12391] ppid=12382 vsize=1786188 CPUtime=0
/proc/12384/task/12391/stat : 12391 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356433318 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12392] ppid=12382 vsize=1786188 CPUtime=0
/proc/12384/task/12392/stat : 12392 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356433322 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12393] ppid=12382 vsize=1786188 CPUtime=0.28
/proc/12384/task/12393/stat : 12393 (java) S 12382 12384 12015 0 -1 64 535 0 0 0 28 0 0 0 16 0 13 0 356433322 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12394] ppid=12382 vsize=1786188 CPUtime=0.42
/proc/12384/task/12394/stat : 12394 (java) S 12382 12384 12015 0 -1 64 1641 0 0 0 42 0 0 0 16 0 13 0 356433322 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12395] ppid=12382 vsize=1786188 CPUtime=0
/proc/12384/task/12395/stat : 12395 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356433322 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12396] ppid=12382 vsize=1786188 CPUtime=0
/proc/12384/task/12396/stat : 12396 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356433322 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12397] ppid=12382 vsize=1786188 CPUtime=0
/proc/12384/task/12397/stat : 12397 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356433473 1829056512 17171 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 1786188

[startup+6.30244 s]
/proc/loadavg: 0.93 0.98 0.96 2/90 12397
/proc/meminfo: memFree=1582976/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1786124 CPUtime=6.91
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 18423 0 1 0 682 9 0 0 18 0 13 0 356433312 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 446531 17312 1315 9 0 444143 0
[pid=12384/tid=12386] ppid=12382 vsize=1786124 CPUtime=6.03
/proc/12384/task/12386/stat : 12386 (java) R 12382 12384 12015 0 -1 64 15506 0 1 0 596 7 0 0 25 0 13 0 356433314 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109613825 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12387] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12387/stat : 12387 (java) S 12382 12384 12015 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 356433316 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12388] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12388/stat : 12388 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 356433316 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12389] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12389/stat : 12389 (java) S 12382 12384 12015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356433318 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12390] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12390/stat : 12390 (java) S 12382 12384 12015 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 356433318 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12391] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12391/stat : 12391 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356433318 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12392] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12392/stat : 12392 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356433322 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12393] ppid=12382 vsize=1786124 CPUtime=0.34
/proc/12384/task/12393/stat : 12393 (java) S 12382 12384 12015 0 -1 64 540 0 0 0 34 0 0 0 16 0 13 0 356433322 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12394] ppid=12382 vsize=1786124 CPUtime=0.5
/proc/12384/task/12394/stat : 12394 (java) S 12382 12384 12015 0 -1 64 1655 0 0 0 50 0 0 0 17 0 13 0 356433322 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12395] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12395/stat : 12395 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356433322 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12396] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12396/stat : 12396 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356433322 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12397] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12397/stat : 12397 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356433473 1828990976 17312 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 1786124

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.96 2/90 12397
/proc/meminfo: memFree=1581888/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1786124 CPUtime=13.31
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 18670 0 1 0 1322 9 0 0 18 0 13 0 356433312 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 446531 17559 1315 9 0 444143 0
[pid=12384/tid=12386] ppid=12382 vsize=1786124 CPUtime=12.44
/proc/12384/task/12386/stat : 12386 (java) R 12382 12384 12015 0 -1 64 15753 0 1 0 1236 8 0 0 25 0 13 0 356433314 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109553439 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12387] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12387/stat : 12387 (java) S 12382 12384 12015 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 356433316 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12388] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12388/stat : 12388 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 356433316 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12389] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12389/stat : 12389 (java) S 12382 12384 12015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356433318 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12390] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12390/stat : 12390 (java) S 12382 12384 12015 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 356433318 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12391] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12391/stat : 12391 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356433318 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12392] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12392/stat : 12392 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356433322 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12393] ppid=12382 vsize=1786124 CPUtime=0.34
/proc/12384/task/12393/stat : 12393 (java) S 12382 12384 12015 0 -1 64 540 0 0 0 34 0 0 0 16 0 13 0 356433322 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12394] ppid=12382 vsize=1786124 CPUtime=0.51
/proc/12384/task/12394/stat : 12394 (java) S 12382 12384 12015 0 -1 64 1655 0 0 0 51 0 0 0 16 0 13 0 356433322 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12395] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12395/stat : 12395 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356433322 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12396] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12396/stat : 12396 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356433322 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12397] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12397/stat : 12397 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356433473 1828990976 17559 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.31
Current children cumulated vsize (KiB) 1786124

[startup+25.503 s]
/proc/loadavg: 0.95 0.98 0.96 2/90 12397
/proc/meminfo: memFree=1580032/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1786124 CPUtime=26.17
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 19140 0 1 0 2607 10 0 0 18 0 13 0 356433312 1828990976 18028 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 446531 18028 1316 9 0 444143 0
[pid=12384/tid=12386] ppid=12382 vsize=1786124 CPUtime=25.23
/proc/12384/task/12386/stat : 12386 (java) R 12382 12384 12015 0 -1 64 16211 0 1 0 2515 8 0 0 25 0 13 0 356433314 1828990976 18028 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109613879 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12387] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12387/stat : 12387 (java) S 12382 12384 12015 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 356433316 1828990976 18028 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12388] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12388/stat : 12388 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 356433316 1828990976 18028 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12389] ppid=12382 vsize=1786124 CPUtime=0
/proc/12384/task/12389/stat : 12389 (java) S 12382 12384 12015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356433318 1828990976 18028 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=12384] ppid=12382 vsize=1789972 CPUtime=1003.01
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 75404 0 1 0 100249 52 0 0 18 0 13 0 356433312 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 447493 69849 1323 9 0 445105 0
[pid=12384/tid=12386] ppid=12382 vsize=1789972 CPUtime=1000.92
/proc/12384/task/12386/stat : 12386 (java) R 12382 12384 12015 0 -1 64 37697 0 1 0 100055 37 0 0 25 0 13 0 356433314 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109613825 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12387] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12387/stat : 12387 (java) S 12382 12384 12015 0 -1 64 25161 0 0 0 46 9 0 0 22 0 13 0 356433316 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12388] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12388/stat : 12388 (java) S 12382 12384 12015 0 -1 64 9611 0 0 0 52 3 0 0 16 0 13 0 356433316 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12389] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12389/stat : 12389 (java) S 12382 12384 12015 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12390] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12390/stat : 12390 (java) S 12382 12384 12015 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12391] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12391/stat : 12391 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12392] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12392/stat : 12392 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12393] ppid=12382 vsize=1789972 CPUtime=0.38
/proc/12384/task/12393/stat : 12393 (java) S 12382 12384 12015 0 -1 64 550 0 0 0 38 0 0 0 16 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12394] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12394/stat : 12394 (java) S 12382 12384 12015 0 -1 64 1658 0 0 0 55 0 0 0 16 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12395] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12395/stat : 12395 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12396] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12396/stat : 12396 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12397] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12397/stat : 12397 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356433473 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1003.01
Current children cumulated vsize (KiB) 1789972

[startup+1062.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 12399
/proc/meminfo: memFree=1371968/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1789972 CPUtime=1062.99
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 75404 0 1 0 106247 52 0 0 18 0 13 0 356433312 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 447493 69849 1323 9 0 445105 0
[pid=12384/tid=12386] ppid=12382 vsize=1789972 CPUtime=1060.89
/proc/12384/task/12386/stat : 12386 (java) R 12382 12384 12015 0 -1 64 37697 0 1 0 106052 37 0 0 25 0 13 0 356433314 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109613825 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12387] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12387/stat : 12387 (java) S 12382 12384 12015 0 -1 64 25161 0 0 0 46 9 0 0 22 0 13 0 356433316 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12388] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12388/stat : 12388 (java) S 12382 12384 12015 0 -1 64 9611 0 0 0 52 3 0 0 16 0 13 0 356433316 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12389] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12389/stat : 12389 (java) S 12382 12384 12015 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12390] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12390/stat : 12390 (java) S 12382 12384 12015 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12391] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12391/stat : 12391 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12392] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12392/stat : 12392 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12393] ppid=12382 vsize=1789972 CPUtime=0.38
/proc/12384/task/12393/stat : 12393 (java) S 12382 12384 12015 0 -1 64 550 0 0 0 38 0 0 0 16 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12394] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12394/stat : 12394 (java) S 12382 12384 12015 0 -1 64 1658 0 0 0 55 0 0 0 16 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12395] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12395/stat : 12395 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12396] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12396/stat : 12396 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12397] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12397/stat : 12397 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356433473 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.99
Current children cumulated vsize (KiB) 1789972

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 12399
/proc/meminfo: memFree=1371968/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1789972 CPUtime=1122.96
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 75404 0 1 0 112244 52 0 0 18 0 13 0 356433312 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 447493 69849 1323 9 0 445105 0
[pid=12384/tid=12386] ppid=12382 vsize=1789972 CPUtime=1120.86
/proc/12384/task/12386/stat : 12386 (java) R 12382 12384 12015 0 -1 64 37697 0 1 0 112049 37 0 0 25 0 13 0 356433314 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109554048 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12387] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12387/stat : 12387 (java) S 12382 12384 12015 0 -1 64 25161 0 0 0 46 9 0 0 22 0 13 0 356433316 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12388] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12388/stat : 12388 (java) S 12382 12384 12015 0 -1 64 9611 0 0 0 52 3 0 0 16 0 13 0 356433316 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12389] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12389/stat : 12389 (java) S 12382 12384 12015 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12390] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12390/stat : 12390 (java) S 12382 12384 12015 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12391] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12391/stat : 12391 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12392] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12392/stat : 12392 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12393] ppid=12382 vsize=1789972 CPUtime=0.38
/proc/12384/task/12393/stat : 12393 (java) S 12382 12384 12015 0 -1 64 550 0 0 0 38 0 0 0 16 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12394] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12394/stat : 12394 (java) S 12382 12384 12015 0 -1 64 1658 0 0 0 55 0 0 0 16 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12395] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12395/stat : 12395 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12396] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12396/stat : 12396 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12397] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12397/stat : 12397 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356433473 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.96
Current children cumulated vsize (KiB) 1789972

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 12399
/proc/meminfo: memFree=1371968/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1789972 CPUtime=1182.92
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 75404 0 1 0 118239 53 0 0 18 0 13 0 356433312 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 447493 69849 1323 9 0 445105 0
[pid=12384/tid=12386] ppid=12382 vsize=1789972 CPUtime=1180.82
/proc/12384/task/12386/stat : 12386 (java) R 12382 12384 12015 0 -1 64 37697 0 1 0 118045 37 0 0 25 0 13 0 356433314 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109554052 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12387] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12387/stat : 12387 (java) S 12382 12384 12015 0 -1 64 25161 0 0 0 46 9 0 0 22 0 13 0 356433316 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12388] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12388/stat : 12388 (java) S 12382 12384 12015 0 -1 64 9611 0 0 0 52 3 0 0 16 0 13 0 356433316 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12389] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12389/stat : 12389 (java) S 12382 12384 12015 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12390] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12390/stat : 12390 (java) S 12382 12384 12015 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12391] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12391/stat : 12391 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12392] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12392/stat : 12392 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12393] ppid=12382 vsize=1789972 CPUtime=0.38
/proc/12384/task/12393/stat : 12393 (java) S 12382 12384 12015 0 -1 64 550 0 0 0 38 0 0 0 16 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12394] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12394/stat : 12394 (java) S 12382 12384 12015 0 -1 64 1658 0 0 0 55 0 0 0 16 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12395] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12395/stat : 12395 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12396] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12396/stat : 12396 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12397] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12397/stat : 12397 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356433473 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.92
Current children cumulated vsize (KiB) 1789972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 12399
/proc/meminfo: memFree=1371904/2055920 swapFree=4158660/4192956
[pid=12384] ppid=12382 vsize=1789972 CPUtime=1200.02
/proc/12384/stat : 12384 (java) S 12382 12384 12015 0 -1 0 75404 0 1 0 119949 53 0 0 18 0 13 0 356433312 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12384/statm: 447493 69849 1323 9 0 445105 0
[pid=12384/tid=12386] ppid=12382 vsize=1789972 CPUtime=1197.91
/proc/12384/task/12386/stat : 12386 (java) R 12382 12384 12015 0 -1 64 37697 0 1 0 119754 37 0 0 25 0 13 0 356433314 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109613825 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12387] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12387/stat : 12387 (java) S 12382 12384 12015 0 -1 64 25161 0 0 0 46 9 0 0 22 0 13 0 356433316 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12388] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12388/stat : 12388 (java) S 12382 12384 12015 0 -1 64 9611 0 0 0 52 3 0 0 16 0 13 0 356433316 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12389] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12389/stat : 12389 (java) S 12382 12384 12015 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12390] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12390/stat : 12390 (java) S 12382 12384 12015 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12391] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12391/stat : 12391 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356433318 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12392] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12392/stat : 12392 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12393] ppid=12382 vsize=1789972 CPUtime=0.38
/proc/12384/task/12393/stat : 12393 (java) S 12382 12384 12015 0 -1 64 550 0 0 0 38 0 0 0 16 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12394] ppid=12382 vsize=1789972 CPUtime=0.55
/proc/12384/task/12394/stat : 12394 (java) S 12382 12384 12015 0 -1 64 1658 0 0 0 55 0 0 0 16 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12384/tid=12395] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12395/stat : 12395 (java) S 12382 12384 12015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12396] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12396/stat : 12396 (java) S 12382 12384 12015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356433322 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12384/tid=12397] ppid=12382 vsize=1789972 CPUtime=0
/proc/12384/task/12397/stat : 12397 (java) S 12382 12384 12015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356433473 1832931328 69849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1789972

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.51
CPU time (s): 1200.13
CPU user time (s): 1199.56
CPU system time (s): 0.576912
CPU usage (%): 100.052
Max. virtual memory (cumulated for all children) (KiB): 1789972

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

runsolver used 1.21481 second user time and 3.43048 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Thu Mar  8 14:39:45 UTC 2007

IDJOB= 332005
IDBENCH= 20549
IDSOLVER= 141
FILE ID= node3/332005-1173364784

PBS_JOBID= 4045334

Free space on /tmp= 66488 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  3ba2fd1e8ba5ade9920db9cb6b406609

RANDOM SEED= 209727652

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:       1648000 kB
Buffers:         45752 kB
Cached:         273388 kB
SwapCached:       2568 kB
Active:         161232 kB
Inactive:       181620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648000 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:           10244 kB
Writeback:           0 kB
Mapped:          31400 kB
Slab:            50736 kB
Committed_AS:  1463684 kB
PageTables:       1660 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= 66488 MiB

End job on node3 on Thu Mar  8 14:59:46 UTC 2007