Trace number 200261

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) 145.127 145.555

General information on the benchmark

NamequeensKnights/
queensKnights-100-5-mul.xml
MD5SUM42996e122feb7c0689c8e64dc624c3e7
Bench Category2-ARY-INT (binary 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 variables105
Number of constraints5460
Maximum constraint arity2
Maximum domain size10000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5460
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/200261-1168141983/unknown.xml
0.25	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.52	c reading variables
c reading variables (105) done.
0.85	c reading predicates 
c reading relations (5) done.
1.09	c reading constraintsc starts		: 0
145.44	c conflicts		: 0
145.44	c decisions		: 0
145.44	c propagations		: 0
145.44	c inspects		: 0
145.44	c learnt literals	: 0
145.44	c learnt binary clauses	: 0
145.44	c learnt ternary clauses	: 0
145.44	c learnt clauses	: 0
145.44	c root simplifications	: 0
145.44	c removed literals (reason simplification)	: 0
145.44	c reason swapping (by a shorter reason)	: 0
145.44	c Calls to reduceDB	: 0
145.44	c speed (decisions/second)	: 0.0
145.44	c non guided choices	0
145.44	s UNKNOWN
145.44	c Total wall clock time (in seconds) : 145.188
145.44	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/node20/watcher-200261-1168141983 -o ROOT/results/node20/solver-200261-1168141983 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/200261-1168141983/sat4jCSP-bf3.jar /tmp/evaluation/200261-1168141983/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.08 2.05 1.93 4/97 11136
/proc/meminfo: memFree=1196904/2055920 swapFree=4170192/4192956
[pid=11135] ppid=11133 vsize=172 CPUtime=0
/proc/11135/stat : 11135 (java) R 11133 11135 9637 0 -1 0 201 0 0 0 0 0 0 0 19 0 1 0 162592908 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7619364 0 0 4096 0 0 0 0 17 1 0 0
/proc/11135/statm: 43 24 18 14 0 3 0

[startup+0.105114 s]
/proc/loadavg: 2.08 2.05 1.93 4/97 11136
/proc/meminfo: memFree=1196904/2055920 swapFree=4170192/4192956
[pid=11135] ppid=11133 vsize=901540 CPUtime=0.09
/proc/11135/stat : 11135 (java) R 11133 11135 9637 0 -1 0 3351 0 1 0 8 1 0 0 21 0 12 0 162592908 923176960 3111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053869746 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 225385 3111 1566 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.517165 s]
/proc/loadavg: 2.08 2.05 1.93 4/97 11136
/proc/meminfo: memFree=1196904/2055920 swapFree=4170192/4192956
[pid=11135] ppid=11133 vsize=905236 CPUtime=0.49
/proc/11135/stat : 11135 (java) R 11133 11135 9637 0 -1 0 5920 0 1 0 47 2 0 0 19 0 12 0 162592908 926961664 5514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152151370 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 226309 5514 2276 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.34326 s]
/proc/loadavg: 2.08 2.05 1.93 3/108 11147
/proc/meminfo: memFree=1152336/2055920 swapFree=4170192/4192956
[pid=11135] ppid=11133 vsize=907132 CPUtime=1.31
/proc/11135/stat : 11135 (java) R 11133 11135 9637 0 -1 0 11396 0 1 0 126 5 0 0 18 0 12 0 162592908 928903168 10460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 226783 10460 2464 14 0 213220 0
[pid=11135/tid=11137] ppid=11133 vsize=907132 CPUtime=0
/proc/11135/task/11137/stat : 11137 (java) S 11133 11135 9637 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 162592911 928903168 10460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11138] ppid=11133 vsize=907132 CPUtime=0
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 9637 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 162592911 928903168 10460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11139] ppid=11133 vsize=907132 CPUtime=0
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 9637 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 162592914 928903168 10460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11140] ppid=11133 vsize=907132 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 9637 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 162592914 928903168 10460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=907132 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 9637 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162592914 928903168 10460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11142] ppid=11133 vsize=907132 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 9637 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162592918 928903168 10460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11143] ppid=11133 vsize=907132 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162592918 928903168 10460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11144] ppid=11133 vsize=907132 CPUtime=0.31
/proc/11135/task/11144/stat : 11144 (java) R 11133 11135 9637 0 -1 64 983 0 0 0 31 0 0 0 16 0 12 0 162592918 928903168 10460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152650404 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11145] ppid=11133 vsize=907132 CPUtime=0.23
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 9637 0 -1 64 686 0 0 0 23 0 0 0 16 0 12 0 162592918 928903168 10460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11146] ppid=11133 vsize=907132 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 9637 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162592918 928903168 10460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11147] ppid=11133 vsize=907132 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162592918 928903168 10460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 907132

