Trace number 237907

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) 225.151 225.38

General information on the benchmark

Namehaystacks/
haystacks_44.xml
MD5SUM0722ca56c46929635c236adaf10e929a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1560.29
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1936
Number of constraints41667
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension41667
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	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/237907-1168351986/unknown.xml
0.25	c reading problem ... 
0.51	c reading problem named ?
0.51	c reading domains done.
0.51	c reading variables
c reading variables (1936) done.
1.67	c reading predicates 
c reading relations (5) done.
1.89	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/node62/watcher-237907-1168351986 -o ROOT/results/node62/solver-237907-1168351986 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237907-1168351986/sat4jCSP-bf3.jar /tmp/evaluation/237907-1168351986/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.93 1.01 1.29 3/69 19173
/proc/meminfo: memFree=1839648/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=1784 CPUtime=0
/proc/19172/stat : 19172 (java) D 19170 19172 19075 0 -1 0 166 0 0 0 0 0 0 0 20 0 1 0 183596368 1826816 137 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/19172/statm: 446 137 102 14 0 91 0

[startup+0.105983 s]
/proc/loadavg: 0.93 1.01 1.29 3/69 19173
/proc/meminfo: memFree=1839648/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=902564 CPUtime=0.08
/proc/19172/stat : 19172 (java) R 19170 19172 19075 0 -1 0 3298 0 1 0 7 1 0 0 21 0 12 0 183596368 924225536 3058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155039218 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19172/statm: 225641 3058 1552 14 0 212365 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 902564

[startup+0.518078 s]
/proc/loadavg: 0.93 1.01 1.29 3/69 19173
/proc/meminfo: memFree=1839648/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=906260 CPUtime=0.48
/proc/19172/stat : 19172 (java) R 19170 19172 19075 0 -1 0 5972 0 1 0 45 3 0 0 22 0 12 0 183596368 928010240 5567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053870428 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19172/statm: 226565 5567 2293 14 0 213002 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 906260

[startup+1.33923 s]
/proc/loadavg: 0.93 1.01 1.29 3/80 19701
/proc/meminfo: memFree=1821504/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=907352 CPUtime=1.3
/proc/19172/stat : 19172 (java) R 19170 19172 19075 0 -1 0 7307 0 1 0 126 4 0 0 25 0 12 0 183596368 929128448 6054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19172/statm: 226838 6054 2312 14 0 213275 0
[pid=19172/tid=19174] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19174/stat : 19174 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 183596372 929128448 6054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19175] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19175/stat : 19175 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183596372 929128448 6054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19176] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19176/stat : 19176 (java) S 19170 19172 19075 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183596374 929128448 6054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19177] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19177/stat : 19177 (java) S 19170 19172 19075 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 183596375 929128448 6054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19178] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19178/stat : 19178 (java) S 19170 19172 19075 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 183596375 929128448 6054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19182] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19182/stat : 19182 (java) S 19170 19172 19075 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183596379 929128448 6054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19183] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19183/stat : 19183 (java) S 19170 19172 19075 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183596379 929128448 6054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19184] ppid=19170 vsize=907352 CPUtime=0.31
/proc/19172/task/19184/stat : 19184 (java) S 19170 19172 19075 0 -1 64 611 0 0 0 31 0 0 0 16 0 12 0 183596379 929128448 6054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19185] ppid=19170 vsize=907352 CPUtime=0.34
/proc/19172/task/19185/stat : 19185 (java) R 19170 19172 19075 0 -1 64 1429 0 0 0 34 0 0 0 16 0 12 0 183596379 929128448 6054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152647058 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19186] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19186/stat : 19186 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183596379 929128448 6054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19187] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19187/stat : 19187 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183596379 929128448 6054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 907352

