Trace number 313292

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 SAT 2007? (MO) 157.289 155.899

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/dated-10-17-s.cnf
MD5SUM334ef674dc213d40fc569890874cc7af
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.1777
Satisfiable
(Un)Satisfiability was proved
Number of variables229842
Number of clauses1081178
Sum of the clauses size2501490
Maximum clause length10
Minimum clause length1
Number of clauses of size 119157
Number of clauses of size 2832850
Number of clauses of size 3186131
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

Solver Data (download as text)

0.18/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.18/0.40	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.18/0.41	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18/0.42	c version SAT COMPETITION 2007
0.18/0.42	c sun.arch.data.model	32
0.18/0.42	c java.version	1.6.0
0.18/0.42	c os.name	Linux
0.18/0.42	c os.version	2.6.9-22.EL.rootsmp
0.18/0.42	c os.arch	i386
0.18/0.42	c Free memory 1703279312
0.18/0.42	c Max memory 1706164224
0.18/0.42	c Total memory 1706164224
0.18/0.42	c Number of processors 2
0.18/0.47	c --- Begin Solver configuration ---
0.18/0.47	c Stops conflict analysis at the first Unique Implication Point
0.18/0.47	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.18/0.47	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.47	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.47	c Expensive reason simplification
0.18/0.47	c --- End Solver configuration ---
0.18/0.47	c timeout: 2147483s
0.18/0.47	c solving /tmp/evaluation/313292-1176882184/instance-313292-1176882184.cnf
0.18/0.47	c reading problem ... 
3.18/3.31	c ... done. Wall clock time 2.838s.
3.18/3.31	c CPU time (experimental) 2.94s.
3.18/3.31	c #vars     229842
3.18/3.31	c #constraints  1062021
157.14/155.84	c starts		: 13
157.14/155.84	c conflicts		: 30418
157.14/155.84	c decisions		: 58071
157.14/155.84	c propagations		: 57367173
157.14/155.84	c inspects		: 290933212
157.14/155.84	c learnt literals	: 259
157.14/155.84	c learnt binary clauses	: 212
157.14/155.84	c learnt ternary clauses	: 180
157.14/155.84	c learnt clauses	: 30159
157.14/155.84	c root simplifications	: 0
157.14/155.84	c removed literals (reason simplification)	: 415571
157.14/155.84	c reason swapping (by a shorter reason)	: 0
157.14/155.84	c Calls to reduceDB	: 0
157.14/155.84	c speed (decisions/second)	: 380.88741678417995
157.14/155.84	c non guided choices	2104
157.14/155.84	s UNKNOWN
157.14/155.84	c Total wall clock time (in seconds) : 155.368
157.14/155.84	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.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node13/watcher-313292-1176882184 -o ROOT/results/node13/solver-313292-1176882184 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313292-1176882184/sat4j-sat2007.jar /tmp/evaluation/313292-1176882184/instance-313292-1176882184.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.97 1.01 0.99 2/77 30979
/proc/meminfo: memFree=1628608/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=200 CPUtime=0
/proc/30979/stat : 30979 (java) R 30977 30979 30869 0 -1 0 49 0 0 0 0 0 0 0 18 0 1 0 136136296 204800 33 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11879332 0 0 4096 0 0 0 0 17 1 0 0
/proc/30979/statm: 50 33 26 9 0 4 0

[startup+0.046926 s]
/proc/loadavg: 0.97 1.01 0.99 2/77 30979
/proc/meminfo: memFree=1628608/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=272 CPUtime=0
/proc/30979/stat : 30979 (java) D 30977 30979 30869 0 -1 0 214 0 3 0 0 0 0 0 18 0 1 0 136136296 278528 37 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 11879204 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/30979/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.101898 s]
/proc/loadavg: 0.97 1.01 0.99 2/77 30979
/proc/meminfo: memFree=1628608/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=12056 CPUtime=0.02
/proc/30979/stat : 30979 (java) R 30977 30979 30869 0 -1 0 381 0 27 0 0 2 0 0 18 0 1 0 136136296 12345344 215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 11842693 0 0 4096 0 0 0 0 17 0 0 0
/proc/30979/statm: 3014 215 135 9 0 1148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12056

[startup+0.301917 s]
/proc/loadavg: 0.97 1.01 0.99 2/77 30979
/proc/meminfo: memFree=1628608/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=1829096 CPUtime=0.1
/proc/30979/stat : 30979 (java) S 30977 30979 30869 0 -1 0 3764 0 44 0 4 6 0 0 18 0 7 0 136136296 1872994304 3549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/30979/statm: 457274 3549 1085 9 0 454910 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1829096

