Trace number 1071111

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
galac M? (TO) 1800.06 1808.52

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle15.xml
MD5SUM98129fa20e289740bbf08ab4e7d9fbb5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.114981
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of constraints425
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension46
Number of constraints which are defined in intension379
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---

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-1071111-1215167917/watcher-1071111-1215167917 -o /tmp/evaluation-result-1071111-1215167917/solver-1071111-1215167917 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1071111-1215167917.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.07 2.01 2.00 4/72 10434
/proc/meminfo: memFree=1836920/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=8652 CPUtime=0
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1001194261 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 2163 280 208 79 0 156 0
[pid=10435] ppid=10434 vsize=8688 CPUtime=0
/proc/10435/stat : 10435 (galacM.sh) S 10434 10434 9620 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1001194262 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 266134585426 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10435/statm: 2172 286 209 79 0 165 0
[pid=10436] ppid=10435 vsize=8728 CPUtime=0
/proc/10436/stat : 10436 (galacM.sh) R 10435 10434 9620 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 1001194262 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 266134416679 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/10436/statm: 2182 290 209 79 0 175 0

[startup+0.0224179 s]
/proc/loadavg: 2.07 2.01 2.00 4/72 10434
/proc/meminfo: memFree=1836920/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=8768 CPUtime=0
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 493 1063 0 0 0 0 0 0 18 0 1 0 1001194261 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8768

[startup+0.102221 s]
/proc/loadavg: 2.07 2.01 2.00 4/72 10434
/proc/meminfo: memFree=1836920/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47540

[startup+0.301263 s]
/proc/loadavg: 2.07 2.01 2.00 4/72 10434
/proc/meminfo: memFree=1836920/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47540

[startup+0.70234 s]
/proc/loadavg: 2.07 2.01 2.00 4/72 10434
/proc/meminfo: memFree=1836920/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47540

[startup+1.50148 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 10456
/proc/meminfo: memFree=1790120/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
[pid=10448] ppid=10434 vsize=812740 CPUtime=1.44
/proc/10448/stat : 10448 (java) S 10434 10434 9620 0 -1 0 13955 0 1 0 136 8 0 0 18 0 9 0 1001194265 832245760 13373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10448/statm: 203185 13373 1911 9 0 197166 0
[pid=10448/tid=10449] ppid=10434 vsize=812740 CPUtime=1.28
/proc/10448/task/10449/stat : 10449 (java) R 10434 10434 9620 0 -1 64 12483 0 1 0 121 7 0 0 25 0 9 0 1001194266 832245760 13373 996147200 134512640 134550740 4294955600 18446744073709551615 4126791074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10450] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10450/stat : 10450 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1001194267 832245760 13373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10451] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10451/stat : 10451 (java) S 10434 10434 9620 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1001194267 832245760 13373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10452] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1001194267 832245760 13373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10453] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10434 10434 9620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1001194269 832245760 13373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10454] ppid=10434 vsize=812740 CPUtime=0.13
/proc/10448/task/10454/stat : 10454 (java) S 10434 10434 9620 0 -1 64 769 0 0 0 13 0 0 0 16 0 9 0 1001194269 832245760 13373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10455] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10455/stat : 10455 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1001194269 832245760 13373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10456] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1001194269 832245760 13373 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860280

[startup+3.10179 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 10456
/proc/meminfo: memFree=1789928/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
[pid=10448] ppid=10434 vsize=812740 CPUtime=3.03
/proc/10448/stat : 10448 (java) S 10434 10434 9620 0 -1 0 13959 0 1 0 295 8 0 0 18 0 9 0 1001194265 832245760 13377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10448/statm: 203185 13377 1911 9 0 197166 0
[pid=10448/tid=10449] ppid=10434 vsize=812740 CPUtime=2.88
/proc/10448/task/10449/stat : 10449 (java) R 10434 10434 9620 0 -1 64 12487 0 1 0 281 7 0 0 25 0 9 0 1001194266 832245760 13377 996147200 134512640 134550740 4294955600 18446744073709551615 4126791069 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10450] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10450/stat : 10450 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1001194267 832245760 13377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10451] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10451/stat : 10451 (java) S 10434 10434 9620 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1001194267 832245760 13377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10452] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1001194267 832245760 13377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10453] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10434 10434 9620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1001194269 832245760 13377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10454] ppid=10434 vsize=812740 CPUtime=0.13
/proc/10448/task/10454/stat : 10454 (java) S 10434 10434 9620 0 -1 64 769 0 0 0 13 0 0 0 16 0 9 0 1001194269 832245760 13377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10455] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10455/stat : 10455 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1001194269 832245760 13377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10456] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1001194269 832245760 13377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860280

