Trace number 237475

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) 135.432 135.941

General information on the benchmark

Namehaystacks/
haystacks_52.xml
MD5SUMbfebe5df1905949972c2e283719f815b
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 variables2704
Number of constraints69003
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension0
Number of constraints which are defined in intension69003
Global constraints used (with number of constraints)

Solver Data (download as text)

0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.23	c version CSP COMPETITION BUGFIX 3
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_10
0.23	c os.name	Linux
0.23	c os.version	2.6.9-22.EL.rootsmp
0.23	c os.arch	i386
0.23	c Free memory 722620888
0.23	c Max memory 723845120
0.23	c Total memory 723845120
0.23	c Number of processors 2
0.32	c --- Begin Solver configuration ---
0.32	c Stops conflict analysis at the first Unique Implication Point
0.32	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.32	c Learn all clauses as in MiniSAT
0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32	c VSIDS like heuristics from MiniSAT using a heap
0.32	c No reason simplification
0.32	c --- End Solver configuration ---
0.32	c solving /tmp/evaluation/237475-1168348584/unknown.xml
0.32	c reading problem ... 
0.57	c reading problem named ?
0.57	c reading domains done.
0.58	c reading variables
c reading variables (2704) done.
2.23	c reading predicates 
c reading relations (5) done.
2.46	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/node51/watcher-237475-1168348584 -o ROOT/results/node51/solver-237475-1168348584 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237475-1168348584/sat4jCSP-bf3.jar /tmp/evaluation/237475-1168348584/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.03 2.03 2.20 4/74 18866
/proc/meminfo: memFree=1808312/2055920 swapFree=4192812/4192956
[pid=18865] ppid=18863 vsize=1784 CPUtime=0
/proc/18865/stat : 18865 (java) D 18863 18865 16449 0 -1 0 342 0 0 0 0 0 0 0 18 0 1 0 183257001 1826816 151 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 2617915 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/18865/statm: 446 151 116 14 0 91 0

[startup+0.104154 s]
/proc/loadavg: 2.03 2.03 2.20 4/74 18866
/proc/meminfo: memFree=1808312/2055920 swapFree=4192812/4192956
[pid=18865] ppid=18863 vsize=895436 CPUtime=0.04
/proc/18865/stat : 18865 (java) R 18863 18865 16449 0 -1 0 2663 0 80 0 2 2 0 0 19 0 3 0 183257001 916926464 2504 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154214896 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/18865/statm: 223859 2505 1302 14 0 210879 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 895436

[startup+0.515224 s]
/proc/loadavg: 2.03 2.03 2.20 4/74 18866
/proc/meminfo: memFree=1808312/2055920 swapFree=4192812/4192956
[pid=18865] ppid=18863 vsize=905236 CPUtime=0.43
/proc/18865/stat : 18865 (java) R 18863 18865 16449 0 -1 0 5551 0 89 0 38 5 0 0 24 0 12 0 183257001 926961664 5234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053848824 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18865/statm: 226309 5234 2184 14 0 212746 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 905236

