Trace number 237667

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jCSP 1.7 RC BF3? (MO) 145.612 145.728

General information on the benchmark

Namehaystacks/
haystacks_53.xml
MD5SUMa0098767a588d03f7d6994873b18d5bf
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 variables2809
Number of constraints73086
Maximum constraint arity2
Maximum domain size53
Number of constraints which are defined in extension0
Number of constraints which are defined in intension73086
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.17	c version CSP COMPETITION BUGFIX 3
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/237667-1168349953/unknown.xml
0.26	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.52	c reading variables
c reading variables (2809) done.
2.30	c reading predicates 
c reading relations (5) done.
2.55	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/node16/watcher-237667-1168349953 -o ROOT/results/node16/solver-237667-1168349953 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237667-1168349953/sat4jCSP-bf3.jar /tmp/evaluation/237667-1168349953/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: 1.91 1.98 2.00 4/87 16588
/proc/meminfo: memFree=1723080/2055920 swapFree=4191880/4192956
[pid=16587] ppid=16585 vsize=18540 CPUtime=0
/proc/16587/stat : 16587 (runsolver) R 16585 16587 16529 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 183390164 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16587/statm: 4635 279 244 17 0 2626 0

[startup+0.108023 s]
/proc/loadavg: 1.91 1.98 2.00 4/87 16588
/proc/meminfo: memFree=1723080/2055920 swapFree=4191880/4192956
[pid=16587] ppid=16585 vsize=900216 CPUtime=0.09
/proc/16587/stat : 16587 (java) R 16585 16587 16529 0 -1 0 3267 0 1 0 7 2 0 0 22 0 12 0 183390164 921821184 3027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16587/statm: 225054 3027 1531 14 0 212074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 900216

[startup+0.515945 s]
/proc/loadavg: 1.91 1.98 2.00 4/87 16588
/proc/meminfo: memFree=1723080/2055920 swapFree=4191880/4192956
[pid=16587] ppid=16585 vsize=905892 CPUtime=0.5
/proc/16587/stat : 16587 (java) R 16585 16587 16529 0 -1 0 5918 0 1 0 46 4 0 0 17 0 12 0 183390164 927633408 5512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155213761 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16587/statm: 226473 5512 2277 14 0 212910 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905892

[startup+1.34179 s]
/proc/loadavg: 1.91 1.98 2.00 4/98 16599
/proc/meminfo: memFree=1708984/2055920 swapFree=4191880/4192956
[pid=16587] ppid=16585 vsize=906988 CPUtime=1.32
/proc/16587/stat : 16587 (java) R 16585 16587 16529 0 -1 0 6997 0 1 0 127 5 0 0 20 0 12 0 183390164 928755712 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16587/statm: 226747 6045 2307 14 0 213184 0
[pid=16587/tid=16589] ppid=16585 vsize=906988 CPUtime=0
/proc/16587/task/16589/stat : 16589 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 183390167 928755712 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16590] ppid=16585 vsize=906988 CPUtime=0
/proc/16587/task/16590/stat : 16590 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183390167 928755712 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16591] ppid=16585 vsize=906988 CPUtime=0
/proc/16587/task/16591/stat : 16591 (java) S 16585 16587 16529 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183390170 928755712 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16592] ppid=16585 vsize=906988 CPUtime=0
/proc/16587/task/16592/stat : 16592 (java) S 16585 16587 16529 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 183390171 928755712 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16593] ppid=16585 vsize=906988 CPUtime=0
/proc/16587/task/16593/stat : 16593 (java) S 16585 16587 16529 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 183390171 928755712 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16594] ppid=16585 vsize=906988 CPUtime=0
/proc/16587/task/16594/stat : 16594 (java) S 16585 16587 16529 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390174 928755712 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16595] ppid=16585 vsize=906988 CPUtime=0
/proc/16587/task/16595/stat : 16595 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183390174 928755712 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16596] ppid=16585 vsize=906988 CPUtime=0.25
/proc/16587/task/16596/stat : 16596 (java) S 16585 16587 16529 0 -1 64 310 0 0 0 25 0 0 0 16 0 12 0 183390174 928755712 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16597] ppid=16585 vsize=906988 CPUtime=0.36
/proc/16587/task/16597/stat : 16597 (java) S 16585 16587 16529 0 -1 64 1385 0 0 0 36 0 0 0 16 0 12 0 183390174 928755712 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16598] ppid=16585 vsize=906988 CPUtime=0
/proc/16587/task/16598/stat : 16598 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183390174 928755712 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16599] ppid=16585 vsize=906988 CPUtime=0
/proc/16587/task/16599/stat : 16599 (java) S 16585 16587 16529 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183390174 928755712 6045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 906988

