Trace number 312692

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) 55.1626 53.7055

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-5-17-s.cnf
MD5SUMcd6cb5ea01688ce5beec6e625055ac90
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 variables252328
Number of clauses1189896
Sum of the clauses size2752826
Maximum clause length10
Minimum clause length1
Number of clauses of size 118837
Number of clauses of size 2919648
Number of clauses of size 3204591
Number of clauses of size 45200
Number of clauses of size 520800
Number of clauses of size over 520820

Solver Data (download as text)

0.13/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.31	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.31	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.32	c version SAT COMPETITION 2007
0.13/0.32	c sun.arch.data.model	32
0.13/0.32	c java.version	1.6.0
0.13/0.32	c os.name	Linux
0.13/0.32	c os.version	2.6.9-22.EL.rootsmp
0.13/0.32	c os.arch	i386
0.13/0.32	c Free memory 1703279312
0.13/0.32	c Max memory 1706164224
0.13/0.32	c Total memory 1706164224
0.13/0.32	c Number of processors 2
0.13/0.38	c --- Begin Solver configuration ---
0.13/0.38	c Stops conflict analysis at the first Unique Implication Point
0.13/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.13/0.38	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.13/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.38	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.38	c Expensive reason simplification
0.13/0.38	c --- End Solver configuration ---
0.13/0.38	c timeout: 2147483s
0.13/0.38	c solving /tmp/evaluation/312692-1176858275/instance-312692-1176858275.cnf
0.13/0.38	c reading problem ... 
3.34/3.49	c ... done. Wall clock time 3.115s.
3.34/3.49	c CPU time (experimental) 3.21s.
3.34/3.49	c #vars     252328
3.34/3.49	c #constraints  1169811
55.01/53.64	c starts		: 10
55.01/53.64	c conflicts		: 10012
55.01/53.64	c decisions		: 76032
55.01/53.64	c propagations		: 34995459
55.01/53.64	c inspects		: 98435593
55.01/53.64	c learnt literals	: 112
55.01/53.64	c learnt binary clauses	: 841
55.01/53.64	c learnt ternary clauses	: 1073
55.01/53.64	c learnt clauses	: 9900
55.01/53.64	c root simplifications	: 0
55.01/53.64	c removed literals (reason simplification)	: 57186
55.01/53.64	c reason swapping (by a shorter reason)	: 0
55.01/53.64	c Calls to reduceDB	: 0
55.01/53.64	c speed (decisions/second)	: 1518.3624563155265
55.01/53.64	c non guided choices	1425
55.01/53.64	s UNKNOWN
55.01/53.64	c Total wall clock time (in seconds) : 53.263
55.01/53.64	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/node47/watcher-312692-1176858275 -o ROOT/results/node47/solver-312692-1176858275 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312692-1176858275/sat4j-sat2007.jar /tmp/evaluation/312692-1176858275/instance-312692-1176858275.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.91 0.95 0.96 2/77 1975
/proc/meminfo: memFree=1740104/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=18568 CPUtime=0
/proc/1975/stat : 1975 (runsolver) R 1973 1975 907 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 40672889 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 208717540647 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1975/statm: 4642 292 257 24 0 2626 0

[startup+0.0918989 s]
/proc/loadavg: 0.91 0.95 0.96 2/77 1975
/proc/meminfo: memFree=1740104/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=11916 CPUtime=0
/proc/1975/stat : 1975 (java) D 1973 1975 907 0 -1 0 345 0 11 0 0 0 0 0 18 0 1 0 40672889 12201984 165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 10519460 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/1975/statm: 2979 165 127 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11916

[startup+0.101964 s]
/proc/loadavg: 0.91 0.95 0.96 2/77 1975
/proc/meminfo: memFree=1740104/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=12056 CPUtime=0
/proc/1975/stat : 1975 (java) D 1973 1975 907 0 -1 0 603 0 12 0 0 0 0 0 18 0 1 0 40672889 12345344 423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4160542228 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/1975/statm: 3014 423 141 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.301923 s]
/proc/loadavg: 0.91 0.95 0.96 2/77 1975
/proc/meminfo: memFree=1740104/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=1831644 CPUtime=0.13
/proc/1975/stat : 1975 (java) S 1973 1975 907 0 -1 0 4189 0 38 0 8 5 0 0 18 0 12 0 40672889 1875603456 3968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1975/statm: 457911 3968 1134 9 0 455530 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1831644

