Trace number 237506

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-CACHED 1.7 RC BF3? (MO) 133.328 133.231

General information on the benchmark

Namehaystacks/
haystacks_38.xml
MD5SUM0f5123f7ed000168e0c68877853e29a7
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 benchmark538.005
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1444
Number of constraints26751
Maximum constraint arity2
Maximum domain size38
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26751
Global constraints used (with number of constraints)

Solver Data (download as text)

0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.23	c version CSP COMPETITION BUGFIX 3 CACHED
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/237506-1168348868/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 (1444) done.
1.46	c reading predicates 
c reading relations (5) done.
1.73	c reading constraints
c reading constraints done.
40.63	c ... done. Wall clock time 40.316s.
40.64	c CPU time (experimental) 31.84s.
40.64	c #vars     54872
40.64	c #constraints  2033152

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/node42/watcher-237506-1168348868 -o ROOT/results/node42/solver-237506-1168348868 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237506-1168348868/sat4jCSP-bf3-cached.jar /tmp/evaluation/237506-1168348868/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.16 2.05 1.95 4/81 15943
/proc/meminfo: memFree=1477520/2055920 swapFree=4191892/4192956
[pid=15942] ppid=15940 vsize=172 CPUtime=0
/proc/15942/stat : 15942 (java) D 15940 15942 15192 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 183286016 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 12407588 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/15942/statm: 43 24 18 14 0 3 0

[startup+0.107146 s]
/proc/loadavg: 2.16 2.05 1.95 4/81 15943
/proc/meminfo: memFree=1477520/2055920 swapFree=4191892/4192956
[pid=15942] ppid=15940 vsize=895148 CPUtime=0.03
/proc/15942/stat : 15942 (java) R 15940 15942 15192 0 -1 0 2426 0 29 0 1 2 0 0 19 0 3 0 183286016 916631552 2216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155213623 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15942/statm: 223787 2217 1114 14 0 210807 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 895148

[startup+0.515191 s]
/proc/loadavg: 2.16 2.05 1.95 4/81 15943
/proc/meminfo: memFree=1477520/2055920 swapFree=4191892/4192956
[pid=15942] ppid=15940 vsize=905236 CPUtime=0.44
/proc/15942/stat : 15942 (java) R 15940 15942 15192 0 -1 0 5616 0 32 0 39 5 0 0 25 0 12 0 183286016 926961664 5242 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15942/statm: 226309 5243 2184 14 0 212746 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 905236

[startup+1.33828 s]
/proc/loadavg: 2.16 2.05 1.95 5/92 15954
/proc/meminfo: memFree=1456888/2055920 swapFree=4191892/4192956
[pid=15942] ppid=15940 vsize=905236 CPUtime=1.26
/proc/15942/stat : 15942 (java) R 15940 15942 15192 0 -1 0 7076 0 32 0 120 6 0 0 25 0 12 0 183286016 926961664 6559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15942/statm: 226309 6559 2319 14 0 212746 0
[pid=15942/tid=15944] ppid=15940 vsize=905236 CPUtime=0
/proc/15942/task/15944/stat : 15944 (java) S 15940 15942 15192 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183286026 926961664 6559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15945] ppid=15940 vsize=905236 CPUtime=0
/proc/15942/task/15945/stat : 15945 (java) S 15940 15942 15192 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183286026 926961664 6559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15946] ppid=15940 vsize=905236 CPUtime=0
/proc/15942/task/15946/stat : 15946 (java) S 15940 15942 15192 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183286029 926961664 6559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15947] ppid=15940 vsize=905236 CPUtime=0
/proc/15942/task/15947/stat : 15947 (java) S 15940 15942 15192 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 183286029 926961664 6559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15948] ppid=15940 vsize=905236 CPUtime=0
/proc/15942/task/15948/stat : 15948 (java) S 15940 15942 15192 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 183286029 926961664 6559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15949] ppid=15940 vsize=905236 CPUtime=0
/proc/15942/task/15949/stat : 15949 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183286033 926961664 6559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15950] ppid=15940 vsize=905236 CPUtime=0
/proc/15942/task/15950/stat : 15950 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183286033 926961664 6559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15951] ppid=15940 vsize=905236 CPUtime=0.27
/proc/15942/task/15951/stat : 15951 (java) S 15940 15942 15192 0 -1 64 339 0 0 0 27 0 0 0 16 0 12 0 183286033 926961664 6559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15952] ppid=15940 vsize=905236 CPUtime=0.29
/proc/15942/task/15952/stat : 15952 (java) R 15940 15942 15192 0 -1 64 751 0 0 0 29 0 0 0 16 0 12 0 183286033 926961664 6559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154417952 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15953] ppid=15940 vsize=905236 CPUtime=0
/proc/15942/task/15953/stat : 15953 (java) S 15940 15942 15192 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183286033 926961664 6559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15954] ppid=15940 vsize=905236 CPUtime=0
/proc/15942/task/15954/stat : 15954 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183286033 926961664 6559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 905236

