Trace number 1040808

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J CSP 2008-06-13? (MO) 107.77 103.443

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-34-34.xml
MD5SUM7e3280ba9dc65b7feb94946bec69bf0a
Bench CategoryGLOBAL (global constraints)
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 variables2312
Number of constraints2808
Maximum constraint arity34
Maximum domain size117
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2245
Global constraints used (with number of constraints)cumulative(2),weightedsum(561)

Solver Data (download as text)

0.25/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.23	c See www.sat4j.org for details.
0.25/0.23	c That software uses the Rhino library from the Mozilla project.
0.25/0.26	c version 9.9.9.token
0.25/0.26	c sun.arch.data.model	32
0.25/0.26	c java.version	1.6.0_06
0.25/0.26	c os.name	Linux
0.25/0.26	c os.version	2.6.9-22.EL.rootsmp
0.25/0.26	c os.arch	i386
0.25/0.26	c Free memory 669864272
0.25/0.26	c Max memory 672137216
0.25/0.26	c Total memory 672137216
0.25/0.26	c Number of processors 2
0.37/0.30	c c --- Begin Solver configuration ---
0.37/0.30	c Stops conflict analysis at the first Unique Implication Point
0.37/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.30	c Learn all clauses as in MiniSAT
0.37/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.30	c Expensive reason simplification
0.37/0.30	c MiniSAT restarts strategy
0.37/0.30	c timeout=2147483s
0.37/0.30	c DB Simplification allowed=false
0.37/0.30	c --- End Solver configuration ---
0.37/0.30	c solving HOME/instance-1040808-1214998942.xml
0.37/0.30	c reading problem ... 
0.51/0.47	c reading problem named null
0.51/0.47	c reading domains done.
0.51/0.49	c reading variables done.
1.40/1.05	c reading predicates  done.
1.64/1.23	c reading constraints

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1040808-1214998942/watcher-1040808-1214998942 -o /tmp/evaluation-result-1040808-1214998942/solver-1040808-1214998942 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1040808-1214998942.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.68 3/70 5195
/proc/meminfo: memFree=1056128/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=152 CPUtime=0
/proc/5195/stat : 5195 (java6) R 5193 5195 4912 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 1978863096 155648 26 996147200 134512640 134550740 4294956192 18446744073709551615 8413988 0 0 4096 0 0 0 0 17 1 0 0
/proc/5195/statm: 38 26 19 9 0 4 0

[startup+0.00950605 s]
/proc/loadavg: 2.00 1.97 1.68 3/70 5195
/proc/meminfo: memFree=1056128/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=324 CPUtime=0
/proc/5195/stat : 5195 (java) R 5193 5195 4912 0 -1 0 230 0 0 0 0 0 0 0 18 0 1 0 1978863096 331776 44 996147200 134512640 134550740 4294956032 18446744073709551615 8413988 0 0 4096 0 0 0 0 17 1 0 0
/proc/5195/statm: 378 48 36 9 0 8 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 324

[startup+0.101529 s]
/proc/loadavg: 2.00 1.97 1.68 3/70 5195
/proc/meminfo: memFree=1056128/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=805168 CPUtime=0.09
/proc/5195/stat : 5195 (java) S 5193 5195 4912 0 -1 0 3169 0 1 0 7 2 0 0 18 0 12 0 1978863096 824492032 2900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5195/statm: 201292 2900 1165 9 0 198661 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 805168

[startup+0.301565 s]
/proc/loadavg: 2.00 1.97 1.68 3/70 5195
/proc/meminfo: memFree=1056128/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=808092 CPUtime=0.37
/proc/5195/stat : 5195 (java) S 5193 5195 4912 0 -1 0 5310 0 1 0 34 3 0 0 18 0 12 0 1978863096 827486208 4636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5195/statm: 202023 4636 1310 9 0 199392 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 808092

[startup+0.702636 s]
/proc/loadavg: 2.00 1.97 1.68 3/70 5195
/proc/meminfo: memFree=1056128/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=809144 CPUtime=0.95
/proc/5195/stat : 5195 (java) S 5193 5195 4912 0 -1 0 6330 0 1 0 91 4 0 0 18 0 12 0 1978863096 828563456 5636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5195/statm: 202286 5636 1341 9 0 199648 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 809144