[startup+1.33736 s]
/proc/loadavg: 2.03 2.03 2.20 3/85 18877
/proc/meminfo: memFree=1785248/2055920 swapFree=4192812/4192956
[pid=18865] ppid=18863 vsize=906328 CPUtime=1.25
/proc/18865/stat : 18865 (java) R 18863 18865 16449 0 -1 0 6923 0 89 0 119 6 0 0 25 0 12 0 183257001 928079872 6057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18865/statm: 226582 6057 2307 14 0 213019 0
[pid=18865/tid=18867] ppid=18863 vsize=906328 CPUtime=0
/proc/18865/task/18867/stat : 18867 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 183257009 928079872 6057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18868] ppid=18863 vsize=906328 CPUtime=0
/proc/18865/task/18868/stat : 18868 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 183257009 928079872 6057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18869] ppid=18863 vsize=906328 CPUtime=0
/proc/18865/task/18869/stat : 18869 (java) S 18863 18865 16449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183257012 928079872 6057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18870] ppid=18863 vsize=906328 CPUtime=0
/proc/18865/task/18870/stat : 18870 (java) S 18863 18865 16449 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 183257012 928079872 6057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18871] ppid=18863 vsize=906328 CPUtime=0
/proc/18865/task/18871/stat : 18871 (java) S 18863 18865 16449 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 183257012 928079872 6057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18872] ppid=18863 vsize=906328 CPUtime=0
/proc/18865/task/18872/stat : 18872 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 928079872 6057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18873] ppid=18863 vsize=906328 CPUtime=0
/proc/18865/task/18873/stat : 18873 (java) S 18863 18865 16449 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183257016 928079872 6057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18874] ppid=18863 vsize=906328 CPUtime=0.23
/proc/18865/task/18874/stat : 18874 (java) S 18863 18865 16449 0 -1 64 298 0 0 0 23 0 0 0 16 0 12 0 183257016 928079872 6057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18875] ppid=18863 vsize=906328 CPUtime=0.34
/proc/18865/task/18875/stat : 18875 (java) R 18863 18865 16449 0 -1 64 1437 0 0 0 34 0 0 0 16 0 12 0 183257016 928079872 6057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151658868 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18876] ppid=18863 vsize=906328 CPUtime=0
/proc/18865/task/18876/stat : 18876 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 928079872 6057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18877] ppid=18863 vsize=906328 CPUtime=0
/proc/18865/task/18877/stat : 18877 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183257016 928079872 6057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 906328

[startup+2.97664 s]
/proc/loadavg: 2.03 2.03 2.20 4/85 18877
/proc/meminfo: memFree=1749216/2055920 swapFree=4192812/4192956
[pid=18865] ppid=18863 vsize=910584 CPUtime=2.88
/proc/18865/stat : 18865 (java) R 18863 18865 16449 0 -1 0 19124 0 90 0 275 13 0 0 25 0 12 0 183257001 932438016 16653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18865/statm: 227646 16653 2474 14 0 214083 0
[pid=18865/tid=18867] ppid=18863 vsize=910584 CPUtime=0
/proc/18865/task/18867/stat : 18867 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 183257009 932438016 16653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18868] ppid=18863 vsize=910440 CPUtime=0
/proc/18865/task/18868/stat : 18868 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 183257009 932290560 16617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18869] ppid=18863 vsize=910600 CPUtime=0
/proc/18865/task/18869/stat : 18869 (java) S 18863 18865 16449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183257012 932454400 16627 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18870] ppid=18863 vsize=910600 CPUtime=0
/proc/18865/task/18870/stat : 18870 (java) S 18863 18865 16449 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 183257012 932454400 16640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18871] ppid=18863 vsize=910600 CPUtime=0
/proc/18865/task/18871/stat : 18871 (java) S 18863 18865 16449 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 183257012 932454400 16653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18872] ppid=18863 vsize=910600 CPUtime=0
/proc/18865/task/18872/stat : 18872 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 932454400 16657 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18873] ppid=18863 vsize=910600 CPUtime=0
/proc/18865/task/18873/stat : 18873 (java) S 18863 18865 16449 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183257016 932454400 16657 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18874] ppid=18863 vsize=910600 CPUtime=0.51
/proc/18865/task/18874/stat : 18874 (java) S 18863 18865 16449 0 -1 64 615 0 0 0 51 0 0 0 16 0 12 0 183257016 932454400 16657 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18875] ppid=18863 vsize=910600 CPUtime=1.07
/proc/18865/task/18875/stat : 18875 (java) R 18863 18865 16449 0 -1 64 3923 0 0 0 105 2 0 0 18 0 12 0 183257016 932454400 16657 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152640288 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18876] ppid=18863 vsize=910600 CPUtime=0
/proc/18865/task/18876/stat : 18876 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 932454400 16657 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18877] ppid=18863 vsize=910600 CPUtime=0
/proc/18865/task/18877/stat : 18877 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183257016 932454400 16657 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 910584