[startup+0.702001 s]
/proc/loadavg: 0.97 1.01 0.99 2/77 30979
/proc/meminfo: memFree=1628608/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=1834148 CPUtime=0.58
/proc/30979/stat : 30979 (java) S 30977 30979 30869 0 -1 0 9558 0 44 0 47 11 0 0 18 0 12 0 136136296 1878167552 9339 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30979/statm: 458537 9339 1290 9 0 456149 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1834148

[startup+1.50117 s]
/proc/loadavg: 0.97 1.01 0.99 2/89 30991
/proc/meminfo: memFree=1566816/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=1834148 CPUtime=1.37
/proc/30979/stat : 30979 (java) S 30977 30979 30869 0 -1 0 20851 0 44 0 121 16 0 0 18 0 12 0 136136296 1878167552 20631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30979/statm: 458537 20632 1290 9 0 456149 0
[pid=30979/tid=30981] ppid=30977 vsize=1834148 CPUtime=1.14
/proc/30979/task/30981/stat : 30981 (java) R 30977 30979 30869 0 -1 64 19632 0 15 0 101 13 0 0 18 0 12 0 136136306 1878167552 20632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516077 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30982] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30982/stat : 30982 (java) S 30977 30979 30869 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 136136317 1878167552 20632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30983] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30983/stat : 30983 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 136136317 1878167552 20632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30984] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30984/stat : 30984 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 136136321 1878167552 20633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30985] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30985/stat : 30985 (java) S 30977 30979 30869 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 136136322 1878167552 20633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30986] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30986/stat : 30986 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 136136322 1878167552 20634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30987] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30987/stat : 30987 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 136136329 1878167552 20634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30988] ppid=30977 vsize=1834148 CPUtime=0.09
/proc/30979/task/30988/stat : 30988 (java) S 30977 30979 30869 0 -1 64 324 0 0 0 9 0 0 0 16 0 12 0 136136329 1878167552 20635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30989] ppid=30977 vsize=1834148 CPUtime=0.1
/proc/30979/task/30989/stat : 30989 (java) S 30977 30979 30869 0 -1 64 206 0 0 0 10 0 0 0 16 0 12 0 136136329 1878167552 20635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30990] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30990/stat : 30990 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 136136329 1878167552 20636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30991] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30991/stat : 30991 (java) S 30977 30979 30869 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 136136329 1878167552 20636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1834148

[startup+3.10251 s]
/proc/loadavg: 0.97 1.01 0.99 2/89 30991
/proc/meminfo: memFree=1527136/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=1834148 CPUtime=2.98
/proc/30979/stat : 30979 (java) S 30977 30979 30869 0 -1 0 32296 0 44 0 276 22 0 0 18 0 12 0 136136296 1878167552 32076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30979/statm: 458537 32076 1294 9 0 456149 0
[pid=30979/tid=30981] ppid=30977 vsize=1834148 CPUtime=2.73
/proc/30979/task/30981/stat : 30981 (java) R 30977 30979 30869 0 -1 64 31076 0 15 0 255 18 0 0 25 0 12 0 136136306 1878167552 32076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490083 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30982] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30982/stat : 30982 (java) S 30977 30979 30869 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 136136317 1878167552 32076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30983] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30983/stat : 30983 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 136136317 1878167552 32076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30984] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30984/stat : 30984 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 136136321 1878167552 32076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30985] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30985/stat : 30985 (java) S 30977 30979 30869 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 136136322 1878167552 32076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30986] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30986/stat : 30986 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 136136322 1878167552 32076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30987] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30987/stat : 30987 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 136136329 1878167552 32076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30988] ppid=30977 vsize=1834148 CPUtime=0.09
/proc/30979/task/30988/stat : 30988 (java) S 30977 30979 30869 0 -1 64 324 0 0 0 9 0 0 0 17 0 12 0 136136329 1878167552 32076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30989] ppid=30977 vsize=1834148 CPUtime=0.1
/proc/30979/task/30989/stat : 30989 (java) S 30977 30979 30869 0 -1 64 206 0 0 0 10 0 0 0 16 0 12 0 136136329 1878167552 32076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30990] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30990/stat : 30990 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 136136329 1878167552 32076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30991] ppid=30977 vsize=1834148 CPUtime=0
/proc/30979/task/30991/stat : 30991 (java) S 30977 30979 30869 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 136136329 1878167552 32076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1834148

