Trace number 200774

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) 206.943 207.561

General information on the benchmark

Namefapp/fapp11-15/fapp14/
fapp14-2500-8.xml
MD5SUMd6ce1f8e3582b18bc2617fcf582120b7
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 variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
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/200774-1168143402/unknown.xml
0.25	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.71	c reading variables
c reading variables (2500) done.
3.18	c reading predicates 
c reading relations (9) done.
3.37	c reading constraintsc starts		: 0
207.40	c conflicts		: 0
207.40	c decisions		: 0
207.40	c propagations		: 0
207.40	c inspects		: 0
207.40	c learnt literals	: 0
207.40	c learnt binary clauses	: 0
207.40	c learnt ternary clauses	: 0
207.40	c learnt clauses	: 0
207.40	c root simplifications	: 0
207.40	c removed literals (reason simplification)	: 0
207.40	c reason swapping (by a shorter reason)	: 0
207.40	c Calls to reduceDB	: 0
207.40	c speed (decisions/second)	: 0.0
207.40	c non guided choices	0
207.40	s UNKNOWN
207.40	c Total wall clock time (in seconds) : 207.155
207.40	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/node25/watcher-200774-1168143402 -o ROOT/results/node25/solver-200774-1168143402 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/200774-1168143402/sat4jCSP-bf3.jar /tmp/evaluation/200774-1168143402/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.41 1.46 1.81 4/82 25311
/proc/meminfo: memFree=1276168/2055920 swapFree=4192812/4192956
[pid=25310] ppid=25306 vsize=18540 CPUtime=0
/proc/25310/stat : 25310 (runsolver) R 25306 25310 25088 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 162732905 18984960 279 18446744073709551615 4194304 4267372 548682069008 18446744073709551615 215781797159 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25310/statm: 4635 279 244 17 0 2626 0

[startup+0.104469 s]
/proc/loadavg: 0.41 1.46 1.81 4/82 25311
/proc/meminfo: memFree=1276168/2055920 swapFree=4192812/4192956
[pid=25310] ppid=25306 vsize=901540 CPUtime=0.08
/proc/25310/stat : 25310 (java) R 25306 25310 25088 0 -1 0 3292 0 1 0 6 2 0 0 20 0 12 0 162732905 923176960 3052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4232156 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25310/statm: 225385 3052 1549 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.512538 s]
/proc/loadavg: 0.41 1.46 1.81 4/82 25311
/proc/meminfo: memFree=1276168/2055920 swapFree=4192812/4192956
[pid=25310] ppid=25306 vsize=905236 CPUtime=0.49
/proc/25310/stat : 25310 (java) R 25306 25310 25088 0 -1 0 5964 0 1 0 46 3 0 0 22 0 12 0 162732905 926961664 5558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25310/statm: 226309 5558 2287 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.34068 s]
/proc/loadavg: 0.41 1.46 1.81 2/92 25525
/proc/meminfo: memFree=1250288/2055920 swapFree=4192812/4192956
[pid=25310] ppid=25306 vsize=907540 CPUtime=1.71
/proc/25310/stat : 25310 (java) R 25306 25310 25088 0 -1 0 7566 0 1 0 167 4 0 0 25 0 12 0 162732905 929320960 6604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053841112 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25310/statm: 226885 6604 2316 14 0 213322 0
[pid=25310/tid=25313] ppid=25306 vsize=907540 CPUtime=0
/proc/25310/task/25313/stat : 25313 (java) S 25306 25310 25088 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 162732909 929320960 6604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25314] ppid=25306 vsize=907540 CPUtime=0
/proc/25310/task/25314/stat : 25314 (java) S 25306 25310 25088 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 162732909 929320960 6604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25315] ppid=25306 vsize=907540 CPUtime=0
/proc/25310/task/25315/stat : 25315 (java) S 25306 25310 25088 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 162732911 929320960 6604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25316] ppid=25306 vsize=907540 CPUtime=0
/proc/25310/task/25316/stat : 25316 (java) S 25306 25310 25088 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 162732912 929320960 6605 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25317] ppid=25306 vsize=907540 CPUtime=0
/proc/25310/task/25317/stat : 25317 (java) S 25306 25310 25088 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162732912 929320960 6605 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25321] ppid=25306 vsize=907540 CPUtime=0
/proc/25310/task/25321/stat : 25321 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162732916 929320960 6605 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25322] ppid=25306 vsize=907540 CPUtime=0
/proc/25310/task/25322/stat : 25322 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162732916 929320960 6605 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25323] ppid=25306 vsize=907540 CPUtime=0.41
/proc/25310/task/25323/stat : 25323 (java) S 25306 25310 25088 0 -1 64 681 0 0 0 41 0 0 0 16 0 12 0 162732916 929320960 6605 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25324] ppid=25306 vsize=907540 CPUtime=0.48
/proc/25310/task/25324/stat : 25324 (java) S 25306 25310 25088 0 -1 64 1418 0 0 0 48 0 0 0 16 0 12 0 162732916 929320960 6605 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25325] ppid=25306 vsize=907540 CPUtime=0
/proc/25310/task/25325/stat : 25325 (java) S 25306 25310 25088 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162732916 929320960 6605 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25326] ppid=25306 vsize=907540 CPUtime=0
/proc/25310/task/25326/stat : 25326 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162732916 929320960 6605 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 907540

