Trace number 221272

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) 218.088 218.592

General information on the benchmark

NamequeenAttacking/
queenAttacking-12.xml
MD5SUM60c30a794f534be6c1ae5db134baea56
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 variables145
Number of constraints10330
Maximum constraint arity2
Maximum domain size144
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10330
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/221272-1168257181/unknown.xml
0.27	c reading problem ... 
0.46	c reading problem named ?
0.46	c reading domains done.
0.46	c reading variables
c reading variables (145) done.
0.66	c reading predicates 
c reading relations (4) done.
0.94	c reading constraints

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-221272-1168257181 -o ROOT/results/node9/solver-221272-1168257181 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221272-1168257181/sat4jCSP-bf3.jar /tmp/evaluation/221272-1168257181/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.85 0.85 4/83 21882
/proc/meminfo: memFree=1798224/2055920 swapFree=4191880/4192956
[pid=21881] ppid=21868 vsize=18540 CPUtime=0
/proc/21881/stat : 21881 (runsolver) R 21868 21881 21772 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 174113231 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21881/statm: 4635 279 244 17 0 2626 0

[startup+0.107451 s]
/proc/loadavg: 0.92 0.85 0.85 4/83 21882
/proc/meminfo: memFree=1798224/2055920 swapFree=4191880/4192956
[pid=21881] ppid=21868 vsize=898144 CPUtime=0.07
/proc/21881/stat : 21881 (java) R 21868 21881 21772 0 -1 0 3169 0 1 0 6 1 0 0 21 0 6 0 174113231 919699456 2929 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053833888 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/21881/statm: 224536 2929 1495 14 0 211556 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 898144

[startup+0.515494 s]
/proc/loadavg: 0.92 0.85 0.85 4/83 21882
/proc/meminfo: memFree=1798224/2055920 swapFree=4191880/4192956
[pid=21881] ppid=21868 vsize=906336 CPUtime=0.57
/proc/21881/stat : 21881 (java) R 21868 21881 21772 0 -1 0 6048 0 1 0 54 3 0 0 17 0 12 0 174113231 928088064 5625 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21881/statm: 226584 5625 2300 14 0 213021 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 906336

[startup+1.33758 s]
/proc/loadavg: 1.17 0.91 0.86 4/97 22088
/proc/meminfo: memFree=1773656/2055920 swapFree=4191880/4192956
[pid=21881] ppid=21868 vsize=906456 CPUtime=1.45
/proc/21881/stat : 21881 (java) R 21868 21881 21772 0 -1 0 9006 0 1 0 141 4 0 0 20 0 12 0 174113231 928210944 8328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21881/statm: 226614 8328 2467 14 0 213051 0
[pid=21881/tid=21904] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21904/stat : 21904 (java) S 21868 21881 21772 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 174113235 928210944 8328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21905] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21905/stat : 21905 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174113235 928210944 8328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21915] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21915/stat : 21915 (java) S 21868 21881 21772 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 174113238 928210944 8335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21919] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21919/stat : 21919 (java) S 21868 21881 21772 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 174113238 928210944 8335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21920] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21920/stat : 21920 (java) S 21868 21881 21772 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 174113238 928210944 8335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21942] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21942/stat : 21942 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 174113242 928210944 8335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21943] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21943/stat : 21943 (java) S 21868 21881 21772 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 174113242 928210944 8335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21944] ppid=21868 vsize=906456 CPUtime=0.33
/proc/21881/task/21944/stat : 21944 (java) S 21868 21881 21772 0 -1 64 349 0 0 0 33 0 0 0 16 0 12 0 174113242 928210944 8335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21945] ppid=21868 vsize=906456 CPUtime=0.3
/proc/21881/task/21945/stat : 21945 (java) R 21868 21881 21772 0 -1 64 722 0 0 0 30 0 0 0 16 0 12 0 174113242 928210944 8335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152640382 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21946] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21946/stat : 21946 (java) S 21868 21881 21772 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 174113242 928210944 8335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21947] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21947/stat : 21947 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174113242 928210944 8335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 906456