[startup+6.3022 s]
/proc/loadavg: 0.97 1.01 0.99 2/90 30992
/proc/meminfo: memFree=1478936/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=1834844 CPUtime=6.56
/proc/30979/stat : 30979 (java) S 30977 30979 30869 0 -1 0 37526 0 44 0 631 25 0 0 18 0 13 0 136136296 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30979/statm: 458711 35883 1313 9 0 456323 0
[pid=30979/tid=30981] ppid=30977 vsize=1834844 CPUtime=5.78
/proc/30979/task/30981/stat : 30981 (java) R 30977 30979 30869 0 -1 64 34725 0 15 0 558 20 0 0 25 0 13 0 136136306 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109590154 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30982] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30982/stat : 30982 (java) S 30977 30979 30869 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 136136317 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30983] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30983/stat : 30983 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 136136317 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30984] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30984/stat : 30984 (java) S 30977 30979 30869 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136136321 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30985] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30985/stat : 30985 (java) S 30977 30979 30869 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 136136322 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30986] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30986/stat : 30986 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 136136322 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30987] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30987/stat : 30987 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 136136329 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30988] ppid=30977 vsize=1834844 CPUtime=0.43
/proc/30979/task/30988/stat : 30988 (java) S 30977 30979 30869 0 -1 64 1643 0 0 0 43 0 0 0 16 0 13 0 136136329 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30989] ppid=30977 vsize=1834844 CPUtime=0.28
/proc/30979/task/30989/stat : 30989 (java) S 30977 30979 30869 0 -1 64 463 0 0 0 28 0 0 0 16 0 13 0 136136329 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30990] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30990/stat : 30990 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136136329 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30991] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30991/stat : 30991 (java) S 30977 30979 30869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136136329 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30992] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30992/stat : 30992 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 136136647 1878880256 35883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 1834844

[startup+12.7026 s]
/proc/loadavg: 0.97 1.01 0.99 2/90 30992
/proc/meminfo: memFree=1479384/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=1834844 CPUtime=12.96
/proc/30979/stat : 30979 (java) S 30977 30979 30869 0 -1 0 37631 0 44 0 1271 25 0 0 18 0 13 0 136136296 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30979/statm: 458711 35988 1313 9 0 456323 0
[pid=30979/tid=30981] ppid=30977 vsize=1834844 CPUtime=12.17
/proc/30979/task/30981/stat : 30981 (java) R 30977 30979 30869 0 -1 64 34830 0 15 0 1197 20 0 0 25 0 13 0 136136306 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109559626 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30982] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30982/stat : 30982 (java) S 30977 30979 30869 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 136136317 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30983] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30983/stat : 30983 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 136136317 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30984] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30984/stat : 30984 (java) S 30977 30979 30869 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136136321 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30985] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30985/stat : 30985 (java) S 30977 30979 30869 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 136136322 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30986] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30986/stat : 30986 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 136136322 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30987] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30987/stat : 30987 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 136136329 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30988] ppid=30977 vsize=1834844 CPUtime=0.44
/proc/30979/task/30988/stat : 30988 (java) S 30977 30979 30869 0 -1 64 1643 0 0 0 44 0 0 0 16 0 13 0 136136329 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30989] ppid=30977 vsize=1834844 CPUtime=0.29
/proc/30979/task/30989/stat : 30989 (java) S 30977 30979 30869 0 -1 64 463 0 0 0 29 0 0 0 16 0 13 0 136136329 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30990] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30990/stat : 30990 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136136329 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30991] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30991/stat : 30991 (java) S 30977 30979 30869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136136329 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30992] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30992/stat : 30992 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 136136647 1878880256 35988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.96
Current children cumulated vsize (KiB) 1834844