[startup+2.98096 s]
/proc/loadavg: 0.62 1.49 1.82 6/97 25530
/proc/meminfo: memFree=1089032/2055920 swapFree=4192812/4192956
[pid=25310] ppid=25306 vsize=912668 CPUtime=3.34
/proc/25310/stat : 25310 (java) S 25306 25310 25088 0 -1 0 55733 0 1 0 311 23 0 0 18 0 12 0 162732905 934572032 53642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25310/statm: 228167 53644 2344 14 0 214604 0
[pid=25310/tid=25313] ppid=25306 vsize=912668 CPUtime=0.25
/proc/25310/task/25313/stat : 25313 (java) R 25306 25310 25088 0 -1 64 10864 0 0 0 20 5 0 0 18 0 12 0 162732909 934572032 53646 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25314] ppid=25306 vsize=912668 CPUtime=0.52
/proc/25310/task/25314/stat : 25314 (java) R 25306 25310 25088 0 -1 64 23051 0 0 0 44 8 0 0 17 0 12 0 162732909 934572032 53647 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25315] ppid=25306 vsize=912668 CPUtime=0
/proc/25310/task/25315/stat : 25315 (java) S 25306 25310 25088 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 162732911 934572032 53649 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25316] ppid=25306 vsize=912668 CPUtime=0
/proc/25310/task/25316/stat : 25316 (java) S 25306 25310 25088 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162732912 934572032 53651 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25317] ppid=25306 vsize=912668 CPUtime=0
/proc/25310/task/25317/stat : 25317 (java) S 25306 25310 25088 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162732912 934572032 53653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25321] ppid=25306 vsize=912668 CPUtime=0
/proc/25310/task/25321/stat : 25321 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162732916 934572032 53654 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25322] ppid=25306 vsize=912668 CPUtime=0
/proc/25310/task/25322/stat : 25322 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162732916 934572032 53656 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25323] ppid=25306 vsize=912668 CPUtime=0.54
/proc/25310/task/25323/stat : 25323 (java) S 25306 25310 25088 0 -1 64 689 0 0 0 54 0 0 0 16 0 12 0 162732916 934572032 53657 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25324] ppid=25306 vsize=912668 CPUtime=0.59
/proc/25310/task/25324/stat : 25324 (java) S 25306 25310 25088 0 -1 64 1439 0 0 0 59 0 0 0 16 0 12 0 162732916 934572032 53659 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25325] ppid=25306 vsize=912668 CPUtime=0
/proc/25310/task/25325/stat : 25325 (java) S 25306 25310 25088 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162732916 934572032 53661 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25326] ppid=25306 vsize=912668 CPUtime=0
/proc/25310/task/25326/stat : 25326 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162732916 934572032 53663 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 912668