[startup+6.30239 s]
/proc/loadavg: 2.06 2.01 2.00 4/82 10456
/proc/meminfo: memFree=1789736/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
[pid=10448] ppid=10434 vsize=812740 CPUtime=6.2
/proc/10448/stat : 10448 (java) S 10434 10434 9620 0 -1 0 13969 0 1 0 612 8 0 0 18 0 9 0 1001194265 832245760 13386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10448/statm: 203185 13386 1911 9 0 197166 0
[pid=10448/tid=10449] ppid=10434 vsize=812740 CPUtime=6.05
/proc/10448/task/10449/stat : 10449 (java) R 10434 10434 9620 0 -1 64 12495 0 1 0 598 7 0 0 25 0 9 0 1001194266 832245760 13386 996147200 134512640 134550740 4294955600 18446744073709551615 4126792220 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10450] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10450/stat : 10450 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1001194267 832245760 13386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10451] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10451/stat : 10451 (java) S 10434 10434 9620 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1001194267 832245760 13386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10452] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1001194267 832245760 13386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10453] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10434 10434 9620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1001194269 832245760 13386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10454] ppid=10434 vsize=812740 CPUtime=0.13
/proc/10448/task/10454/stat : 10454 (java) S 10434 10434 9620 0 -1 64 771 0 0 0 13 0 0 0 16 0 9 0 1001194269 832245760 13386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10455] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10455/stat : 10455 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1001194269 832245760 13386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10456] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1001194269 832245760 13386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860280

[startup+12.7016 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 10456
/proc/meminfo: memFree=1789544/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
[pid=10448] ppid=10434 vsize=812740 CPUtime=12.54
/proc/10448/stat : 10448 (java) S 10434 10434 9620 0 -1 0 13983 0 1 0 1246 8 0 0 18 0 9 0 1001194265 832245760 13400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10448/statm: 203185 13400 1911 9 0 197166 0
[pid=10448/tid=10449] ppid=10434 vsize=812740 CPUtime=12.39
/proc/10448/task/10449/stat : 10449 (java) R 10434 10434 9620 0 -1 64 12509 0 1 0 1232 7 0 0 25 0 9 0 1001194266 832245760 13400 996147200 134512640 134550740 4294955600 18446744073709551615 4126792157 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10450] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10450/stat : 10450 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1001194267 832245760 13400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10451] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10451/stat : 10451 (java) S 10434 10434 9620 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1001194267 832245760 13400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10452] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1001194267 832245760 13400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10453] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10434 10434 9620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1001194269 832245760 13400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10454] ppid=10434 vsize=812740 CPUtime=0.13
/proc/10448/task/10454/stat : 10454 (java) S 10434 10434 9620 0 -1 64 771 0 0 0 13 0 0 0 16 0 9 0 1001194269 832245760 13400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10455] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10455/stat : 10455 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1001194269 832245760 13400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10456] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1001194269 832245760 13400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860280

[startup+25.502 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 10456
/proc/meminfo: memFree=1789480/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
[pid=10448] ppid=10434 vsize=812740 CPUtime=25.23
/proc/10448/stat : 10448 (java) S 10434 10434 9620 0 -1 0 14013 0 1 0 2515 8 0 0 18 0 9 0 1001194265 832245760 13430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10448/statm: 203185 13430 1911 9 0 197166 0
[pid=10448/tid=10449] ppid=10434 vsize=812740 CPUtime=25.08
/proc/10448/task/10449/stat : 10449 (java) R 10434 10434 9620 0 -1 64 12539 0 1 0 2501 7 0 0 25 0 9 0 1001194266 832245760 13430 996147200 134512640 134550740 4294955600 18446744073709551615 4126792145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10450] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10450/stat : 10450 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1001194267 832245760 13430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10451] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10451/stat : 10451 (java) S 10434 10434 9620 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1001194267 832245760 13430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10452] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1001194267 832245760 13430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10453] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10434 10434 9620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1001194269 832245760 13430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10454] ppid=10434 vsize=812740 CPUtime=0.13
/proc/10448/task/10454/stat : 10454 (java) S 10434 10434 9620 0 -1 64 771 0 0 0 13 0 0 0 16 0 9 0 1001194269 832245760 13430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10455] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10455/stat : 10455 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1001194269 832245760 13430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10456] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1001194269 832245760 13430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24

################
# More data... #
################