[startup+1.50178 s]
/proc/loadavg: 2.00 1.97 1.68 4/82 5207
/proc/meminfo: memFree=1036000/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=816312 CPUtime=2.13
/proc/5195/stat : 5195 (java) S 5193 5195 4912 0 -1 0 11560 0 1 0 206 7 0 0 18 0 12 0 1978863096 835903488 9191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5195/statm: 204078 9191 1377 9 0 201440 0
[pid=5195/tid=5197] ppid=5193 vsize=816312 CPUtime=1.14
/proc/5195/task/5197/stat : 5197 (java) R 5193 5195 4912 0 -1 64 5743 0 1 0 109 5 0 0 25 0 12 0 1978863097 835903488 9191 996147200 134512640 134550740 4294956032 18446744073709551615 106362224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5198] ppid=5193 vsize=816312 CPUtime=0
/proc/5195/task/5198/stat : 5198 (java) S 5193 5195 4912 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 1978863098 835903488 9191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5199] ppid=5193 vsize=816312 CPUtime=0
/proc/5195/task/5199/stat : 5199 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978863098 835903488 9191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5200] ppid=5193 vsize=816312 CPUtime=0
/proc/5195/task/5200/stat : 5200 (java) S 5193 5195 4912 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1978863100 835903488 9191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5201] ppid=5193 vsize=816312 CPUtime=0
/proc/5195/task/5201/stat : 5201 (java) S 5193 5195 4912 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1978863100 835903488 9191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5202] ppid=5193 vsize=816312 CPUtime=0
/proc/5195/task/5202/stat : 5202 (java) S 5193 5195 4912 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1978863100 835903488 9191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5203] ppid=5193 vsize=816312 CPUtime=0
/proc/5195/task/5203/stat : 5203 (java) S 5193 5195 4912 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978863104 835903488 9191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5204] ppid=5193 vsize=816312 CPUtime=0.44
/proc/5195/task/5204/stat : 5204 (java) S 5193 5195 4912 0 -1 64 1677 0 0 0 44 0 0 0 16 0 12 0 1978863104 835903488 9191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5205] ppid=5193 vsize=816312 CPUtime=0.53
/proc/5195/task/5205/stat : 5205 (java) R 5193 5195 4912 0 -1 64 3379 0 0 0 52 1 0 0 18 0 12 0 1978863104 835903488 9191 996147200 134512640 134550740 4294956032 18446744073709551615 106222617 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5206] ppid=5193 vsize=816312 CPUtime=0
/proc/5195/task/5206/stat : 5206 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1978863104 835903488 9191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5207] ppid=5193 vsize=816312 CPUtime=0
/proc/5195/task/5207/stat : 5207 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978863104 835903488 9191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 816312

[startup+3.10207 s]
/proc/loadavg: 2.00 1.97 1.68 4/92 5242
/proc/meminfo: memFree=997576/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=817980 CPUtime=3.93
/proc/5195/stat : 5195 (java) S 5193 5195 4912 0 -1 0 27566 0 1 0 378 15 0 0 18 0 12 0 1978863096 837611520 24381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5195/statm: 204495 24381 1387 9 0 201857 0
[pid=5195/tid=5197] ppid=5193 vsize=817980 CPUtime=2.36
/proc/5195/task/5197/stat : 5197 (java) R 5193 5195 4912 0 -1 64 17319 0 1 0 226 10 0 0 18 0 12 0 1978863097 837611520 24381 996147200 134512640 134550740 4294956032 18446744073709551615 4109796840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5198] ppid=5193 vsize=817980 CPUtime=0.06
/proc/5195/task/5198/stat : 5198 (java) S 5193 5195 4912 0 -1 64 1548 0 0 0 6 0 0 0 17 0 12 0 1978863098 837611520 24381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5199] ppid=5193 vsize=817980 CPUtime=0.08
/proc/5195/task/5199/stat : 5199 (java) S 5193 5195 4912 0 -1 64 1794 0 0 0 8 0 0 0 16 0 12 0 1978863098 837611520 24381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5200] ppid=5193 vsize=817980 CPUtime=0
/proc/5195/task/5200/stat : 5200 (java) S 5193 5195 4912 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 1978863100 837611520 24381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5201] ppid=5193 vsize=817980 CPUtime=0
/proc/5195/task/5201/stat : 5201 (java) S 5193 5195 4912 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1978863100 837611520 24381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5202] ppid=5193 vsize=817980 CPUtime=0
/proc/5195/task/5202/stat : 5202 (java) S 5193 5195 4912 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1978863100 837611520 24381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5203] ppid=5193 vsize=817980 CPUtime=0
/proc/5195/task/5203/stat : 5203 (java) S 5193 5195 4912 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978863104 837611520 24381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5204] ppid=5193 vsize=817980 CPUtime=0.55
/proc/5195/task/5204/stat : 5204 (java) S 5193 5195 4912 0 -1 64 2022 0 0 0 55 0 0 0 16 0 12 0 1978863104 837611520 24381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5205] ppid=5193 vsize=817980 CPUtime=0.81
/proc/5195/task/5205/stat : 5205 (java) S 5193 5195 4912 0 -1 64 4095 0 0 0 80 1 0 0 16 0 12 0 1978863104 837611520 24381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5206] ppid=5193 vsize=817980 CPUtime=0
/proc/5195/task/5206/stat : 5206 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1978863104 837611520 24381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5207] ppid=5193 vsize=817980 CPUtime=0
/proc/5195/task/5207/stat : 5207 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978863104 837611520 24381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 817980

