Trace number 216233

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 1.7 RC BF3? (MO) 163.242 162.787

General information on the benchmark

NamepseudoSeries/ppp/
ppp-1-11-19-21.xml
MD5SUMc6c6f910320bb57891b536d9eff7e0af
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables4602
Number of constraints30353
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30353
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18	c version CSP COMPETITION BUGFIX 3
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_10
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 722620888
0.18	c Max memory 723845120
0.18	c Total memory 723845120
0.18	c Number of processors 2
0.27	c --- Begin Solver configuration ---
0.27	c Stops conflict analysis at the first Unique Implication Point
0.27	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.27	c Learn all clauses as in MiniSAT
0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving /tmp/evaluation/216233-1168239242/unknown.xml
0.27	c reading problem ... 
0.54	c reading problem named ?
0.54	c reading domains done.
0.54	c reading variables
c reading variables (4602) done.
2.54	c reading predicates 
c reading relations (12) done.
3.01	c reading constraintsc starts		: 0
162.63	c conflicts		: 0
162.63	c decisions		: 0
162.63	c propagations		: 0
162.63	c inspects		: 0
162.63	c learnt literals	: 0
162.63	c learnt binary clauses	: 0
162.63	c learnt ternary clauses	: 0
162.63	c learnt clauses	: 0
162.63	c root simplifications	: 0
162.63	c removed literals (reason simplification)	: 0
162.63	c reason swapping (by a shorter reason)	: 0
162.63	c Calls to reduceDB	: 0
162.63	c speed (decisions/second)	: 0.0
162.63	c non guided choices	0
162.63	s UNKNOWN
162.63	c Total wall clock time (in seconds) : 162.361
162.63	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/node30/watcher-216233-1168239242 -o ROOT/results/node30/solver-216233-1168239242 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/216233-1168239242/sat4jCSP-bf3.jar /tmp/evaluation/216233-1168239242/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: 2.03 1.96 1.57 4/87 7112
/proc/meminfo: memFree=906528/2055920 swapFree=4191880/4192956
[pid=7111] ppid=7109 vsize=1784 CPUtime=0
/proc/7111/stat : 7111 (java) D 7109 7111 7053 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 172318195 1826816 137 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/7111/statm: 446 137 102 14 0 91 0

[startup+0.103429 s]
/proc/loadavg: 2.03 1.96 1.57 4/87 7112
/proc/meminfo: memFree=906528/2055920 swapFree=4191880/4192956
[pid=7111] ppid=7109 vsize=897120 CPUtime=0.07
/proc/7111/stat : 7111 (java) R 7109 7111 7053 0 -1 0 3162 0 1 0 6 1 0 0 16 0 6 0 172318195 918650880 2922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155215351 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/7111/statm: 224280 2922 1494 14 0 211300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 897120

[startup+0.511455 s]
/proc/loadavg: 2.03 1.96 1.57 4/87 7112
/proc/meminfo: memFree=906528/2055920 swapFree=4191880/4192956
[pid=7111] ppid=7109 vsize=905236 CPUtime=0.48
/proc/7111/stat : 7111 (java) R 7109 7111 7053 0 -1 0 5823 0 1 0 44 4 0 0 19 0 12 0 172318195 926961664 5418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7111/statm: 226309 5418 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905236

[startup+1.33455 s]
/proc/loadavg: 2.19 2.00 1.59 4/98 7123
/proc/meminfo: memFree=892296/2055920 swapFree=4191880/4192956
[pid=7111] ppid=7109 vsize=906328 CPUtime=1.29
/proc/7111/stat : 7111 (java) R 7109 7111 7053 0 -1 0 6967 0 1 0 125 4 0 0 22 0 12 0 172318195 928079872 6036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7111/statm: 226582 6036 2306 14 0 213019 0
[pid=7111/tid=7113] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7113/stat : 7113 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 172318199 928079872 6036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7114] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7114/stat : 7114 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 172318199 928079872 6036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7115] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7115/stat : 7115 (java) S 7109 7111 7053 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 172318202 928079872 6036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7116] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7116/stat : 7116 (java) S 7109 7111 7053 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 172318202 928079872 6036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7117] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7117/stat : 7117 (java) S 7109 7111 7053 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 172318202 928079872 6036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7118] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7118/stat : 7118 (java) S 7109 7111 7053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 172318206 928079872 6036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7119] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7119/stat : 7119 (java) S 7109 7111 7053 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 172318206 928079872 6036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7120] ppid=7109 vsize=906328 CPUtime=0.38
/proc/7111/task/7120/stat : 7120 (java) R 7109 7111 7053 0 -1 64 1022 0 0 0 38 0 0 0 16 0 12 0 172318206 928079872 6036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154372879 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7121] ppid=7109 vsize=906328 CPUtime=0.22
/proc/7111/task/7121/stat : 7121 (java) S 7109 7111 7053 0 -1 64 689 0 0 0 22 0 0 0 16 0 12 0 172318206 928079872 6036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7122] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7122/stat : 7122 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 172318206 928079872 6036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7123] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7123/stat : 7123 (java) S 7109 7111 7053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 172318206 928079872 6036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 906328