[startup+2.98146 s]
/proc/loadavg: 2.08 2.05 1.93 3/108 11147
/proc/meminfo: memFree=1116368/2055920 swapFree=4170192/4192956
[pid=11135] ppid=11133 vsize=908692 CPUtime=3.02
/proc/11135/stat : 11135 (java) R 11133 11135 9637 0 -1 0 26119 0 1 0 288 14 0 0 22 0 12 0 162592908 930500608 24766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054177173 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 227173 24766 2479 14 0 213610 0
[pid=11135/tid=11137] ppid=11133 vsize=908692 CPUtime=0.08
/proc/11135/task/11137/stat : 11137 (java) S 11133 11135 9637 0 -1 64 2180 0 0 0 8 0 0 0 17 0 12 0 162592911 930500608 24766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11138] ppid=11133 vsize=908692 CPUtime=0.06
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 9637 0 -1 64 1443 0 0 0 6 0 0 0 17 0 12 0 162592911 930500608 24766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11139] ppid=11133 vsize=908692 CPUtime=0
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 9637 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 162592914 930500608 24766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11140] ppid=11133 vsize=908692 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 9637 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162592914 930500608 24766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=908692 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 9637 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162592914 930500608 24766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11142] ppid=11133 vsize=908692 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 9637 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162592918 930500608 24766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11143] ppid=11133 vsize=908692 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162592918 930500608 24766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11144] ppid=11133 vsize=908692 CPUtime=0.47
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 9637 0 -1 64 1579 0 0 0 47 0 0 0 16 0 12 0 162592918 930500608 24766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11145] ppid=11133 vsize=908692 CPUtime=0.43
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 9637 0 -1 64 734 0 0 0 43 0 0 0 16 0 12 0 162592918 930500608 24766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11146] ppid=11133 vsize=908692 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 9637 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162592918 930500608 24766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11147] ppid=11133 vsize=908692 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162592918 930500608 24766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 908692

[startup+6.19085 s]
/proc/loadavg: 2.07 2.05 1.93 6/108 11147
/proc/meminfo: memFree=1041552/2055920 swapFree=4170192/4192956
[pid=11135] ppid=11133 vsize=908340 CPUtime=6.2
/proc/11135/stat : 11135 (java) R 11133 11135 9637 0 -1 0 30955 0 1 0 603 17 0 0 25 0 12 0 162592908 930140160 29352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054192771 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11135/statm: 227085 29352 2479 14 0 213522 0
[pid=11135/tid=11137] ppid=11133 vsize=908340 CPUtime=0.16
/proc/11135/task/11137/stat : 11137 (java) S 11133 11135 9637 0 -1 64 4320 0 0 0 15 1 0 0 17 0 12 0 162592911 930140160 29352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11138] ppid=11133 vsize=908340 CPUtime=0.16
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 9637 0 -1 64 4123 0 0 0 14 2 0 0 17 0 12 0 162592911 930140160 29352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11139] ppid=11133 vsize=908340 CPUtime=0
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 9637 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 162592914 930140160 29352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11140] ppid=11133 vsize=908340 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 9637 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162592914 930140160 29352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=908340 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 9637 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162592914 930140160 29352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11142] ppid=11133 vsize=908340 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 9637 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162592918 930140160 29352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11143] ppid=11133 vsize=908340 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162592918 930140160 29352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11144] ppid=11133 vsize=908340 CPUtime=0.61
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 9637 0 -1 64 1586 0 0 0 61 0 0 0 17 0 12 0 162592918 930140160 29352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=908340 CPUtime=0.5
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 9637 0 -1 64 737 0 0 0 50 0 0 0 16 0 12 0 162592918 930140160 29352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=908340 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 9637 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162592918 930140160 29352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11147] ppid=11133 vsize=908340 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162592918 930140160 29352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 908340

