Trace number 211308

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
SAT4JCSP-CACHED 1.7 RC BF3? (MO) 126.703 114.988

General information on the benchmark

NamepseudoSeries/ttp/
circ-10-3.xml
MD5SUM0e55a6b21f60962d919e77257912f16e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.3613
SatisfiableYES
(Un)Satisfiability was proved
Number of variables2700
Number of constraints43070
Maximum constraint arity36
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43070
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3 CACHED
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/211308-1168206988/unknown.xml
0.21	c reading problem ... 
0.37	c reading problem named ?
0.38	c reading domains done.
0.38	c reading variables
c reading variables (2700) done.
1.09	c reading predicates 
c reading relations (24) done.
1.62	c reading constraintsc starts		: 0
114.83	c conflicts		: 0
114.83	c decisions		: 0
114.83	c propagations		: 0
114.83	c inspects		: 0
114.83	c learnt literals	: 0
114.83	c learnt binary clauses	: 0
114.83	c learnt ternary clauses	: 0
114.83	c learnt clauses	: 0
114.83	c root simplifications	: 0
114.83	c removed literals (reason simplification)	: 0
114.83	c reason swapping (by a shorter reason)	: 0
114.83	c Calls to reduceDB	: 0
114.83	c speed (decisions/second)	: 0.0
114.83	c non guided choices	0
114.83	s UNKNOWN
114.83	c Total wall clock time (in seconds) : 114.619
114.83	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node4/watcher-211308-1168206988 -o ROOT/results/node4/solver-211308-1168206988 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/211308-1168206988/sat4jCSP-bf3-cached.jar /tmp/evaluation/211308-1168206988/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 0.99 0.99 4/78 30197
/proc/meminfo: memFree=1544752/2055920 swapFree=4182144/4192956
[pid=30196] ppid=30194 vsize=164 CPUtime=0
/proc/30196/stat : 30196 (java) R 30194 30196 29508 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 169094420 167936 10 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10581120 0 0 4096 0 0 0 0 17 1 0 0
/proc/30196/statm: 43 18 13 14 0 3 0

[startup+0.103963 s]
/proc/loadavg: 0.92 0.99 0.99 4/78 30197
/proc/meminfo: memFree=1544752/2055920 swapFree=4182144/4192956
[pid=30196] ppid=30194 vsize=902324 CPUtime=0.09
/proc/30196/stat : 30196 (java) R 30194 30196 29508 0 -1 0 3371 0 1 0 7 2 0 0 24 0 12 0 169094420 923979776 3131 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10791082 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30196/statm: 225581 3131 1574 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902324

[startup+0.516004 s]
/proc/loadavg: 0.92 0.99 0.99 4/78 30197
/proc/meminfo: memFree=1544752/2055920 swapFree=4182144/4192956
[pid=30196] ppid=30194 vsize=906040 CPUtime=0.68
/proc/30196/stat : 30196 (java) R 30194 30196 29508 0 -1 0 6188 0 1 0 65 3 0 0 25 0 12 0 169094420 927784960 5750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053846274 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30196/statm: 226510 5750 2295 14 0 212947 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 906040

[startup+1.34308 s]
/proc/loadavg: 0.92 0.99 0.99 4/89 30208
/proc/meminfo: memFree=1524824/2055920 swapFree=4182144/4192956
[pid=30196] ppid=30194 vsize=907836 CPUtime=2.23
/proc/30196/stat : 30196 (java) R 30194 30196 29508 0 -1 0 9079 0 1 0 219 4 0 0 21 0 12 0 169094420 929624064 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153246366 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30196/statm: 226959 7612 2428 14 0 213396 0
[pid=30196/tid=30198] ppid=30194 vsize=907836 CPUtime=0
/proc/30196/task/30198/stat : 30198 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 169094423 929624064 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30199] ppid=30194 vsize=907836 CPUtime=0
/proc/30196/task/30199/stat : 30199 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 169094423 929624064 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30200] ppid=30194 vsize=907836 CPUtime=0
/proc/30196/task/30200/stat : 30200 (java) S 30194 30196 29508 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 169094425 929624064 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30201] ppid=30194 vsize=907836 CPUtime=0
/proc/30196/task/30201/stat : 30201 (java) S 30194 30196 29508 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 169094426 929624064 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30202] ppid=30194 vsize=907836 CPUtime=0
/proc/30196/task/30202/stat : 30202 (java) S 30194 30196 29508 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 169094426 929624064 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30203] ppid=30194 vsize=907836 CPUtime=0
/proc/30196/task/30203/stat : 30203 (java) S 30194 30196 29508 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169094429 929624064 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30204] ppid=30194 vsize=907836 CPUtime=0
/proc/30196/task/30204/stat : 30204 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169094429 929624064 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30205] ppid=30194 vsize=907836 CPUtime=0.56
/proc/30196/task/30205/stat : 30205 (java) S 30194 30196 29508 0 -1 64 1041 0 0 0 56 0 0 0 19 0 12 0 169094429 929624064 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30206] ppid=30194 vsize=907836 CPUtime=0.61
/proc/30196/task/30206/stat : 30206 (java) S 30194 30196 29508 0 -1 64 1530 0 0 0 61 0 0 0 19 0 12 0 169094429 929624064 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30207] ppid=30194 vsize=907836 CPUtime=0
/proc/30196/task/30207/stat : 30207 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169094429 929624064 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30208] ppid=30194 vsize=907836 CPUtime=0
/proc/30196/task/30208/stat : 30208 (java) S 30194 30196 29508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169094429 929624064 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 907836

