Trace number 201170

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
galac 1? (TO) 0.027995 1810.04

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-4.xml
MD5SUM9e78c37f84975ac2cde8c3ed71f26ee9
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 benchmark11.8692
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c --- Preproc Stats ---

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/node41/watcher-201170-1168713584 -o ROOT/results/node41/solver-201170-1168713584 -C 1800 -M 900 /tmp/evaluation/201170-1168713584/galac.sh /tmp/evaluation/201170-1168713584/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: 0.89 1.69 1.82 5/81 8861
/proc/meminfo: memFree=1480944/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=7456 CPUtime=0
/proc/8860/stat : 8860 (galac.sh) R 8858 8860 8245 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 219758873 7634944 224 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238387483180 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8860/statm: 1864 224 172 79 0 122 0

[startup+0.105687 s]
/proc/loadavg: 0.89 1.69 1.82 5/81 8861
/proc/meminfo: memFree=1480944/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.517318 s]
/proc/loadavg: 0.89 1.69 1.82 5/81 8861
/proc/meminfo: memFree=1480944/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.3468 s]
/proc/loadavg: 0.90 1.68 1.81 4/89 8881
/proc/meminfo: memFree=1436592/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=1.25
/proc/8874/stat : 8874 (java) R 8860 8860 8245 0 -1 0 13326 0 1 0 116 9 0 0 25 0 8 0 219758877 881860608 13063 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4074123561 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 13063 1990 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=0.31
/proc/8874/task/8875/stat : 8875 (java) S 8860 8860 8245 0 -1 64 4193 0 0 0 29 2 0 0 17 0 8 0 219758884 881860608 13063 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8876] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8876/stat : 8876 (java) S 8860 8860 8245 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 13063 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8877] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8877/stat : 8877 (java) S 8860 8860 8245 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 13063 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8878] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8878/stat : 8878 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219758888 881860608 13063 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8879] ppid=8860 vsize=861192 CPUtime=0.25
/proc/8874/task/8879/stat : 8879 (java) S 8860 8860 8245 0 -1 64 1022 0 0 0 24 1 0 0 16 0 8 0 219758888 881860608 13063 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8880] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 13063 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 13063 18446744073709551615 134512640 134570532 4294956064 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) 908756

[startup+3.01394 s]
/proc/loadavg: 0.90 1.68 1.81 3/89 8881
/proc/meminfo: memFree=1428144/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=2.91
/proc/8874/stat : 8874 (java) S 8860 8860 8245 0 -1 0 14987 0 1 0 282 9 0 0 22 0 8 0 219758877 881860608 14696 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 14696 1990 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=1.66
/proc/8874/task/8875/stat : 8875 (java) R 8860 8860 8245 0 -1 64 5825 0 0 0 163 3 0 0 19 0 8 0 219758884 881860608 14696 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4153787160 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8876] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8876/stat : 8876 (java) S 8860 8860 8245 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 14696 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8877] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8877/stat : 8877 (java) S 8860 8860 8245 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 14696 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8878] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8878/stat : 8878 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219758888 881860608 14696 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8879] ppid=8860 vsize=861192 CPUtime=0.25
/proc/8874/task/8879/stat : 8879 (java) S 8860 8860 8245 0 -1 64 1023 0 0 0 24 1 0 0 16 0 8 0 219758888 881860608 14696 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8880] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 14696 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 14696 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908756

[startup+6.21601 s]
/proc/loadavg: 1.07 1.70 1.82 4/89 8881
/proc/meminfo: memFree=1409136/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=6.11
/proc/8874/stat : 8874 (java) S 8860 8860 8245 0 -1 0 17594 0 1 0 600 11 0 0 16 0 8 0 219758877 881860608 17265 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 17265 1995 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=4.42
/proc/8874/task/8875/stat : 8875 (java) R 8860 8860 8245 0 -1 64 8375 0 0 0 438 4 0 0 25 0 8 0 219758884 881860608 17265 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155523696 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8876] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8876/stat : 8876 (java) S 8860 8860 8245 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 17265 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8877] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8877/stat : 8877 (java) S 8860 8860 8245 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 17265 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8878] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8878/stat : 8878 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219758888 881860608 17265 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8879] ppid=8860 vsize=861192 CPUtime=0.26
/proc/8874/task/8879/stat : 8879 (java) S 8860 8860 8245 0 -1 64 1030 0 0 0 25 1 0 0 16 0 8 0 219758888 881860608 17265 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8880] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 17265 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 17265 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 908756