[startup+2.98777 s]
/proc/loadavg: 1.17 0.91 0.86 3/97 22088
/proc/meminfo: memFree=1725656/2055920 swapFree=4191880/4192956
[pid=21881] ppid=21868 vsize=906456 CPUtime=3.09
/proc/21881/stat : 21881 (java) R 21868 21881 21772 0 -1 0 23776 0 1 0 298 11 0 0 25 0 12 0 174113231 928210944 23028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21881/statm: 226614 23028 2476 14 0 213051 0
[pid=21881/tid=21904] ppid=21868 vsize=906456 CPUtime=0.01
/proc/21881/task/21904/stat : 21904 (java) S 21868 21881 21772 0 -1 64 786 0 0 0 1 0 0 0 17 0 12 0 174113235 928210944 23028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21905] ppid=21868 vsize=906456 CPUtime=0.01
/proc/21881/task/21905/stat : 21905 (java) S 21868 21881 21772 0 -1 64 1569 0 0 0 1 0 0 0 17 0 12 0 174113235 928210944 23028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21915] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21915/stat : 21915 (java) S 21868 21881 21772 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 174113238 928210944 23028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21919] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21919/stat : 21919 (java) S 21868 21881 21772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174113238 928210944 23028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21920] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21920/stat : 21920 (java) S 21868 21881 21772 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174113238 928210944 23028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21942] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21942/stat : 21942 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 174113242 928210944 23028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21943] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21943/stat : 21943 (java) S 21868 21881 21772 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 174113242 928210944 23028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21944] ppid=21868 vsize=906456 CPUtime=0.38
/proc/21881/task/21944/stat : 21944 (java) R 21868 21881 21772 0 -1 64 357 0 0 0 38 0 0 0 16 0 12 0 174113242 928210944 23028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151705505 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21945] ppid=21868 vsize=906456 CPUtime=0.4
/proc/21881/task/21945/stat : 21945 (java) S 21868 21881 21772 0 -1 64 773 0 0 0 40 0 0 0 16 0 12 0 174113242 928210944 23028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21946] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21946/stat : 21946 (java) S 21868 21881 21772 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 174113242 928210944 23028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21947] ppid=21868 vsize=906456 CPUtime=0
/proc/21881/task/21947/stat : 21947 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174113242 928210944 23028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 906456

[startup+6.19513 s]
/proc/loadavg: 1.17 0.91 0.86 5/97 22088
/proc/meminfo: memFree=1688216/2055920 swapFree=4191880/4192956
[pid=21881] ppid=21868 vsize=906552 CPUtime=6.31
/proc/21881/stat : 21881 (java) R 21868 21881 21772 0 -1 0 31109 0 1 0 617 14 0 0 25 0 12 0 174113231 928309248 30229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054199535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21881/statm: 226638 30229 2476 14 0 213075 0
[pid=21881/tid=21904] ppid=21868 vsize=906552 CPUtime=0.08
/proc/21881/task/21904/stat : 21904 (java) S 21868 21881 21772 0 -1 64 2858 0 0 0 8 0 0 0 17 0 12 0 174113235 928309248 30229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21905] ppid=21868 vsize=906552 CPUtime=0.11
/proc/21881/task/21905/stat : 21905 (java) S 21868 21881 21772 0 -1 64 6791 0 0 0 9 2 0 0 17 0 12 0 174113235 928309248 30229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21915] ppid=21868 vsize=906552 CPUtime=0
/proc/21881/task/21915/stat : 21915 (java) S 21868 21881 21772 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 174113238 928309248 30229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21919] ppid=21868 vsize=906552 CPUtime=0
/proc/21881/task/21919/stat : 21919 (java) S 21868 21881 21772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174113238 928309248 30229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21920] ppid=21868 vsize=906552 CPUtime=0
/proc/21881/task/21920/stat : 21920 (java) S 21868 21881 21772 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174113238 928309248 30229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21942] ppid=21868 vsize=906552 CPUtime=0
/proc/21881/task/21942/stat : 21942 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 174113242 928309248 30229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21943] ppid=21868 vsize=906552 CPUtime=0
/proc/21881/task/21943/stat : 21943 (java) S 21868 21881 21772 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 174113242 928309248 30229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21944] ppid=21868 vsize=906552 CPUtime=0.42
/proc/21881/task/21944/stat : 21944 (java) S 21868 21881 21772 0 -1 64 380 0 0 0 42 0 0 0 17 0 12 0 174113242 928309248 30229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21945] ppid=21868 vsize=906552 CPUtime=0.46
/proc/21881/task/21945/stat : 21945 (java) S 21868 21881 21772 0 -1 64 780 0 0 0 46 0 0 0 17 0 12 0 174113242 928309248 30229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21946] ppid=21868 vsize=906552 CPUtime=0
/proc/21881/task/21946/stat : 21946 (java) S 21868 21881 21772 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 174113242 928309248 30229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21947] ppid=21868 vsize=906552 CPUtime=0
/proc/21881/task/21947/stat : 21947 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174113242 928309248 30229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 906552