/proc/10448/task/10454/stat : 10454 (java) S 10434 10434 9620 0 -1 64 809 0 0 0 19 0 0 0 16 0 9 0 1001194269 832245760 14668 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10455] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10455/stat : 10455 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1001194269 832245760 14668 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10456] ppid=10434 vsize=812740 CPUtime=0.01
/proc/10448/task/10456/stat : 10456 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 1001194269 832245760 14668 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.94
Current children cumulated vsize (KiB) 860280

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 10492
/proc/meminfo: memFree=1780248/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
[pid=10448] ppid=10434 vsize=812740 CPUtime=1653.91
/proc/10448/stat : 10448 (java) S 10434 10434 9620 0 -1 0 15267 0 1 0 165377 14 0 0 18 0 9 0 1001194265 832245760 14674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10448/statm: 203185 14674 1921 9 0 197166 0
[pid=10448/tid=10449] ppid=10434 vsize=812740 CPUtime=1653.67
/proc/10448/task/10449/stat : 10449 (java) R 10434 10434 9620 0 -1 64 13755 0 1 0 165356 11 0 0 25 0 9 0 1001194266 832245760 14674 996147200 134512640 134550740 4294955600 18446744073709551615 4126792172 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10450] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10450/stat : 10450 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1001194267 832245760 14674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10451] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10451/stat : 10451 (java) S 10434 10434 9620 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1001194267 832245760 14674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10452] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1001194267 832245760 14674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10453] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10434 10434 9620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1001194269 832245760 14674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10454] ppid=10434 vsize=812740 CPUtime=0.19
/proc/10448/task/10454/stat : 10454 (java) S 10434 10434 9620 0 -1 64 809 0 0 0 19 0 0 0 16 0 9 0 1001194269 832245760 14674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10455] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10455/stat : 10455 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1001194269 832245760 14674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10456] ppid=10434 vsize=812740 CPUtime=0.01
/proc/10448/task/10456/stat : 10456 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 1001194269 832245760 14674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.92
Current children cumulated vsize (KiB) 860280

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 10492
/proc/meminfo: memFree=1780184/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
[pid=10448] ppid=10434 vsize=812740 CPUtime=1713.89
/proc/10448/stat : 10448 (java) S 10434 10434 9620 0 -1 0 15272 0 1 0 171375 14 0 0 18 0 9 0 1001194265 832245760 14679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10448/statm: 203185 14679 1921 9 0 197166 0
[pid=10448/tid=10449] ppid=10434 vsize=812740 CPUtime=1713.64
/proc/10448/task/10449/stat : 10449 (java) R 10434 10434 9620 0 -1 64 13760 0 1 0 171353 11 0 0 25 0 9 0 1001194266 832245760 14679 996147200 134512640 134550740 4294955600 18446744073709551615 4126809808 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10450] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10450/stat : 10450 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1001194267 832245760 14679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10451] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10451/stat : 10451 (java) S 10434 10434 9620 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1001194267 832245760 14679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10452] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1001194267 832245760 14679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10453] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10434 10434 9620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1001194269 832245760 14679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10454] ppid=10434 vsize=812740 CPUtime=0.19
/proc/10448/task/10454/stat : 10454 (java) S 10434 10434 9620 0 -1 64 809 0 0 0 19 0 0 0 16 0 9 0 1001194269 832245760 14679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10455] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10455/stat : 10455 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1001194269 832245760 14679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10456] ppid=10434 vsize=812740 CPUtime=0.01
/proc/10448/task/10456/stat : 10456 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 1001194269 832245760 14679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.9
Current children cumulated vsize (KiB) 860280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 10492
/proc/meminfo: memFree=1780184/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
[pid=10448] ppid=10434 vsize=812740 CPUtime=1773.86
/proc/10448/stat : 10448 (java) S 10434 10434 9620 0 -1 0 15278 0 1 0 177372 14 0 0 18 0 9 0 1001194265 832245760 14685 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10448/statm: 203185 14685 1921 9 0 197166 0
[pid=10448/tid=10449] ppid=10434 vsize=812740 CPUtime=1773.61
/proc/10448/task/10449/stat : 10449 (java) R 10434 10434 9620 0 -1 64 13766 0 1 0 177350 11 0 0 25 0 9 0 1001194266 832245760 14685 996147200 134512640 134550740 4294955600 18446744073709551615 4126791009 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10450] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10450/stat : 10450 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1001194267 832245760 14685 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10451] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10451/stat : 10451 (java) S 10434 10434 9620 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1001194267 832245760 14685 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10452] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1001194267 832245760 14685 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10453] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10434 10434 9620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1001194269 832245760 14685 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10454] ppid=10434 vsize=812740 CPUtime=0.19
/proc/10448/task/10454/stat : 10454 (java) S 10434 10434 9620 0 -1 64 809 0 0 0 19 0 0 0 16 0 9 0 1001194269 832245760 14685 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10455] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10455/stat : 10455 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1001194269 832245760 14685 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10456] ppid=10434 vsize=812740 CPUtime=0.01
/proc/10448/task/10456/stat : 10456 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 1001194269 832245760 14685 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.87
Current children cumulated vsize (KiB) 860280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 10492
/proc/meminfo: memFree=1780184/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
[pid=10448] ppid=10434 vsize=812740 CPUtime=1800.05
/proc/10448/stat : 10448 (java) S 10434 10434 9620 0 -1 0 15280 0 1 0 179991 14 0 0 18 0 9 0 1001194265 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10448/statm: 203185 14687 1921 9 0 197166 0
[pid=10448/tid=10449] ppid=10434 vsize=812740 CPUtime=1799.81
/proc/10448/task/10449/stat : 10449 (java) R 10434 10434 9620 0 -1 64 13768 0 1 0 179970 11 0 0 25 0 9 0 1001194266 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4126791069 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10450] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10450/stat : 10450 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1001194267 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10451] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10451/stat : 10451 (java) S 10434 10434 9620 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1001194267 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10452] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1001194267 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10453] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10434 10434 9620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1001194269 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10454] ppid=10434 vsize=812740 CPUtime=0.19
/proc/10448/task/10454/stat : 10454 (java) S 10434 10434 9620 0 -1 64 809 0 0 0 19 0 0 0 16 0 9 0 1001194269 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10455] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10455/stat : 10455 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1001194269 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10456] ppid=10434 vsize=812740 CPUtime=0.01
/proc/10448/task/10456/stat : 10456 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 1001194269 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 860280

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

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