[startup+0.70196 s]
/proc/loadavg: 0.91 0.95 0.96 2/77 1975
/proc/meminfo: memFree=1740104/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=1834224 CPUtime=0.64
/proc/1975/stat : 1975 (java) S 1973 1975 907 0 -1 0 10751 0 38 0 56 8 0 0 18 0 12 0 40672889 1878245376 10522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1975/statm: 458556 10523 1290 9 0 456168 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 1834224

[startup+1.50205 s]
/proc/loadavg: 0.91 0.95 0.96 2/89 1988
/proc/meminfo: memFree=1671592/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=1834224 CPUtime=1.44
/proc/1975/stat : 1975 (java) S 1973 1975 907 0 -1 0 22451 0 38 0 131 13 0 0 18 0 12 0 40672889 1878245376 22221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1975/statm: 458556 22222 1290 9 0 456168 0
[pid=1975/tid=1977] ppid=1973 vsize=1834224 CPUtime=1.22
/proc/1975/task/1977/stat : 1977 (java) R 1973 1975 907 0 -1 64 21172 0 13 0 111 11 0 0 19 0 12 0 40672902 1878245376 22222 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109516002 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1978] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1978/stat : 1978 (java) S 1973 1975 907 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 40672907 1878245376 22222 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1979] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1979/stat : 1979 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 40672907 1878245376 22222 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1980] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1980/stat : 1980 (java) S 1973 1975 907 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 40672911 1878245376 22222 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1981] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1981/stat : 1981 (java) S 1973 1975 907 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 40672912 1878245376 22223 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1983] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1983/stat : 1983 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 40672912 1878245376 22223 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1984] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1984/stat : 1984 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 40672915 1878245376 22224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1985] ppid=1973 vsize=1834224 CPUtime=0.09
/proc/1975/task/1985/stat : 1985 (java) S 1973 1975 907 0 -1 64 349 0 0 0 9 0 0 0 16 0 12 0 40672915 1878245376 22225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1986] ppid=1973 vsize=1834224 CPUtime=0.1
/proc/1975/task/1986/stat : 1986 (java) S 1973 1975 907 0 -1 64 235 0 0 0 10 0 0 0 16 0 12 0 40672915 1878245376 22225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1987] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1987/stat : 1987 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 40672915 1878245376 22226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1988] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1988/stat : 1988 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 40672915 1878245376 22226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 1834224

[startup+3.10222 s]
/proc/loadavg: 0.91 0.95 0.96 2/89 1988
/proc/meminfo: memFree=1634920/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=1834224 CPUtime=3.04
/proc/1975/stat : 1975 (java) S 1973 1975 907 0 -1 0 33935 0 38 0 285 19 0 0 18 0 12 0 40672889 1878245376 33705 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1975/statm: 458556 33706 1294 9 0 456168 0
[pid=1975/tid=1977] ppid=1973 vsize=1834224 CPUtime=2.82
/proc/1975/task/1977/stat : 1977 (java) R 1973 1975 907 0 -1 64 32656 0 13 0 265 17 0 0 25 0 12 0 40672902 1878245376 33706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109500410 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1978] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1978/stat : 1978 (java) S 1973 1975 907 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 40672907 1878245376 33706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1979] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1979/stat : 1979 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 40672907 1878245376 33706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1980] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1980/stat : 1980 (java) S 1973 1975 907 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 40672911 1878245376 33707 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1981] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1981/stat : 1981 (java) S 1973 1975 907 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 40672912 1878245376 33707 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1983] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1983/stat : 1983 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 40672912 1878245376 33707 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1984] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1984/stat : 1984 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 40672915 1878245376 33707 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1985] ppid=1973 vsize=1834224 CPUtime=0.09
/proc/1975/task/1985/stat : 1985 (java) S 1973 1975 907 0 -1 64 349 0 0 0 9 0 0 0 17 0 12 0 40672915 1878245376 33708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1986] ppid=1973 vsize=1834224 CPUtime=0.11
/proc/1975/task/1986/stat : 1986 (java) S 1973 1975 907 0 -1 64 235 0 0 0 11 0 0 0 16 0 12 0 40672915 1878245376 33708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1987] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1987/stat : 1987 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 40672915 1878245376 33708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1988] ppid=1973 vsize=1834224 CPUtime=0
/proc/1975/task/1988/stat : 1988 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 40672915 1878245376 33708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 1834224