[startup+2.98024 s]
/proc/loadavg: 0.92 0.99 0.99 3/89 30208
/proc/meminfo: memFree=1507992/2055920 swapFree=4182144/4192956
[pid=30196] ppid=30194 vsize=917476 CPUtime=5.3
/proc/30196/stat : 30196 (java) R 30194 30196 29508 0 -1 0 25182 0 1 0 518 12 0 0 18 0 12 0 169094420 939495424 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054553846 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30196/statm: 229369 20765 2486 14 0 215806 0
[pid=30196/tid=30198] ppid=30194 vsize=917476 CPUtime=0
/proc/30196/task/30198/stat : 30198 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 169094423 939495424 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30199] ppid=30194 vsize=917476 CPUtime=0
/proc/30196/task/30199/stat : 30199 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 169094423 939495424 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30200] ppid=30194 vsize=917476 CPUtime=0
/proc/30196/task/30200/stat : 30200 (java) S 30194 30196 29508 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 169094425 939495424 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30201] ppid=30194 vsize=917476 CPUtime=0
/proc/30196/task/30201/stat : 30201 (java) S 30194 30196 29508 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 169094426 939495424 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30202] ppid=30194 vsize=917476 CPUtime=0
/proc/30196/task/30202/stat : 30202 (java) S 30194 30196 29508 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 169094426 939495424 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30203] ppid=30194 vsize=917476 CPUtime=0
/proc/30196/task/30203/stat : 30203 (java) S 30194 30196 29508 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169094429 939495424 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30204] ppid=30194 vsize=917476 CPUtime=0
/proc/30196/task/30204/stat : 30204 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169094429 939495424 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30205] ppid=30194 vsize=917476 CPUtime=1.95
/proc/30196/task/30205/stat : 30205 (java) S 30194 30196 29508 0 -1 64 6335 0 0 0 192 3 0 0 18 0 12 0 169094429 939495424 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30206] ppid=30194 vsize=917476 CPUtime=0.86
/proc/30196/task/30206/stat : 30206 (java) S 30194 30196 29508 0 -1 64 1658 0 0 0 86 0 0 0 16 0 12 0 169094429 939495424 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30207] ppid=30194 vsize=917476 CPUtime=0
/proc/30196/task/30207/stat : 30207 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169094429 939495424 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30208] ppid=30194 vsize=917476 CPUtime=0
/proc/30196/task/30208/stat : 30208 (java) S 30194 30196 29508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169094429 939495424 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 917476