[startup+12.6809 s]
/proc/loadavg: 1.44 0.97 0.89 4/97 22088
/proc/meminfo: memFree=1636696/2055920 swapFree=4191880/4192956
[pid=21881] ppid=21868 vsize=906616 CPUtime=12.79
/proc/21881/stat : 21881 (java) R 21868 21881 21772 0 -1 0 43502 0 1 0 1261 18 0 0 25 0 12 0 174113231 928374784 42345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054293788 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21881/statm: 226654 42345 2476 14 0 213091 0
[pid=21881/tid=21904] ppid=21868 vsize=906616 CPUtime=0.26
/proc/21881/task/21904/stat : 21904 (java) S 21868 21881 21772 0 -1 64 9830 0 0 0 23 3 0 0 16 0 12 0 174113235 928374784 42345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21905] ppid=21868 vsize=906616 CPUtime=0.25
/proc/21881/task/21905/stat : 21905 (java) S 21868 21881 21772 0 -1 64 11958 0 0 0 21 4 0 0 16 0 12 0 174113235 928374784 42345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21915] ppid=21868 vsize=906616 CPUtime=0
/proc/21881/task/21915/stat : 21915 (java) S 21868 21881 21772 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 174113238 928374784 42345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21919] ppid=21868 vsize=906616 CPUtime=0
/proc/21881/task/21919/stat : 21919 (java) S 21868 21881 21772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174113238 928374784 42345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21920] ppid=21868 vsize=906616 CPUtime=0
/proc/21881/task/21920/stat : 21920 (java) S 21868 21881 21772 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174113238 928374784 42345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21942] ppid=21868 vsize=906616 CPUtime=0
/proc/21881/task/21942/stat : 21942 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 174113242 928374784 42345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21943] ppid=21868 vsize=906616 CPUtime=0
/proc/21881/task/21943/stat : 21943 (java) S 21868 21881 21772 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 174113242 928374784 42345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21944] ppid=21868 vsize=906616 CPUtime=0.53
/proc/21881/task/21944/stat : 21944 (java) S 21868 21881 21772 0 -1 64 619 0 0 0 53 0 0 0 16 0 12 0 174113242 928374784 42345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21945] ppid=21868 vsize=906616 CPUtime=0.49
/proc/21881/task/21945/stat : 21945 (java) S 21868 21881 21772 0 -1 64 781 0 0 0 49 0 0 0 16 0 12 0 174113242 928374784 42345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21946] ppid=21868 vsize=906616 CPUtime=0
/proc/21881/task/21946/stat : 21946 (java) S 21868 21881 21772 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 174113242 928374784 42345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21947] ppid=21868 vsize=906616 CPUtime=0
/proc/21881/task/21947/stat : 21947 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174113242 928374784 42345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 906616