[startup+6.30157 s]
/proc/loadavg: 0.92 0.95 0.96 2/90 1989
/proc/meminfo: memFree=1579488/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=1836968 CPUtime=6.57
/proc/1975/stat : 1975 (java) S 1973 1975 907 0 -1 0 40625 0 38 0 633 24 0 0 18 0 13 0 40672889 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1975/statm: 459242 39361 1313 9 0 456854 0
[pid=1975/tid=1977] ppid=1973 vsize=1836968 CPUtime=5.82
/proc/1975/task/1977/stat : 1977 (java) R 1973 1975 907 0 -1 64 37725 0 13 0 561 21 0 0 25 0 13 0 40672902 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109555264 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1978] ppid=1973 vsize=1836968 CPUtime=0
/proc/1975/task/1978/stat : 1978 (java) S 1973 1975 907 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40672907 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1979] ppid=1973 vsize=1836968 CPUtime=0
/proc/1975/task/1979/stat : 1979 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40672907 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1980] ppid=1973 vsize=1836968 CPUtime=0
/proc/1975/task/1980/stat : 1980 (java) S 1973 1975 907 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40672911 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1981] ppid=1973 vsize=1836968 CPUtime=0
/proc/1975/task/1981/stat : 1981 (java) S 1973 1975 907 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40672912 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1983] ppid=1973 vsize=1836968 CPUtime=0
/proc/1975/task/1983/stat : 1983 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40672912 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1984] ppid=1973 vsize=1836968 CPUtime=0
/proc/1975/task/1984/stat : 1984 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 40672915 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1985] ppid=1973 vsize=1836968 CPUtime=0.37
/proc/1975/task/1985/stat : 1985 (java) S 1973 1975 907 0 -1 64 1421 0 0 0 37 0 0 0 16 0 13 0 40672915 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1986] ppid=1973 vsize=1836968 CPUtime=0.34
/proc/1975/task/1986/stat : 1986 (java) S 1973 1975 907 0 -1 64 779 0 0 0 34 0 0 0 16 0 13 0 40672915 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1987] ppid=1973 vsize=1836968 CPUtime=0
/proc/1975/task/1987/stat : 1987 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40672915 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1988] ppid=1973 vsize=1836968 CPUtime=0
/proc/1975/task/1988/stat : 1988 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40672915 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1989] ppid=1973 vsize=1836968 CPUtime=0
/proc/1975/task/1989/stat : 1989 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40673258 1881055232 39361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 1836968

[startup+12.7023 s]
/proc/loadavg: 0.93 0.95 0.96 2/90 1989
/proc/meminfo: memFree=1579616/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=1835488 CPUtime=13.03
/proc/1975/stat : 1975 (java) S 1973 1975 907 0 -1 0 40888 0 38 0 1278 25 0 0 18 0 13 0 40672889 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1975/statm: 458872 39279 1316 9 0 456484 0
[pid=1975/tid=1977] ppid=1973 vsize=1835488 CPUtime=12.2
/proc/1975/task/1977/stat : 1977 (java) R 1973 1975 907 0 -1 64 37831 0 13 0 1199 21 0 0 25 0 13 0 40672902 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109547122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1978] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1978/stat : 1978 (java) S 1973 1975 907 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40672907 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1979] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1979/stat : 1979 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40672907 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1980] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1980/stat : 1980 (java) S 1973 1975 907 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40672911 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1981] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1981/stat : 1981 (java) S 1973 1975 907 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40672912 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1983] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1983/stat : 1983 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40672912 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1984] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1984/stat : 1984 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 40672915 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1985] ppid=1973 vsize=1835488 CPUtime=0.43
/proc/1975/task/1985/stat : 1985 (java) S 1973 1975 907 0 -1 64 1572 0 0 0 42 1 0 0 17 0 13 0 40672915 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1986] ppid=1973 vsize=1835488 CPUtime=0.37
/proc/1975/task/1986/stat : 1986 (java) S 1973 1975 907 0 -1 64 785 0 0 0 37 0 0 0 17 0 13 0 40672915 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1987] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1987/stat : 1987 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40672915 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1988] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1988/stat : 1988 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40672915 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1989] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1989/stat : 1989 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40673258 1879539712 39279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.03
Current children cumulated vsize (KiB) 1835488