[startup+2.98355 s]
/proc/loadavg: 1.02 1.03 1.29 4/85 19844
/proc/meminfo: memFree=1775056/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=907352 CPUtime=3.06
/proc/19172/stat : 19172 (java) R 19170 19172 19075 0 -1 0 19198 0 1 0 297 9 0 0 25 0 12 0 183596368 929128448 17425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053845911 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19172/statm: 226838 17425 2476 14 0 213275 0
[pid=19172/tid=19174] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19174/stat : 19174 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 183596372 929128448 17425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19175] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19175/stat : 19175 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183596372 929128448 17425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19176] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19176/stat : 19176 (java) S 19170 19172 19075 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183596374 929128448 17425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19177] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19177/stat : 19177 (java) S 19170 19172 19075 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 183596375 929128448 17425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19178] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19178/stat : 19178 (java) S 19170 19172 19075 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 183596375 929128448 17425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19182] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19182/stat : 19182 (java) S 19170 19172 19075 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183596379 929128448 17425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19183] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19183/stat : 19183 (java) S 19170 19172 19075 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183596379 929128448 17425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19184] ppid=19170 vsize=907352 CPUtime=0.72
/proc/19172/task/19184/stat : 19184 (java) S 19170 19172 19075 0 -1 64 1007 0 0 0 72 0 0 0 16 0 12 0 183596379 929128448 17425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19185] ppid=19170 vsize=907352 CPUtime=0.65
/proc/19172/task/19185/stat : 19185 (java) S 19170 19172 19075 0 -1 64 1480 0 0 0 65 0 0 0 16 0 12 0 183596379 929128448 17425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19186] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19186/stat : 19186 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183596379 929128448 17425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19187] ppid=19170 vsize=907352 CPUtime=0
/proc/19172/task/19187/stat : 19187 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183596379 929128448 17425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 907352

[startup+6.2854 s]
/proc/loadavg: 1.02 1.03 1.29 3/85 19844
/proc/meminfo: memFree=1597456/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=910856 CPUtime=6.5
/proc/19172/stat : 19172 (java) R 19170 19172 19075 0 -1 0 34660 0 1 0 636 14 0 0 25 0 12 0 183596368 932716544 30863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835934 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19172/statm: 227714 30863 2479 14 0 214151 0
[pid=19172/tid=19174] ppid=19170 vsize=910856 CPUtime=0.27
/proc/19172/task/19174/stat : 19174 (java) S 19170 19172 19075 0 -1 64 6107 0 0 0 26 1 0 0 17 0 12 0 183596372 932716544 30863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19175] ppid=19170 vsize=910856 CPUtime=0.25
/proc/19172/task/19175/stat : 19175 (java) S 19170 19172 19075 0 -1 64 3960 0 0 0 24 1 0 0 17 0 12 0 183596372 932716544 30863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19176] ppid=19170 vsize=910856 CPUtime=0
/proc/19172/task/19176/stat : 19176 (java) S 19170 19172 19075 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 183596374 932716544 30863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19177] ppid=19170 vsize=910856 CPUtime=0
/proc/19172/task/19177/stat : 19177 (java) S 19170 19172 19075 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183596375 932716544 30863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19178] ppid=19170 vsize=910856 CPUtime=0
/proc/19172/task/19178/stat : 19178 (java) S 19170 19172 19075 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183596375 932716544 30863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19182] ppid=19170 vsize=910856 CPUtime=0
/proc/19172/task/19182/stat : 19182 (java) S 19170 19172 19075 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183596379 932716544 30863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19183] ppid=19170 vsize=910856 CPUtime=0.01
/proc/19172/task/19183/stat : 19183 (java) S 19170 19172 19075 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183596379 932716544 30863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19184] ppid=19170 vsize=910856 CPUtime=1.02
/proc/19172/task/19184/stat : 19184 (java) S 19170 19172 19075 0 -1 64 2507 0 0 0 102 0 0 0 17 0 12 0 183596379 932716544 30863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19185] ppid=19170 vsize=910856 CPUtime=0.95
/proc/19172/task/19185/stat : 19185 (java) S 19170 19172 19075 0 -1 64 1794 0 0 0 94 1 0 0 16 0 12 0 183596379 932716544 30863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19186] ppid=19170 vsize=910856 CPUtime=0
/proc/19172/task/19186/stat : 19186 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183596379 932716544 30863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19187] ppid=19170 vsize=910856 CPUtime=0
/proc/19172/task/19187/stat : 19187 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183596379 932716544 30863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 910856