[startup+2.98761 s]
/proc/loadavg: 2.19 2.00 1.59 3/98 7123
/proc/meminfo: memFree=888456/2055920 swapFree=4191880/4192956
[pid=7111] ppid=7109 vsize=906328 CPUtime=2.9
/proc/7111/stat : 7111 (java) R 7109 7111 7053 0 -1 0 10441 0 1 0 284 6 0 0 18 0 12 0 172318195 928079872 8278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7111/statm: 226582 8278 2466 14 0 213019 0
[pid=7111/tid=7113] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7113/stat : 7113 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 172318199 928079872 8278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7114] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7114/stat : 7114 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 172318199 928079872 8278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7115] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7115/stat : 7115 (java) S 7109 7111 7053 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 172318202 928079872 8278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7116] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7116/stat : 7116 (java) S 7109 7111 7053 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 172318202 928079872 8278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7117] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7117/stat : 7117 (java) S 7109 7111 7053 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 172318202 928079872 8278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7118] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7118/stat : 7118 (java) S 7109 7111 7053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 172318206 928079872 8278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7119] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7119/stat : 7119 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 172318206 928079872 8278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7120] ppid=7109 vsize=906328 CPUtime=0.89
/proc/7111/task/7120/stat : 7120 (java) R 7109 7111 7053 0 -1 64 2010 0 0 0 89 0 0 0 16 0 12 0 172318206 928079872 8278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154498305 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7121] ppid=7109 vsize=906328 CPUtime=0.62
/proc/7111/task/7121/stat : 7121 (java) S 7109 7111 7053 0 -1 64 1014 0 0 0 62 0 0 0 16 0 12 0 172318206 928079872 8278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7122] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7122/stat : 7122 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 172318206 928079872 8278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7123] ppid=7109 vsize=906328 CPUtime=0
/proc/7111/task/7123/stat : 7123 (java) S 7109 7111 7053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 172318206 928079872 8278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 906328

[startup+6.28182 s]
/proc/loadavg: 2.17 2.00 1.59 3/98 7123
/proc/meminfo: memFree=819784/2055920 swapFree=4191880/4192956
[pid=7111] ppid=7109 vsize=911004 CPUtime=6.16
/proc/7111/stat : 7111 (java) R 7109 7111 7053 0 -1 0 29723 0 1 0 601 15 0 0 25 0 12 0 172318195 932868096 26898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054481847 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7111/statm: 227751 26898 2483 14 0 214188 0
[pid=7111/tid=7113] ppid=7109 vsize=911004 CPUtime=0.06
/proc/7111/task/7113/stat : 7113 (java) S 7109 7111 7053 0 -1 64 2502 0 0 0 6 0 0 0 17 0 12 0 172318199 932868096 26898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7114] ppid=7109 vsize=911004 CPUtime=0.06
/proc/7111/task/7114/stat : 7114 (java) S 7109 7111 7053 0 -1 64 2277 0 0 0 6 0 0 0 17 0 12 0 172318199 932868096 26898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7115] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7115/stat : 7115 (java) S 7109 7111 7053 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 172318202 932868096 26898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7116] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7116/stat : 7116 (java) S 7109 7111 7053 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 172318202 932868096 26898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7117] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7117/stat : 7117 (java) S 7109 7111 7053 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 172318202 932868096 26898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7118] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7118/stat : 7118 (java) S 7109 7111 7053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 172318206 932868096 26898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7119] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7119/stat : 7119 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 172318206 932868096 26898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7120] ppid=7109 vsize=911004 CPUtime=1.39
/proc/7111/task/7120/stat : 7120 (java) S 7109 7111 7053 0 -1 64 3542 0 0 0 138 1 0 0 16 0 12 0 172318206 932868096 26898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7121] ppid=7109 vsize=911004 CPUtime=0.86
/proc/7111/task/7121/stat : 7121 (java) S 7109 7111 7053 0 -1 64 1327 0 0 0 86 0 0 0 16 0 12 0 172318206 932868096 26898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7122] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7122/stat : 7122 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 172318206 932868096 26898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7123] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7123/stat : 7123 (java) S 7109 7111 7053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 172318206 932868096 26898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 911004