[startup+6.27155 s]
/proc/loadavg: 0.93 0.99 0.99 2/89 30208
/proc/meminfo: memFree=1404824/2055920 swapFree=4182144/4192956
[pid=30196] ppid=30194 vsize=919820 CPUtime=9.28
/proc/30196/stat : 30196 (java) R 30194 30196 29508 0 -1 0 42611 0 1 0 905 23 0 0 18 0 12 0 169094420 941895680 37702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054458615 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30196/statm: 229955 37702 2490 14 0 216392 0
[pid=30196/tid=30198] ppid=30194 vsize=919820 CPUtime=0.4
/proc/30196/task/30198/stat : 30198 (java) S 30194 30196 29508 0 -1 64 4812 0 0 0 36 4 0 0 16 0 12 0 169094423 941895680 37702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30199] ppid=30194 vsize=919820 CPUtime=0.4
/proc/30196/task/30199/stat : 30199 (java) S 30194 30196 29508 0 -1 64 9045 0 0 0 36 4 0 0 16 0 12 0 169094423 941895680 37702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30200] ppid=30194 vsize=919820 CPUtime=0
/proc/30196/task/30200/stat : 30200 (java) S 30194 30196 29508 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 169094425 941895680 37702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30201] ppid=30194 vsize=919820 CPUtime=0
/proc/30196/task/30201/stat : 30201 (java) S 30194 30196 29508 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169094426 941895680 37702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30202] ppid=30194 vsize=919820 CPUtime=0
/proc/30196/task/30202/stat : 30202 (java) S 30194 30196 29508 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169094426 941895680 37702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30203] ppid=30194 vsize=919820 CPUtime=0
/proc/30196/task/30203/stat : 30203 (java) S 30194 30196 29508 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169094429 941895680 37702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30204] ppid=30194 vsize=919820 CPUtime=0
/proc/30196/task/30204/stat : 30204 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169094429 941895680 37702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30205] ppid=30194 vsize=919820 CPUtime=1.99
/proc/30196/task/30205/stat : 30205 (java) S 30194 30196 29508 0 -1 64 6336 0 0 0 196 3 0 0 16 0 12 0 169094429 941895680 37702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30206] ppid=30194 vsize=919820 CPUtime=1.14
/proc/30196/task/30206/stat : 30206 (java) S 30194 30196 29508 0 -1 64 2286 0 0 0 114 0 0 0 18 0 12 0 169094429 941895680 37702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30207] ppid=30194 vsize=919820 CPUtime=0
/proc/30196/task/30207/stat : 30207 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169094429 941895680 37702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30208] ppid=30194 vsize=919820 CPUtime=0
/proc/30196/task/30208/stat : 30208 (java) S 30194 30196 29508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169094429 941895680 37702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 919820

[startup+12.7642 s]
/proc/loadavg: 0.93 0.99 0.99 2/89 30208
/proc/meminfo: memFree=1316056/2055920 swapFree=4182144/4192956
[pid=30196] ppid=30194 vsize=919276 CPUtime=16.78
/proc/30196/stat : 30196 (java) R 30194 30196 29508 0 -1 0 67550 0 1 0 1643 35 0 0 17 0 12 0 169094420 941338624 60785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054432438 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30196/statm: 229819 60785 2494 14 0 216256 0
[pid=30196/tid=30198] ppid=30194 vsize=919276 CPUtime=1.33
/proc/30196/task/30198/stat : 30198 (java) S 30194 30196 29508 0 -1 64 15561 0 0 0 123 10 0 0 16 0 12 0 169094423 941338624 60785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30199] ppid=30194 vsize=919276 CPUtime=1.33
/proc/30196/task/30199/stat : 30199 (java) S 30194 30196 29508 0 -1 64 23211 0 0 0 123 10 0 0 16 0 12 0 169094423 941338624 60785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30200] ppid=30194 vsize=919276 CPUtime=0
/proc/30196/task/30200/stat : 30200 (java) S 30194 30196 29508 0 -1 64 14 0 0 0 0 0 0 0 17 0 12 0 169094425 941338624 60785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30201] ppid=30194 vsize=919276 CPUtime=0
/proc/30196/task/30201/stat : 30201 (java) S 30194 30196 29508 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169094426 941338624 60785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30202] ppid=30194 vsize=919276 CPUtime=0
/proc/30196/task/30202/stat : 30202 (java) S 30194 30196 29508 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169094426 941338624 60785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30203] ppid=30194 vsize=919276 CPUtime=0
/proc/30196/task/30203/stat : 30203 (java) S 30194 30196 29508 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169094429 941338624 60785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30204] ppid=30194 vsize=919276 CPUtime=0
/proc/30196/task/30204/stat : 30204 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 169094429 941338624 60785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30205] ppid=30194 vsize=919276 CPUtime=2.09
/proc/30196/task/30205/stat : 30205 (java) S 30194 30196 29508 0 -1 64 6336 0 0 0 206 3 0 0 16 0 12 0 169094429 941338624 60785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30206] ppid=30194 vsize=919276 CPUtime=1.2
/proc/30196/task/30206/stat : 30206 (java) S 30194 30196 29508 0 -1 64 2290 0 0 0 120 0 0 0 16 0 12 0 169094429 941338624 60785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30207] ppid=30194 vsize=919276 CPUtime=0
/proc/30196/task/30207/stat : 30207 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169094429 941338624 60785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30208] ppid=30194 vsize=919276 CPUtime=0
/proc/30196/task/30208/stat : 30208 (java) S 30194 30196 29508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169094429 941338624 60785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.78
Current children cumulated vsize (KiB) 919276