[startup+12.6957 s]
/proc/loadavg: 1.25 1.07 1.30 3/85 19845
/proc/meminfo: memFree=1613336/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=919080 CPUtime=12.95
/proc/19172/stat : 19172 (java) R 19170 19172 19075 0 -1 0 46512 0 1 0 1276 19 0 0 25 0 12 0 183596368 941137920 40016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054330448 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19172/statm: 229770 40016 2483 14 0 216207 0
[pid=19172/tid=19174] ppid=19170 vsize=919080 CPUtime=0.59
/proc/19172/task/19174/stat : 19174 (java) S 19170 19172 19075 0 -1 64 9931 0 0 0 56 3 0 0 17 0 12 0 183596372 941137920 40016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19175] ppid=19170 vsize=919080 CPUtime=0.48
/proc/19172/task/19175/stat : 19175 (java) S 19170 19172 19075 0 -1 64 7436 0 0 0 45 3 0 0 17 0 12 0 183596372 941137920 40016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19176] ppid=19170 vsize=919080 CPUtime=0
/proc/19172/task/19176/stat : 19176 (java) S 19170 19172 19075 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 183596374 941137920 40016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19177] ppid=19170 vsize=919080 CPUtime=0
/proc/19172/task/19177/stat : 19177 (java) S 19170 19172 19075 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183596375 941137920 40016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19178] ppid=19170 vsize=919080 CPUtime=0
/proc/19172/task/19178/stat : 19178 (java) S 19170 19172 19075 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183596375 941137920 40016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19182] ppid=19170 vsize=919080 CPUtime=0
/proc/19172/task/19182/stat : 19182 (java) S 19170 19172 19075 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183596379 941137920 40016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19183] ppid=19170 vsize=919080 CPUtime=0.01
/proc/19172/task/19183/stat : 19183 (java) S 19170 19172 19075 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183596379 941137920 40016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19184] ppid=19170 vsize=919080 CPUtime=1.27
/proc/19172/task/19184/stat : 19184 (java) S 19170 19172 19075 0 -1 64 2547 0 0 0 127 0 0 0 15 0 12 0 183596379 941137920 40016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19185] ppid=19170 vsize=919080 CPUtime=1.84
/proc/19172/task/19185/stat : 19185 (java) S 19170 19172 19075 0 -1 64 6288 0 0 0 182 2 0 0 15 0 12 0 183596379 941137920 40016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19186] ppid=19170 vsize=919080 CPUtime=0
/proc/19172/task/19186/stat : 19186 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183596379 941137920 40016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19187] ppid=19170 vsize=919080 CPUtime=0
/proc/19172/task/19187/stat : 19187 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183596379 941137920 40016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 919080