[startup+6.17918 s]
/proc/loadavg: 2.10 2.04 2.20 4/85 18877
/proc/meminfo: memFree=1673632/2055920 swapFree=4192812/4192956
[pid=18865] ppid=18863 vsize=912368 CPUtime=6.07
/proc/18865/stat : 18865 (java) R 18863 18865 16449 0 -1 0 37285 0 90 0 587 20 0 0 25 0 12 0 183257001 934264832 33686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054399369 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18865/statm: 228092 33686 2482 14 0 214529 0
[pid=18865/tid=18867] ppid=18863 vsize=912368 CPUtime=0.18
/proc/18865/task/18867/stat : 18867 (java) S 18863 18865 16449 0 -1 64 6883 0 0 0 16 2 0 0 17 0 12 0 183257009 934264832 33686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18868] ppid=18863 vsize=912368 CPUtime=0.13
/proc/18865/task/18868/stat : 18868 (java) S 18863 18865 16449 0 -1 64 4932 0 0 0 12 1 0 0 17 0 12 0 183257009 934264832 33686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18869] ppid=18863 vsize=912368 CPUtime=0
/proc/18865/task/18869/stat : 18869 (java) S 18863 18865 16449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 183257012 934264832 33686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18870] ppid=18863 vsize=912368 CPUtime=0
/proc/18865/task/18870/stat : 18870 (java) S 18863 18865 16449 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183257012 934264832 33686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18871] ppid=18863 vsize=912368 CPUtime=0
/proc/18865/task/18871/stat : 18871 (java) S 18863 18865 16449 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183257012 934264832 33686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18872] ppid=18863 vsize=912368 CPUtime=0
/proc/18865/task/18872/stat : 18872 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 934264832 33686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18873] ppid=18863 vsize=912368 CPUtime=0.01
/proc/18865/task/18873/stat : 18873 (java) S 18863 18865 16449 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 183257016 934264832 33686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18874] ppid=18863 vsize=912368 CPUtime=0.71
/proc/18865/task/18874/stat : 18874 (java) S 18863 18865 16449 0 -1 64 634 0 0 0 71 0 0 0 16 0 12 0 183257016 934264832 33686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18875] ppid=18863 vsize=912368 CPUtime=1.49
/proc/18865/task/18875/stat : 18875 (java) S 18863 18865 16449 0 -1 64 4855 0 0 0 147 2 0 0 16 0 12 0 183257016 934264832 33686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18876] ppid=18863 vsize=912368 CPUtime=0
/proc/18865/task/18876/stat : 18876 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 934264832 33686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18877] ppid=18863 vsize=912368 CPUtime=0
/proc/18865/task/18877/stat : 18877 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183257016 934264832 33686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 912368

[startup+12.6633 s]
/proc/loadavg: 2.10 2.04 2.20 4/85 18877
/proc/meminfo: memFree=1637792/2055920 swapFree=4192812/4192956
[pid=18865] ppid=18863 vsize=912368 CPUtime=12.57
/proc/18865/stat : 18865 (java) R 18863 18865 16449 0 -1 0 47008 0 90 0 1233 24 0 0 25 0 12 0 183257001 934264832 42615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054438870 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18865/statm: 228092 42615 2483 14 0 214529 0
[pid=18865/tid=18867] ppid=18863 vsize=912368 CPUtime=0.41
/proc/18865/task/18867/stat : 18867 (java) S 18863 18865 16449 0 -1 64 11438 0 0 0 38 3 0 0 16 0 12 0 183257009 934264832 42615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18868] ppid=18863 vsize=912368 CPUtime=0.34
/proc/18865/task/18868/stat : 18868 (java) S 18863 18865 16449 0 -1 64 10050 0 0 0 31 3 0 0 16 0 12 0 183257009 934264832 42615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18869] ppid=18863 vsize=912368 CPUtime=0
/proc/18865/task/18869/stat : 18869 (java) S 18863 18865 16449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 183257012 934264832 42615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18870] ppid=18863 vsize=912368 CPUtime=0
/proc/18865/task/18870/stat : 18870 (java) S 18863 18865 16449 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183257012 934264832 42615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18871] ppid=18863 vsize=912368 CPUtime=0
/proc/18865/task/18871/stat : 18871 (java) S 18863 18865 16449 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183257012 934264832 42615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18872] ppid=18863 vsize=912368 CPUtime=0
/proc/18865/task/18872/stat : 18872 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 934264832 42615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18873] ppid=18863 vsize=912368 CPUtime=0.01
/proc/18865/task/18873/stat : 18873 (java) S 18863 18865 16449 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183257016 934264832 42615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18874] ppid=18863 vsize=912368 CPUtime=1.01
/proc/18865/task/18874/stat : 18874 (java) S 18863 18865 16449 0 -1 64 645 0 0 0 101 0 0 0 15 0 12 0 183257016 934264832 42615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18875] ppid=18863 vsize=912368 CPUtime=1.81
/proc/18865/task/18875/stat : 18875 (java) S 18863 18865 16449 0 -1 64 4872 0 0 0 179 2 0 0 16 0 12 0 183257016 934264832 42615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18876] ppid=18863 vsize=912368 CPUtime=0
/proc/18865/task/18876/stat : 18876 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 934264832 42615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18877] ppid=18863 vsize=912368 CPUtime=0
/proc/18865/task/18877/stat : 18877 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183257016 934264832 42615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 912368