[startup+12.6872 s]
/proc/loadavg: 2.16 2.00 1.59 3/98 7123
/proc/meminfo: memFree=773200/2055920 swapFree=4191880/4192956
[pid=7111] ppid=7109 vsize=911004 CPUtime=12.67
/proc/7111/stat : 7111 (java) R 7109 7111 7053 0 -1 0 39082 0 1 0 1247 20 0 0 25 0 12 0 172318195 932868096 35708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054460840 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7111/statm: 227751 35708 2483 14 0 214188 0
[pid=7111/tid=7113] ppid=7109 vsize=911004 CPUtime=0.43
/proc/7111/task/7113/stat : 7113 (java) S 7109 7111 7053 0 -1 64 8029 0 0 0 40 3 0 0 16 0 12 0 172318199 932868096 35708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7111/tid=7114] ppid=7109 vsize=911004 CPUtime=0.4
/proc/7111/task/7114/stat : 7114 (java) S 7109 7111 7053 0 -1 64 6101 0 0 0 38 2 0 0 16 0 12 0 172318199 932868096 35708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7115] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7115/stat : 7115 (java) S 7109 7111 7053 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 172318202 932868096 35708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7116] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7116/stat : 7116 (java) S 7109 7111 7053 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 172318202 932868096 35708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7117] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7117/stat : 7117 (java) S 7109 7111 7053 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 172318202 932868096 35708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7118] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7118/stat : 7118 (java) S 7109 7111 7053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 172318206 932868096 35708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7119] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7119/stat : 7119 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 172318206 932868096 35708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7120] ppid=7109 vsize=911004 CPUtime=1.39
/proc/7111/task/7120/stat : 7120 (java) S 7109 7111 7053 0 -1 64 3542 0 0 0 138 1 0 0 16 0 12 0 172318206 932868096 35708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7121] ppid=7109 vsize=911004 CPUtime=0.86
/proc/7111/task/7121/stat : 7121 (java) S 7109 7111 7053 0 -1 64 1327 0 0 0 86 0 0 0 16 0 12 0 172318206 932868096 35708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7122] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7122/stat : 7122 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 172318206 932868096 35708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7123] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7123/stat : 7123 (java) S 7109 7111 7053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 172318206 932868096 35708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 911004

[startup+25.504 s]
/proc/loadavg: 2.13 2.00 1.59 3/98 7123
/proc/meminfo: memFree=711120/2055920 swapFree=4191880/4192956
[pid=7111] ppid=7109 vsize=911004 CPUtime=25.37
/proc/7111/stat : 7111 (java) R 7109 7111 7053 0 -1 0 55616 0 1 0 2510 27 0 0 25 0 12 0 172318195 932868096 52048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054482022 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7111/statm: 227751 52048 2483 14 0 214188 0
[pid=7111/tid=7113] ppid=7109 vsize=911004 CPUtime=0.83
/proc/7111/task/7113/stat : 7113 (java) S 7109 7111 7053 0 -1 64 17038 0 0 0 77 6 0 0 16 0 12 0 172318199 932868096 52048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7114] ppid=7109 vsize=911004 CPUtime=0.8
/proc/7111/task/7114/stat : 7114 (java) S 7109 7111 7053 0 -1 64 13608 0 0 0 75 5 0 0 16 0 12 0 172318199 932868096 52048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7115] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7115/stat : 7115 (java) S 7109 7111 7053 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 172318202 932868096 52048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7116] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7116/stat : 7116 (java) S 7109 7111 7053 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 172318202 932868096 52048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7117] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7117/stat : 7117 (java) S 7109 7111 7053 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 172318202 932868096 52048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7118] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7118/stat : 7118 (java) S 7109 7111 7053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 172318206 932868096 52048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7119] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7119/stat : 7119 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 172318206 932868096 52048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7120] ppid=7109 vsize=911004 CPUtime=1.39
/proc/7111/task/7120/stat : 7120 (java) S 7109 7111 7053 0 -1 64 3542 0 0 0 138 1 0 0 16 0 12 0 172318206 932868096 52048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7121] ppid=7109 vsize=911004 CPUtime=0.86
/proc/7111/task/7121/stat : 7121 (java) S 7109 7111 7053 0 -1 64 1327 0 0 0 86 0 0 0 16 0 12 0 172318206 932868096 52048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7122] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7122/stat : 7122 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 172318206 932868096 52048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7123] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7123/stat : 7123 (java) S 7109 7111 7053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 172318206 932868096 52048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 911004