[startup+25.5442 s]
/proc/loadavg: 1.37 1.10 1.31 6/85 19845
/proc/meminfo: memFree=1554840/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=917320 CPUtime=25.75
/proc/19172/stat : 19172 (java) R 19170 19172 19075 0 -1 0 62584 0 1 0 2550 25 0 0 25 0 12 0 183596368 939335680 54962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054155561 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19172/statm: 229330 54962 2483 14 0 215767 0
[pid=19172/tid=19174] ppid=19170 vsize=917320 CPUtime=0.9
/proc/19172/task/19174/stat : 19174 (java) S 19170 19172 19075 0 -1 64 17702 0 0 0 85 5 0 0 16 0 12 0 183596372 939335680 54962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19175] ppid=19170 vsize=917320 CPUtime=0.78
/proc/19172/task/19175/stat : 19175 (java) S 19170 19172 19075 0 -1 64 15691 0 0 0 72 6 0 0 16 0 12 0 183596372 939335680 54962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19176] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19176/stat : 19176 (java) S 19170 19172 19075 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 183596374 939335680 54962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19177] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19177/stat : 19177 (java) S 19170 19172 19075 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183596375 939335680 54962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19178] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19178/stat : 19178 (java) S 19170 19172 19075 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183596375 939335680 54962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19182] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19182/stat : 19182 (java) S 19170 19172 19075 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183596379 939335680 54962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19183] ppid=19170 vsize=917320 CPUtime=0.01
/proc/19172/task/19183/stat : 19183 (java) S 19170 19172 19075 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183596379 939335680 54962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19184] ppid=19170 vsize=917320 CPUtime=1.41
/proc/19172/task/19184/stat : 19184 (java) S 19170 19172 19075 0 -1 64 2550 0 0 0 141 0 0 0 16 0 12 0 183596379 939335680 54962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19185] ppid=19170 vsize=917320 CPUtime=2.05
/proc/19172/task/19185/stat : 19185 (java) S 19170 19172 19075 0 -1 64 6305 0 0 0 203 2 0 0 16 0 12 0 183596379 939335680 54962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19186] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19186/stat : 19186 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183596379 939335680 54962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19187] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19187/stat : 19187 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183596379 939335680 54962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.75
Current children cumulated vsize (KiB) 917320

[startup+51.2443 s]
/proc/loadavg: 1.58 1.17 1.32 3/85 19845
/proc/meminfo: memFree=1418968/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=917320 CPUtime=51.34
/proc/19172/stat : 19172 (java) R 19170 19172 19075 0 -1 0 96331 0 1 0 5095 39 0 0 25 0 12 0 183596368 939335680 88510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054307403 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19172/statm: 229330 88510 2484 14 0 215767 0
[pid=19172/tid=19174] ppid=19170 vsize=917320 CPUtime=1.68
/proc/19172/task/19174/stat : 19174 (java) S 19170 19172 19075 0 -1 64 34912 0 0 0 157 11 0 0 16 0 12 0 183596372 939335680 88510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19175] ppid=19170 vsize=917320 CPUtime=1.49
/proc/19172/task/19175/stat : 19175 (java) S 19170 19172 19075 0 -1 64 32175 0 0 0 136 13 0 0 17 0 12 0 183596372 939335680 88510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19176] ppid=19170 vsize=917320 CPUtime=0.01
/proc/19172/task/19176/stat : 19176 (java) S 19170 19172 19075 0 -1 64 16 0 0 0 1 0 0 0 16 0 12 0 183596374 939335680 88510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19177] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19177/stat : 19177 (java) S 19170 19172 19075 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183596375 939335680 88510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19178] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19178/stat : 19178 (java) S 19170 19172 19075 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183596375 939335680 88510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19182] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19182/stat : 19182 (java) S 19170 19172 19075 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183596379 939335680 88510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19183] ppid=19170 vsize=917320 CPUtime=0.01
/proc/19172/task/19183/stat : 19183 (java) S 19170 19172 19075 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183596379 939335680 88510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19184] ppid=19170 vsize=917320 CPUtime=1.53
/proc/19172/task/19184/stat : 19184 (java) S 19170 19172 19075 0 -1 64 2565 0 0 0 153 0 0 0 16 0 12 0 183596379 939335680 88510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19185] ppid=19170 vsize=917320 CPUtime=2.18
/proc/19172/task/19185/stat : 19185 (java) S 19170 19172 19075 0 -1 64 6314 0 0 0 216 2 0 0 16 0 12 0 183596379 939335680 88510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19186] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19186/stat : 19186 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183596379 939335680 88510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19187] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19187/stat : 19187 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183596379 939335680 88510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.34
Current children cumulated vsize (KiB) 917320