[startup+6.18849 s]
/proc/loadavg: 0.62 1.49 1.82 7/97 25530
/proc/meminfo: memFree=952008/2055920 swapFree=4192812/4192956
[pid=25310] ppid=25306 vsize=917096 CPUtime=6.54
/proc/25310/stat : 25310 (java) R 25306 25310 25088 0 -1 0 67903 0 1 0 626 28 0 0 25 0 12 0 162732905 939106304 63619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054407574 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25310/statm: 229274 63619 2482 14 0 215711 0
[pid=25310/tid=25313] ppid=25306 vsize=917096 CPUtime=0.47
/proc/25310/task/25313/stat : 25313 (java) S 25306 25310 25088 0 -1 64 15554 0 0 0 41 6 0 0 16 0 12 0 162732909 939106304 63619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25314] ppid=25306 vsize=917096 CPUtime=0.66
/proc/25310/task/25314/stat : 25314 (java) S 25306 25310 25088 0 -1 64 26737 0 0 0 56 10 0 0 16 0 12 0 162732909 939106304 63619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25315] ppid=25306 vsize=917096 CPUtime=0
/proc/25310/task/25315/stat : 25315 (java) S 25306 25310 25088 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 162732911 939106304 63619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25316] ppid=25306 vsize=917096 CPUtime=0
/proc/25310/task/25316/stat : 25316 (java) S 25306 25310 25088 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162732912 939106304 63619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25317] ppid=25306 vsize=917096 CPUtime=0
/proc/25310/task/25317/stat : 25317 (java) S 25306 25310 25088 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162732912 939106304 63619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25321] ppid=25306 vsize=917096 CPUtime=0
/proc/25310/task/25321/stat : 25321 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162732916 939106304 63619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25322] ppid=25306 vsize=917096 CPUtime=0
/proc/25310/task/25322/stat : 25322 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162732916 939106304 63619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25323] ppid=25306 vsize=917096 CPUtime=1.2
/proc/25310/task/25323/stat : 25323 (java) S 25306 25310 25088 0 -1 64 3360 0 0 0 119 1 0 0 16 0 12 0 162732916 939106304 63619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25324] ppid=25306 vsize=917096 CPUtime=0.84
/proc/25310/task/25324/stat : 25324 (java) S 25306 25310 25088 0 -1 64 2167 0 0 0 84 0 0 0 17 0 12 0 162732916 939106304 63619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25325] ppid=25306 vsize=917096 CPUtime=0
/proc/25310/task/25325/stat : 25325 (java) S 25306 25310 25088 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162732916 939106304 63619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25326] ppid=25306 vsize=917096 CPUtime=0
/proc/25310/task/25326/stat : 25326 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162732916 939106304 63619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 917096

[startup+12.6756 s]
/proc/loadavg: 1.13 1.57 1.84 3/97 25530
/proc/meminfo: memFree=920584/2055920 swapFree=4192812/4192956
[pid=25310] ppid=25306 vsize=918376 CPUtime=13
/proc/25310/stat : 25310 (java) R 25306 25310 25088 0 -1 0 74521 0 1 0 1269 31 0 0 25 0 12 0 162732905 940417024 70009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054397422 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25310/statm: 229594 70009 2482 14 0 216031 0
[pid=25310/tid=25313] ppid=25306 vsize=918376 CPUtime=0.66
/proc/25310/task/25313/stat : 25313 (java) S 25306 25310 25088 0 -1 64 18190 0 0 0 59 7 0 0 16 0 12 0 162732909 940417024 70009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25314] ppid=25306 vsize=918376 CPUtime=0.84
/proc/25310/task/25314/stat : 25314 (java) S 25306 25310 25088 0 -1 64 30144 0 0 0 74 10 0 0 16 0 12 0 162732909 940417024 70009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25315] ppid=25306 vsize=918376 CPUtime=0.01
/proc/25310/task/25315/stat : 25315 (java) S 25306 25310 25088 0 -1 64 11 0 0 0 1 0 0 0 16 0 12 0 162732911 940417024 70009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25316] ppid=25306 vsize=918376 CPUtime=0
/proc/25310/task/25316/stat : 25316 (java) S 25306 25310 25088 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162732912 940417024 70009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25317] ppid=25306 vsize=918376 CPUtime=0
/proc/25310/task/25317/stat : 25317 (java) S 25306 25310 25088 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162732912 940417024 70009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25321] ppid=25306 vsize=918376 CPUtime=0
/proc/25310/task/25321/stat : 25321 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162732916 940417024 70009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25322] ppid=25306 vsize=918376 CPUtime=0
/proc/25310/task/25322/stat : 25322 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162732916 940417024 70009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25323] ppid=25306 vsize=918376 CPUtime=1.56
/proc/25310/task/25323/stat : 25323 (java) S 25306 25310 25088 0 -1 64 3909 0 0 0 155 1 0 0 16 0 12 0 162732916 940417024 70009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25324] ppid=25306 vsize=918376 CPUtime=0.89
/proc/25310/task/25324/stat : 25324 (java) S 25306 25310 25088 0 -1 64 2170 0 0 0 89 0 0 0 17 0 12 0 162732916 940417024 70009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25325] ppid=25306 vsize=918376 CPUtime=0
/proc/25310/task/25325/stat : 25325 (java) S 25306 25310 25088 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162732916 940417024 70009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25326] ppid=25306 vsize=918376 CPUtime=0
/proc/25310/task/25326/stat : 25326 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162732916 940417024 70009 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 918376