[startup+51.1797 s]
/proc/loadavg: 2.21 2.03 1.62 3/98 7123
/proc/meminfo: memFree=582800/2055920 swapFree=4191880/4192956
[pid=7111] ppid=7109 vsize=911004 CPUtime=51.12
/proc/7111/stat : 7111 (java) R 7109 7111 7053 0 -1 0 87047 0 1 0 5074 38 0 0 25 0 12 0 172318195 932868096 83270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054481966 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7111/statm: 227751 83270 2483 14 0 214188 0
[pid=7111/tid=7113] ppid=7109 vsize=911004 CPUtime=1.74
/proc/7111/task/7113/stat : 7113 (java) S 7109 7111 7053 0 -1 64 28394 0 0 0 164 10 0 0 17 0 12 0 172318199 932868096 83270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7114] ppid=7109 vsize=911004 CPUtime=1.99
/proc/7111/task/7114/stat : 7114 (java) S 7109 7111 7053 0 -1 64 33656 0 0 0 187 12 0 0 17 0 12 0 172318199 932868096 83270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7115] ppid=7109 vsize=911004 CPUtime=0.01
/proc/7111/task/7115/stat : 7115 (java) S 7109 7111 7053 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 172318202 932868096 83270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7116] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7116/stat : 7116 (java) S 7109 7111 7053 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 172318202 932868096 83270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7117] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7117/stat : 7117 (java) S 7109 7111 7053 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 172318202 932868096 83270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7118] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7118/stat : 7118 (java) S 7109 7111 7053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 172318206 932868096 83270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7119] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7119/stat : 7119 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 172318206 932868096 83270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7120] ppid=7109 vsize=911004 CPUtime=1.39
/proc/7111/task/7120/stat : 7120 (java) S 7109 7111 7053 0 -1 64 3542 0 0 0 138 1 0 0 16 0 12 0 172318206 932868096 83270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7121] ppid=7109 vsize=911004 CPUtime=0.86
/proc/7111/task/7121/stat : 7121 (java) S 7109 7111 7053 0 -1 64 1327 0 0 0 86 0 0 0 16 0 12 0 172318206 932868096 83270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7122] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7122/stat : 7122 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 172318206 932868096 83270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7123] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7123/stat : 7123 (java) S 7109 7111 7053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 172318206 932868096 83270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 911004