[startup+102.508 s]
/proc/loadavg: 1.96 1.34 1.37 5/85 19845
/proc/meminfo: memFree=1141144/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=917320 CPUtime=102.59
/proc/19172/stat : 19172 (java) R 19170 19172 19075 0 -1 0 167719 0 1 0 10191 68 0 0 25 0 12 0 183596368 939335680 158909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054361974 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19172/statm: 229330 158909 2484 14 0 215767 0
[pid=19172/tid=19174] ppid=19170 vsize=917320 CPUtime=3.57
/proc/19172/task/19174/stat : 19174 (java) S 19170 19172 19075 0 -1 64 68181 0 0 0 332 25 0 0 17 0 12 0 183596372 939335680 158909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19175] ppid=19170 vsize=917320 CPUtime=3.52
/proc/19172/task/19175/stat : 19175 (java) S 19170 19172 19075 0 -1 64 70236 0 0 0 324 28 0 0 17 0 12 0 183596372 939335680 158909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19176] ppid=19170 vsize=917320 CPUtime=0.03
/proc/19172/task/19176/stat : 19176 (java) S 19170 19172 19075 0 -1 64 16 0 0 0 3 0 0 0 16 0 12 0 183596374 939335680 158909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19172/tid=19177] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19177/stat : 19177 (java) S 19170 19172 19075 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183596375 939335680 158909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19178] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19178/stat : 19178 (java) S 19170 19172 19075 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183596375 939335680 158909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19182] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19182/stat : 19182 (java) S 19170 19172 19075 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183596379 939335680 158909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19183] ppid=19170 vsize=917320 CPUtime=0.01
/proc/19172/task/19183/stat : 19183 (java) S 19170 19172 19075 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183596379 939335680 158909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19184] ppid=19170 vsize=917320 CPUtime=1.55
/proc/19172/task/19184/stat : 19184 (java) S 19170 19172 19075 0 -1 64 2567 0 0 0 155 0 0 0 16 0 12 0 183596379 939335680 158909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19185] ppid=19170 vsize=917320 CPUtime=2.19
/proc/19172/task/19185/stat : 19185 (java) S 19170 19172 19075 0 -1 64 6314 0 0 0 217 2 0 0 16 0 12 0 183596379 939335680 158909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19186] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19186/stat : 19186 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183596379 939335680 158909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19187] ppid=19170 vsize=917320 CPUtime=0
/proc/19172/task/19187/stat : 19187 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183596379 939335680 158909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.59
Current children cumulated vsize (KiB) 917320

[startup+162.558 s]
/proc/loadavg: 2.37 1.55 1.44 4/85 19845
/proc/meminfo: memFree=1021400/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=918324 CPUtime=162.6
/proc/19172/stat : 19172 (java) R 19170 19172 19075 0 -1 0 198878 0 1 0 16176 84 0 0 25 0 12 0 183596368 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19172/statm: 229581 187712 2485 14 0 216018 0
[pid=19172/tid=19174] ppid=19170 vsize=918324 CPUtime=4.71
/proc/19172/task/19174/stat : 19174 (java) S 19170 19172 19075 0 -1 64 82720 0 0 0 439 32 0 0 15 0 12 0 183596372 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19175] ppid=19170 vsize=918324 CPUtime=4.77
/proc/19172/task/19175/stat : 19175 (java) S 19170 19172 19075 0 -1 64 84504 0 0 0 443 34 0 0 17 0 12 0 183596372 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19176] ppid=19170 vsize=918324 CPUtime=25.01
/proc/19172/task/19176/stat : 19176 (java) R 19170 19172 19075 0 -1 64 2326 0 0 0 2499 2 0 0 17 0 12 0 183596374 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19177] ppid=19170 vsize=918324 CPUtime=0
/proc/19172/task/19177/stat : 19177 (java) S 19170 19172 19075 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183596375 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19178] ppid=19170 vsize=918324 CPUtime=0
/proc/19172/task/19178/stat : 19178 (java) S 19170 19172 19075 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183596375 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19182] ppid=19170 vsize=918324 CPUtime=0
/proc/19172/task/19182/stat : 19182 (java) S 19170 19172 19075 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183596379 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19183] ppid=19170 vsize=918324 CPUtime=0.01
/proc/19172/task/19183/stat : 19183 (java) S 19170 19172 19075 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183596379 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19184] ppid=19170 vsize=918324 CPUtime=1.55
/proc/19172/task/19184/stat : 19184 (java) S 19170 19172 19075 0 -1 64 2567 0 0 0 155 0 0 0 16 0 12 0 183596379 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19185] ppid=19170 vsize=918324 CPUtime=2.19
/proc/19172/task/19185/stat : 19185 (java) S 19170 19172 19075 0 -1 64 6314 0 0 0 217 2 0 0 16 0 12 0 183596379 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19186] ppid=19170 vsize=918324 CPUtime=0
/proc/19172/task/19186/stat : 19186 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183596379 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19187] ppid=19170 vsize=918324 CPUtime=0
/proc/19172/task/19187/stat : 19187 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183596379 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.6
Current children cumulated vsize (KiB) 918324