[startup+12.6528 s]
/proc/loadavg: 1.14 1.70 1.82 3/89 8881
/proc/meminfo: memFree=1385968/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=12.55
/proc/8874/stat : 8874 (java) S 8860 8860 8245 0 -1 0 21183 0 1 0 1242 13 0 0 16 0 8 0 219758877 881860608 20805 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 20805 1995 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=10.17
/proc/8874/task/8875/stat : 8875 (java) R 8860 8860 8245 0 -1 64 11911 0 0 0 1011 6 0 0 25 0 8 0 219758884 881860608 20805 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155772442 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8876] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8876/stat : 8876 (java) S 8860 8860 8245 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 20805 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8877] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8877/stat : 8877 (java) S 8860 8860 8245 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 20805 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8878] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8878/stat : 8878 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219758888 881860608 20805 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8879] ppid=8860 vsize=861192 CPUtime=0.28
/proc/8874/task/8879/stat : 8879 (java) S 8860 8860 8245 0 -1 64 1034 0 0 0 26 2 0 0 16 0 8 0 219758888 881860608 20805 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8880] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 20805 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 20805 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 908756

[startup+25.5197 s]
/proc/loadavg: 1.35 1.73 1.83 3/89 8881
/proc/meminfo: memFree=1349104/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=25.35
/proc/8874/stat : 8874 (java) S 8860 8860 8245 0 -1 0 26719 0 1 0 2518 17 0 0 16 0 8 0 219758877 881860608 26272 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 26272 1995 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=22
/proc/8874/task/8875/stat : 8875 (java) R 8860 8860 8245 0 -1 64 17368 0 0 0 2190 10 0 0 25 0 8 0 219758884 881860608 26272 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525875 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8876] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8876/stat : 8876 (java) S 8860 8860 8245 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 26272 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8877] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8877/stat : 8877 (java) S 8860 8860 8245 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 26272 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8878] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8878/stat : 8878 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219758888 881860608 26272 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8879] ppid=8860 vsize=861192 CPUtime=0.3
/proc/8874/task/8879/stat : 8879 (java) S 8860 8860 8245 0 -1 64 1044 0 0 0 28 2 0 0 16 0 8 0 219758888 881860608 26272 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8880] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 26272 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 26272 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 908756

[startup+51.121 s]
/proc/loadavg: 1.66 1.77 1.83 3/89 8881
/proc/meminfo: memFree=1303024/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=50.8
/proc/8874/stat : 8874 (java) S 8860 8860 8245 0 -1 0 33083 0 1 0 5060 20 0 0 15 0 8 0 219758877 881860608 32541 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 32541 1995 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=46.22
/proc/8874/task/8875/stat : 8875 (java) R 8860 8860 8245 0 -1 64 23636 0 0 0 4609 13 0 0 25 0 8 0 219758884 881860608 32541 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8876] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8876/stat : 8876 (java) S 8860 8860 8245 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 32541 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8877] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8877/stat : 8877 (java) S 8860 8860 8245 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 32541 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8878] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8878/stat : 8878 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219758888 881860608 32541 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8879] ppid=8860 vsize=861192 CPUtime=0.31
/proc/8874/task/8879/stat : 8879 (java) S 8860 8860 8245 0 -1 64 1045 0 0 0 29 2 0 0 16 0 8 0 219758888 881860608 32541 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8880] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 32541 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 32541 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 908756

[startup+102.329 s]
/proc/loadavg: 1.85 1.80 1.84 3/89 8881
/proc/meminfo: memFree=1229424/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=101.73
/proc/8874/stat : 8874 (java) S 8860 8860 8245 0 -1 0 43414 0 1 0 10148 25 0 0 15 0 8 0 219758877 881860608 42736 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 42736 1995 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=95.3

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

/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 119227 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 119227 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.68
Current children cumulated vsize (KiB) 908756