[startup+102.387 s]
/proc/loadavg: 2.30 2.08 1.65 3/98 7123
/proc/meminfo: memFree=333584/2055920 swapFree=4191880/4192956
[pid=7111] ppid=7109 vsize=911004 CPUtime=102.65
/proc/7111/stat : 7111 (java) R 7109 7111 7053 0 -1 0 150514 0 1 0 10201 64 0 0 20 0 12 0 172318195 932868096 145484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054540612 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7111/statm: 227751 145484 2483 14 0 214188 0
[pid=7111/tid=7113] ppid=7109 vsize=911004 CPUtime=4.51
/proc/7111/task/7113/stat : 7113 (java) S 7109 7111 7053 0 -1 64 63243 0 0 0 428 23 0 0 16 0 12 0 172318199 932868096 145484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7114] ppid=7109 vsize=911004 CPUtime=4.69
/proc/7111/task/7114/stat : 7114 (java) S 7109 7111 7053 0 -1 64 62228 0 0 0 445 24 0 0 17 0 12 0 172318199 932868096 145484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7111/tid=7115] ppid=7109 vsize=911004 CPUtime=0.01
/proc/7111/task/7115/stat : 7115 (java) S 7109 7111 7053 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 172318202 932868096 145484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7111/tid=7116] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7116/stat : 7116 (java) S 7109 7111 7053 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 172318202 932868096 145484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7117] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7117/stat : 7117 (java) S 7109 7111 7053 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 172318202 932868096 145484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7118] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7118/stat : 7118 (java) S 7109 7111 7053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 172318206 932868096 145484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7119] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7119/stat : 7119 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 172318206 932868096 145484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7120] ppid=7109 vsize=911004 CPUtime=1.39
/proc/7111/task/7120/stat : 7120 (java) S 7109 7111 7053 0 -1 64 3542 0 0 0 138 1 0 0 16 0 12 0 172318206 932868096 145484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7121] ppid=7109 vsize=911004 CPUtime=0.86
/proc/7111/task/7121/stat : 7121 (java) S 7109 7111 7053 0 -1 64 1327 0 0 0 86 0 0 0 16 0 12 0 172318206 932868096 145484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7122] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7122/stat : 7122 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 172318206 932868096 145484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7123] ppid=7109 vsize=911004 CPUtime=0
/proc/7111/task/7123/stat : 7123 (java) S 7109 7111 7053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 172318206 932868096 145484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.65
Current children cumulated vsize (KiB) 911004



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+161.123 s]
/proc/loadavg: 2.16 2.08 1.68 4/99 7124
/proc/meminfo: memFree=162632/2055920 swapFree=4191880/4192956
[pid=7111] ppid=7109 vsize=923012 CPUtime=161.6
/proc/7111/stat : 7111 (java) R 7109 7111 7053 0 -1 0 228120 0 1 0 16062 98 0 0 25 0 12 0 172318195 945164288 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7111/statm: 230753 188038 2484 14 0 217190 0
[pid=7111/tid=7113] ppid=7109 vsize=923012 CPUtime=6.74
/proc/7111/task/7113/stat : 7113 (java) S 7109 7111 7053 0 -1 64 89768 0 0 0 640 34 0 0 16 0 12 0 172318199 945164288 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7114] ppid=7109 vsize=923012 CPUtime=6.87
/proc/7111/task/7114/stat : 7114 (java) S 7109 7111 7053 0 -1 64 74460 0 0 0 658 29 0 0 17 0 12 0 172318199 945164288 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7115] ppid=7109 vsize=923012 CPUtime=16.06
/proc/7111/task/7115/stat : 7115 (java) R 7109 7111 7053 0 -1 64 38823 0 0 0 1589 17 0 0 16 0 12 0 172318202 945164288 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152608600 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7116] ppid=7109 vsize=923012 CPUtime=0
/proc/7111/task/7116/stat : 7116 (java) S 7109 7111 7053 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 172318202 945164288 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7111/tid=7117] ppid=7109 vsize=923012 CPUtime=0
/proc/7111/task/7117/stat : 7117 (java) S 7109 7111 7053 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 172318202 945164288 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7118] ppid=7109 vsize=923012 CPUtime=0
/proc/7111/task/7118/stat : 7118 (java) S 7109 7111 7053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 172318206 945164288 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7119] ppid=7109 vsize=923012 CPUtime=0
/proc/7111/task/7119/stat : 7119 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 172318206 945164288 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7120] ppid=7109 vsize=923012 CPUtime=1.39
/proc/7111/task/7120/stat : 7120 (java) S 7109 7111 7053 0 -1 64 3542 0 0 0 138 1 0 0 16 0 12 0 172318206 945164288 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7121] ppid=7109 vsize=923012 CPUtime=0.86
/proc/7111/task/7121/stat : 7121 (java) S 7109 7111 7053 0 -1 64 1327 0 0 0 86 0 0 0 16 0 12 0 172318206 945164288 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7122] ppid=7109 vsize=923012 CPUtime=0
/proc/7111/task/7122/stat : 7122 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 172318206 945164288 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7123] ppid=7109 vsize=923012 CPUtime=0
/proc/7111/task/7123/stat : 7123 (java) S 7109 7111 7053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 172318206 945164288 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.6
Current children cumulated vsize (KiB) 923012

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