[startup+12.6346 s]
/proc/loadavg: 2.06 2.05 1.93 3/108 11147
/proc/meminfo: memFree=946328/2055920 swapFree=4170192/4192956
[pid=11135] ppid=11133 vsize=908288 CPUtime=12.6
/proc/11135/stat : 11135 (java) R 11133 11135 9637 0 -1 0 38437 0 1 0 1240 20 0 0 25 0 12 0 162592908 930086912 36812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054148138 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11135/statm: 227072 36812 2479 14 0 213509 0
[pid=11135/tid=11137] ppid=11133 vsize=908288 CPUtime=0.28
/proc/11135/task/11137/stat : 11137 (java) S 11133 11135 9637 0 -1 64 8141 0 0 0 25 3 0 0 16 0 12 0 162592911 930086912 36812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11138] ppid=11133 vsize=908288 CPUtime=0.3
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 9637 0 -1 64 7757 0 0 0 26 4 0 0 16 0 12 0 162592911 930086912 36812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11139] ppid=11133 vsize=908288 CPUtime=0
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 9637 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 162592914 930086912 36812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11140] ppid=11133 vsize=908288 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 9637 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162592914 930086912 36812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=908288 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 9637 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162592914 930086912 36812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11142] ppid=11133 vsize=908288 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 9637 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162592918 930086912 36812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11143] ppid=11133 vsize=908288 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 162592918 930086912 36812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=908288 CPUtime=0.64
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 9637 0 -1 64 1586 0 0 0 64 0 0 0 16 0 12 0 162592918 930086912 36812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=908288 CPUtime=0.62
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 9637 0 -1 64 750 0 0 0 62 0 0 0 17 0 12 0 162592918 930086912 36812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=908288 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 9637 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162592918 930086912 36812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11147] ppid=11133 vsize=908288 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162592918 930086912 36812 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 908288

[startup+25.4972 s]
/proc/loadavg: 2.12 2.06 1.93 6/108 11147
/proc/meminfo: memFree=790880/2055920 swapFree=4170192/4192956
[pid=11135] ppid=11133 vsize=909356 CPUtime=25.38
/proc/11135/stat : 11135 (java) R 11133 11135 9637 0 -1 0 49071 0 1 0 2513 25 0 0 25 0 12 0 162592908 931180544 46596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054198626 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11135/statm: 227339 46596 2479 14 0 213776 0
[pid=11135/tid=11137] ppid=11133 vsize=909356 CPUtime=0.4
/proc/11135/task/11137/stat : 11137 (java) S 11133 11135 9637 0 -1 64 13315 0 0 0 35 5 0 0 16 0 12 0 162592911 931180544 46596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11138] ppid=11133 vsize=909356 CPUtime=0.44
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 9637 0 -1 64 12521 0 0 0 38 6 0 0 16 0 12 0 162592911 931180544 46596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11139] ppid=11133 vsize=909356 CPUtime=0.01
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 9637 0 -1 64 11 0 0 0 1 0 0 0 16 0 12 0 162592914 931180544 46596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11140] ppid=11133 vsize=909356 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 9637 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162592914 931180544 46596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=909356 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 9637 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162592914 931180544 46596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11142] ppid=11133 vsize=909356 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 9637 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162592918 931180544 46596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11143] ppid=11133 vsize=909356 CPUtime=0
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 162592918 931180544 46596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11144] ppid=11133 vsize=909356 CPUtime=0.98
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 9637 0 -1 64 2228 0 0 0 97 1 0 0 17 0 12 0 162592918 931180544 46596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=909356 CPUtime=1.04
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 9637 0 -1 64 778 0 0 0 104 0 0 0 16 0 12 0 162592918 931180544 46596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11146] ppid=11133 vsize=909356 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 9637 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162592918 931180544 46596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11147] ppid=11133 vsize=909356 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162592918 931180544 46596 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 909356