[startup+6.30265 s]
/proc/loadavg: 2.00 1.97 1.68 3/92 5242
/proc/meminfo: memFree=855688/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=827428 CPUtime=7.32
/proc/5195/stat : 5195 (java) S 5193 5195 4912 0 -1 0 38988 0 1 0 711 21 0 0 18 0 12 0 1978863096 847286272 34096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5195/statm: 206857 34096 1387 9 0 204219 0
[pid=5195/tid=5197] ppid=5193 vsize=827428 CPUtime=4.9
/proc/5195/task/5197/stat : 5197 (java) R 5193 5195 4912 0 -1 64 17324 0 1 0 480 10 0 0 25 0 12 0 1978863097 847286272 34096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5198] ppid=5193 vsize=827428 CPUtime=0.42
/proc/5195/task/5198/stat : 5198 (java) R 5193 5195 4912 0 -1 64 7177 0 0 0 39 3 0 0 17 0 12 0 1978863098 847286272 34096 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5199] ppid=5193 vsize=827428 CPUtime=0.46
/proc/5195/task/5199/stat : 5199 (java) R 5193 5195 4912 0 -1 64 7553 0 0 0 43 3 0 0 17 0 12 0 1978863098 847286272 34096 996147200 134512640 134550740 4294956032 18446744073709551615 104146906 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5200] ppid=5193 vsize=827428 CPUtime=0
/proc/5195/task/5200/stat : 5200 (java) S 5193 5195 4912 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1978863100 847286272 34096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5201] ppid=5193 vsize=827428 CPUtime=0
/proc/5195/task/5201/stat : 5201 (java) S 5193 5195 4912 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1978863100 847286272 34096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5202] ppid=5193 vsize=827428 CPUtime=0
/proc/5195/task/5202/stat : 5202 (java) S 5193 5195 4912 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1978863100 847286272 34096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5203] ppid=5193 vsize=827428 CPUtime=0
/proc/5195/task/5203/stat : 5203 (java) S 5193 5195 4912 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978863104 847286272 34096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5204] ppid=5193 vsize=827428 CPUtime=0.55
/proc/5195/task/5204/stat : 5204 (java) S 5193 5195 4912 0 -1 64 2022 0 0 0 55 0 0 0 16 0 12 0 1978863104 847286272 34096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5205] ppid=5193 vsize=827428 CPUtime=0.92
/proc/5195/task/5205/stat : 5205 (java) S 5193 5195 4912 0 -1 64 4124 0 0 0 91 1 0 0 17 0 12 0 1978863104 847286272 34096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5206] ppid=5193 vsize=827428 CPUtime=0
/proc/5195/task/5206/stat : 5206 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1978863104 847286272 34096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5207] ppid=5193 vsize=827428 CPUtime=0
/proc/5195/task/5207/stat : 5207 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978863104 847286272 34096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 827428