[startup+25.5027 s]
/proc/loadavg: 0.94 0.96 0.96 2/90 1989
/proc/meminfo: memFree=1579040/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=1835488 CPUtime=25.84
/proc/1975/stat : 1975 (java) S 1973 1975 907 0 -1 0 41223 0 38 0 2558 26 0 0 18 0 13 0 40672889 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1975/statm: 458872 39504 1316 9 0 456484 0
[pid=1975/tid=1977] ppid=1973 vsize=1835488 CPUtime=24.99
/proc/1975/task/1977/stat : 1977 (java) R 1973 1975 907 0 -1 64 38165 0 13 0 2477 22 0 0 25 0 13 0 40672902 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109558718 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1978] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1978/stat : 1978 (java) S 1973 1975 907 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40672907 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1979] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1979/stat : 1979 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40672907 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1980] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1980/stat : 1980 (java) S 1973 1975 907 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40672911 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1981] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1981/stat : 1981 (java) S 1973 1975 907 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40672912 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1983] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1983/stat : 1983 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40672912 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1984] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1984/stat : 1984 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 40672915 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1985] ppid=1973 vsize=1835488 CPUtime=0.43
/proc/1975/task/1985/stat : 1985 (java) S 1973 1975 907 0 -1 64 1572 0 0 0 42 1 0 0 17 0 13 0 40672915 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1986] ppid=1973 vsize=1835488 CPUtime=0.38
/proc/1975/task/1986/stat : 1986 (java) S 1973 1975 907 0 -1 64 786 0 0 0 38 0 0 0 16 0 13 0 40672915 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1987] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1987/stat : 1987 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40672915 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1988] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1988/stat : 1988 (java) R 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40672915 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1989] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1989/stat : 1989 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40673258 1879539712 39504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.84
Current children cumulated vsize (KiB) 1835488

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.96 2/90 1989
/proc/meminfo: memFree=1576544/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=1835488 CPUtime=51.42
/proc/1975/stat : 1975 (java) S 1973 1975 907 0 -1 0 41830 0 38 0 5115 27 0 0 18 0 13 0 40672889 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1975/statm: 458872 40111 1316 9 0 456484 0
[pid=1975/tid=1977] ppid=1973 vsize=1835488 CPUtime=50.57
/proc/1975/task/1977/stat : 1977 (java) R 1973 1975 907 0 -1 64 38772 0 13 0 5033 24 0 0 25 0 13 0 40672902 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109609293 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1978] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1978/stat : 1978 (java) S 1973 1975 907 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40672907 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1979] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1979/stat : 1979 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40672907 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1980] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1980/stat : 1980 (java) S 1973 1975 907 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40672911 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1981] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1981/stat : 1981 (java) S 1973 1975 907 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40672912 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1983] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1983/stat : 1983 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40672912 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1984] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1984/stat : 1984 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 40672915 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1985] ppid=1973 vsize=1835488 CPUtime=0.44
/proc/1975/task/1985/stat : 1985 (java) S 1973 1975 907 0 -1 64 1572 0 0 0 43 1 0 0 16 0 13 0 40672915 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1986] ppid=1973 vsize=1835488 CPUtime=0.38
/proc/1975/task/1986/stat : 1986 (java) S 1973 1975 907 0 -1 64 786 0 0 0 38 0 0 0 16 0 13 0 40672915 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1987] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1987/stat : 1987 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40672915 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1988] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1988/stat : 1988 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40672915 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1989] ppid=1973 vsize=1835488 CPUtime=0
/proc/1975/task/1989/stat : 1989 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40673258 1879539712 40111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.42
Current children cumulated vsize (KiB) 1835488



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+52.8066 s]
/proc/loadavg: 1.04 0.98 0.96 3/90 1989
/proc/meminfo: memFree=1528096/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=1845736 CPUtime=53.43
/proc/1975/stat : 1975 (java) S 1973 1975 907 0 -1 0 56419 0 38 0 5308 35 0 0 18 0 13 0 40672889 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1975/statm: 461434 52181 1321 9 0 459046 0
[pid=1975/tid=1977] ppid=1973 vsize=1845736 CPUtime=51.99
/proc/1975/task/1977/stat : 1977 (java) S 1973 1975 907 0 -1 64 38811 0 13 0 5175 24 0 0 25 0 13 0 40672902 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1978] ppid=1973 vsize=1845736 CPUtime=0.27
/proc/1975/task/1978/stat : 1978 (java) R 1973 1975 907 0 -1 64 9239 0 0 0 23 4 0 0 19 0 13 0 40672907 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1979] ppid=1973 vsize=1845736 CPUtime=0.29
/proc/1975/task/1979/stat : 1979 (java) R 1973 1975 907 0 -1 64 5312 0 0 0 26 3 0 0 19 0 13 0 40672907 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1980] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1980/stat : 1980 (java) S 1973 1975 907 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 40672911 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1981] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1981/stat : 1981 (java) S 1973 1975 907 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40672912 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1983] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1983/stat : 1983 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40672912 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1984] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1984/stat : 1984 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 40672915 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1985] ppid=1973 vsize=1845736 CPUtime=0.45
/proc/1975/task/1985/stat : 1985 (java) S 1973 1975 907 0 -1 64 1572 0 0 0 44 1 0 0 16 0 13 0 40672915 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1986] ppid=1973 vsize=1845736 CPUtime=0.39
/proc/1975/task/1986/stat : 1986 (java) S 1973 1975 907 0 -1 64 788 0 0 0 39 0 0 0 16 0 13 0 40672915 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1987] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1987/stat : 1987 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40672915 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1988] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1988/stat : 1988 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40672915 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1989] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1989/stat : 1989 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40673258 1890033664 52181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.43
Current children cumulated vsize (KiB) 1845736

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

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