[startup+1543.99 s]
/proc/loadavg: 2.10 2.07 2.00 3/89 9079
/proc/meminfo: memFree=655336/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=1535.42
/proc/8874/stat : 8874 (java) S 8860 8860 8245 0 -1 0 123397 0 1 0 153443 99 0 0 16 0 8 0 219758877 881860608 121339 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 121339 1995 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=1506.32
/proc/8874/task/8875/stat : 8875 (java) R 8860 8860 8245 0 -1 64 112418 0 0 0 150544 88 0 0 25 0 8 0 219758884 881860608 121339 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8876] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8876/stat : 8876 (java) S 8860 8860 8245 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 121339 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8877] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8877/stat : 8877 (java) S 8860 8860 8245 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 121339 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8878] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8878/stat : 8878 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219758888 881860608 121339 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8879] ppid=8860 vsize=861192 CPUtime=0.33
/proc/8874/task/8879/stat : 8879 (java) S 8860 8860 8245 0 -1 64 1061 0 0 0 31 2 0 0 16 0 8 0 219758888 881860608 121339 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8880] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 121339 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 121339 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.43
Current children cumulated vsize (KiB) 908756

[startup+1604.08 s]
/proc/loadavg: 2.04 2.06 2.00 3/89 9079
/proc/meminfo: memFree=645544/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=1595.19
/proc/8874/stat : 8874 (java) S 8860 8860 8245 0 -1 0 124650 0 1 0 159419 100 0 0 16 0 8 0 219758877 881860608 122553 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 122553 1995 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=1565.39
/proc/8874/task/8875/stat : 8875 (java) R 8860 8860 8245 0 -1 64 113632 0 0 0 156451 88 0 0 25 0 8 0 219758884 881860608 122553 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8876] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8876/stat : 8876 (java) S 8860 8860 8245 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 122553 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8877] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8877/stat : 8877 (java) S 8860 8860 8245 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 122553 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8878] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8878/stat : 8878 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219758888 881860608 122553 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8879] ppid=8860 vsize=861192 CPUtime=0.33
/proc/8874/task/8879/stat : 8879 (java) S 8860 8860 8245 0 -1 64 1061 0 0 0 31 2 0 0 16 0 8 0 219758888 881860608 122553 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8880] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 122553 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 122553 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.2
Current children cumulated vsize (KiB) 908756

[startup+1664.18 s]
/proc/loadavg: 2.01 2.04 2.00 3/89 9079
/proc/meminfo: memFree=631600/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=1654.97
/proc/8874/stat : 8874 (java) S 8860 8860 8245 0 -1 0 126591 0 1 0 165396 101 0 0 16 0 8 0 219758877 881860608 124456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 124456 1995 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=1624.46
/proc/8874/task/8875/stat : 8875 (java) R 8860 8860 8245 0 -1 64 115535 0 0 0 162356 90 0 0 25 0 8 0 219758884 881860608 124456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155222438 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8876] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8876/stat : 8876 (java) S 8860 8860 8245 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 124456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8877] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8877/stat : 8877 (java) S 8860 8860 8245 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 124456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8878] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8878/stat : 8878 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219758888 881860608 124456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8879] ppid=8860 vsize=861192 CPUtime=0.33
/proc/8874/task/8879/stat : 8879 (java) S 8860 8860 8245 0 -1 64 1061 0 0 0 31 2 0 0 16 0 8 0 219758888 881860608 124456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8880] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 124456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 124456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.98
Current children cumulated vsize (KiB) 908756

[startup+1724.26 s]
/proc/loadavg: 2.06 2.05 2.00 3/89 9079
/proc/meminfo: memFree=617712/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=1714.72
/proc/8874/stat : 8874 (java) S 8860 8860 8245 0 -1 0 128347 0 1 0 171369 103 0 0 16 0 8 0 219758877 881860608 126173 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 126173 1995 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=1683.33
/proc/8874/task/8875/stat : 8875 (java) R 8860 8860 8245 0 -1 64 117244 0 0 0 168242 91 0 0 25 0 8 0 219758884 881860608 126173 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8876] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8876/stat : 8876 (java) S 8860 8860 8245 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 126173 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8877] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8877/stat : 8877 (java) S 8860 8860 8245 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 126173 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8878] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8878/stat : 8878 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219758888 881860608 126173 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8879] ppid=8860 vsize=861192 CPUtime=0.35
/proc/8874/task/8879/stat : 8879 (java) S 8860 8860 8245 0 -1 64 1069 0 0 0 33 2 0 0 16 0 8 0 219758888 881860608 126173 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8880] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 126173 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 126173 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.73
Current children cumulated vsize (KiB) 908756