[startup+2.98547 s]
/proc/loadavg: 2.16 2.05 1.95 3/92 15954
/proc/meminfo: memFree=1432504/2055920 swapFree=4191892/4192956
[pid=15942] ppid=15940 vsize=907780 CPUtime=2.9
/proc/15942/stat : 15942 (java) R 15940 15942 15192 0 -1 0 20930 0 32 0 277 13 0 0 25 0 12 0 183286016 929566720 19174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344896 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15942/statm: 226945 19174 2465 14 0 213382 0
[pid=15942/tid=15944] ppid=15940 vsize=907780 CPUtime=0
/proc/15942/task/15944/stat : 15944 (java) S 15940 15942 15192 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183286026 929566720 19174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15945] ppid=15940 vsize=907780 CPUtime=0
/proc/15942/task/15945/stat : 15945 (java) S 15940 15942 15192 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183286026 929566720 19174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15946] ppid=15940 vsize=907780 CPUtime=0
/proc/15942/task/15946/stat : 15946 (java) S 15940 15942 15192 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 183286029 929566720 19174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15947] ppid=15940 vsize=907780 CPUtime=0
/proc/15942/task/15947/stat : 15947 (java) S 15940 15942 15192 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 183286029 929566720 19174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15948] ppid=15940 vsize=907780 CPUtime=0
/proc/15942/task/15948/stat : 15948 (java) S 15940 15942 15192 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 183286029 929566720 19174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15949] ppid=15940 vsize=907780 CPUtime=0
/proc/15942/task/15949/stat : 15949 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183286033 929566720 19174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15950] ppid=15940 vsize=907780 CPUtime=0
/proc/15942/task/15950/stat : 15950 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183286033 929566720 19174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15951] ppid=15940 vsize=907780 CPUtime=0.57
/proc/15942/task/15951/stat : 15951 (java) S 15940 15942 15192 0 -1 64 1073 0 0 0 57 0 0 0 16 0 12 0 183286033 929566720 19174 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15952] ppid=15940 vsize=907780 CPUtime=0.66
/proc/15942/task/15952/stat : 15952 (java) S 15940 15942 15192 0 -1 64 1728 0 0 0 66 0 0 0 16 0 12 0 183286033 929566720 19175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15953] ppid=15940 vsize=907780 CPUtime=0
/proc/15942/task/15953/stat : 15953 (java) S 15940 15942 15192 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183286033 929566720 19176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15954] ppid=15940 vsize=907780 CPUtime=0
/proc/15942/task/15954/stat : 15954 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183286033 929566720 19177 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 907780