[startup+2.98649 s]
/proc/loadavg: 1.91 1.98 2.00 3/98 16599
/proc/meminfo: memFree=1677496/2055920 swapFree=4191880/4192956
[pid=16587] ppid=16585 vsize=911444 CPUtime=2.95
/proc/16587/stat : 16587 (java) R 16585 16587 16529 0 -1 0 19601 0 1 0 283 12 0 0 19 0 12 0 183390164 933318656 17178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053861026 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16587/statm: 227861 17178 2472 14 0 214298 0
[pid=16587/tid=16589] ppid=16585 vsize=911444 CPUtime=0
/proc/16587/task/16589/stat : 16589 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 183390167 933318656 17178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16590] ppid=16585 vsize=911444 CPUtime=0
/proc/16587/task/16590/stat : 16590 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183390167 933318656 17178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16591] ppid=16585 vsize=911444 CPUtime=0
/proc/16587/task/16591/stat : 16591 (java) S 16585 16587 16529 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183390170 933318656 17178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16592] ppid=16585 vsize=911444 CPUtime=0
/proc/16587/task/16592/stat : 16592 (java) S 16585 16587 16529 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 183390171 933318656 17178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16593] ppid=16585 vsize=911444 CPUtime=0
/proc/16587/task/16593/stat : 16593 (java) S 16585 16587 16529 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 183390171 933318656 17178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16594] ppid=16585 vsize=911444 CPUtime=0
/proc/16587/task/16594/stat : 16594 (java) S 16585 16587 16529 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390174 933318656 17178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16595] ppid=16585 vsize=911444 CPUtime=0
/proc/16587/task/16595/stat : 16595 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183390174 933318656 17178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16596] ppid=16585 vsize=911444 CPUtime=0.8
/proc/16587/task/16596/stat : 16596 (java) R 16585 16587 16529 0 -1 64 2584 0 0 0 80 0 0 0 18 0 12 0 183390174 933318656 17178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152640532 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16597] ppid=16585 vsize=911444 CPUtime=0.72
/proc/16587/task/16597/stat : 16597 (java) S 16585 16587 16529 0 -1 64 1614 0 0 0 72 0 0 0 16 0 12 0 183390174 933318656 17178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16598] ppid=16585 vsize=911444 CPUtime=0
/proc/16587/task/16598/stat : 16598 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183390174 933318656 17178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16599] ppid=16585 vsize=911444 CPUtime=0
/proc/16587/task/16599/stat : 16599 (java) S 16585 16587 16529 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183390174 933318656 17178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 911444