[startup+12.7018 s]
/proc/loadavg: 2.00 1.97 1.68 3/92 5242
/proc/meminfo: memFree=775568/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=827424 CPUtime=14.5
/proc/5195/stat : 5195 (java) S 5193 5195 4912 0 -1 0 61468 0 1 0 1418 32 0 0 18 0 12 0 1978863096 847282176 54154 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5195/statm: 206856 54154 1387 9 0 204218 0
[pid=5195/tid=5197] ppid=5193 vsize=827424 CPUtime=9.33
/proc/5195/task/5197/stat : 5197 (java) R 5193 5195 4912 0 -1 64 17333 0 1 0 923 10 0 0 19 0 12 0 1978863097 847282176 54154 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5198] ppid=5193 vsize=827424 CPUtime=1.83
/proc/5195/task/5198/stat : 5198 (java) R 5193 5195 4912 0 -1 64 20496 0 0 0 172 11 0 0 16 0 12 0 1978863098 847282176 54154 996147200 134512640 134550740 4294956032 18446744073709551615 106160183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5199] ppid=5193 vsize=827424 CPUtime=1.78
/proc/5195/task/5199/stat : 5199 (java) R 5193 5195 4912 0 -1 64 16704 0 0 0 171 7 0 0 16 0 12 0 1978863098 847282176 54154 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5200] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5200/stat : 5200 (java) S 5193 5195 4912 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1978863100 847282176 54154 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5201] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5201/stat : 5201 (java) S 5193 5195 4912 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1978863100 847282176 54154 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5202] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5202/stat : 5202 (java) S 5193 5195 4912 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1978863100 847282176 54154 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5203] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5203/stat : 5203 (java) S 5193 5195 4912 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978863104 847282176 54154 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5204] ppid=5193 vsize=827424 CPUtime=0.57
/proc/5195/task/5204/stat : 5204 (java) S 5193 5195 4912 0 -1 64 2023 0 0 0 57 0 0 0 17 0 12 0 1978863104 847282176 54154 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5205] ppid=5193 vsize=827424 CPUtime=0.93
/proc/5195/task/5205/stat : 5205 (java) S 5193 5195 4912 0 -1 64 4124 0 0 0 92 1 0 0 16 0 12 0 1978863104 847282176 54154 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5206] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5206/stat : 5206 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1978863104 847282176 54154 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5207] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5207/stat : 5207 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978863104 847282176 54154 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.5
Current children cumulated vsize (KiB) 827424

[startup+25.5021 s]
/proc/loadavg: 2.00 1.97 1.69 3/92 5242
/proc/meminfo: memFree=633872/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=827424 CPUtime=27.78
/proc/5195/stat : 5195 (java) S 5193 5195 4912 0 -1 0 102543 0 1 0 2729 49 0 0 18 0 12 0 1978863096 847282176 94464 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5195/statm: 206856 94464 1387 9 0 204218 0
[pid=5195/tid=5197] ppid=5193 vsize=827424 CPUtime=18.87
/proc/5195/task/5197/stat : 5197 (java) R 5193 5195 4912 0 -1 64 23499 0 1 0 1874 13 0 0 20 0 12 0 1978863097 847282176 94464 996147200 134512640 134550740 4294956032 18446744073709551615 4109744114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5198] ppid=5193 vsize=827424 CPUtime=3.69
/proc/5195/task/5198/stat : 5198 (java) S 5193 5195 4912 0 -1 64 36969 0 0 0 352 17 0 0 17 0 12 0 1978863098 847282176 94464 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5199] ppid=5193 vsize=827424 CPUtime=3.66
/proc/5195/task/5199/stat : 5199 (java) S 5193 5195 4912 0 -1 64 35140 0 0 0 351 15 0 0 17 0 12 0 1978863098 847282176 94464 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5200] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5200/stat : 5200 (java) S 5193 5195 4912 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1978863100 847282176 94464 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5201] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5201/stat : 5201 (java) S 5193 5195 4912 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1978863100 847282176 94464 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5202] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5202/stat : 5202 (java) S 5193 5195 4912 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1978863100 847282176 94464 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5203] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5203/stat : 5203 (java) S 5193 5195 4912 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978863104 847282176 94464 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5204] ppid=5193 vsize=827424 CPUtime=0.57
/proc/5195/task/5204/stat : 5204 (java) S 5193 5195 4912 0 -1 64 2023 0 0 0 57 0 0 0 17 0 12 0 1978863104 847282176 94464 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5205] ppid=5193 vsize=827424 CPUtime=0.94
/proc/5195/task/5205/stat : 5205 (java) S 5193 5195 4912 0 -1 64 4124 0 0 0 93 1 0 0 17 0 12 0 1978863104 847282176 94464 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5206] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5206/stat : 5206 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1978863104 847282176 94464 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5207] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5207/stat : 5207 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978863104 847282176 94464 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.78
Current children cumulated vsize (KiB) 827424