[startup+25.5013 s]
/proc/loadavg: 0.98 1.00 0.99 2/90 30992
/proc/meminfo: memFree=1478936/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=1834844 CPUtime=25.79
/proc/30979/stat : 30979 (java) S 30977 30979 30869 0 -1 0 37804 0 44 0 2554 25 0 0 18 0 13 0 136136296 1878880256 36161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30979/statm: 458711 36161 1316 9 0 456323 0
[pid=30979/tid=30981] ppid=30977 vsize=1834844 CPUtime=24.96
/proc/30979/task/30981/stat : 30981 (java) R 30977 30979 30869 0 -1 64 34995 0 15 0 2475 21 0 0 25 0 13 0 136136306 1878880256 36161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109632143 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30982] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30982/stat : 30982 (java) S 30977 30979 30869 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 136136317 1878880256 36161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30983] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30983/stat : 30983 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 136136317 1878880256 36161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30984] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30984/stat : 30984 (java) S 30977 30979 30869 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136136321 1878880256 36161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30985] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30985/stat : 30985 (java) S 30977 30979 30869 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 136136322 1878880256 36161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=30979] ppid=30977 vsize=1834844 CPUtime=51.41
/proc/30979/stat : 30979 (java) S 30977 30979 30869 0 -1 0 38301 0 44 0 5115 26 0 0 18 0 13 0 136136296 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30979/statm: 458711 36656 1316 9 0 456323 0
[pid=30979/tid=30981] ppid=30977 vsize=1834844 CPUtime=50.52
/proc/30979/task/30981/stat : 30981 (java) R 30977 30979 30869 0 -1 64 35489 0 15 0 5031 21 0 0 25 0 13 0 136136306 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109559522 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30982] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30982/stat : 30982 (java) S 30977 30979 30869 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 136136317 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30983] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30983/stat : 30983 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 136136317 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30984] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30984/stat : 30984 (java) S 30977 30979 30869 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136136321 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30985] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30985/stat : 30985 (java) S 30977 30979 30869 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 136136322 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30986] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30986/stat : 30986 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 136136322 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30987] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30987/stat : 30987 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 136136329 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30988] ppid=30977 vsize=1834844 CPUtime=0.49
/proc/30979/task/30988/stat : 30988 (java) S 30977 30979 30869 0 -1 64 1645 0 0 0 49 0 0 0 17 0 13 0 136136329 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30989] ppid=30977 vsize=1834844 CPUtime=0.34
/proc/30979/task/30989/stat : 30989 (java) S 30977 30979 30869 0 -1 64 472 0 0 0 34 0 0 0 16 0 13 0 136136329 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30990] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30990/stat : 30990 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136136329 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30991] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30991/stat : 30991 (java) S 30977 30979 30869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136136329 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30992] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30992/stat : 30992 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 136136647 1878880256 36656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.41
Current children cumulated vsize (KiB) 1834844

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/90 30992
/proc/meminfo: memFree=1470872/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=1834844 CPUtime=102.63
/proc/30979/stat : 30979 (java) S 30977 30979 30869 0 -1 0 39814 0 44 0 10234 29 0 0 18 0 13 0 136136296 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30979/statm: 458711 38167 1317 9 0 456323 0
[pid=30979/tid=30981] ppid=30977 vsize=1834844 CPUtime=101.67
/proc/30979/task/30981/stat : 30981 (java) R 30977 30979 30869 0 -1 64 36994 0 15 0 10143 24 0 0 25 0 13 0 136136306 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109622737 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30982] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30982/stat : 30982 (java) S 30977 30979 30869 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 136136317 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30983] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30983/stat : 30983 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 136136317 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30984] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30984/stat : 30984 (java) S 30977 30979 30869 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136136321 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30985] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30985/stat : 30985 (java) S 30977 30979 30869 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 136136322 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30986] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30986/stat : 30986 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 136136322 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30987] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30987/stat : 30987 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 136136329 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30988] ppid=30977 vsize=1834844 CPUtime=0.52
/proc/30979/task/30988/stat : 30988 (java) S 30977 30979 30869 0 -1 64 1647 0 0 0 52 0 0 0 16 0 13 0 136136329 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30989] ppid=30977 vsize=1834844 CPUtime=0.37
/proc/30979/task/30989/stat : 30989 (java) S 30977 30979 30869 0 -1 64 478 0 0 0 37 0 0 0 17 0 13 0 136136329 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30990] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30990/stat : 30990 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136136329 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30991] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30991/stat : 30991 (java) S 30977 30979 30869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136136329 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30992] ppid=30977 vsize=1834844 CPUtime=0
/proc/30979/task/30992/stat : 30992 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 136136647 1878880256 38167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.63
Current children cumulated vsize (KiB) 1834844



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+155.107 s]
/proc/loadavg: 0.99 1.00 0.99 3/90 30992
/proc/meminfo: memFree=1408600/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=1845092 CPUtime=155.76
/proc/30979/stat : 30979 (java) S 30977 30979 30869 0 -1 0 58061 0 44 0 15538 38 0 0 18 0 13 0 136136296 1889374208 53777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30979/statm: 461273 53778 1322 9 0 458885 0
[pid=30979/tid=30981] ppid=30977 vsize=1845092 CPUtime=154.09
/proc/30979/task/30981/stat : 30981 (java) S 30977 30979 30869 0 -1 64 38822 0 15 0 15383 26 0 0 25 0 13 0 136136306 1889374208 53780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30982] ppid=30977 vsize=1845092 CPUtime=0.34
/proc/30979/task/30982/stat : 30982 (java) R 30977 30979 30869 0 -1 64 10681 0 0 0 30 4 0 0 19 0 13 0 136136317 1889374208 53781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30983] ppid=30977 vsize=1845092 CPUtime=0.35
/proc/30979/task/30983/stat : 30983 (java) R 30977 30979 30869 0 -1 64 5746 0 0 0 33 2 0 0 19 0 13 0 136136317 1889374208 53782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30984] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30984/stat : 30984 (java) S 30977 30979 30869 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 136136321 1889374208 53783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30985] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30985/stat : 30985 (java) S 30977 30979 30869 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 136136322 1889374208 53784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30986] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30986/stat : 30986 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 136136322 1889374208 53785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30987] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30987/stat : 30987 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 136136329 1889374208 53786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30988] ppid=30977 vsize=1845092 CPUtime=0.52
/proc/30979/task/30988/stat : 30988 (java) S 30977 30979 30869 0 -1 64 1647 0 0 0 52 0 0 0 16 0 13 0 136136329 1889374208 53787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30989] ppid=30977 vsize=1845092 CPUtime=0.37
/proc/30979/task/30989/stat : 30989 (java) S 30977 30979 30869 0 -1 64 478 0 0 0 37 0 0 0 17 0 13 0 136136329 1889374208 53788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30990] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30990/stat : 30990 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136136329 1889374208 53790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30991] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30991/stat : 30991 (java) S 30977 30979 30869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136136329 1889374208 53791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30992] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30992/stat : 30992 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 136136647 1889374208 53792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 155.76
Current children cumulated vsize (KiB) 1845092

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

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