[startup+222.625 s]
/proc/loadavg: 2.57 1.77 1.52 3/85 19845
/proc/meminfo: memFree=1021336/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=918324 CPUtime=222.4
/proc/19172/stat : 19172 (java) S 19170 19172 19075 0 -1 0 203467 0 1 0 22153 87 0 0 17 0 12 0 183596368 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19172/statm: 229581 187712 2485 14 0 216018 0
[pid=19172/tid=19174] ppid=19170 vsize=918324 CPUtime=4.71
/proc/19172/task/19174/stat : 19174 (java) S 19170 19172 19075 0 -1 64 82720 0 0 0 439 32 0 0 15 0 12 0 183596372 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19175] ppid=19170 vsize=918324 CPUtime=4.77
/proc/19172/task/19175/stat : 19175 (java) S 19170 19172 19075 0 -1 64 84504 0 0 0 443 34 0 0 17 0 12 0 183596372 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19176] ppid=19170 vsize=918324 CPUtime=79.63
/proc/19172/task/19176/stat : 19176 (java) R 19170 19172 19075 0 -1 64 6889 0 0 0 7958 5 0 0 25 0 12 0 183596374 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922875 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19177] ppid=19170 vsize=918324 CPUtime=0
/proc/19172/task/19177/stat : 19177 (java) S 19170 19172 19075 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183596375 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19178] ppid=19170 vsize=918324 CPUtime=0
/proc/19172/task/19178/stat : 19178 (java) S 19170 19172 19075 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183596375 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19182] ppid=19170 vsize=918324 CPUtime=0
/proc/19172/task/19182/stat : 19182 (java) S 19170 19172 19075 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183596379 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19183] ppid=19170 vsize=918324 CPUtime=0.01
/proc/19172/task/19183/stat : 19183 (java) S 19170 19172 19075 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183596379 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19184] ppid=19170 vsize=918324 CPUtime=1.55
/proc/19172/task/19184/stat : 19184 (java) S 19170 19172 19075 0 -1 64 2567 0 0 0 155 0 0 0 16 0 12 0 183596379 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19185] ppid=19170 vsize=918324 CPUtime=2.19
/proc/19172/task/19185/stat : 19185 (java) S 19170 19172 19075 0 -1 64 6314 0 0 0 217 2 0 0 16 0 12 0 183596379 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19186] ppid=19170 vsize=918324 CPUtime=0
/proc/19172/task/19186/stat : 19186 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183596379 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19187] ppid=19170 vsize=918324 CPUtime=0
/proc/19172/task/19187/stat : 19187 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183596379 940363776 187712 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 918324



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+223.242 s]
/proc/loadavg: 2.57 1.77 1.52 3/85 19845
/proc/meminfo: memFree=1016792/2055920 swapFree=4192812/4192956
[pid=19172] ppid=19170 vsize=925324 CPUtime=223.01
/proc/19172/stat : 19172 (java) S 19170 19172 19075 0 -1 0 206550 0 1 0 22213 88 0 0 17 0 12 0 183596368 947531776 188872 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19172/statm: 231331 188872 2485 14 0 217768 0
[pid=19172/tid=19174] ppid=19170 vsize=925324 CPUtime=4.71
/proc/19172/task/19174/stat : 19174 (java) S 19170 19172 19075 0 -1 64 82720 0 0 0 439 32 0 0 15 0 12 0 183596372 947531776 188874 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19175] ppid=19170 vsize=925324 CPUtime=4.77
/proc/19172/task/19175/stat : 19175 (java) S 19170 19172 19075 0 -1 64 84504 0 0 0 443 34 0 0 17 0 12 0 183596372 947531776 188874 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19176] ppid=19170 vsize=925324 CPUtime=80.15
/proc/19172/task/19176/stat : 19176 (java) R 19170 19172 19075 0 -1 64 9974 0 0 0 8009 6 0 0 25 0 12 0 183596374 947531776 188875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19177] ppid=19170 vsize=925324 CPUtime=0
/proc/19172/task/19177/stat : 19177 (java) S 19170 19172 19075 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183596375 947531776 188875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19178] ppid=19170 vsize=925324 CPUtime=0
/proc/19172/task/19178/stat : 19178 (java) S 19170 19172 19075 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183596375 947531776 188875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19182] ppid=19170 vsize=925324 CPUtime=0
/proc/19172/task/19182/stat : 19182 (java) S 19170 19172 19075 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183596379 947531776 188875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19183] ppid=19170 vsize=925324 CPUtime=0.01
/proc/19172/task/19183/stat : 19183 (java) S 19170 19172 19075 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183596379 947531776 188876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19184] ppid=19170 vsize=925324 CPUtime=1.55
/proc/19172/task/19184/stat : 19184 (java) S 19170 19172 19075 0 -1 64 2567 0 0 0 155 0 0 0 16 0 12 0 183596379 947531776 188876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19185] ppid=19170 vsize=925324 CPUtime=2.19
/proc/19172/task/19185/stat : 19185 (java) S 19170 19172 19075 0 -1 64 6314 0 0 0 217 2 0 0 16 0 12 0 183596379 947531776 188876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19186] ppid=19170 vsize=925324 CPUtime=0
/proc/19172/task/19186/stat : 19186 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183596379 947531776 188877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19172/tid=19187] ppid=19170 vsize=925324 CPUtime=0
/proc/19172/task/19187/stat : 19187 (java) S 19170 19172 19075 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183596379 947531776 188877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.01
Current children cumulated vsize (KiB) 925324

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): 225.38
CPU time (s): 225.151
CPU user time (s): 224.13
CPU system time (s): 1.02084
CPU usage (%): 99.8983
Max. virtual memory (cumulated for all children) (KiB): 933324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.13
system time used= 1.02084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210211
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= 7662
involuntary context switches= 9097

runsolver used 0.300954 s user time and 0.713891 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Tue Jan  9 14:13:06 UTC 2007


IDJOB= 237907
IDBENCH= 6970
FILE ID= node62/237907-1168351986

PBS_JOBID= 3503923

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_44.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237907-1168351986/sat4jCSP-bf3.jar /tmp/evaluation/237907-1168351986/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-237907-1168351986 -o ROOT/results/node62/solver-237907-1168351986 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237907-1168351986/sat4jCSP-bf3.jar /tmp/evaluation/237907-1168351986/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  0722ca56c46929635c236adaf10e929a

RANDOM SEED= 862445444

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.259
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.259
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:       1841472 kB
Buffers:         14788 kB
Cached:         129236 kB
SwapCached:          0 kB
Active:          93724 kB
Inactive:        70452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           17852 kB
Writeback:           0 kB
Mapped:          30404 kB
Slab:            35852 kB
Committed_AS:  4165484 kB
PageTables:       1728 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= 66510 MiB



End job on node62 on Tue Jan  9 14:16:52 UTC 2007