[startup+25.5656 s]
/proc/loadavg: 1.26 1.58 1.84 3/97 25530
/proc/meminfo: memFree=889864/2055920 swapFree=4192812/4192956
[pid=25310] ppid=25306 vsize=918760 CPUtime=25.83
/proc/25310/stat : 25310 (java) R 25306 25310 25088 0 -1 0 84123 0 1 0 2547 36 0 0 25 0 12 0 162732905 940810240 78063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054407623 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25310/statm: 229690 78063 2482 14 0 216127 0
[pid=25310/tid=25313] ppid=25306 vsize=918760 CPUtime=0.82
/proc/25310/task/25313/stat : 25313 (java) S 25306 25310 25088 0 -1 64 23828 0 0 0 73 9 0 0 16 0 12 0 162732909 940810240 78063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25314] ppid=25306 vsize=918760 CPUtime=0.99
/proc/25310/task/25314/stat : 25314 (java) S 25306 25310 25088 0 -1 64 33747 0 0 0 87 12 0 0 16 0 12 0 162732909 940810240 78063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25315] ppid=25306 vsize=918760 CPUtime=0.01
/proc/25310/task/25315/stat : 25315 (java) S 25306 25310 25088 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 162732911 940810240 78063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25316] ppid=25306 vsize=918760 CPUtime=0
/proc/25310/task/25316/stat : 25316 (java) S 25306 25310 25088 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162732912 940810240 78063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25317] ppid=25306 vsize=918760 CPUtime=0
/proc/25310/task/25317/stat : 25317 (java) S 25306 25310 25088 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162732912 940810240 78063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25321] ppid=25306 vsize=918760 CPUtime=0
/proc/25310/task/25321/stat : 25321 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162732916 940810240 78063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25322] ppid=25306 vsize=918760 CPUtime=0
/proc/25310/task/25322/stat : 25322 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162732916 940810240 78063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25323] ppid=25306 vsize=918760 CPUtime=1.89
/proc/25310/task/25323/stat : 25323 (java) S 25306 25310 25088 0 -1 64 4239 0 0 0 188 1 0 0 16 0 12 0 162732916 940810240 78063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25324] ppid=25306 vsize=918760 CPUtime=0.9
/proc/25310/task/25324/stat : 25324 (java) S 25306 25310 25088 0 -1 64 2170 0 0 0 90 0 0 0 16 0 12 0 162732916 940810240 78063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25325] ppid=25306 vsize=918760 CPUtime=0
/proc/25310/task/25325/stat : 25325 (java) S 25306 25310 25088 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162732916 940810240 78063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25326] ppid=25306 vsize=918760 CPUtime=0
/proc/25310/task/25326/stat : 25326 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162732916 940810240 78063 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.83
Current children cumulated vsize (KiB) 918760