[startup+53.4027 s]
/proc/loadavg: 1.04 0.98 0.96 3/90 1989
/proc/meminfo: memFree=1528096/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=1845736 CPUtime=54.61
/proc/1975/stat : 1975 (java) S 1973 1975 907 0 -1 0 74849 0 38 0 5417 44 0 0 16 0 13 0 40672889 1890033664 68517 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1975/statm: 461434 68518 1321 9 0 459046 0
[pid=1975/tid=1977] ppid=1973 vsize=1845736 CPUtime=51.99
/proc/1975/task/1977/stat : 1977 (java) S 1973 1975 907 0 -1 64 38811 0 13 0 5175 24 0 0 25 0 13 0 40672902 1890033664 68519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1978] ppid=1973 vsize=1845736 CPUtime=0.86
/proc/1975/task/1978/stat : 1978 (java) R 1973 1975 907 0 -1 64 23121 0 0 0 75 11 0 0 24 0 13 0 40672907 1890033664 68520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1979] ppid=1973 vsize=1845736 CPUtime=0.87
/proc/1975/task/1979/stat : 1979 (java) R 1973 1975 907 0 -1 64 9863 0 0 0 82 5 0 0 24 0 13 0 40672907 1890033664 68521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1980] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1980/stat : 1980 (java) S 1973 1975 907 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 40672911 1890033664 68522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1981] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1981/stat : 1981 (java) S 1973 1975 907 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40672912 1890033664 68522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1983] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1983/stat : 1983 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40672912 1890033664 68523 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1984] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1984/stat : 1984 (java) S 1973 1975 907 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40672915 1890033664 68524 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1985] ppid=1973 vsize=1845736 CPUtime=0.45
/proc/1975/task/1985/stat : 1985 (java) S 1973 1975 907 0 -1 64 1572 0 0 0 44 1 0 0 16 0 13 0 40672915 1890033664 68525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1986] ppid=1973 vsize=1845736 CPUtime=0.39
/proc/1975/task/1986/stat : 1986 (java) S 1973 1975 907 0 -1 64 788 0 0 0 39 0 0 0 16 0 13 0 40672915 1890033664 68526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1987] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1987/stat : 1987 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40672915 1890033664 68527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1988] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1988/stat : 1988 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40672915 1890033664 68528 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1989] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1989/stat : 1989 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40673258 1890033664 68529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.61
Current children cumulated vsize (KiB) 1845736