[startup+6.1899 s]
/proc/loadavg: 2.08 2.01 2.01 4/98 16599
/proc/meminfo: memFree=1598904/2055920 swapFree=4191880/4192956
[pid=16587] ppid=16585 vsize=912596 CPUtime=6.41
/proc/16587/stat : 16587 (java) R 16585 16587 16529 0 -1 0 37762 0 1 0 619 22 0 0 16 0 12 0 183390164 934498304 34353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054400880 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16587/statm: 228149 34353 2483 14 0 214586 0
[pid=16587/tid=16589] ppid=16585 vsize=912596 CPUtime=0.34
/proc/16587/task/16589/stat : 16589 (java) S 16585 16587 16529 0 -1 64 5299 0 0 0 32 2 0 0 17 0 12 0 183390167 934498304 34353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16590] ppid=16585 vsize=912596 CPUtime=0.36
/proc/16587/task/16590/stat : 16590 (java) S 16585 16587 16529 0 -1 64 7758 0 0 0 31 5 0 0 16 0 12 0 183390167 934498304 34353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16591] ppid=16585 vsize=912596 CPUtime=0
/proc/16587/task/16591/stat : 16591 (java) S 16585 16587 16529 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 183390170 934498304 34353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16592] ppid=16585 vsize=912596 CPUtime=0
/proc/16587/task/16592/stat : 16592 (java) S 16585 16587 16529 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 183390171 934498304 34353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16593] ppid=16585 vsize=912596 CPUtime=0
/proc/16587/task/16593/stat : 16593 (java) S 16585 16587 16529 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183390171 934498304 34353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16594] ppid=16585 vsize=912596 CPUtime=0
/proc/16587/task/16594/stat : 16594 (java) S 16585 16587 16529 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390174 934498304 34353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16595] ppid=16585 vsize=912596 CPUtime=0.01
/proc/16587/task/16595/stat : 16595 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183390174 934498304 34353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16596] ppid=16585 vsize=912596 CPUtime=1.25
/proc/16587/task/16596/stat : 16596 (java) S 16585 16587 16529 0 -1 64 2769 0 0 0 124 1 0 0 17 0 12 0 183390174 934498304 34353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16597] ppid=16585 vsize=912596 CPUtime=1.04
/proc/16587/task/16597/stat : 16597 (java) S 16585 16587 16529 0 -1 64 1638 0 0 0 103 1 0 0 16 0 12 0 183390174 934498304 34353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16598] ppid=16585 vsize=912596 CPUtime=0
/proc/16587/task/16598/stat : 16598 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183390174 934498304 34353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16599] ppid=16585 vsize=912596 CPUtime=0
/proc/16587/task/16599/stat : 16599 (java) S 16585 16587 16529 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183390174 934498304 34353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 912596

[startup+12.6897 s]
/proc/loadavg: 2.07 2.01 2.01 3/98 16599
/proc/meminfo: memFree=1556808/2055920 swapFree=4191880/4192956
[pid=16587] ppid=16585 vsize=916280 CPUtime=12.9
/proc/16587/stat : 16587 (java) R 16585 16587 16529 0 -1 0 48423 0 1 0 1264 26 0 0 25 0 12 0 183390164 938270720 43914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054079913 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16587/statm: 229070 43914 2483 14 0 215507 0
[pid=16587/tid=16589] ppid=16585 vsize=916280 CPUtime=0.55
/proc/16587/task/16589/stat : 16589 (java) S 16585 16587 16529 0 -1 64 9814 0 0 0 51 4 0 0 16 0 12 0 183390167 938270720 43914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16590] ppid=16585 vsize=916280 CPUtime=0.53
/proc/16587/task/16590/stat : 16590 (java) S 16585 16587 16529 0 -1 64 11833 0 0 0 47 6 0 0 16 0 12 0 183390167 938270720 43914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16591] ppid=16585 vsize=916280 CPUtime=0
/proc/16587/task/16591/stat : 16591 (java) S 16585 16587 16529 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 183390170 938270720 43914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16592] ppid=16585 vsize=916280 CPUtime=0
/proc/16587/task/16592/stat : 16592 (java) S 16585 16587 16529 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 183390171 938270720 43914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16593] ppid=16585 vsize=916280 CPUtime=0
/proc/16587/task/16593/stat : 16593 (java) S 16585 16587 16529 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183390171 938270720 43914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16594] ppid=16585 vsize=916280 CPUtime=0
/proc/16587/task/16594/stat : 16594 (java) S 16585 16587 16529 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390174 938270720 43914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16595] ppid=16585 vsize=916280 CPUtime=0.01
/proc/16587/task/16595/stat : 16595 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183390174 938270720 43914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16596] ppid=16585 vsize=916280 CPUtime=1.95
/proc/16587/task/16596/stat : 16596 (java) S 16585 16587 16529 0 -1 64 4814 0 0 0 194 1 0 0 15 0 12 0 183390174 938270720 43914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16597] ppid=16585 vsize=916280 CPUtime=1.29
/proc/16587/task/16597/stat : 16597 (java) S 16585 16587 16529 0 -1 64 1648 0 0 0 128 1 0 0 15 0 12 0 183390174 938270720 43914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16598] ppid=16585 vsize=916280 CPUtime=0
/proc/16587/task/16598/stat : 16598 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183390174 938270720 43914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16599] ppid=16585 vsize=916280 CPUtime=0
/proc/16587/task/16599/stat : 16599 (java) S 16585 16587 16529 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183390174 938270720 43914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.9
Current children cumulated vsize (KiB) 916280