[startup+25.6654 s]
/proc/loadavg: 1.03 1.01 1.00 2/89 30208
/proc/meminfo: memFree=1166232/2055920 swapFree=4182144/4192956
[pid=30196] ppid=30194 vsize=919372 CPUtime=31.06
/proc/30196/stat : 30196 (java) R 30194 30196 29508 0 -1 0 106922 0 1 0 3049 57 0 0 20 0 12 0 169094420 941436928 98183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054450672 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30196/statm: 229843 98183 2494 14 0 216280 0
[pid=30196/tid=30198] ppid=30194 vsize=919372 CPUtime=2.73
/proc/30196/task/30198/stat : 30198 (java) S 30194 30196 29508 0 -1 64 33507 0 0 0 252 21 0 0 16 0 12 0 169094423 941436928 98183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30199] ppid=30194 vsize=919372 CPUtime=2.76
/proc/30196/task/30199/stat : 30199 (java) S 30194 30196 29508 0 -1 64 44601 0 0 0 256 20 0 0 15 0 12 0 169094423 941436928 98183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30200] ppid=30194 vsize=919372 CPUtime=0.01
/proc/30196/task/30200/stat : 30200 (java) S 30194 30196 29508 0 -1 64 23 0 0 0 1 0 0 0 16 0 12 0 169094425 941436928 98183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30201] ppid=30194 vsize=919372 CPUtime=0
/proc/30196/task/30201/stat : 30201 (java) S 30194 30196 29508 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169094426 941436928 98183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30202] ppid=30194 vsize=919372 CPUtime=0
/proc/30196/task/30202/stat : 30202 (java) S 30194 30196 29508 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169094426 941436928 98183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30203] ppid=30194 vsize=919372 CPUtime=0
/proc/30196/task/30203/stat : 30203 (java) S 30194 30196 29508 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169094429 941436928 98183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30204] ppid=30194 vsize=919372 CPUtime=0
/proc/30196/task/30204/stat : 30204 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 169094429 941436928 98183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30205] ppid=30194 vsize=919372 CPUtime=2.09
/proc/30196/task/30205/stat : 30205 (java) S 30194 30196 29508 0 -1 64 6336 0 0 0 206 3 0 0 16 0 12 0 169094429 941436928 98183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30206] ppid=30194 vsize=919372 CPUtime=1.2
/proc/30196/task/30206/stat : 30206 (java) S 30194 30196 29508 0 -1 64 2290 0 0 0 120 0 0 0 16 0 12 0 169094429 941436928 98183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30207] ppid=30194 vsize=919372 CPUtime=0
/proc/30196/task/30207/stat : 30207 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169094429 941436928 98183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30208] ppid=30194 vsize=919372 CPUtime=0
/proc/30196/task/30208/stat : 30208 (java) S 30194 30196 29508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169094429 941436928 98183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.06
Current children cumulated vsize (KiB) 919372