[startup+53.6027 s]
/proc/loadavg: 1.04 0.98 0.96 3/90 1989
/proc/meminfo: memFree=1528096/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=1845736 CPUtime=55.01
/proc/1975/stat : 1975 (java) S 1973 1975 907 0 -1 0 79675 0 38 0 5456 45 0 0 16 0 13 0 40672889 1890033664 72142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1975/statm: 461434 72143 1321 9 0 459046 0
[pid=1975/tid=1977] ppid=1973 vsize=1845736 CPUtime=51.99
/proc/1975/task/1977/stat : 1977 (java) S 1973 1975 907 0 -1 64 38811 0 13 0 5175 24 0 0 25 0 13 0 40672902 1890033664 72144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1978] ppid=1973 vsize=1845736 CPUtime=1.06
/proc/1975/task/1978/stat : 1978 (java) R 1973 1975 907 0 -1 64 24624 0 0 0 95 11 0 0 25 0 13 0 40672907 1890033664 72145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1979] ppid=1973 vsize=1845736 CPUtime=1.07
/proc/1975/task/1979/stat : 1979 (java) R 1973 1975 907 0 -1 64 13186 0 0 0 101 6 0 0 25 0 13 0 40672907 1890033664 72146 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1975/tid=1980] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1980/stat : 1980 (java) S 1973 1975 907 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 40672911 1890033664 72147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1981] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1981/stat : 1981 (java) S 1973 1975 907 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40672912 1890033664 72147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1983] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1983/stat : 1983 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40672912 1890033664 72148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1984] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1984/stat : 1984 (java) S 1973 1975 907 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40672915 1890033664 72149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1985] ppid=1973 vsize=1845736 CPUtime=0.45
/proc/1975/task/1985/stat : 1985 (java) S 1973 1975 907 0 -1 64 1572 0 0 0 44 1 0 0 16 0 13 0 40672915 1890033664 72150 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1986] ppid=1973 vsize=1845736 CPUtime=0.39
/proc/1975/task/1986/stat : 1986 (java) S 1973 1975 907 0 -1 64 788 0 0 0 39 0 0 0 16 0 13 0 40672915 1890033664 72151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1987] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1987/stat : 1987 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40672915 1890033664 72152 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1988] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1988/stat : 1988 (java) S 1973 1975 907 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40672915 1890033664 72152 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1975/tid=1989] ppid=1973 vsize=1845736 CPUtime=0
/proc/1975/task/1989/stat : 1989 (java) S 1973 1975 907 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40673258 1890033664 72153 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.01
Current children cumulated vsize (KiB) 1845736

[startup+53.7031 s]
/proc/loadavg: 1.04 0.98 0.96 3/90 1989
/proc/meminfo: memFree=1528096/2055920 swapFree=4183732/4192956
[pid=1975] ppid=1973 vsize=0 CPUtime=55.15
/proc/1975/stat : 1975 (java) Z 1973 1975 907 0 -1 1036 80718 0 38 0 5465 50 0 0 16 0 2 0 40672889 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1975/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 55.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 53.7055
CPU time (s): 55.1626
CPU user time (s): 54.6547
CPU system time (s): 0.507922
CPU usage (%): 102.713
Max. virtual memory (cumulated for all children) (KiB): 1845736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.6547
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80718
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1657
involuntary context switches= 1627

runsolver used 0.055991 second user time and 0.162975 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Wed Apr 18 01:04:35 UTC 2007

IDJOB= 312692
IDBENCH= 20348
IDSOLVER= 96
FILE ID= node47/312692-1176858275

PBS_JOBID= 4590237

Free space on /tmp= 66505 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  cd6cb5ea01688ce5beec6e625055ac90

RANDOM SEED= 159118080

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.221
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.221
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:       1740576 kB
Buffers:         34368 kB
Cached:         187276 kB
SwapCached:       2960 kB
Active:         149540 kB
Inactive:       120808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740576 kB
SwapTotal:     4192956 kB
SwapFree:      4183732 kB
Dirty:           22772 kB
Writeback:           0 kB
Mapped:          63500 kB
Slab:            30520 kB
Committed_AS:  2550632 kB
PageTables:       1776 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= 66505 MiB

End job on node47 on Wed Apr 18 01:05:30 UTC 2007