[startup+25.5813 s]
/proc/loadavg: 2.06 2.01 2.01 4/98 16599
/proc/meminfo: memFree=1501960/2055920 swapFree=4191880/4192956
[pid=16587] ppid=16585 vsize=915528 CPUtime=25.76
/proc/16587/stat : 16587 (java) R 16585 16587 16529 0 -1 0 64121 0 1 0 2544 32 0 0 25 0 12 0 183390164 937500672 58504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054409388 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16587/statm: 228882 58504 2483 14 0 215319 0
[pid=16587/tid=16589] ppid=16585 vsize=915528 CPUtime=0.83
/proc/16587/task/16589/stat : 16589 (java) S 16585 16587 16529 0 -1 64 17367 0 0 0 77 6 0 0 17 0 12 0 183390167 937500672 58504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16590] ppid=16585 vsize=915528 CPUtime=0.84
/proc/16587/task/16590/stat : 16590 (java) S 16585 16587 16529 0 -1 64 19932 0 0 0 75 9 0 0 17 0 12 0 183390167 937500672 58504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16591] ppid=16585 vsize=915528 CPUtime=0.01
/proc/16587/task/16591/stat : 16591 (java) S 16585 16587 16529 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 183390170 937500672 58504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16592] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16592/stat : 16592 (java) S 16585 16587 16529 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 183390171 937500672 58504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16593] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16593/stat : 16593 (java) S 16585 16587 16529 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183390171 937500672 58504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16594] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16594/stat : 16594 (java) S 16585 16587 16529 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390174 937500672 58504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16595] ppid=16585 vsize=915528 CPUtime=0.01
/proc/16587/task/16595/stat : 16595 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183390174 937500672 58504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16596] ppid=16585 vsize=915528 CPUtime=2.25
/proc/16587/task/16596/stat : 16596 (java) S 16585 16587 16529 0 -1 64 4827 0 0 0 223 2 0 0 15 0 12 0 183390174 937500672 58504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16597] ppid=16585 vsize=915528 CPUtime=1.44
/proc/16587/task/16597/stat : 16597 (java) S 16585 16587 16529 0 -1 64 1654 0 0 0 143 1 0 0 16 0 12 0 183390174 937500672 58504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16598] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16598/stat : 16598 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183390174 937500672 58504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16599] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16599/stat : 16599 (java) S 16585 16587 16529 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183390174 937500672 58504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.76
Current children cumulated vsize (KiB) 915528