[startup+155.403 s]
/proc/loadavg: 0.99 1.00 0.99 3/90 30992
/proc/meminfo: memFree=1408600/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=1845092 CPUtime=156.34
/proc/30979/stat : 30979 (java) S 30977 30979 30869 0 -1 0 66911 0 44 0 15592 42 0 0 16 0 13 0 136136296 1889374208 61524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30979/statm: 461273 61525 1322 9 0 458885 0
[pid=30979/tid=30981] ppid=30977 vsize=1845092 CPUtime=154.09
/proc/30979/task/30981/stat : 30981 (java) S 30977 30979 30869 0 -1 64 38822 0 15 0 15383 26 0 0 25 0 13 0 136136306 1889374208 61525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30982] ppid=30977 vsize=1845092 CPUtime=0.64
/proc/30979/task/30982/stat : 30982 (java) R 30977 30979 30869 0 -1 64 17401 0 0 0 57 7 0 0 22 0 13 0 136136317 1889374208 61526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30983] ppid=30977 vsize=1845092 CPUtime=0.65
/proc/30979/task/30983/stat : 30983 (java) R 30977 30979 30869 0 -1 64 7873 0 0 0 61 4 0 0 22 0 13 0 136136317 1889374208 61527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30984] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30984/stat : 30984 (java) S 30977 30979 30869 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 136136321 1889374208 61527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30985] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30985/stat : 30985 (java) S 30977 30979 30869 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 136136322 1889374208 61528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30986] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30986/stat : 30986 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 136136322 1889374208 61530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30987] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30987/stat : 30987 (java) S 30977 30979 30869 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136136329 1889374208 61530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30988] ppid=30977 vsize=1845092 CPUtime=0.52
/proc/30979/task/30988/stat : 30988 (java) S 30977 30979 30869 0 -1 64 1647 0 0 0 52 0 0 0 16 0 13 0 136136329 1889374208 61530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30989] ppid=30977 vsize=1845092 CPUtime=0.37
/proc/30979/task/30989/stat : 30989 (java) S 30977 30979 30869 0 -1 64 478 0 0 0 37 0 0 0 17 0 13 0 136136329 1889374208 61531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30990] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30990/stat : 30990 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136136329 1889374208 61532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30991] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30991/stat : 30991 (java) S 30977 30979 30869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136136329 1889374208 61532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30992] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30992/stat : 30992 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 136136647 1889374208 61533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.34
Current children cumulated vsize (KiB) 1845092