[startup+6.26683 s]
/proc/loadavg: 2.14 2.05 1.95 4/92 15954
/proc/meminfo: memFree=1350200/2055920 swapFree=4191892/4192956
[pid=15942] ppid=15940 vsize=909784 CPUtime=6.17
/proc/15942/stat : 15942 (java) R 15940 15942 15192 0 -1 0 35557 0 32 0 598 19 0 0 25 0 12 0 183286016 931618816 32569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054382656 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15942/statm: 227446 32569 2468 14 0 213883 0
[pid=15942/tid=15944] ppid=15940 vsize=909784 CPUtime=0.17
/proc/15942/task/15944/stat : 15944 (java) S 15940 15942 15192 0 -1 64 5977 0 0 0 16 1 0 0 17 0 12 0 183286026 931618816 32569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15945] ppid=15940 vsize=909784 CPUtime=0.12
/proc/15942/task/15945/stat : 15945 (java) S 15940 15942 15192 0 -1 64 4917 0 0 0 10 2 0 0 17 0 12 0 183286026 931618816 32569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15946] ppid=15940 vsize=909784 CPUtime=0
/proc/15942/task/15946/stat : 15946 (java) S 15940 15942 15192 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 183286029 931618816 32569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15947] ppid=15940 vsize=909784 CPUtime=0
/proc/15942/task/15947/stat : 15947 (java) S 15940 15942 15192 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183286029 931618816 32569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15948] ppid=15940 vsize=909784 CPUtime=0
/proc/15942/task/15948/stat : 15948 (java) S 15940 15942 15192 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183286029 931618816 32569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15949] ppid=15940 vsize=909784 CPUtime=0
/proc/15942/task/15949/stat : 15949 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183286033 931618816 32569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15950] ppid=15940 vsize=909784 CPUtime=0
/proc/15942/task/15950/stat : 15950 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183286033 931618816 32569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15951] ppid=15940 vsize=909784 CPUtime=1.1
/proc/15942/task/15951/stat : 15951 (java) S 15940 15942 15192 0 -1 64 2413 0 0 0 109 1 0 0 15 0 12 0 183286033 931618816 32569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15952] ppid=15940 vsize=909784 CPUtime=1.16
/proc/15942/task/15952/stat : 15952 (java) S 15940 15942 15192 0 -1 64 2030 0 0 0 116 0 0 0 15 0 12 0 183286033 931618816 32569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15953] ppid=15940 vsize=909784 CPUtime=0
/proc/15942/task/15953/stat : 15953 (java) S 15940 15942 15192 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183286033 931618816 32569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15954] ppid=15940 vsize=909784 CPUtime=0
/proc/15942/task/15954/stat : 15954 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183286033 931618816 32569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 909784

[startup+12.6885 s]
/proc/loadavg: 2.13 2.05 1.95 3/92 15954
/proc/meminfo: memFree=1278072/2055920 swapFree=4191892/4192956
[pid=15942] ppid=15940 vsize=909244 CPUtime=12.61
/proc/15942/stat : 15942 (java) R 15940 15942 15192 0 -1 0 55748 0 32 0 1233 28 0 0 25 0 12 0 183286016 931065856 51101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15942/statm: 227311 51101 2487 14 0 213748 0
[pid=15942/tid=15944] ppid=15940 vsize=909244 CPUtime=0.63
/proc/15942/task/15944/stat : 15944 (java) R 15940 15942 15192 0 -1 64 17015 0 0 0 58 5 0 0 15 0 12 0 183286026 931065856 51101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15945] ppid=15940 vsize=909244 CPUtime=0.57
/proc/15942/task/15945/stat : 15945 (java) R 15940 15942 15192 0 -1 64 12705 0 0 0 52 5 0 0 15 0 12 0 183286026 931065856 51101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694839 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15946] ppid=15940 vsize=909244 CPUtime=0
/proc/15942/task/15946/stat : 15946 (java) R 15940 15942 15192 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 183286029 931065856 51101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15947] ppid=15940 vsize=909244 CPUtime=0
/proc/15942/task/15947/stat : 15947 (java) S 15940 15942 15192 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183286029 931065856 51101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15948] ppid=15940 vsize=909244 CPUtime=0
/proc/15942/task/15948/stat : 15948 (java) S 15940 15942 15192 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183286029 931065856 51101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15949] ppid=15940 vsize=909244 CPUtime=0
/proc/15942/task/15949/stat : 15949 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183286033 931065856 51101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15950] ppid=15940 vsize=909244 CPUtime=0.01
/proc/15942/task/15950/stat : 15950 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183286033 931065856 51101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15951] ppid=15940 vsize=909244 CPUtime=1.54
/proc/15942/task/15951/stat : 15951 (java) S 15940 15942 15192 0 -1 64 3409 0 0 0 152 2 0 0 15 0 12 0 183286033 931065856 51101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15952] ppid=15940 vsize=909244 CPUtime=1.58
/proc/15942/task/15952/stat : 15952 (java) S 15940 15942 15192 0 -1 64 2379 0 0 0 158 0 0 0 15 0 12 0 183286033 931065856 51101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15953] ppid=15940 vsize=909244 CPUtime=0
/proc/15942/task/15953/stat : 15953 (java) S 15940 15942 15192 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183286033 931065856 51101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15954] ppid=15940 vsize=909244 CPUtime=0
/proc/15942/task/15954/stat : 15954 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183286033 931065856 51101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 909244