[startup+51.2366 s]
/proc/loadavg: 2.16 2.04 2.02 3/98 16599
/proc/meminfo: memFree=1356104/2055920 swapFree=4191880/4192956
[pid=16587] ppid=16585 vsize=915528 CPUtime=51.46
/proc/16587/stat : 16587 (java) R 16585 16587 16529 0 -1 0 100146 0 1 0 5098 48 0 0 25 0 12 0 183390164 937500672 94254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16587/statm: 228882 94254 2484 14 0 215319 0
[pid=16587/tid=16589] ppid=16585 vsize=915528 CPUtime=1.53
/proc/16587/task/16589/stat : 16589 (java) R 16585 16587 16529 0 -1 64 34716 0 0 0 140 13 0 0 15 0 12 0 183390167 937500672 94254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631139 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16590] ppid=16585 vsize=915528 CPUtime=1.53
/proc/16587/task/16590/stat : 16590 (java) R 16585 16587 16529 0 -1 64 38554 0 0 0 137 16 0 0 15 0 12 0 183390167 937500672 94254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16591] ppid=16585 vsize=915528 CPUtime=0.02
/proc/16587/task/16591/stat : 16591 (java) S 16585 16587 16529 0 -1 64 13 0 0 0 2 0 0 0 15 0 12 0 183390170 937500672 94254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16592] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16592/stat : 16592 (java) S 16585 16587 16529 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 183390171 937500672 94254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16593] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16593/stat : 16593 (java) S 16585 16587 16529 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183390171 937500672 94257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16594] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16594/stat : 16594 (java) S 16585 16587 16529 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390174 937500672 94262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16595] ppid=16585 vsize=915528 CPUtime=0.01
/proc/16587/task/16595/stat : 16595 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183390174 937500672 94268 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16596] ppid=16585 vsize=915528 CPUtime=2.49
/proc/16587/task/16596/stat : 16596 (java) S 16585 16587 16529 0 -1 64 4843 0 0 0 247 2 0 0 16 0 12 0 183390174 937500672 94268 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16597] ppid=16585 vsize=915528 CPUtime=1.53
/proc/16587/task/16597/stat : 16597 (java) S 16585 16587 16529 0 -1 64 1657 0 0 0 152 1 0 0 16 0 12 0 183390174 937500672 94268 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16598] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16598/stat : 16598 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183390174 937500672 94270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16599] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16599/stat : 16599 (java) S 16585 16587 16529 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183390174 937500672 94270 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.46
Current children cumulated vsize (KiB) 915528