[startup+51.254 s]
/proc/loadavg: 1.57 1.63 1.85 3/97 25530
/proc/meminfo: memFree=819912/2055920 swapFree=4192812/4192956
[pid=25310] ppid=25306 vsize=918760 CPUtime=51.23
/proc/25310/stat : 25310 (java) R 25306 25310 25088 0 -1 0 101463 0 1 0 5081 42 0 0 25 0 12 0 162732905 940810240 95190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054397690 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25310/statm: 229690 95190 2482 14 0 216127 0
[pid=25310/tid=25313] ppid=25306 vsize=918760 CPUtime=1.08
/proc/25310/task/25313/stat : 25313 (java) S 25306 25310 25088 0 -1 64 31864 0 0 0 96 12 0 0 16 0 12 0 162732909 940810240 95190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25314] ppid=25306 vsize=918760 CPUtime=1.27
/proc/25310/task/25314/stat : 25314 (java) S 25306 25310 25088 0 -1 64 43014 0 0 0 112 15 0 0 16 0 12 0 162732909 940810240 95190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25315] ppid=25306 vsize=918760 CPUtime=0.02
/proc/25310/task/25315/stat : 25315 (java) S 25306 25310 25088 0 -1 64 14 0 0 0 2 0 0 0 15 0 12 0 162732911 940810240 95190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25316] ppid=25306 vsize=918760 CPUtime=0
/proc/25310/task/25316/stat : 25316 (java) S 25306 25310 25088 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162732912 940810240 95190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25317] ppid=25306 vsize=918760 CPUtime=0
/proc/25310/task/25317/stat : 25317 (java) S 25306 25310 25088 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162732912 940810240 95190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25321] ppid=25306 vsize=918760 CPUtime=0
/proc/25310/task/25321/stat : 25321 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162732916 940810240 95190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25322] ppid=25306 vsize=918760 CPUtime=0
/proc/25310/task/25322/stat : 25322 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162732916 940810240 95190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25323] ppid=25306 vsize=918760 CPUtime=1.89
/proc/25310/task/25323/stat : 25323 (java) S 25306 25310 25088 0 -1 64 4239 0 0 0 188 1 0 0 16 0 12 0 162732916 940810240 95190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25324] ppid=25306 vsize=918760 CPUtime=0.91
/proc/25310/task/25324/stat : 25324 (java) S 25306 25310 25088 0 -1 64 2170 0 0 0 91 0 0 0 16 0 12 0 162732916 940810240 95190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25325] ppid=25306 vsize=918760 CPUtime=0
/proc/25310/task/25325/stat : 25325 (java) S 25306 25310 25088 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162732916 940810240 95190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25326] ppid=25306 vsize=918760 CPUtime=0
/proc/25310/task/25326/stat : 25326 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162732916 940810240 95190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.23
Current children cumulated vsize (KiB) 918760

[startup+102.461 s]
/proc/loadavg: 1.96 1.72 1.87 3/97 25530
/proc/meminfo: memFree=699336/2055920 swapFree=4192812/4192956
[pid=25310] ppid=25306 vsize=917976 CPUtime=102.33
/proc/25310/stat : 25310 (java) R 25306 25310 25088 0 -1 0 132725 0 1 0 10176 57 0 0 25 0 12 0 162732905 940007424 125282 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054387107 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25310/statm: 229494 125282 2482 14 0 215931 0
[pid=25310/tid=25313] ppid=25306 vsize=917976 CPUtime=1.69
/proc/25310/task/25313/stat : 25313 (java) S 25306 25310 25088 0 -1 64 47190 0 0 0 151 18 0 0 16 0 12 0 162732909 940007424 125282 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25314] ppid=25306 vsize=917976 CPUtime=1.87
/proc/25310/task/25314/stat : 25314 (java) S 25306 25310 25088 0 -1 64 58880 0 0 0 164 23 0 0 16 0 12 0 162732909 940007424 125282 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25315] ppid=25306 vsize=917976 CPUtime=0.04
/proc/25310/task/25315/stat : 25315 (java) S 25306 25310 25088 0 -1 64 14 0 0 0 3 1 0 0 15 0 12 0 162732911 940007424 125282 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25316] ppid=25306 vsize=917976 CPUtime=0
/proc/25310/task/25316/stat : 25316 (java) S 25306 25310 25088 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162732912 940007424 125282 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25317] ppid=25306 vsize=917976 CPUtime=0
/proc/25310/task/25317/stat : 25317 (java) S 25306 25310 25088 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162732912 940007424 125282 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25321] ppid=25306 vsize=917976 CPUtime=0
/proc/25310/task/25321/stat : 25321 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162732916 940007424 125282 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25322] ppid=25306 vsize=917976 CPUtime=0
/proc/25310/task/25322/stat : 25322 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162732916 940007424 125282 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25323] ppid=25306 vsize=917976 CPUtime=1.89
/proc/25310/task/25323/stat : 25323 (java) S 25306 25310 25088 0 -1 64 4239 0 0 0 188 1 0 0 17 0 12 0 162732916 940007424 125282 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25324] ppid=25306 vsize=917976 CPUtime=0.91
/proc/25310/task/25324/stat : 25324 (java) S 25306 25310 25088 0 -1 64 2170 0 0 0 91 0 0 0 16 0 12 0 162732916 940007424 125282 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25325] ppid=25306 vsize=917976 CPUtime=0
/proc/25310/task/25325/stat : 25325 (java) S 25306 25310 25088 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162732916 940007424 125282 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25326] ppid=25306 vsize=917976 CPUtime=0
/proc/25310/task/25326/stat : 25326 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162732916 940007424 125282 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 917976