[startup+25.4915 s]
/proc/loadavg: 2.08 2.04 2.20 4/85 18877
/proc/meminfo: memFree=1580960/2055920 swapFree=4192812/4192956
[pid=18865] ppid=18863 vsize=918864 CPUtime=25.29
/proc/18865/stat : 18865 (java) R 18863 18865 16449 0 -1 0 64012 0 90 0 2498 31 0 0 25 0 12 0 183257001 940916736 57802 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18865/statm: 229716 57802 2484 14 0 216153 0
[pid=18865/tid=18867] ppid=18863 vsize=918864 CPUtime=0.66
/proc/18865/task/18867/stat : 18867 (java) S 18863 18865 16449 0 -1 64 18079 0 0 0 60 6 0 0 16 0 12 0 183257009 940916736 57802 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18865/tid=18868] ppid=18863 vsize=918864 CPUtime=0.62
/proc/18865/task/18868/stat : 18868 (java) S 18863 18865 16449 0 -1 64 17512 0 0 0 56 6 0 0 16 0 12 0 183257009 940916736 57802 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18865/tid=18869] ppid=18863 vsize=918864 CPUtime=0.02
/proc/18865/task/18869/stat : 18869 (java) S 18863 18865 16449 0 -1 64 12 0 0 0 2 0 0 0 15 0 12 0 183257012 940916736 57802 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18865/tid=18870] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18870/stat : 18870 (java) S 18863 18865 16449 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183257012 940916736 57802 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18871] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18871/stat : 18871 (java) S 18863 18865 16449 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183257012 940916736 57802 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18872] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18872/stat : 18872 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 940916736 57802 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18873] ppid=18863 vsize=918864 CPUtime=0.01
/proc/18865/task/18873/stat : 18873 (java) S 18863 18865 16449 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183257016 940916736 57802 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18874] ppid=18863 vsize=918864 CPUtime=1.61
/proc/18865/task/18874/stat : 18874 (java) S 18863 18865 16449 0 -1 64 3502 0 0 0 160 1 0 0 15 0 12 0 183257016 940916736 57802 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18865/tid=18875] ppid=18863 vsize=918864 CPUtime=2.02
/proc/18865/task/18875/stat : 18875 (java) R 18863 18865 16449 0 -1 64 4890 0 0 0 200 2 0 0 16 0 12 0 183257016 940916736 57802 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155420761 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18865/tid=18876] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18876/stat : 18876 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 940916736 57802 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18877] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18877/stat : 18877 (java) S 18863 18865 16449 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183257016 940916736 57802 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 918864