[startup+51.1027 s]
/proc/loadavg: 2.30 2.05 1.72 3/92 5242
/proc/meminfo: memFree=326288/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=827424 CPUtime=54.76
/proc/5195/stat : 5195 (java) S 5193 5195 4912 0 -1 0 175484 0 1 0 5394 82 0 0 18 0 12 0 1978863096 847282176 166627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5195/statm: 206856 166627 1387 9 0 204218 0
[pid=5195/tid=5197] ppid=5193 vsize=827424 CPUtime=37.18
/proc/5195/task/5197/stat : 5197 (java) R 5193 5195 4912 0 -1 64 35817 0 1 0 3700 18 0 0 25 0 12 0 1978863097 847282176 166627 996147200 134512640 134550740 4294956032 18446744073709551615 4109702335 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5198] ppid=5193 vsize=827424 CPUtime=7.81
/proc/5195/task/5198/stat : 5198 (java) S 5193 5195 4912 0 -1 64 66079 0 0 0 749 32 0 0 16 0 12 0 1978863098 847282176 166627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5199] ppid=5193 vsize=827424 CPUtime=7.83
/proc/5195/task/5199/stat : 5199 (java) S 5193 5195 4912 0 -1 64 66632 0 0 0 756 27 0 0 16 0 12 0 1978863098 847282176 166627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5200] ppid=5193 vsize=827424 CPUtime=0.01
/proc/5195/task/5200/stat : 5200 (java) S 5193 5195 4912 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 1978863100 847282176 166627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5201] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5201/stat : 5201 (java) S 5193 5195 4912 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1978863100 847282176 166627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5202] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5202/stat : 5202 (java) S 5193 5195 4912 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1978863100 847282176 166627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5203] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5203/stat : 5203 (java) S 5193 5195 4912 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978863104 847282176 166627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5204] ppid=5193 vsize=827424 CPUtime=0.86
/proc/5195/task/5204/stat : 5204 (java) S 5193 5195 4912 0 -1 64 2044 0 0 0 86 0 0 0 17 0 12 0 1978863104 847282176 166627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5205] ppid=5193 vsize=827424 CPUtime=1
/proc/5195/task/5205/stat : 5205 (java) S 5193 5195 4912 0 -1 64 4124 0 0 0 99 1 0 0 16 0 12 0 1978863104 847282176 166627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5206] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5206/stat : 5206 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1978863104 847282176 166627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5207] ppid=5193 vsize=827424 CPUtime=0
/proc/5195/task/5207/stat : 5207 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978863104 847282176 166627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.76
Current children cumulated vsize (KiB) 827424



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+101.303 s]
/proc/loadavg: 2.67 2.18 1.78 4/92 5242
/proc/meminfo: memFree=235408/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=923432 CPUtime=105.64
/proc/5195/stat : 5195 (java) S 5193 5195 4912 0 -1 0 204226 0 1 0 10469 95 0 0 18 0 12 0 1978863096 945594368 187592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5195/statm: 230858 187597 1394 9 0 228220 0
[pid=5195/tid=5197] ppid=5193 vsize=923432 CPUtime=50.53
/proc/5195/task/5197/stat : 5197 (java) R 5193 5195 4912 0 -1 64 35841 0 1 0 5035 18 0 0 19 0 12 0 1978863097 945594368 187641 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5198] ppid=5193 vsize=923432 CPUtime=10.43
/proc/5195/task/5198/stat : 5198 (java) S 5193 5195 4912 0 -1 64 68394 0 0 0 1010 33 0 0 16 0 12 0 1978863098 945594368 187648 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5199] ppid=5193 vsize=923432 CPUtime=10.4
/proc/5195/task/5199/stat : 5199 (java) S 5193 5195 4912 0 -1 64 67727 0 0 0 1012 28 0 0 15 0 12 0 1978863098 945594368 187655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5200] ppid=5193 vsize=923432 CPUtime=32.18
/proc/5195/task/5200/stat : 5200 (java) R 5193 5195 4912 0 -1 64 25393 0 0 0 3208 10 0 0 17 0 12 0 1978863100 945594368 187661 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5201] ppid=5193 vsize=923432 CPUtime=0
/proc/5195/task/5201/stat : 5201 (java) S 5193 5195 4912 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1978863100 945594368 187668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5202] ppid=5193 vsize=923432 CPUtime=0
/proc/5195/task/5202/stat : 5202 (java) S 5193 5195 4912 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978863100 945594368 187675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5203] ppid=5193 vsize=923432 CPUtime=0
/proc/5195/task/5203/stat : 5203 (java) S 5193 5195 4912 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1978863104 945594368 187681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5204] ppid=5193 vsize=923432 CPUtime=0.94
/proc/5195/task/5204/stat : 5204 (java) S 5193 5195 4912 0 -1 64 2051 0 0 0 94 0 0 0 16 0 12 0 1978863104 945594368 187688 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5205] ppid=5193 vsize=923432 CPUtime=1.08
/proc/5195/task/5205/stat : 5205 (java) S 5193 5195 4912 0 -1 64 4131 0 0 0 107 1 0 0 16 0 12 0 1978863104 945594368 187694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5206] ppid=5193 vsize=923432 CPUtime=0
/proc/5195/task/5206/stat : 5206 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1978863104 945594368 187701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5207] ppid=5193 vsize=923432 CPUtime=0
/proc/5195/task/5207/stat : 5207 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978863104 945594368 187708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 105.64
Current children cumulated vsize (KiB) 923432

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