[startup+25.5583 s]
/proc/loadavg: 1.53 1.01 0.90 3/97 22088
/proc/meminfo: memFree=1561184/2055920 swapFree=4191880/4192956
[pid=21881] ppid=21868 vsize=909652 CPUtime=25.65
/proc/21881/stat : 21881 (java) R 21868 21881 21772 0 -1 0 65884 0 1 0 2537 28 0 0 25 0 12 0 174113231 931483648 61730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054138608 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21881/statm: 227413 61730 2476 14 0 213850 0
[pid=21881/tid=21904] ppid=21868 vsize=909652 CPUtime=0.46
/proc/21881/task/21904/stat : 21904 (java) S 21868 21881 21772 0 -1 64 19359 0 0 0 40 6 0 0 17 0 12 0 174113235 931483648 61730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21905] ppid=21868 vsize=909652 CPUtime=0.45
/proc/21881/task/21905/stat : 21905 (java) S 21868 21881 21772 0 -1 64 22051 0 0 0 37 8 0 0 17 0 12 0 174113235 931483648 61730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21915] ppid=21868 vsize=909652 CPUtime=0
/proc/21881/task/21915/stat : 21915 (java) S 21868 21881 21772 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 174113238 931483648 61730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21919] ppid=21868 vsize=909652 CPUtime=0
/proc/21881/task/21919/stat : 21919 (java) S 21868 21881 21772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174113238 931483648 61730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21920] ppid=21868 vsize=909652 CPUtime=0
/proc/21881/task/21920/stat : 21920 (java) S 21868 21881 21772 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174113238 931483648 61730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21942] ppid=21868 vsize=909652 CPUtime=0
/proc/21881/task/21942/stat : 21942 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 174113242 931483648 61730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21943] ppid=21868 vsize=909652 CPUtime=0.01
/proc/21881/task/21943/stat : 21943 (java) S 21868 21881 21772 0 -1 64 3 0 0 0 1 0 0 0 17 0 12 0 174113242 931483648 61730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21944] ppid=21868 vsize=909652 CPUtime=1.07
/proc/21881/task/21944/stat : 21944 (java) S 21868 21881 21772 0 -1 64 3353 0 0 0 106 1 0 0 17 0 12 0 174113242 931483648 61730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21945] ppid=21868 vsize=909652 CPUtime=0.6
/proc/21881/task/21945/stat : 21945 (java) S 21868 21881 21772 0 -1 64 783 0 0 0 60 0 0 0 16 0 12 0 174113242 931483648 61730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21946] ppid=21868 vsize=909652 CPUtime=0
/proc/21881/task/21946/stat : 21946 (java) S 21868 21881 21772 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 174113242 931483648 61730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21947] ppid=21868 vsize=909652 CPUtime=0
/proc/21881/task/21947/stat : 21947 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174113242 931483648 61730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.65
Current children cumulated vsize (KiB) 909652