[startup+51.1336 s]
/proc/loadavg: 2.17 2.06 2.20 3/85 18877
/proc/meminfo: memFree=1454112/2055920 swapFree=4192812/4192956
[pid=18865] ppid=18863 vsize=918864 CPUtime=50.82
/proc/18865/stat : 18865 (java) R 18863 18865 16449 0 -1 0 94756 0 90 0 5039 43 0 0 25 0 12 0 183257001 940916736 88517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054446143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18865/statm: 229716 88517 2485 14 0 216153 0
[pid=18865/tid=18867] ppid=18863 vsize=918864 CPUtime=1.23
/proc/18865/task/18867/stat : 18867 (java) S 18863 18865 16449 0 -1 64 33215 0 0 0 111 12 0 0 16 0 12 0 183257009 940916736 88517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18865/tid=18868] ppid=18863 vsize=918864 CPUtime=1.21
/proc/18865/task/18868/stat : 18868 (java) S 18863 18865 16449 0 -1 64 33054 0 0 0 110 11 0 0 17 0 12 0 183257009 940916736 88517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18865/tid=18869] ppid=18863 vsize=918864 CPUtime=0.03
/proc/18865/task/18869/stat : 18869 (java) S 18863 18865 16449 0 -1 64 12 0 0 0 3 0 0 0 16 0 12 0 183257012 940916736 88517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18865/tid=18870] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18870/stat : 18870 (java) S 18863 18865 16449 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183257012 940916736 88517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18871] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18871/stat : 18871 (java) S 18863 18865 16449 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183257012 940916736 88517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18872] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18872/stat : 18872 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 940916736 88517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18873] ppid=18863 vsize=918864 CPUtime=0.01
/proc/18865/task/18873/stat : 18873 (java) S 18863 18865 16449 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183257016 940916736 88517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18874] ppid=18863 vsize=918864 CPUtime=1.74
/proc/18865/task/18874/stat : 18874 (java) S 18863 18865 16449 0 -1 64 3534 0 0 0 173 1 0 0 16 0 12 0 183257016 940916736 88517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18865/tid=18875] ppid=18863 vsize=918864 CPUtime=2.13
/proc/18865/task/18875/stat : 18875 (java) S 18863 18865 16449 0 -1 64 4894 0 0 0 211 2 0 0 16 0 12 0 183257016 940916736 88517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18865/tid=18876] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18876/stat : 18876 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 940916736 88517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18877] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18877/stat : 18877 (java) S 18863 18865 16449 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183257016 940916736 88517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 918864