[startup+51.3139 s]
/proc/loadavg: 1.02 1.01 1.00 2/89 30208
/proc/meminfo: memFree=819096/2055920 swapFree=4182144/4192956
[pid=30196] ppid=30194 vsize=920376 CPUtime=59.81
/proc/30196/stat : 30196 (java) S 30194 30196 29508 0 -1 0 199180 0 1 0 5874 107 0 0 22 0 12 0 169094420 942465024 184683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30196/statm: 230094 184683 2494 14 0 216531 0
[pid=30196/tid=30198] ppid=30194 vsize=920376 CPUtime=5.95
/proc/30196/task/30198/stat : 30198 (java) S 30194 30196 29508 0 -1 64 79916 0 0 0 547 48 0 0 16 0 12 0 169094423 942465024 184683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30199] ppid=30194 vsize=920376 CPUtime=6.04
/proc/30196/task/30199/stat : 30199 (java) S 30194 30196 29508 0 -1 64 90252 0 0 0 561 43 0 0 16 0 12 0 169094423 942465024 184683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30200] ppid=30194 vsize=920376 CPUtime=0.12
/proc/30196/task/30200/stat : 30200 (java) R 30194 30196 29508 0 -1 64 167 0 0 0 11 1 0 0 16 0 12 0 169094425 942465024 184683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152681618 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30201] ppid=30194 vsize=920376 CPUtime=0
/proc/30196/task/30201/stat : 30201 (java) S 30194 30196 29508 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169094426 942465024 184683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30202] ppid=30194 vsize=920376 CPUtime=0
/proc/30196/task/30202/stat : 30202 (java) S 30194 30196 29508 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169094426 942465024 184683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30203] ppid=30194 vsize=920376 CPUtime=0
/proc/30196/task/30203/stat : 30203 (java) S 30194 30196 29508 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169094429 942465024 184683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30204] ppid=30194 vsize=920376 CPUtime=0
/proc/30196/task/30204/stat : 30204 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 169094429 942465024 184683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30205] ppid=30194 vsize=920376 CPUtime=2.09
/proc/30196/task/30205/stat : 30205 (java) S 30194 30196 29508 0 -1 64 6336 0 0 0 206 3 0 0 16 0 12 0 169094429 942465024 184683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30206] ppid=30194 vsize=920376 CPUtime=1.2
/proc/30196/task/30206/stat : 30206 (java) S 30194 30196 29508 0 -1 64 2290 0 0 0 120 0 0 0 16 0 12 0 169094429 942465024 184683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30207] ppid=30194 vsize=920376 CPUtime=0
/proc/30196/task/30207/stat : 30207 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169094429 942465024 184683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30208] ppid=30194 vsize=920376 CPUtime=0
/proc/30196/task/30208/stat : 30208 (java) S 30194 30196 29508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169094429 942465024 184683 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.81
Current children cumulated vsize (KiB) 920376