[startup+51.125 s]
/proc/loadavg: 2.13 2.07 1.94 3/108 11147
/proc/meminfo: memFree=457248/2055920 swapFree=4170192/4192956
[pid=11135] ppid=11133 vsize=908580 CPUtime=50.75
/proc/11135/stat : 11135 (java) R 11133 11135 9637 0 -1 0 70133 0 1 0 5043 32 0 0 25 0 12 0 162592908 930385920 67284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054198320 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 227145 67284 2479 14 0 213582 0
[pid=11135/tid=11137] ppid=11133 vsize=908580 CPUtime=0.71
/proc/11135/task/11137/stat : 11137 (java) S 11133 11135 9637 0 -1 64 23223 0 0 0 63 8 0 0 17 0 12 0 162592911 930385920 67284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11138] ppid=11133 vsize=908580 CPUtime=0.74
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 9637 0 -1 64 23621 0 0 0 65 9 0 0 16 0 12 0 162592911 930385920 67284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11139] ppid=11133 vsize=908580 CPUtime=0.02
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 9637 0 -1 64 11 0 0 0 2 0 0 0 16 0 12 0 162592914 930385920 67284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11140] ppid=11133 vsize=908580 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 9637 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162592914 930385920 67284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=908580 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 9637 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162592914 930385920 67284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11142] ppid=11133 vsize=908580 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 9637 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162592918 930385920 67284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11143] ppid=11133 vsize=908580 CPUtime=0.01
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 1 0 0 0 17 0 12 0 162592918 930385920 67284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11144] ppid=11133 vsize=908580 CPUtime=1.14
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 9637 0 -1 64 2236 0 0 0 113 1 0 0 16 0 12 0 162592918 930385920 67284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11145] ppid=11133 vsize=908580 CPUtime=1.24
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 9637 0 -1 64 794 0 0 0 124 0 0 0 17 0 12 0 162592918 930385920 67284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11146] ppid=11133 vsize=908580 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 9637 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162592918 930385920 67284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11147] ppid=11133 vsize=908580 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162592918 930385920 67284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 908580