[startup+102.371 s]
/proc/loadavg: 2.07 2.05 2.19 3/85 18877
/proc/meminfo: memFree=1182752/2055920 swapFree=4192812/4192956
[pid=18865] ppid=18863 vsize=918864 CPUtime=101.9
/proc/18865/stat : 18865 (java) R 18863 18865 16449 0 -1 0 163206 0 90 0 10122 68 0 0 25 0 12 0 183257001 940916736 156243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054447150 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18865/statm: 229716 156243 2485 14 0 216153 0
[pid=18865/tid=18867] ppid=18863 vsize=918864 CPUtime=2.81
/proc/18865/task/18867/stat : 18867 (java) S 18863 18865 16449 0 -1 64 67653 0 0 0 257 24 0 0 16 0 12 0 183257009 940916736 156243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18868] ppid=18863 vsize=918864 CPUtime=2.81
/proc/18865/task/18868/stat : 18868 (java) S 18863 18865 16449 0 -1 64 66995 0 0 0 259 22 0 0 16 0 12 0 183257009 940916736 156243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18869] ppid=18863 vsize=918864 CPUtime=0.05
/proc/18865/task/18869/stat : 18869 (java) S 18863 18865 16449 0 -1 64 12 0 0 0 4 1 0 0 15 0 12 0 183257012 940916736 156243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18870] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18870/stat : 18870 (java) S 18863 18865 16449 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183257012 940916736 156243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18871] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18871/stat : 18871 (java) S 18863 18865 16449 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183257012 940916736 156243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18872] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18872/stat : 18872 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 940916736 156243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18873] ppid=18863 vsize=918864 CPUtime=0.01
/proc/18865/task/18873/stat : 18873 (java) S 18863 18865 16449 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183257016 940916736 156243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18874] ppid=18863 vsize=918864 CPUtime=1.79
/proc/18865/task/18874/stat : 18874 (java) S 18863 18865 16449 0 -1 64 3537 0 0 0 178 1 0 0 16 0 12 0 183257016 940916736 156243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18875] ppid=18863 vsize=918864 CPUtime=2.23
/proc/18865/task/18875/stat : 18875 (java) S 18863 18865 16449 0 -1 64 4903 0 0 0 220 3 0 0 16 0 12 0 183257016 940916736 156243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18876] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18876/stat : 18876 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 940916736 156243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18877] ppid=18863 vsize=918864 CPUtime=0
/proc/18865/task/18877/stat : 18877 (java) S 18863 18865 16449 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183257016 940916736 156243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 918864



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+133.795 s]
/proc/loadavg: 2.12 2.06 2.18 4/85 18879
/proc/meminfo: memFree=1048288/2055920 swapFree=4192812/4192956
[pid=18865] ppid=18863 vsize=926868 CPUtime=133.29
/proc/18865/stat : 18865 (java) R 18863 18865 16449 0 -1 0 197091 0 90 0 13248 81 0 0 25 0 12 0 183257001 949112832 189021 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18865/statm: 231717 189021 2486 14 0 218154 0
[pid=18865/tid=18867] ppid=18863 vsize=926868 CPUtime=3.77
/proc/18865/task/18867/stat : 18867 (java) S 18863 18865 16449 0 -1 64 83969 0 0 0 347 30 0 0 15 0 12 0 183257009 949112832 189022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18868] ppid=18863 vsize=926868 CPUtime=3.78
/proc/18865/task/18868/stat : 18868 (java) S 18863 18865 16449 0 -1 64 82320 0 0 0 350 28 0 0 16 0 12 0 183257009 949112832 189022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18869] ppid=18863 vsize=926868 CPUtime=5.67
/proc/18865/task/18869/stat : 18869 (java) R 18863 18865 16449 0 -1 64 2225 0 0 0 565 2 0 0 16 0 12 0 183257012 949112832 189022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18870] ppid=18863 vsize=926868 CPUtime=0
/proc/18865/task/18870/stat : 18870 (java) S 18863 18865 16449 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183257012 949112832 189023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18871] ppid=18863 vsize=926868 CPUtime=0
/proc/18865/task/18871/stat : 18871 (java) S 18863 18865 16449 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183257012 949112832 189023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18872] ppid=18863 vsize=926868 CPUtime=0
/proc/18865/task/18872/stat : 18872 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 949112832 189023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18873] ppid=18863 vsize=926868 CPUtime=0.01
/proc/18865/task/18873/stat : 18873 (java) S 18863 18865 16449 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183257016 949112832 189023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18874] ppid=18863 vsize=926868 CPUtime=1.79
/proc/18865/task/18874/stat : 18874 (java) S 18863 18865 16449 0 -1 64 3537 0 0 0 178 1 0 0 16 0 12 0 183257016 949112832 189023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18875] ppid=18863 vsize=926868 CPUtime=2.23
/proc/18865/task/18875/stat : 18875 (java) S 18863 18865 16449 0 -1 64 4903 0 0 0 220 3 0 0 16 0 12 0 183257016 949112832 189024 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18876] ppid=18863 vsize=926868 CPUtime=0
/proc/18865/task/18876/stat : 18876 (java) S 18863 18865 16449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183257016 949112832 189024 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18865/tid=18877] ppid=18863 vsize=926868 CPUtime=0
/proc/18865/task/18877/stat : 18877 (java) S 18863 18865 16449 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 183257016 949112832 189024 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 133.29
Current children cumulated vsize (KiB) 926868

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): 135.941
CPU time (s): 135.432
CPU user time (s): 134.483
CPU system time (s): 0.949855
CPU usage (%): 99.6262
Max. virtual memory (cumulated for all children) (KiB): 934868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.483
system time used= 0.949855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200239
page faults= 90
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5889
involuntary context switches= 5593

runsolver used 0.170974 s user time and 0.443932 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Tue Jan  9 13:16:25 UTC 2007


IDJOB= 237475
IDBENCH= 6943
FILE ID= node51/237475-1168348584

PBS_JOBID= 3503566

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  bfebe5df1905949972c2e283719f815b

RANDOM SEED= 195136695

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.277
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.277
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:       1808728 kB
Buffers:         20036 kB
Cached:          97264 kB
SwapCached:          0 kB
Active:         145116 kB
Inactive:        52376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10792 kB
Writeback:           0 kB
Mapped:          91588 kB
Slab:            34904 kB
Committed_AS:  4309296 kB
PageTables:       1928 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= 66545 MiB



End job on node51 on Tue Jan  9 13:18:41 UTC 2007