[startup+51.2272 s]
/proc/loadavg: 1.71 1.10 0.93 3/97 22088
/proc/meminfo: memFree=1382944/2055920 swapFree=4191880/4192956
[pid=21881] ppid=21868 vsize=909396 CPUtime=51.22
/proc/21881/stat : 21881 (java) R 21868 21881 21772 0 -1 0 110515 0 1 0 5078 44 0 0 25 0 12 0 174113231 931221504 104942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054225259 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21881/statm: 227349 104942 2476 14 0 213786 0
[pid=21881/tid=21904] ppid=21868 vsize=909396 CPUtime=0.97
/proc/21881/task/21904/stat : 21904 (java) S 21868 21881 21772 0 -1 64 43881 0 0 0 82 15 0 0 17 0 12 0 174113235 931221504 104942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21905] ppid=21868 vsize=909396 CPUtime=0.9
/proc/21881/task/21905/stat : 21905 (java) S 21868 21881 21772 0 -1 64 42106 0 0 0 75 15 0 0 17 0 12 0 174113235 931221504 104942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21915] ppid=21868 vsize=909396 CPUtime=0.01
/proc/21881/task/21915/stat : 21915 (java) S 21868 21881 21772 0 -1 64 17 0 0 0 1 0 0 0 16 0 12 0 174113238 931221504 104942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21919] ppid=21868 vsize=909396 CPUtime=0
/proc/21881/task/21919/stat : 21919 (java) S 21868 21881 21772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174113238 931221504 104942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21920] ppid=21868 vsize=909396 CPUtime=0
/proc/21881/task/21920/stat : 21920 (java) S 21868 21881 21772 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174113238 931221504 104942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21942] ppid=21868 vsize=909396 CPUtime=0
/proc/21881/task/21942/stat : 21942 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 174113242 931221504 104942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21943] ppid=21868 vsize=909396 CPUtime=0.01
/proc/21881/task/21943/stat : 21943 (java) S 21868 21881 21772 0 -1 64 3 0 0 0 1 0 0 0 17 0 12 0 174113242 931221504 104942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21944] ppid=21868 vsize=909396 CPUtime=1.22
/proc/21881/task/21944/stat : 21944 (java) S 21868 21881 21772 0 -1 64 3365 0 0 0 121 1 0 0 17 0 12 0 174113242 931221504 104942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21945] ppid=21868 vsize=909396 CPUtime=0.75
/proc/21881/task/21945/stat : 21945 (java) S 21868 21881 21772 0 -1 64 794 0 0 0 75 0 0 0 17 0 12 0 174113242 931221504 104942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21946] ppid=21868 vsize=909396 CPUtime=0
/proc/21881/task/21946/stat : 21946 (java) S 21868 21881 21772 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 174113242 931221504 104942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21947] ppid=21868 vsize=909396 CPUtime=0
/proc/21881/task/21947/stat : 21947 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174113242 931221504 104942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 909396

[startup+102.453 s]
/proc/loadavg: 2.03 1.27 1.00 3/97 22088
/proc/meminfo: memFree=1056928/2055920 swapFree=4191880/4192956
[pid=21881] ppid=21868 vsize=913692 CPUtime=102.24
/proc/21881/stat : 21881 (java) R 21868 21881 21772 0 -1 0 194873 0 1 0 10145 79 0 0 21 0 12 0 174113231 935620608 186269 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054204786 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21881/statm: 228423 186269 2477 14 0 214860 0
[pid=21881/tid=21904] ppid=21868 vsize=913692 CPUtime=2.08
/proc/21881/task/21904/stat : 21904 (java) S 21868 21881 21772 0 -1 64 84315 0 0 0 177 31 0 0 15 0 12 0 174113235 935620608 186269 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21905] ppid=21868 vsize=913692 CPUtime=1.99
/proc/21881/task/21905/stat : 21905 (java) S 21868 21881 21772 0 -1 64 82304 0 0 0 168 31 0 0 17 0 12 0 174113235 935620608 186269 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21915] ppid=21868 vsize=913692 CPUtime=1.23
/proc/21881/task/21915/stat : 21915 (java) S 21868 21881 21772 0 -1 64 18 0 0 0 123 0 0 0 17 0 12 0 174113238 935620608 186269 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21919] ppid=21868 vsize=913692 CPUtime=0
/proc/21881/task/21919/stat : 21919 (java) S 21868 21881 21772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174113238 935620608 186269 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21920] ppid=21868 vsize=913692 CPUtime=0
/proc/21881/task/21920/stat : 21920 (java) S 21868 21881 21772 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174113238 935620608 186269 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21942] ppid=21868 vsize=913692 CPUtime=0
/proc/21881/task/21942/stat : 21942 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 174113242 935620608 186269 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21943] ppid=21868 vsize=913692 CPUtime=0.01
/proc/21881/task/21943/stat : 21943 (java) S 21868 21881 21772 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 174113242 935620608 186269 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21944] ppid=21868 vsize=913692 CPUtime=1.89
/proc/21881/task/21944/stat : 21944 (java) S 21868 21881 21772 0 -1 64 7015 0 0 0 186 3 0 0 17 0 12 0 174113242 935620608 186269 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21945] ppid=21868 vsize=913692 CPUtime=1.06
/proc/21881/task/21945/stat : 21945 (java) S 21868 21881 21772 0 -1 64 812 0 0 0 106 0 0 0 17 0 12 0 174113242 935620608 186269 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21946] ppid=21868 vsize=913692 CPUtime=0
/proc/21881/task/21946/stat : 21946 (java) S 21868 21881 21772 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 174113242 935620608 186269 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21947] ppid=21868 vsize=913692 CPUtime=0
/proc/21881/task/21947/stat : 21947 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174113242 935620608 186269 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 913692