[startup+102.308 s]
/proc/loadavg: 2.67 2.18 1.78 4/93 5243
/proc/meminfo: memFree=217480/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=891428 CPUtime=106.63
/proc/5195/stat : 5195 (java) S 5193 5195 4912 0 -1 0 216013 0 1 0 10563 100 0 0 16 0 12 0 1978863096 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5195/statm: 222857 191377 1394 9 0 220219 0
[pid=5195/tid=5197] ppid=5193 vsize=891428 CPUtime=50.53
/proc/5195/task/5197/stat : 5197 (java) R 5193 5195 4912 0 -1 64 35841 0 1 0 5035 18 0 0 19 0 12 0 1978863097 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5198] ppid=5193 vsize=891428 CPUtime=10.43
/proc/5195/task/5198/stat : 5198 (java) S 5193 5195 4912 0 -1 64 68394 0 0 0 1010 33 0 0 16 0 12 0 1978863098 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5199] ppid=5193 vsize=891428 CPUtime=10.4
/proc/5195/task/5199/stat : 5199 (java) S 5193 5195 4912 0 -1 64 67727 0 0 0 1012 28 0 0 15 0 12 0 1978863098 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5200] ppid=5193 vsize=891428 CPUtime=33.17
/proc/5195/task/5200/stat : 5200 (java) R 5193 5195 4912 0 -1 64 37110 0 0 0 3302 15 0 0 18 0 12 0 1978863100 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 105847282 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5201] ppid=5193 vsize=891428 CPUtime=0
/proc/5195/task/5201/stat : 5201 (java) S 5193 5195 4912 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1978863100 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5202] ppid=5193 vsize=891428 CPUtime=0
/proc/5195/task/5202/stat : 5202 (java) S 5193 5195 4912 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978863100 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5203] ppid=5193 vsize=891428 CPUtime=0
/proc/5195/task/5203/stat : 5203 (java) S 5193 5195 4912 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1978863104 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5204] ppid=5193 vsize=891428 CPUtime=0.94
/proc/5195/task/5204/stat : 5204 (java) S 5193 5195 4912 0 -1 64 2051 0 0 0 94 0 0 0 16 0 12 0 1978863104 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5205] ppid=5193 vsize=891428 CPUtime=1.08
/proc/5195/task/5205/stat : 5205 (java) S 5193 5195 4912 0 -1 64 4131 0 0 0 107 1 0 0 16 0 12 0 1978863104 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5206] ppid=5193 vsize=891428 CPUtime=0
/proc/5195/task/5206/stat : 5206 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1978863104 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5207] ppid=5193 vsize=891428 CPUtime=0
/proc/5195/task/5207/stat : 5207 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978863104 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 106.63
Current children cumulated vsize (KiB) 891428