[startup+102.442 s]
/proc/loadavg: 2.07 2.03 2.02 5/98 16599
/proc/meminfo: memFree=1086152/2055920 swapFree=4191880/4192956
[pid=16587] ppid=16585 vsize=915528 CPUtime=102.47
/proc/16587/stat : 16587 (java) R 16585 16587 16529 0 -1 0 168532 0 1 0 10173 74 0 0 25 0 12 0 183390164 937500672 162005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054500829 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16587/statm: 228882 162005 2484 14 0 215319 0
[pid=16587/tid=16589] ppid=16585 vsize=915528 CPUtime=3.25
/proc/16587/task/16589/stat : 16589 (java) S 16585 16587 16529 0 -1 64 68217 0 0 0 300 25 0 0 16 0 12 0 183390167 937500672 162005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16590] ppid=16585 vsize=915528 CPUtime=3.31
/proc/16587/task/16590/stat : 16590 (java) S 16585 16587 16529 0 -1 64 73365 0 0 0 303 28 0 0 16 0 12 0 183390167 937500672 162005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16591] ppid=16585 vsize=915528 CPUtime=0.04
/proc/16587/task/16591/stat : 16591 (java) S 16585 16587 16529 0 -1 64 14 0 0 0 3 1 0 0 15 0 12 0 183390170 937500672 162005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16592] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16592/stat : 16592 (java) S 16585 16587 16529 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 183390171 937500672 162005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16593] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16593/stat : 16593 (java) S 16585 16587 16529 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183390171 937500672 162005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16594] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16594/stat : 16594 (java) S 16585 16587 16529 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390174 937500672 162005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16595] ppid=16585 vsize=915528 CPUtime=0.01
/proc/16587/task/16595/stat : 16595 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183390174 937500672 162005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16596] ppid=16585 vsize=915528 CPUtime=2.56
/proc/16587/task/16596/stat : 16596 (java) S 16585 16587 16529 0 -1 64 4848 0 0 0 254 2 0 0 16 0 12 0 183390174 937500672 162005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16597] ppid=16585 vsize=915528 CPUtime=1.6
/proc/16587/task/16597/stat : 16597 (java) S 16585 16587 16529 0 -1 64 1663 0 0 0 159 1 0 0 16 0 12 0 183390174 937500672 162005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16598] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16598/stat : 16598 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183390174 937500672 162005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16599] ppid=16585 vsize=915528 CPUtime=0
/proc/16587/task/16599/stat : 16599 (java) S 16585 16587 16529 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183390174 937500672 162005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.47
Current children cumulated vsize (KiB) 915528



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+143.585 s]
/proc/loadavg: 2.09 2.04 2.02 4/98 16599
/proc/meminfo: memFree=977160/2055920 swapFree=4191880/4192956
[pid=16587] ppid=16585 vsize=923532 CPUtime=143.48
/proc/16587/stat : 16587 (java) R 16585 16587 16529 0 -1 0 196334 0 1 0 14264 84 0 0 25 0 12 0 183390164 945696768 188570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16587/statm: 230883 188570 2485 14 0 217320 0
[pid=16587/tid=16589] ppid=16585 vsize=923532 CPUtime=4.21
/proc/16587/task/16589/stat : 16589 (java) S 16585 16587 16529 0 -1 64 81181 0 0 0 391 30 0 0 16 0 12 0 183390167 945696768 188570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16590] ppid=16585 vsize=923532 CPUtime=4.24
/proc/16587/task/16590/stat : 16590 (java) S 16585 16587 16529 0 -1 64 85426 0 0 0 393 31 0 0 15 0 12 0 183390167 945696768 188570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16591] ppid=16585 vsize=923532 CPUtime=12.79
/proc/16587/task/16591/stat : 16591 (java) R 16585 16587 16529 0 -1 64 2757 0 0 0 1276 3 0 0 16 0 12 0 183390170 945696768 188570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16592] ppid=16585 vsize=923532 CPUtime=0
/proc/16587/task/16592/stat : 16592 (java) S 16585 16587 16529 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 183390171 945696768 188570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16593] ppid=16585 vsize=923532 CPUtime=0
/proc/16587/task/16593/stat : 16593 (java) S 16585 16587 16529 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183390171 945696768 188570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16594] ppid=16585 vsize=923532 CPUtime=0
/proc/16587/task/16594/stat : 16594 (java) S 16585 16587 16529 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183390174 945696768 188570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16595] ppid=16585 vsize=923532 CPUtime=0.01
/proc/16587/task/16595/stat : 16595 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183390174 945696768 188570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16596] ppid=16585 vsize=923532 CPUtime=2.56
/proc/16587/task/16596/stat : 16596 (java) S 16585 16587 16529 0 -1 64 4848 0 0 0 254 2 0 0 16 0 12 0 183390174 945696768 188570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16597] ppid=16585 vsize=923532 CPUtime=1.6
/proc/16587/task/16597/stat : 16597 (java) S 16585 16587 16529 0 -1 64 1663 0 0 0 159 1 0 0 16 0 12 0 183390174 945696768 188570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16587/tid=16598] ppid=16585 vsize=923532 CPUtime=0
/proc/16587/task/16598/stat : 16598 (java) S 16585 16587 16529 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183390174 945696768 188570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16587/tid=16599] ppid=16585 vsize=923532 CPUtime=0
/proc/16587/task/16599/stat : 16599 (java) S 16585 16587 16529 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183390174 945696768 188570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 143.48
Current children cumulated vsize (KiB) 923532

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): 145.728
CPU time (s): 145.612
CPU user time (s): 144.638
CPU system time (s): 0.973851
CPU usage (%): 99.9203
Max. virtual memory (cumulated for all children) (KiB): 931532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.638
system time used= 0.973851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199522
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= 6124
involuntary context switches= 6823

runsolver used 0.183972 s user time and 0.476927 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Tue Jan  9 13:39:13 UTC 2007


IDJOB= 237667
IDBENCH= 6955
FILE ID= node16/237667-1168349953

PBS_JOBID= 3503675

Free space on /tmp= 66497 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  a0098767a588d03f7d6994873b18d5bf

RANDOM SEED= 157353886

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.220
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.220
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:       1723560 kB
Buffers:         28140 kB
Cached:         126112 kB
SwapCached:        448 kB
Active:         232028 kB
Inactive:        48620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723560 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           11496 kB
Writeback:           0 kB
Mapped:         145920 kB
Slab:            36244 kB
Committed_AS:  5449468 kB
PageTables:       2608 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= 66497 MiB



End job on node16 on Tue Jan  9 13:41:39 UTC 2007