[startup+162.463 s]
/proc/loadavg: 1.98 1.77 1.87 3/97 25530
/proc/meminfo: memFree=555016/2055920 swapFree=4192812/4192956
[pid=25310] ppid=25306 vsize=917976 CPUtime=162.17
/proc/25310/stat : 25310 (java) R 25306 25310 25088 0 -1 0 168845 0 1 0 16146 71 0 0 25 0 12 0 162732905 940007424 161286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054355941 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25310/statm: 229494 161286 2482 14 0 215931 0
[pid=25310/tid=25313] ppid=25306 vsize=917976 CPUtime=2.54
/proc/25310/task/25313/stat : 25313 (java) S 25306 25310 25088 0 -1 64 65315 0 0 0 230 24 0 0 16 0 12 0 162732909 940007424 161286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25314] ppid=25306 vsize=917976 CPUtime=2.68
/proc/25310/task/25314/stat : 25314 (java) S 25306 25310 25088 0 -1 64 76785 0 0 0 239 29 0 0 16 0 12 0 162732909 940007424 161286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25315] ppid=25306 vsize=917976 CPUtime=0.06
/proc/25310/task/25315/stat : 25315 (java) S 25306 25310 25088 0 -1 64 14 0 0 0 4 2 0 0 15 0 12 0 162732911 940007424 161286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25316] ppid=25306 vsize=917976 CPUtime=0
/proc/25310/task/25316/stat : 25316 (java) S 25306 25310 25088 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162732912 940007424 161286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25317] ppid=25306 vsize=917976 CPUtime=0
/proc/25310/task/25317/stat : 25317 (java) S 25306 25310 25088 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162732912 940007424 161286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25321] ppid=25306 vsize=917976 CPUtime=0
/proc/25310/task/25321/stat : 25321 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162732916 940007424 161286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25322] ppid=25306 vsize=917976 CPUtime=0
/proc/25310/task/25322/stat : 25322 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162732916 940007424 161286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25323] ppid=25306 vsize=917976 CPUtime=1.98
/proc/25310/task/25323/stat : 25323 (java) S 25306 25310 25088 0 -1 64 4239 0 0 0 197 1 0 0 17 0 12 0 162732916 940007424 161286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25324] ppid=25306 vsize=917976 CPUtime=1.01
/proc/25310/task/25324/stat : 25324 (java) S 25306 25310 25088 0 -1 64 2178 0 0 0 101 0 0 0 17 0 12 0 162732916 940007424 161286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25310/tid=25325] ppid=25306 vsize=917976 CPUtime=0
/proc/25310/task/25325/stat : 25325 (java) S 25306 25310 25088 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162732916 940007424 161286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25326] ppid=25306 vsize=917976 CPUtime=0
/proc/25310/task/25326/stat : 25326 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162732916 940007424 161286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 917976



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+206.546 s]
/proc/loadavg: 1.99 1.80 1.88 3/97 25532
/proc/meminfo: memFree=444296/2055920 swapFree=4192812/4192956
[pid=25310] ppid=25306 vsize=923340 CPUtime=205.96
/proc/25310/stat : 25310 (java) S 25306 25310 25088 0 -1 0 198739 0 1 0 20513 83 0 0 25 0 12 0 162732905 945500160 188861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25310/statm: 230835 188861 2482 14 0 217272 0
[pid=25310/tid=25313] ppid=25306 vsize=923340 CPUtime=3.22
/proc/25310/task/25313/stat : 25313 (java) S 25306 25310 25088 0 -1 64 79953 0 0 0 292 30 0 0 15 0 12 0 162732909 945500160 188861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25314] ppid=25306 vsize=923340 CPUtime=3.37
/proc/25310/task/25314/stat : 25314 (java) S 25306 25310 25088 0 -1 64 88954 0 0 0 304 33 0 0 16 0 12 0 162732909 945500160 188861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25315] ppid=25306 vsize=923340 CPUtime=0.31
/proc/25310/task/25315/stat : 25315 (java) R 25306 25310 25088 0 -1 64 3029 0 0 0 27 4 0 0 16 0 12 0 162732911 945500160 188861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624416 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25316] ppid=25306 vsize=923340 CPUtime=0
/proc/25310/task/25316/stat : 25316 (java) S 25306 25310 25088 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162732912 945500160 188861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25317] ppid=25306 vsize=923340 CPUtime=0
/proc/25310/task/25317/stat : 25317 (java) S 25306 25310 25088 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162732912 945500160 188861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25321] ppid=25306 vsize=923340 CPUtime=0
/proc/25310/task/25321/stat : 25321 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162732916 945500160 188861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25322] ppid=25306 vsize=923340 CPUtime=0
/proc/25310/task/25322/stat : 25322 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162732916 945500160 188861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25323] ppid=25306 vsize=923340 CPUtime=1.99
/proc/25310/task/25323/stat : 25323 (java) S 25306 25310 25088 0 -1 64 4239 0 0 0 198 1 0 0 16 0 12 0 162732916 945500160 188861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25324] ppid=25306 vsize=923340 CPUtime=1.1
/proc/25310/task/25324/stat : 25324 (java) S 25306 25310 25088 0 -1 64 2188 0 0 0 110 0 0 0 17 0 12 0 162732916 945500160 188861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25325] ppid=25306 vsize=923340 CPUtime=0
/proc/25310/task/25325/stat : 25325 (java) S 25306 25310 25088 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162732916 945500160 188861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25310/tid=25326] ppid=25306 vsize=923340 CPUtime=0
/proc/25310/task/25326/stat : 25326 (java) S 25306 25310 25088 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162732916 945500160 188861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 205.96
Current children cumulated vsize (KiB) 923340

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