[startup+155.802 s]
/proc/loadavg: 0.99 1.00 0.99 3/90 30992
/proc/meminfo: memFree=1408600/2055920 swapFree=4156188/4192956
[pid=30979] ppid=30977 vsize=1845092 CPUtime=157.14
/proc/30979/stat : 30979 (java) S 30977 30979 30869 0 -1 0 79069 0 44 0 15666 48 0 0 16 0 13 0 136136296 1889374208 72311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30979/statm: 461273 72312 1322 9 0 458885 0
[pid=30979/tid=30981] ppid=30977 vsize=1845092 CPUtime=154.09
/proc/30979/task/30981/stat : 30981 (java) S 30977 30979 30869 0 -1 64 38822 0 15 0 15383 26 0 0 25 0 13 0 136136306 1889374208 72313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30982] ppid=30977 vsize=1845092 CPUtime=1.03
/proc/30979/task/30982/stat : 30982 (java) R 30977 30979 30869 0 -1 64 23890 0 0 0 93 10 0 0 25 0 13 0 136136317 1889374208 72314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105378203 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30983] ppid=30977 vsize=1845092 CPUtime=1.04
/proc/30979/task/30983/stat : 30983 (java) R 30977 30979 30869 0 -1 64 13544 0 0 0 98 6 0 0 25 0 13 0 136136317 1889374208 72316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30984] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30984/stat : 30984 (java) S 30977 30979 30869 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 136136321 1889374208 72317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30985] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30985/stat : 30985 (java) S 30977 30979 30869 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 136136322 1889374208 72317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30986] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30986/stat : 30986 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 136136322 1889374208 72318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30987] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30987/stat : 30987 (java) S 30977 30979 30869 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136136329 1889374208 72319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30988] ppid=30977 vsize=1845092 CPUtime=0.52
/proc/30979/task/30988/stat : 30988 (java) S 30977 30979 30869 0 -1 64 1647 0 0 0 52 0 0 0 16 0 13 0 136136329 1889374208 72320 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30979/tid=30989] ppid=30977 vsize=1845092 CPUtime=0.37
/proc/30979/task/30989/stat : 30989 (java) S 30977 30979 30869 0 -1 64 478 0 0 0 37 0 0 0 17 0 13 0 136136329 1889374208 72321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30990] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30990/stat : 30990 (java) S 30977 30979 30869 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136136329 1889374208 72322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30991] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30991/stat : 30991 (java) S 30977 30979 30869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136136329 1889374208 72323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30979/tid=30992] ppid=30977 vsize=1845092 CPUtime=0
/proc/30979/task/30992/stat : 30992 (java) S 30977 30979 30869 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 136136647 1889374208 72323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.14
Current children cumulated vsize (KiB) 1845092

Child status: 143
Real time (s): 155.899
CPU time (s): 157.289
CPU user time (s): 156.755
CPU system time (s): 0.533918
CPU usage (%): 100.892
Max. virtual memory (cumulated for all children) (KiB): 1845092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.755
system time used= 0.533918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80040
page faults= 44
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3968
involuntary context switches= 3621

runsolver used 0.160975 second user time and 0.422935 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Wed Apr 18 07:43:05 UTC 2007

IDJOB= 313292
IDBENCH= 20363
IDSOLVER= 96
FILE ID= node13/313292-1176882184

PBS_JOBID= 4595111

Free space on /tmp= 66324 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-sat/dated-10-17-s.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313292-1176882184/sat4j-sat2007.jar /tmp/evaluation/313292-1176882184/instance-313292-1176882184.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-313292-1176882184 -o ROOT/results/node13/solver-313292-1176882184 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313292-1176882184/sat4j-sat2007.jar /tmp/evaluation/313292-1176882184/instance-313292-1176882184.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  334ef674dc213d40fc569890874cc7af

RANDOM SEED= 855610682

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
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.259
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:       1628952 kB
Buffers:         26976 kB
Cached:         331100 kB
SwapCached:      15992 kB
Active:         165748 kB
Inactive:       218700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628952 kB
SwapTotal:     4192956 kB
SwapFree:      4156188 kB
Dirty:           20788 kB
Writeback:           0 kB
Mapped:          30028 kB
Slab:            27928 kB
Committed_AS:  6531944 kB
PageTables:       1872 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= 66324 MiB

End job on node13 on Wed Apr 18 07:45:42 UTC 2007