[startup+25.5638 s]
/proc/loadavg: 2.10 2.05 1.95 3/92 15954
/proc/meminfo: memFree=1121208/2055920 swapFree=4191892/4192956
[pid=15942] ppid=15940 vsize=909244 CPUtime=25.51
/proc/15942/stat : 15942 (java) R 15940 15942 15192 0 -1 0 97201 0 32 0 2507 44 0 0 25 0 12 0 183286016 931065856 91763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054292896 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15942/statm: 227311 91763 2487 14 0 213748 0
[pid=15942/tid=15944] ppid=15940 vsize=909244 CPUtime=1.48
/proc/15942/task/15944/stat : 15944 (java) S 15940 15942 15192 0 -1 64 34571 0 0 0 136 12 0 0 16 0 12 0 183286026 931065856 91763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15945] ppid=15940 vsize=909244 CPUtime=1.59
/proc/15942/task/15945/stat : 15945 (java) S 15940 15942 15192 0 -1 64 36564 0 0 0 145 14 0 0 16 0 12 0 183286026 931065856 91763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15946] ppid=15940 vsize=909244 CPUtime=0.01
/proc/15942/task/15946/stat : 15946 (java) S 15940 15942 15192 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 183286029 931065856 91763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15947] ppid=15940 vsize=909244 CPUtime=0
/proc/15942/task/15947/stat : 15947 (java) S 15940 15942 15192 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183286029 931065856 91763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15948] ppid=15940 vsize=909244 CPUtime=0
/proc/15942/task/15948/stat : 15948 (java) S 15940 15942 15192 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183286029 931065856 91763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15949] ppid=15940 vsize=909244 CPUtime=0
/proc/15942/task/15949/stat : 15949 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183286033 931065856 91763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15950] ppid=15940 vsize=909244 CPUtime=0.01
/proc/15942/task/15950/stat : 15950 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 183286033 931065856 91763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15951] ppid=15940 vsize=909244 CPUtime=1.57
/proc/15942/task/15951/stat : 15951 (java) S 15940 15942 15192 0 -1 64 3409 0 0 0 155 2 0 0 16 0 12 0 183286033 931065856 91763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15952] ppid=15940 vsize=909244 CPUtime=1.72
/proc/15942/task/15952/stat : 15952 (java) S 15940 15942 15192 0 -1 64 2388 0 0 0 172 0 0 0 15 0 12 0 183286033 931065856 91763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15953] ppid=15940 vsize=909244 CPUtime=0
/proc/15942/task/15953/stat : 15953 (java) S 15940 15942 15192 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183286033 931065856 91763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15954] ppid=15940 vsize=909244 CPUtime=0
/proc/15942/task/15954/stat : 15954 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183286033 931065856 91763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 909244