[startup+102.566 s]
/proc/loadavg: 1.09 1.03 1.01 2/89 30208
/proc/meminfo: memFree=804184/2055920 swapFree=4182144/4192956
[pid=30196] ppid=30194 vsize=920376 CPUtime=114.27
/proc/30196/stat : 30196 (java) S 30194 30196 29508 0 -1 0 206270 0 1 0 11309 118 0 0 25 0 12 0 169094420 942465024 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30196/statm: 230094 187446 2495 14 0 216531 0
[pid=30196/tid=30198] ppid=30194 vsize=920376 CPUtime=9.21
/proc/30196/task/30198/stat : 30198 (java) S 30194 30196 29508 0 -1 64 80962 0 0 0 870 51 0 0 16 0 12 0 169094423 942465024 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30199] ppid=30194 vsize=920376 CPUtime=9.32
/proc/30196/task/30199/stat : 30199 (java) S 30194 30196 29508 0 -1 64 91417 0 0 0 885 47 0 0 16 0 12 0 169094423 942465024 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30200] ppid=30194 vsize=920376 CPUtime=21.68
/proc/30196/task/30200/stat : 30200 (java) R 30194 30196 29508 0 -1 64 4979 0 0 0 2164 4 0 0 16 0 12 0 169094425 942465024 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30201] ppid=30194 vsize=920376 CPUtime=0
/proc/30196/task/30201/stat : 30201 (java) S 30194 30196 29508 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169094426 942465024 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30202] ppid=30194 vsize=920376 CPUtime=0
/proc/30196/task/30202/stat : 30202 (java) S 30194 30196 29508 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169094426 942465024 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30203] ppid=30194 vsize=920376 CPUtime=0
/proc/30196/task/30203/stat : 30203 (java) S 30194 30196 29508 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169094429 942465024 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30204] ppid=30194 vsize=920376 CPUtime=0
/proc/30196/task/30204/stat : 30204 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 169094429 942465024 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30205] ppid=30194 vsize=920376 CPUtime=2.09
/proc/30196/task/30205/stat : 30205 (java) S 30194 30196 29508 0 -1 64 6336 0 0 0 206 3 0 0 16 0 12 0 169094429 942465024 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30206] ppid=30194 vsize=920376 CPUtime=1.23
/proc/30196/task/30206/stat : 30206 (java) S 30194 30196 29508 0 -1 64 2290 0 0 0 123 0 0 0 16 0 12 0 169094429 942465024 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30207] ppid=30194 vsize=920376 CPUtime=0
/proc/30196/task/30207/stat : 30207 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169094429 942465024 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30208] ppid=30194 vsize=920376 CPUtime=0
/proc/30196/task/30208/stat : 30208 (java) S 30194 30196 29508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169094429 942465024 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 114.27
Current children cumulated vsize (KiB) 920376



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+113.58 s]
/proc/loadavg: 1.07 1.03 1.01 2/89 30208
/proc/meminfo: memFree=800728/2055920 swapFree=4182144/4192956
[pid=30196] ppid=30194 vsize=931380 CPUtime=125.29
/proc/30196/stat : 30196 (java) S 30194 30196 29508 0 -1 0 209737 0 1 0 12409 120 0 0 18 0 12 0 169094420 953733120 188571 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30196/statm: 232845 188577 2495 14 0 219282 0
[pid=30196/tid=30198] ppid=30194 vsize=931380 CPUtime=9.21
/proc/30196/task/30198/stat : 30198 (java) S 30194 30196 29508 0 -1 64 80962 0 0 0 870 51 0 0 16 0 12 0 169094423 953733120 188590 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30199] ppid=30194 vsize=931380 CPUtime=9.32
/proc/30196/task/30199/stat : 30199 (java) S 30194 30196 29508 0 -1 64 91417 0 0 0 885 47 0 0 16 0 12 0 169094423 953733120 188597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30200] ppid=30194 vsize=931380 CPUtime=31.46
/proc/30196/task/30200/stat : 30200 (java) R 30194 30196 29508 0 -1 64 8474 0 0 0 3140 6 0 0 17 0 12 0 169094425 953733120 188604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152608600 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30201] ppid=30194 vsize=931380 CPUtime=0
/proc/30196/task/30201/stat : 30201 (java) S 30194 30196 29508 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169094426 953733120 188612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30202] ppid=30194 vsize=931380 CPUtime=0
/proc/30196/task/30202/stat : 30202 (java) S 30194 30196 29508 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169094426 953733120 188619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30203] ppid=30194 vsize=931380 CPUtime=0
/proc/30196/task/30203/stat : 30203 (java) S 30194 30196 29508 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169094429 953733120 188626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30204] ppid=30194 vsize=931380 CPUtime=0
/proc/30196/task/30204/stat : 30204 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 169094429 953733120 188633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30196/tid=30205] ppid=30194 vsize=931380 CPUtime=2.09
/proc/30196/task/30205/stat : 30205 (java) S 30194 30196 29508 0 -1 64 6336 0 0 0 206 3 0 0 16 0 12 0 169094429 953733120 188640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30206] ppid=30194 vsize=931380 CPUtime=1.23
/proc/30196/task/30206/stat : 30206 (java) S 30194 30196 29508 0 -1 64 2290 0 0 0 123 0 0 0 16 0 12 0 169094429 953733120 188648 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30207] ppid=30194 vsize=931380 CPUtime=0
/proc/30196/task/30207/stat : 30207 (java) S 30194 30196 29508 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169094429 953733120 188656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30196/tid=30208] ppid=30194 vsize=931380 CPUtime=0
/proc/30196/task/30208/stat : 30208 (java) S 30194 30196 29508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169094429 953733120 188662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 125.29
Current children cumulated vsize (KiB) 931380

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

Child status: 143
Real time (s): 114.988
CPU time (s): 126.703
CPU user time (s): 125.362
CPU system time (s): 1.3408
CPU usage (%): 110.187
Max. virtual memory (cumulated for all children) (KiB): 935376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.362
system time used= 1.3408
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213507
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4652
involuntary context switches= 4675

runsolver used 0.110983 s user time and 0.330949 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Jan  7 21:56:29 UTC 2007


IDJOB= 211308
IDBENCH= 4684
FILE ID= node4/211308-1168206988

PBS_JOBID= 3480566

Free space on /tmp= 66299 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ttp/circ-10-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/211308-1168206988/sat4jCSP-bf3-cached.jar /tmp/evaluation/211308-1168206988/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-211308-1168206988 -o ROOT/results/node4/solver-211308-1168206988 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/211308-1168206988/sat4jCSP-bf3-cached.jar /tmp/evaluation/211308-1168206988/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  0e55a6b21f60962d919e77257912f16e

RANDOM SEED= 591008741

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.223
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.223
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:       1545296 kB
Buffers:         61092 kB
Cached:         358464 kB
SwapCached:       2520 kB
Active:         201584 kB
Inactive:       255008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545296 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:           11328 kB
Writeback:           0 kB
Mapped:          46476 kB
Slab:            39320 kB
Committed_AS:  4458524 kB
PageTables:       2012 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= 66299 MiB



End job on node4 on Sun Jan  7 21:58:24 UTC 2007