Child status: 143
Real time (s): 207.561
CPU time (s): 206.943
CPU user time (s): 206
CPU system time (s): 0.942856
CPU usage (%): 99.702
Max. virtual memory (cumulated for all children) (KiB): 923340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206
system time used= 0.942856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198761
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= 8892
involuntary context switches= 8830

runsolver used 0.255961 s user time and 0.691894 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sun Jan  7 04:16:43 UTC 2007


IDJOB= 200774
IDBENCH= 3726
FILE ID= node25/200774-1168143402

PBS_JOBID= 3478125

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp14/fapp14-2500-8.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/200774-1168143402/sat4jCSP-bf3.jar /tmp/evaluation/200774-1168143402/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-200774-1168143402 -o ROOT/results/node25/solver-200774-1168143402 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/200774-1168143402/sat4jCSP-bf3.jar /tmp/evaluation/200774-1168143402/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  d6ce1f8e3582b18bc2617fcf582120b7

RANDOM SEED= 754068458

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.279
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.279
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:       1276848 kB
Buffers:         57320 kB
Cached:         595548 kB
SwapCached:          0 kB
Active:         217644 kB
Inactive:       483680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1276848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8308 kB
Writeback:           0 kB
Mapped:          67420 kB
Slab:            62844 kB
Committed_AS:  3203992 kB
PageTables:       2144 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= 66542 MiB



End job on node25 on Sun Jan  7 04:20:13 UTC 2007