[startup+102.384 s]
/proc/loadavg: 2.25 2.12 1.96 3/97 11374
/proc/meminfo: memFree=969512/2055920 swapFree=4170192/4192956
[pid=11135] ppid=11133 vsize=908580 CPUtime=102.12
/proc/11135/stat : 11135 (java) R 11133 11135 9637 0 -1 0 114417 0 1 0 10155 57 0 0 25 0 12 0 162592908 930385920 107877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054192771 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11135/statm: 227145 107877 2480 14 0 213582 0
[pid=11135/tid=11137] ppid=11133 vsize=908580 CPUtime=1.51
/proc/11135/task/11137/stat : 11137 (java) S 11133 11135 9637 0 -1 64 43269 0 0 0 133 18 0 0 17 0 12 0 162592911 930385920 107877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11138] ppid=11133 vsize=908580 CPUtime=1.63
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 9637 0 -1 64 44870 0 0 0 143 20 0 0 17 0 12 0 162592911 930385920 107877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11139] ppid=11133 vsize=908580 CPUtime=0.04
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 9637 0 -1 64 11 0 0 0 3 1 0 0 16 0 12 0 162592914 930385920 107877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11140] ppid=11133 vsize=908580 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 9637 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162592914 930385920 107877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=908580 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 9637 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162592914 930385920 107877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11142] ppid=11133 vsize=908580 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 9637 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162592918 930385920 107877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11143] ppid=11133 vsize=908580 CPUtime=0.01
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 1 0 0 0 17 0 12 0 162592918 930385920 107877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11144] ppid=11133 vsize=908580 CPUtime=1.64
/proc/11135/task/11144/stat : 11144 (java) S 11133 11135 9637 0 -1 64 3937 0 0 0 162 2 0 0 16 0 12 0 162592918 930385920 107877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11135/tid=11145] ppid=11133 vsize=908580 CPUtime=1.65
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 9637 0 -1 64 2024 0 0 0 164 1 0 0 17 0 12 0 162592918 930385920 107877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11146] ppid=11133 vsize=908580 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 9637 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162592918 930385920 107877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11147] ppid=11133 vsize=908580 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162592918 930385920 107877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 908580



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+145.332 s]
/proc/loadavg: 2.20 2.13 1.97 4/97 11374
/proc/meminfo: memFree=816120/2055920 swapFree=4170192/4192956
[pid=11135] ppid=11133 vsize=922076 CPUtime=144.91
/proc/11135/stat : 11135 (java) R 11133 11135 9637 0 -1 0 154459 0 1 0 14420 71 0 0 25 0 12 0 162592908 944205824 146210 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11135/statm: 230519 146210 2492 14 0 216956 0
[pid=11135/tid=11137] ppid=11133 vsize=922076 CPUtime=2.27
/proc/11135/task/11137/stat : 11137 (java) S 11133 11135 9637 0 -1 64 62176 0 0 0 204 23 0 0 17 0 12 0 162592911 944205824 146210 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11138] ppid=11133 vsize=922076 CPUtime=2.37
/proc/11135/task/11138/stat : 11138 (java) S 11133 11135 9637 0 -1 64 61744 0 0 0 211 26 0 0 16 0 12 0 162592911 944205824 146210 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11139] ppid=11133 vsize=922076 CPUtime=0.05
/proc/11135/task/11139/stat : 11139 (java) S 11133 11135 9637 0 -1 64 11 0 0 0 4 1 0 0 16 0 12 0 162592914 944205824 146210 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11140] ppid=11133 vsize=922076 CPUtime=0
/proc/11135/task/11140/stat : 11140 (java) S 11133 11135 9637 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162592914 944205824 146210 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11141] ppid=11133 vsize=922076 CPUtime=0
/proc/11135/task/11141/stat : 11141 (java) S 11133 11135 9637 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162592914 944205824 146210 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11142] ppid=11133 vsize=922076 CPUtime=0
/proc/11135/task/11142/stat : 11142 (java) S 11133 11135 9637 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162592918 944205824 146210 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11143] ppid=11133 vsize=922076 CPUtime=0.01
/proc/11135/task/11143/stat : 11143 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 162592918 944205824 146210 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11144] ppid=11133 vsize=922076 CPUtime=2.28
/proc/11135/task/11144/stat : 11144 (java) R 11133 11135 9637 0 -1 64 8133 0 0 0 225 3 0 0 16 0 12 0 162592918 944205824 146210 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152642395 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11145] ppid=11133 vsize=922076 CPUtime=1.78
/proc/11135/task/11145/stat : 11145 (java) S 11133 11135 9637 0 -1 64 2041 0 0 0 177 1 0 0 15 0 12 0 162592918 944205824 146210 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11146] ppid=11133 vsize=922076 CPUtime=0
/proc/11135/task/11146/stat : 11146 (java) S 11133 11135 9637 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 162592918 944205824 146210 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11135/tid=11147] ppid=11133 vsize=922076 CPUtime=0
/proc/11135/task/11147/stat : 11147 (java) S 11133 11135 9637 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162592918 944205824 146210 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 144.91
Current children cumulated vsize (KiB) 922076

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

Child status: 143
Real time (s): 145.555
CPU time (s): 145.127
CPU user time (s): 144.32
CPU system time (s): 0.806877
CPU usage (%): 99.7057
Max. virtual memory (cumulated for all children) (KiB): 922076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.32
system time used= 0.806877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154782
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= 5767
involuntary context switches= 7100

runsolver used 0.179972 s user time and 0.485926 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sun Jan  7 03:53:04 UTC 2007


IDJOB= 200261
IDBENCH= 3698
FILE ID= node20/200261-1168141983

PBS_JOBID= 3478076

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/queensKnights/queensKnights-100-5-mul.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/200261-1168141983/sat4jCSP-bf3.jar /tmp/evaluation/200261-1168141983/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-200261-1168141983 -o ROOT/results/node20/solver-200261-1168141983 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/200261-1168141983/sat4jCSP-bf3.jar /tmp/evaluation/200261-1168141983/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  42996e122feb7c0689c8e64dc624c3e7

RANDOM SEED= 991516334

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.216
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.216
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:       1197384 kB
Buffers:         47992 kB
Cached:         512756 kB
SwapCached:       3516 kB
Active:         441896 kB
Inactive:       346464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1197384 kB
SwapTotal:     4192956 kB
SwapFree:      4170192 kB
Dirty:            6208 kB
Writeback:           0 kB
Mapped:         252684 kB
Slab:            54364 kB
Committed_AS:  3928676 kB
PageTables:       2816 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= 66552 MiB



End job on node20 on Sun Jan  7 03:55:29 UTC 2007