[startup+51.2336 s]
/proc/loadavg: 2.07 2.04 1.95 4/93 15955
/proc/meminfo: memFree=745456/2055920 swapFree=4191892/4192956
[pid=15942] ppid=15940 vsize=910264 CPUtime=51.34
/proc/15942/stat : 15942 (java) S 15940 15942 15192 0 -1 0 189277 0 33 0 5051 83 0 0 25 0 13 0 183286016 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15942/statm: 227566 183579 2491 14 0 214003 0
[pid=15942/tid=15944] ppid=15940 vsize=910264 CPUtime=3.21
/proc/15942/task/15944/stat : 15944 (java) S 15940 15942 15192 0 -1 64 75586 0 0 0 291 30 0 0 17 0 13 0 183286026 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15945] ppid=15940 vsize=910264 CPUtime=3.47
/proc/15942/task/15945/stat : 15945 (java) R 15940 15942 15192 0 -1 64 87443 0 0 0 314 33 0 0 17 0 13 0 183286026 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15946] ppid=15940 vsize=910264 CPUtime=0.55
/proc/15942/task/15946/stat : 15946 (java) R 15940 15942 15192 0 -1 64 123 0 0 0 55 0 0 0 16 0 13 0 183286029 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624420 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15947] ppid=15940 vsize=910264 CPUtime=0
/proc/15942/task/15947/stat : 15947 (java) S 15940 15942 15192 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 183286029 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15948] ppid=15940 vsize=910264 CPUtime=0
/proc/15942/task/15948/stat : 15948 (java) S 15940 15942 15192 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183286029 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15949] ppid=15940 vsize=910264 CPUtime=0
/proc/15942/task/15949/stat : 15949 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 183286033 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15950] ppid=15940 vsize=910264 CPUtime=0.01
/proc/15942/task/15950/stat : 15950 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 1 0 0 0 16 0 13 0 183286033 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15951] ppid=15940 vsize=910264 CPUtime=1.65
/proc/15942/task/15951/stat : 15951 (java) S 15940 15942 15192 0 -1 64 3413 0 0 0 163 2 0 0 15 0 13 0 183286033 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15952] ppid=15940 vsize=910264 CPUtime=1.88
/proc/15942/task/15952/stat : 15952 (java) S 15940 15942 15192 0 -1 64 2404 0 0 0 188 0 0 0 17 0 13 0 183286033 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15953] ppid=15940 vsize=910264 CPUtime=0
/proc/15942/task/15953/stat : 15953 (java) S 15940 15942 15192 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 183286033 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15954] ppid=15940 vsize=910264 CPUtime=0
/proc/15942/task/15954/stat : 15954 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183286033 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15955] ppid=15940 vsize=910264 CPUtime=0
/proc/15942/task/15955/stat : 15955 (java) S 15940 15942 15192 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 183290087 932110336 183579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.34
Current children cumulated vsize (KiB) 910264