[startup+162.541 s]
/proc/loadavg: 2.53 1.56 1.11 4/97 22088
/proc/meminfo: memFree=1054496/2055920 swapFree=4191880/4192956
[pid=21881] ppid=21868 vsize=913692 CPUtime=162.04
/proc/21881/stat : 21881 (java) R 21868 21881 21772 0 -1 0 197423 0 1 0 16124 80 0 0 25 0 12 0 174113231 935620608 186829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21881/statm: 228423 186829 2477 14 0 214860 0
[pid=21881/tid=21904] ppid=21868 vsize=913692 CPUtime=2.37
/proc/21881/task/21904/stat : 21904 (java) S 21868 21881 21772 0 -1 64 84315 0 0 0 206 31 0 0 17 0 12 0 174113235 935620608 186829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21905] ppid=21868 vsize=913692 CPUtime=2.21
/proc/21881/task/21905/stat : 21905 (java) S 21868 21881 21772 0 -1 64 82304 0 0 0 190 31 0 0 15 0 12 0 174113235 935620608 186829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21915] ppid=21868 vsize=913692 CPUtime=36.86
/proc/21881/task/21915/stat : 21915 (java) R 21868 21881 21772 0 -1 64 2508 0 0 0 3684 2 0 0 17 0 12 0 174113238 935620608 186829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21919] ppid=21868 vsize=913692 CPUtime=0
/proc/21881/task/21919/stat : 21919 (java) S 21868 21881 21772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174113238 935620608 186829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21920] ppid=21868 vsize=913692 CPUtime=0
/proc/21881/task/21920/stat : 21920 (java) S 21868 21881 21772 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174113238 935620608 186829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21942] ppid=21868 vsize=913692 CPUtime=0
/proc/21881/task/21942/stat : 21942 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 174113242 935620608 186829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21943] ppid=21868 vsize=913692 CPUtime=0.01
/proc/21881/task/21943/stat : 21943 (java) S 21868 21881 21772 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 174113242 935620608 186829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21944] ppid=21868 vsize=913692 CPUtime=1.91
/proc/21881/task/21944/stat : 21944 (java) S 21868 21881 21772 0 -1 64 7015 0 0 0 188 3 0 0 17 0 12 0 174113242 935620608 186829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21945] ppid=21868 vsize=913692 CPUtime=1.17
/proc/21881/task/21945/stat : 21945 (java) S 21868 21881 21772 0 -1 64 820 0 0 0 117 0 0 0 17 0 12 0 174113242 935620608 186829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21946] ppid=21868 vsize=913692 CPUtime=0
/proc/21881/task/21946/stat : 21946 (java) S 21868 21881 21772 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 174113242 935620608 186829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21947] ppid=21868 vsize=913692 CPUtime=0
/proc/21881/task/21947/stat : 21947 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174113242 935620608 186829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 913692



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+216.455 s]
/proc/loadavg: 2.35 1.68 1.18 4/97 22088
/proc/meminfo: memFree=1050208/2055920 swapFree=4191880/4192956
[pid=21881] ppid=21868 vsize=921696 CPUtime=215.95
/proc/21881/stat : 21881 (java) S 21868 21881 21772 0 -1 0 199556 0 1 0 21513 82 0 0 16 0 12 0 174113231 943816704 187909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21881/statm: 230424 187909 2477 14 0 216861 0
[pid=21881/tid=21904] ppid=21868 vsize=921696 CPUtime=2.37
/proc/21881/task/21904/stat : 21904 (java) S 21868 21881 21772 0 -1 64 84315 0 0 0 206 31 0 0 17 0 12 0 174113235 943816704 187909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21905] ppid=21868 vsize=921696 CPUtime=2.21
/proc/21881/task/21905/stat : 21905 (java) S 21868 21881 21772 0 -1 64 82304 0 0 0 190 31 0 0 15 0 12 0 174113235 943816704 187909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21915] ppid=21868 vsize=921696 CPUtime=89.99
/proc/21881/task/21915/stat : 21915 (java) R 21868 21881 21772 0 -1 64 4589 0 0 0 8996 3 0 0 25 0 12 0 174113238 943816704 187909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454535 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21919] ppid=21868 vsize=921696 CPUtime=0
/proc/21881/task/21919/stat : 21919 (java) S 21868 21881 21772 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174113238 943816704 187909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21920] ppid=21868 vsize=921696 CPUtime=0
/proc/21881/task/21920/stat : 21920 (java) S 21868 21881 21772 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174113238 943816704 187909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21942] ppid=21868 vsize=921696 CPUtime=0
/proc/21881/task/21942/stat : 21942 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 174113242 943816704 187909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21943] ppid=21868 vsize=921696 CPUtime=0.01
/proc/21881/task/21943/stat : 21943 (java) S 21868 21881 21772 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 174113242 943816704 187909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21881/tid=21944] ppid=21868 vsize=921696 CPUtime=1.91
/proc/21881/task/21944/stat : 21944 (java) S 21868 21881 21772 0 -1 64 7015 0 0 0 188 3 0 0 17 0 12 0 174113242 943816704 187909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21945] ppid=21868 vsize=921696 CPUtime=1.17
/proc/21881/task/21945/stat : 21945 (java) S 21868 21881 21772 0 -1 64 820 0 0 0 117 0 0 0 17 0 12 0 174113242 943816704 187909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21946] ppid=21868 vsize=921696 CPUtime=0
/proc/21881/task/21946/stat : 21946 (java) S 21868 21881 21772 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 174113242 943816704 187909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21881/tid=21947] ppid=21868 vsize=921696 CPUtime=0
/proc/21881/task/21947/stat : 21947 (java) S 21868 21881 21772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174113242 943816704 187909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.95
Current children cumulated vsize (KiB) 921696

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 218.592
CPU time (s): 218.088
CPU user time (s): 217.134
CPU system time (s): 0.953854
CPU usage (%): 99.7692
Max. virtual memory (cumulated for all children) (KiB): 921696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.134
system time used= 0.953854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201643
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= 7130
involuntary context switches= 9017

runsolver used 0.275958 s user time and 0.703892 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Jan  8 11:53:01 UTC 2007


IDJOB= 221272
IDBENCH= 5405
FILE ID= node9/221272-1168257181

PBS_JOBID= 3482414

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/queenAttacking/queenAttacking-12.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221272-1168257181/sat4jCSP-bf3.jar /tmp/evaluation/221272-1168257181/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-221272-1168257181 -o ROOT/results/node9/solver-221272-1168257181 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221272-1168257181/sat4jCSP-bf3.jar /tmp/evaluation/221272-1168257181/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  60c30a794f534be6c1ae5db134baea56

RANDOM SEED= 617558762

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.231
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.231
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:       1799928 kB
Buffers:         43984 kB
Cached:         106364 kB
SwapCached:        408 kB
Active:         124612 kB
Inactive:        72884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799928 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7120 kB
Writeback:           0 kB
Mapped:          58776 kB
Slab:            43644 kB
Committed_AS:  4936120 kB
PageTables:       2172 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= 66541 MiB



End job on node9 on Mon Jan  8 11:56:40 UTC 2007