Sending SIGKILL to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+103.002 s]
/proc/loadavg: 2.67 2.18 1.78 4/93 5243
/proc/meminfo: memFree=217480/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=891428 CPUtime=107.32
/proc/5195/stat : 5195 (java) S 5193 5195 4912 0 -1 0 216013 0 1 0 10632 100 0 0 16 0 12 0 1978863096 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5195/statm: 222857 191377 1394 9 0 220219 0
[pid=5195/tid=5197] ppid=5193 vsize=891428 CPUtime=50.53
/proc/5195/task/5197/stat : 5197 (java) S 5193 5195 4912 0 -1 64 35841 0 1 0 5035 18 0 0 19 0 12 0 1978863097 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5198] ppid=5193 vsize=891428 CPUtime=10.43
/proc/5195/task/5198/stat : 5198 (java) S 5193 5195 4912 0 -1 64 68394 0 0 0 1010 33 0 0 16 0 12 0 1978863098 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5199] ppid=5193 vsize=891428 CPUtime=10.4
/proc/5195/task/5199/stat : 5199 (java) S 5193 5195 4912 0 -1 64 67727 0 0 0 1012 28 0 0 15 0 12 0 1978863098 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5200] ppid=5193 vsize=891428 CPUtime=33.86
/proc/5195/task/5200/stat : 5200 (java) R 5193 5195 4912 0 -1 64 37110 0 0 0 3371 15 0 0 19 0 12 0 1978863100 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 106123416 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5201] ppid=5193 vsize=891428 CPUtime=0
/proc/5195/task/5201/stat : 5201 (java) S 5193 5195 4912 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1978863100 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5202] ppid=5193 vsize=891428 CPUtime=0
/proc/5195/task/5202/stat : 5202 (java) S 5193 5195 4912 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978863100 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5203] ppid=5193 vsize=891428 CPUtime=0
/proc/5195/task/5203/stat : 5203 (java) S 5193 5195 4912 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1978863104 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5204] ppid=5193 vsize=891428 CPUtime=0.94
/proc/5195/task/5204/stat : 5204 (java) S 5193 5195 4912 0 -1 64 2051 0 0 0 94 0 0 0 16 0 12 0 1978863104 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5195/tid=5205] ppid=5193 vsize=891428 CPUtime=1.08
/proc/5195/task/5205/stat : 5205 (java) S 5193 5195 4912 0 -1 64 4131 0 0 0 107 1 0 0 16 0 12 0 1978863104 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5206] ppid=5193 vsize=891428 CPUtime=0
/proc/5195/task/5206/stat : 5206 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1978863104 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5195/tid=5207] ppid=5193 vsize=891428 CPUtime=0
/proc/5195/task/5207/stat : 5207 (java) S 5193 5195 4912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978863104 912822272 191377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 107.32
Current children cumulated vsize (KiB) 891428

[startup+103.406 s]
/proc/loadavg: 2.62 2.18 1.78 3/93 5243
/proc/meminfo: memFree=217480/2055920 swapFree=4109616/4192956
[pid=5195] ppid=5193 vsize=0 CPUtime=107.72
/proc/5195/stat : 5195 (java) Z 5193 5195 4912 0 -1 1036 216013 0 1 0 10664 108 0 0 16 0 2 0 1978863096 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5195/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 107.72
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 103.443
CPU time (s): 107.77
CPU user time (s): 106.646
CPU system time (s): 1.12383
CPU usage (%): 104.183
Max. virtual memory (cumulated for all children) (KiB): 923432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.646
system time used= 1.12383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216013
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= 3668
involuntary context switches= 5534

runsolver used 0.139978 second user time and 0.353946 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-02 13:42:22
IDJOB=1040808
IDBENCH=53743
IDSOLVER=344
FILE ID=node70/1040808-1214998942
PBS_JOBID= 7870782
Free space on /tmp= 66436 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-34-34.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1040808-1214998942/watcher-1040808-1214998942 -o /tmp/evaluation-result-1040808-1214998942/solver-1040808-1214998942 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1040808-1214998942.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7e3280ba9dc65b7feb94946bec69bf0a
RANDOM SEED=1718977800

node70.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.256
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.256
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:       1056608 kB
Buffers:         64764 kB
Cached:         756180 kB
SwapCached:      77676 kB
Active:         261976 kB
Inactive:       659708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1056608 kB
SwapTotal:     4192956 kB
SwapFree:      4109616 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:         105972 kB
Slab:            63068 kB
Committed_AS:  4014048 kB
PageTables:       1840 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= 66432 MiB
End job on node70 at 2008-07-02 13:44:06