[startup+162.478 s]
/proc/loadavg: 2.16 2.08 1.68 4/100 7125
/proc/meminfo: memFree=160960/2055920 swapFree=4191880/4192956
[pid=7111] ppid=7109 vsize=927008 CPUtime=162.93
/proc/7111/stat : 7111 (java) R 7109 7111 7053 0 -1 0 231499 0 1 0 16194 99 0 0 25 0 12 0 172318195 949256192 188415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7111/statm: 231752 188415 2484 14 0 218189 0
[pid=7111/tid=7113] ppid=7109 vsize=927008 CPUtime=6.74
/proc/7111/task/7113/stat : 7113 (java) S 7109 7111 7053 0 -1 64 89768 0 0 0 640 34 0 0 16 0 12 0 172318199 949256192 188415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7114] ppid=7109 vsize=927008 CPUtime=6.87
/proc/7111/task/7114/stat : 7114 (java) S 7109 7111 7053 0 -1 64 74460 0 0 0 658 29 0 0 17 0 12 0 172318199 949256192 188415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7115] ppid=7109 vsize=927008 CPUtime=17.39
/proc/7111/task/7115/stat : 7115 (java) R 7109 7111 7053 0 -1 64 42202 0 0 0 1721 18 0 0 17 0 12 0 172318202 949256192 188415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7116] ppid=7109 vsize=927008 CPUtime=0
/proc/7111/task/7116/stat : 7116 (java) S 7109 7111 7053 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 172318202 949256192 188415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7111/tid=7117] ppid=7109 vsize=927008 CPUtime=0
/proc/7111/task/7117/stat : 7117 (java) S 7109 7111 7053 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 172318202 949256192 188415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7118] ppid=7109 vsize=927008 CPUtime=0
/proc/7111/task/7118/stat : 7118 (java) S 7109 7111 7053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 172318206 949256192 188415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7119] ppid=7109 vsize=927008 CPUtime=0
/proc/7111/task/7119/stat : 7119 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 172318206 949256192 188415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7120] ppid=7109 vsize=927008 CPUtime=1.39
/proc/7111/task/7120/stat : 7120 (java) S 7109 7111 7053 0 -1 64 3542 0 0 0 138 1 0 0 16 0 12 0 172318206 949256192 188415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7121] ppid=7109 vsize=927008 CPUtime=0.86
/proc/7111/task/7121/stat : 7121 (java) S 7109 7111 7053 0 -1 64 1327 0 0 0 86 0 0 0 16 0 12 0 172318206 949256192 188415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7122] ppid=7109 vsize=927008 CPUtime=0
/proc/7111/task/7122/stat : 7122 (java) S 7109 7111 7053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 172318206 949256192 188415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7111/tid=7123] ppid=7109 vsize=927008 CPUtime=0
/proc/7111/task/7123/stat : 7123 (java) S 7109 7111 7053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 172318206 949256192 188415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.93
Current children cumulated vsize (KiB) 927008

Child status: 143
Real time (s): 162.787
CPU time (s): 163.242
CPU user time (s): 162.13
CPU system time (s): 1.11183
CPU usage (%): 100.279
Max. virtual memory (cumulated for all children) (KiB): 927008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 162.13
system time used= 1.11183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231518
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= 5715
involuntary context switches= 7986

runsolver used 0.240963 s user time and 0.492925 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Mon Jan  8 06:54:03 UTC 2007


IDJOB= 216233
IDBENCH= 5062
FILE ID= node30/216233-1168239242

PBS_JOBID= 3481548

Free space on /tmp= 66487 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ppp/ppp-1-11-19-21.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/216233-1168239242/sat4jCSP-bf3.jar /tmp/evaluation/216233-1168239242/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-216233-1168239242 -o ROOT/results/node30/solver-216233-1168239242 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/216233-1168239242/sat4jCSP-bf3.jar /tmp/evaluation/216233-1168239242/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  c6c6f910320bb57891b536d9eff7e0af

RANDOM SEED= 725047453

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.234
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.234
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:        906944 kB
Buffers:         31864 kB
Cached:         994872 kB
SwapCached:        268 kB
Active:         421580 kB
Inactive:       673812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        906944 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7148 kB
Writeback:           0 kB
Mapped:          87648 kB
Slab:            38484 kB
Committed_AS:  3793176 kB
PageTables:       2236 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= 66487 MiB



End job on node30 on Mon Jan  8 06:56:45 UTC 2007