[startup+1784.35 s]
/proc/loadavg: 2.02 2.04 2.00 3/89 9079
/proc/meminfo: memFree=606320/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=1774.49
/proc/8874/stat : 8874 (java) S 8860 8860 8245 0 -1 0 129706 0 1 0 177345 104 0 0 16 0 8 0 219758877 881860608 127495 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 127495 1995 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=1742.43
/proc/8874/task/8875/stat : 8875 (java) R 8860 8860 8245 0 -1 64 118566 0 0 0 174151 92 0 0 25 0 8 0 219758884 881860608 127495 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8876] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8876/stat : 8876 (java) S 8860 8860 8245 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 127495 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8877] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8877/stat : 8877 (java) S 8860 8860 8245 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 127495 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8878] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8878/stat : 8878 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219758888 881860608 127495 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8879] ppid=8860 vsize=861192 CPUtime=0.35
/proc/8874/task/8879/stat : 8879 (java) S 8860 8860 8245 0 -1 64 1069 0 0 0 33 2 0 0 16 0 8 0 219758888 881860608 127495 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8880] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 127495 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 127495 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.5
Current children cumulated vsize (KiB) 908756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.02 s]
/proc/loadavg: 2.01 2.03 2.00 2/76 9096
/proc/meminfo: memFree=1042128/2055920 swapFree=4191892/4192956
[pid=8860] ppid=8858 vsize=47564 CPUtime=0.01
/proc/8860/stat : 8860 (galac.sh) S 8858 8860 8245 0 -1 4194304 761 1705 0 0 0 0 0 1 18 0 1 0 219758873 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8860/statm: 11891 364 246 79 0 218 0
[pid=8874] ppid=8860 vsize=861192 CPUtime=1800.01
/proc/8874/stat : 8874 (java) S 8860 8860 8245 0 -1 0 130226 0 1 0 179896 105 0 0 17 0 8 0 219758877 881860608 127998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8874/statm: 215298 127998 1995 14 0 201503 0
[pid=8874/tid=8875] ppid=8860 vsize=861192 CPUtime=1767.7
/proc/8874/task/8875/stat : 8875 (java) R 8860 8860 8245 0 -1 64 119069 0 0 0 176677 93 0 0 17 0 8 0 219758884 881860608 127998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155215792 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8874/tid=8876] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8876/stat : 8876 (java) S 8860 8860 8245 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 127998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8877] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8877/stat : 8877 (java) S 8860 8860 8245 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219758884 881860608 127998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8878] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8878/stat : 8878 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219758888 881860608 127998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8879] ppid=8860 vsize=861192 CPUtime=0.35
/proc/8874/task/8879/stat : 8879 (java) S 8860 8860 8245 0 -1 64 1069 0 0 0 33 2 0 0 16 0 8 0 219758888 881860608 127998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8880] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8880/stat : 8880 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219758888 881860608 127998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8874/tid=8881] ppid=8860 vsize=861192 CPUtime=0
/proc/8874/task/8881/stat : 8881 (java) S 8860 8860 8245 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219758888 881860608 127998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 908756

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.04
CPU time (s): 0.027995
CPU user time (s): 0.009998
CPU system time (s): 0.017997
CPU usage (%): 0.00154665
Max. virtual memory (cumulated for all children) (KiB): 908756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.009998
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2466
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= 53
involuntary context switches= 25

runsolver used 2.15367 s user time and 5.9231 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Jan 13 18:39:49 UTC 2007


IDJOB= 201170
IDBENCH= 3747
IDSOLVER= 78
FILE ID= node41/201170-1168713584

PBS_JOBID= 3547305

Free space on /tmp= 66550 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp15/fapp15-3000-4.xml
COMMAND LINE= /tmp/evaluation/201170-1168713584/galac.sh /tmp/evaluation/201170-1168713584/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-201170-1168713584 -o ROOT/results/node41/solver-201170-1168713584 -C 1800 -M 900  /tmp/evaluation/201170-1168713584/galac.sh /tmp/evaluation/201170-1168713584/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  9e78c37f84975ac2cde8c3ed71f26ee9

RANDOM SEED= 380311109

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.234
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.234
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:       1556104 kB
Buffers:         30812 kB
Cached:         394056 kB
SwapCached:        268 kB
Active:          69948 kB
Inactive:       376180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1556104 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           14956 kB
Writeback:           0 kB
Mapped:          32752 kB
Slab:            39016 kB
Committed_AS:  4675044 kB
PageTables:       1900 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= 66554 MiB



End job on node41 on Sat Jan 13 19:10:12 UTC 2007