[startup+102.442 s]
/proc/loadavg: 2.12 2.07 1.96 4/93 15955
/proc/meminfo: memFree=735024/2055920 swapFree=4191892/4192956
[pid=15942] ppid=15940 vsize=910264 CPUtime=102.54
/proc/15942/stat : 15942 (java) R 15940 15942 15192 0 -1 0 196078 0 33 0 10168 86 0 0 25 0 13 0 183286016 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15942/statm: 227566 186176 2493 14 0 214003 0
[pid=15942/tid=15944] ppid=15940 vsize=910264 CPUtime=3.21
/proc/15942/task/15944/stat : 15944 (java) S 15940 15942 15192 0 -1 64 75586 0 0 0 291 30 0 0 16 0 13 0 183286026 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15945] ppid=15940 vsize=910264 CPUtime=3.47
/proc/15942/task/15945/stat : 15945 (java) S 15940 15942 15192 0 -1 64 87443 0 0 0 314 33 0 0 17 0 13 0 183286026 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15946] ppid=15940 vsize=910264 CPUtime=9.7
/proc/15942/task/15946/stat : 15946 (java) R 15940 15942 15192 0 -1 64 6888 0 0 0 967 3 0 0 17 0 13 0 183286029 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15947] ppid=15940 vsize=910264 CPUtime=0
/proc/15942/task/15947/stat : 15947 (java) S 15940 15942 15192 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 183286029 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15948] ppid=15940 vsize=910264 CPUtime=0
/proc/15942/task/15948/stat : 15948 (java) S 15940 15942 15192 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183286029 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15949] ppid=15940 vsize=910264 CPUtime=0
/proc/15942/task/15949/stat : 15949 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 183286033 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15950] ppid=15940 vsize=910264 CPUtime=0.01
/proc/15942/task/15950/stat : 15950 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 1 0 0 0 16 0 13 0 183286033 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15951] ppid=15940 vsize=910264 CPUtime=1.86
/proc/15942/task/15951/stat : 15951 (java) S 15940 15942 15192 0 -1 64 3423 0 0 0 184 2 0 0 16 0 13 0 183286033 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15952] ppid=15940 vsize=910264 CPUtime=2.09
/proc/15942/task/15952/stat : 15952 (java) S 15940 15942 15192 0 -1 64 2417 0 0 0 209 0 0 0 15 0 13 0 183286033 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15953] ppid=15940 vsize=910264 CPUtime=0
/proc/15942/task/15953/stat : 15953 (java) S 15940 15942 15192 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 183286033 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15954] ppid=15940 vsize=910264 CPUtime=0
/proc/15942/task/15954/stat : 15954 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183286033 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15955] ppid=15940 vsize=910264 CPUtime=0
/proc/15942/task/15955/stat : 15955 (java) S 15940 15942 15192 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 183290087 932110336 186176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.54
Current children cumulated vsize (KiB) 910264



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+131.094 s]
/proc/loadavg: 2.14 2.07 1.97 3/93 15955
/proc/meminfo: memFree=730736/2055920 swapFree=4191892/4192956
[pid=15942] ppid=15940 vsize=921768 CPUtime=131.19
/proc/15942/stat : 15942 (java) S 15940 15942 15192 0 -1 0 222052 0 33 0 13021 98 0 0 18 0 13 0 183286016 943890432 187965 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15942/statm: 230442 187971 2493 14 0 216879 0
[pid=15942/tid=15944] ppid=15940 vsize=921768 CPUtime=3.21
/proc/15942/task/15944/stat : 15944 (java) S 15940 15942 15192 0 -1 64 75586 0 0 0 291 30 0 0 16 0 13 0 183286026 943890432 187985 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15945] ppid=15940 vsize=921768 CPUtime=3.47
/proc/15942/task/15945/stat : 15945 (java) S 15940 15942 15192 0 -1 64 87443 0 0 0 314 33 0 0 17 0 13 0 183286026 943890432 187993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15946] ppid=15940 vsize=921768 CPUtime=21.81
/proc/15942/task/15946/stat : 15946 (java) R 15940 15942 15192 0 -1 64 32893 0 0 0 2166 15 0 0 25 0 13 0 183286029 943890432 188001 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152608600 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15947] ppid=15940 vsize=921768 CPUtime=0
/proc/15942/task/15947/stat : 15947 (java) S 15940 15942 15192 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 183286029 943890432 188008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15948] ppid=15940 vsize=921768 CPUtime=0
/proc/15942/task/15948/stat : 15948 (java) S 15940 15942 15192 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183286029 943890432 188016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15949] ppid=15940 vsize=921768 CPUtime=0
/proc/15942/task/15949/stat : 15949 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 183286033 943890432 188023 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15950] ppid=15940 vsize=921768 CPUtime=0.01
/proc/15942/task/15950/stat : 15950 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 1 0 0 0 16 0 13 0 183286033 943890432 188031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15951] ppid=15940 vsize=921768 CPUtime=1.86
/proc/15942/task/15951/stat : 15951 (java) S 15940 15942 15192 0 -1 64 3423 0 0 0 184 2 0 0 16 0 13 0 183286033 943890432 188038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15952] ppid=15940 vsize=921768 CPUtime=2.09
/proc/15942/task/15952/stat : 15952 (java) S 15940 15942 15192 0 -1 64 2417 0 0 0 209 0 0 0 15 0 13 0 183286033 943890432 188045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15942/tid=15953] ppid=15940 vsize=921768 CPUtime=0
/proc/15942/task/15953/stat : 15953 (java) S 15940 15942 15192 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 183286033 943890432 188052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15954] ppid=15940 vsize=921768 CPUtime=0
/proc/15942/task/15954/stat : 15954 (java) S 15940 15942 15192 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183286033 943890432 188057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15942/tid=15955] ppid=15940 vsize=921768 CPUtime=0
/proc/15942/task/15955/stat : 15955 (java) S 15940 15942 15192 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 183290087 943890432 188064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 131.19
Current children cumulated vsize (KiB) 921768

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): 133.231
CPU time (s): 133.328
CPU user time (s): 132.203
CPU system time (s): 1.12483
CPU usage (%): 100.073
Max. virtual memory (cumulated for all children) (KiB): 921768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.203
system time used= 1.12483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227013
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5005
involuntary context switches= 3705

runsolver used 0.171973 s user time and 0.436933 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Tue Jan  9 13:21:08 UTC 2007


IDJOB= 237506
IDBENCH= 6945
FILE ID= node42/237506-1168348868

PBS_JOBID= 3503535

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  0f5123f7ed000168e0c68877853e29a7

RANDOM SEED= 157016106

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.229
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.229
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:       1477936 kB
Buffers:         18556 kB
Cached:          71052 kB
SwapCached:        492 kB
Active:         482768 kB
Inactive:        41304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477936 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5752 kB
Writeback:           0 kB
Mapped:         451100 kB
Slab:            38288 kB
Committed_AS:  4685076 kB
PageTables:       2668 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= 66559 MiB



End job on node42 on Tue Jan  9 13:23:21 UTC 2007