[startup+1808.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 10492
/proc/meminfo: memFree=1780184/2055920 swapFree=4174728/4192956
[pid=10434] ppid=10432 vsize=47540 CPUtime=0.01
/proc/10434/stat : 10434 (galacM.sh) S 10432 10434 9620 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1001194261 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10434/statm: 11885 364 245 79 0 219 0
[pid=10448] ppid=10434 vsize=812740 CPUtime=1800.05
/proc/10448/stat : 10448 (java) S 10434 10434 9620 0 -1 0 15280 0 1 0 179991 14 0 0 18 0 9 0 1001194265 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10448/statm: 203185 14687 1921 9 0 197166 0
[pid=10448/tid=10449] ppid=10434 vsize=812740 CPUtime=1799.81
/proc/10448/task/10449/stat : 10449 (java) R 10434 10434 9620 0 -1 64 13768 0 1 0 179970 11 0 0 25 0 9 0 1001194266 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4126791069 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10450] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10450/stat : 10450 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1001194267 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10451] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10451/stat : 10451 (java) S 10434 10434 9620 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1001194267 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10452] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10434 10434 9620 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1001194267 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10453] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10434 10434 9620 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1001194269 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10454] ppid=10434 vsize=812740 CPUtime=0.19
/proc/10448/task/10454/stat : 10454 (java) S 10434 10434 9620 0 -1 64 809 0 0 0 19 0 0 0 16 0 9 0 1001194269 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10455] ppid=10434 vsize=812740 CPUtime=0
/proc/10448/task/10455/stat : 10455 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1001194269 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10448/tid=10456] ppid=10434 vsize=812740 CPUtime=0.01
/proc/10448/task/10456/stat : 10456 (java) S 10434 10434 9620 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 1001194269 832245760 14687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 860280

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10434 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=9998
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=18997
# CPU time returned by wait4() is 0.028995
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.52
CPU time (s): 1800.06
CPU user time (s): 1799.91
CPU system time (s): 0.15
CPU usage (%): 99.5322
Max. virtual memory (cumulated for all children) (KiB): 860280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.009998
system time used= 0.018997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48
involuntary context switches= 23

runsolver used 2.40263 second user time and 5.83411 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-04 12:38:37
IDJOB=1071111
IDBENCH=56016
IDSOLVER=350
FILE ID=node35/1071111-1215167917
PBS_JOBID= 7881443
Free space on /tmp= 66548 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle15.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071111-1215167917/watcher-1071111-1215167917 -o /tmp/evaluation-result-1071111-1215167917/solver-1071111-1215167917 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1071111-1215167917.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 98129fa20e289740bbf08ab4e7d9fbb5
RANDOM SEED=662509202

node35.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.261
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.261
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:       1837400 kB
Buffers:         28040 kB
Cached:         106440 kB
SwapCached:      11992 kB
Active:         116824 kB
Inactive:        37052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837400 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            3564 kB
Writeback:           0 kB
Mapped:          27116 kB
Slab:            50068 kB
Committed_AS:  1568208 kB
PageTables:       1748 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= 66544 MiB
End job on node35 at 2008-07-04 13:08:48