Trace number 196490

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.028994 1802.49

General information on the benchmark

Namefapp/fapp06-10/fapp09/
fapp09-0800-9.xml
MD5SUM406a855ffd2202b37e3f5a996f647ca0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.31334
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	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/node30/watcher-196490-1168713330 -o ROOT/results/node30/solver-196490-1168713330 -C 1800 -M 900 /tmp/evaluation/196490-1168713330/galac.sh /tmp/evaluation/196490-1168713330/unknown.xml 

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

/proc/loadavg: 2.01 2.00 1.89 5/87 8657
/proc/meminfo: memFree=1737272/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=8560 CPUtime=0
/proc/8656/stat : 8656 (galac.sh) R 8654 8656 7973 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 219726961 8765440 253 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907769743 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8656/statm: 2140 253 197 79 0 133 0

[startup+0.105855 s]
/proc/loadavg: 2.01 2.00 1.89 5/87 8657
/proc/meminfo: memFree=1737272/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.513887 s]
/proc/loadavg: 2.01 2.00 1.89 5/87 8657
/proc/meminfo: memFree=1737272/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33694 s]
/proc/loadavg: 2.01 2.00 1.89 3/95 8677
/proc/meminfo: memFree=1674680/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=1.02
/proc/8670/stat : 8670 (java) R 8656 8656 7973 0 -1 0 13810 0 84 0 91 11 0 0 21 0 8 0 219726964 881795072 13632 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 13632 1990 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=0.19
/proc/8670/task/8671/stat : 8671 (java) R 8656 8656 7973 0 -1 64 4379 0 0 0 17 2 0 0 17 0 8 0 219726984 881795072 13632 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155167536 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8672] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8672/stat : 8672 (java) S 8656 8656 7973 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 13632 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8673] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8673/stat : 8673 (java) S 8656 8656 7973 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 13632 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8674] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8674/stat : 8674 (java) S 8656 8656 7973 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219726989 881795072 13632 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8675] ppid=8656 vsize=861128 CPUtime=0.21
/proc/8670/task/8675/stat : 8675 (java) S 8656 8656 7973 0 -1 64 972 0 0 0 20 1 0 0 16 0 8 0 219726989 881795072 13632 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8676] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 13632 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 13632 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 908688

[startup+2.99005 s]
/proc/loadavg: 2.01 2.00 1.89 4/95 8677
/proc/meminfo: memFree=1666616/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=2.68
/proc/8670/stat : 8670 (java) S 8656 8656 7973 0 -1 0 15466 0 84 0 255 13 0 0 19 0 8 0 219726964 881795072 15244 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 15244 1995 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=1.39
/proc/8670/task/8671/stat : 8671 (java) R 8656 8656 7973 0 -1 64 5996 0 0 0 137 2 0 0 19 0 8 0 219726984 881795072 15244 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155523750 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8672] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8672/stat : 8672 (java) S 8656 8656 7973 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 15244 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8673] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8673/stat : 8673 (java) S 8656 8656 7973 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 15244 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8674] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8674/stat : 8674 (java) S 8656 8656 7973 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219726989 881795072 15244 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8675] ppid=8656 vsize=861128 CPUtime=0.22
/proc/8670/task/8675/stat : 8675 (java) S 8656 8656 7973 0 -1 64 974 0 0 0 21 1 0 0 16 0 8 0 219726989 881795072 15244 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8676] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 15244 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 15244 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 908688

[startup+6.29026 s]
/proc/loadavg: 2.09 2.02 1.90 4/102 8755
/proc/meminfo: memFree=1689288/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=5.97
/proc/8670/stat : 8670 (java) R 8656 8656 7973 0 -1 0 17018 0 84 0 580 17 0 0 16 0 8 0 219726964 881795072 16746 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4073515057 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 16746 1995 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=4.19
/proc/8670/task/8671/stat : 8671 (java) R 8656 8656 7973 0 -1 64 7492 0 0 0 412 7 0 0 25 0 8 0 219726984 881795072 16746 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8672] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8672/stat : 8672 (java) S 8656 8656 7973 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 16746 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8673] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8673/stat : 8673 (java) S 8656 8656 7973 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 16746 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8674] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8674/stat : 8674 (java) S 8656 8656 7973 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219726989 881795072 16746 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8675] ppid=8656 vsize=861128 CPUtime=0.23
/proc/8670/task/8675/stat : 8675 (java) S 8656 8656 7973 0 -1 64 980 0 0 0 22 1 0 0 16 0 8 0 219726989 881795072 16746 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8676] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 16746 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 16746 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 908688

[startup+12.6917 s]
/proc/loadavg: 2.16 2.04 1.90 3/102 8755
/proc/meminfo: memFree=1637064/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=12.34
/proc/8670/stat : 8670 (java) S 8656 8656 7973 0 -1 0 19871 0 84 0 1215 19 0 0 15 0 8 0 219726964 881795072 19537 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 19537 1995 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=9.82
/proc/8670/task/8671/stat : 8671 (java) R 8656 8656 7973 0 -1 64 10278 0 0 0 974 8 0 0 25 0 8 0 219726984 881795072 19537 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525226 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8672] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8672/stat : 8672 (java) S 8656 8656 7973 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 19537 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8673] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8673/stat : 8673 (java) S 8656 8656 7973 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 19537 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8674] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8674/stat : 8674 (java) S 8656 8656 7973 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219726989 881795072 19537 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8675] ppid=8656 vsize=861128 CPUtime=0.24
/proc/8670/task/8675/stat : 8675 (java) S 8656 8656 7973 0 -1 64 985 0 0 0 23 1 0 0 15 0 8 0 219726989 881795072 19537 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8676] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 19537 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 19537 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 908688

[startup+25.5855 s]
/proc/loadavg: 2.27 2.07 1.92 3/102 8755
/proc/meminfo: memFree=1596312/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=25.23
/proc/8670/stat : 8670 (java) S 8656 8656 7973 0 -1 0 25260 0 84 0 2501 22 0 0 15 0 8 0 219726964 881795072 24847 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 24847 1995 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=21.5
/proc/8670/task/8671/stat : 8671 (java) R 8656 8656 7973 0 -1 64 15578 0 0 0 2139 11 0 0 25 0 8 0 219726984 881795072 24847 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155215794 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8672] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8672/stat : 8672 (java) S 8656 8656 7973 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 24847 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8673] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8673/stat : 8673 (java) S 8656 8656 7973 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 24847 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8674] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8674/stat : 8674 (java) S 8656 8656 7973 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219726989 881795072 24847 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8675] ppid=8656 vsize=861128 CPUtime=0.26
/proc/8670/task/8675/stat : 8675 (java) S 8656 8656 7973 0 -1 64 995 0 0 0 25 1 0 0 16 0 8 0 219726989 881795072 24847 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8676] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 24847 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 24847 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 908688

[startup+51.1992 s]
/proc/loadavg: 2.26 2.08 1.92 3/102 8755
/proc/meminfo: memFree=1552216/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=50.81
/proc/8670/stat : 8670 (java) S 8656 8656 7973 0 -1 0 30074 0 84 0 5056 25 0 0 15 0 8 0 219726964 881795072 29546 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 29546 1995 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=46.07
/proc/8670/task/8671/stat : 8671 (java) R 8656 8656 7973 0 -1 64 20276 0 0 0 4593 14 0 0 25 0 8 0 219726984 881795072 29546 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155215792 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8672] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8672/stat : 8672 (java) S 8656 8656 7973 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 29546 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8673] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8673/stat : 8673 (java) S 8656 8656 7973 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 29546 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8674] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8674/stat : 8674 (java) S 8656 8656 7973 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219726989 881795072 29546 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8675] ppid=8656 vsize=861128 CPUtime=0.26
/proc/8670/task/8675/stat : 8675 (java) S 8656 8656 7973 0 -1 64 996 0 0 0 25 1 0 0 15 0 8 0 219726989 881795072 29546 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8676] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 29546 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 29546 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 908688

[startup+102.4 s]
/proc/loadavg: 2.11 2.06 1.92 3/102 8755
/proc/meminfo: memFree=1463512/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=101.93
/proc/8670/stat : 8670 (java) S 8656 8656 7973 0 -1 0 41675 0 84 0 10161 32 0 0 15 0 8 0 219726964 881795072 40993 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 40993 1995 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=94.89

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

/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 107575 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 107575 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.28
Current children cumulated vsize (KiB) 908688

[startup+1543.33 s]
/proc/loadavg: 2.00 2.02 1.97 3/108 8829
/proc/meminfo: memFree=856784/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=1541.21
/proc/8670/stat : 8670 (java) S 8656 8656 7973 0 -1 0 112083 0 84 0 154031 90 0 0 16 0 8 0 219726964 881795072 109768 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 109768 1995 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=1515.89
/proc/8670/task/8671/stat : 8671 (java) R 8656 8656 7973 0 -1 64 100487 0 0 0 151516 73 0 0 25 0 8 0 219726984 881795072 109768 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8672] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8672/stat : 8672 (java) S 8656 8656 7973 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219726985 881795072 109768 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8673] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8673/stat : 8673 (java) S 8656 8656 7973 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 109768 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8674] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8674/stat : 8674 (java) S 8656 8656 7973 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219726989 881795072 109768 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8675] ppid=8656 vsize=861128 CPUtime=0.28
/proc/8670/task/8675/stat : 8675 (java) S 8656 8656 7973 0 -1 64 1007 0 0 0 27 1 0 0 16 0 8 0 219726989 881795072 109768 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8676] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 109768 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 109768 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.22
Current children cumulated vsize (KiB) 908688

[startup+1603.4 s]
/proc/loadavg: 2.00 2.01 1.97 3/108 8933
/proc/meminfo: memFree=839712/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=1601.15
/proc/8670/stat : 8670 (java) S 8656 8656 7973 0 -1 0 113358 0 84 0 160009 106 0 0 16 0 8 0 219726964 881795072 110998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 110998 1995 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=1575.34
/proc/8670/task/8671/stat : 8671 (java) R 8656 8656 7973 0 -1 64 101717 0 0 0 157444 90 0 0 25 0 8 0 219726984 881795072 110998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8672] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8672/stat : 8672 (java) S 8656 8656 7973 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219726985 881795072 110998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8673] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8673/stat : 8673 (java) S 8656 8656 7973 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 110998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8674] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8674/stat : 8674 (java) S 8656 8656 7973 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219726989 881795072 110998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8675] ppid=8656 vsize=861128 CPUtime=0.28
/proc/8670/task/8675/stat : 8675 (java) S 8656 8656 7973 0 -1 64 1007 0 0 0 27 1 0 0 16 0 8 0 219726989 881795072 110998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8676] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 110998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 110998 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.16
Current children cumulated vsize (KiB) 908688

[startup+1663.43 s]
/proc/loadavg: 2.06 2.02 1.98 3/102 8953
/proc/meminfo: memFree=830488/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=1661.12
/proc/8670/stat : 8670 (java) S 8656 8656 7973 0 -1 0 114827 0 84 0 166005 107 0 0 16 0 8 0 219726964 881795072 112423 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 112423 1995 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=1634.88
/proc/8670/task/8671/stat : 8671 (java) R 8656 8656 7973 0 -1 64 103142 0 0 0 163397 91 0 0 25 0 8 0 219726984 881795072 112423 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8672] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8672/stat : 8672 (java) S 8656 8656 7973 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219726985 881795072 112423 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8673] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8673/stat : 8673 (java) S 8656 8656 7973 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 112423 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8674] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8674/stat : 8674 (java) S 8656 8656 7973 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219726989 881795072 112423 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8675] ppid=8656 vsize=861128 CPUtime=0.28
/proc/8670/task/8675/stat : 8675 (java) S 8656 8656 7973 0 -1 64 1007 0 0 0 27 1 0 0 16 0 8 0 219726989 881795072 112423 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8676] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 112423 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 112423 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.13
Current children cumulated vsize (KiB) 908688

[startup+1723.47 s]
/proc/loadavg: 2.02 2.02 1.98 3/102 8953
/proc/meminfo: memFree=808536/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=1721.07
/proc/8670/stat : 8670 (java) S 8656 8656 7973 0 -1 0 119270 0 84 0 171998 109 0 0 16 0 8 0 219726964 881795072 116823 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 116823 1995 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=1694.13
/proc/8670/task/8671/stat : 8671 (java) R 8656 8656 7973 0 -1 64 107542 0 0 0 169320 93 0 0 25 0 8 0 219726984 881795072 116823 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8672] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8672/stat : 8672 (java) S 8656 8656 7973 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219726985 881795072 116823 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8673] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8673/stat : 8673 (java) S 8656 8656 7973 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 116823 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8674] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8674/stat : 8674 (java) S 8656 8656 7973 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219726989 881795072 116823 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8675] ppid=8656 vsize=861128 CPUtime=0.28
/proc/8670/task/8675/stat : 8675 (java) S 8656 8656 7973 0 -1 64 1007 0 0 0 27 1 0 0 16 0 8 0 219726989 881795072 116823 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8676] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 116823 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 116823 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.08
Current children cumulated vsize (KiB) 908688

[startup+1783.5 s]
/proc/loadavg: 2.13 2.04 1.99 3/102 8953
/proc/meminfo: memFree=799320/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=1781.04
/proc/8670/stat : 8670 (java) S 8656 8656 7973 0 -1 0 119944 0 84 0 177994 110 0 0 16 0 8 0 219726964 881795072 117456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 117456 1995 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=1753.75
/proc/8670/task/8671/stat : 8671 (java) R 8656 8656 7973 0 -1 64 108175 0 0 0 175281 94 0 0 25 0 8 0 219726984 881795072 117456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8672] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8672/stat : 8672 (java) S 8656 8656 7973 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219726985 881795072 117456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8673] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8673/stat : 8673 (java) S 8656 8656 7973 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 117456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8674] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8674/stat : 8674 (java) S 8656 8656 7973 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219726989 881795072 117456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8675] ppid=8656 vsize=861128 CPUtime=0.28
/proc/8670/task/8675/stat : 8675 (java) S 8656 8656 7973 0 -1 64 1007 0 0 0 27 1 0 0 16 0 8 0 219726989 881795072 117456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8676] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 117456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 117456 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.05
Current children cumulated vsize (KiB) 908688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.47 s]
/proc/loadavg: 2.10 2.04 1.99 3/102 8953
/proc/meminfo: memFree=796696/2055920 swapFree=4167328/4192956
[pid=8656] ppid=8654 vsize=47560 CPUtime=0.01
/proc/8656/stat : 8656 (galac.sh) S 8654 8656 7973 0 -1 4194304 762 1705 0 0 0 0 0 1 24 0 1 0 219726961 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8656/statm: 11890 364 246 79 0 218 0
[pid=8670] ppid=8656 vsize=861128 CPUtime=1800
/proc/8670/stat : 8670 (java) S 8656 8656 7973 0 -1 0 120222 0 84 0 179890 110 0 0 17 0 8 0 219726964 881795072 117720 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8670/statm: 215282 117720 1995 14 0 201487 0
[pid=8670/tid=8671] ppid=8656 vsize=861128 CPUtime=1772.56
/proc/8670/task/8671/stat : 8671 (java) R 8656 8656 7973 0 -1 64 108439 0 0 0 177162 94 0 0 25 0 8 0 219726984 881795072 117720 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155134174 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8672] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8672/stat : 8672 (java) S 8656 8656 7973 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219726985 881795072 117720 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8673] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8673/stat : 8673 (java) S 8656 8656 7973 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219726985 881795072 117720 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8674] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8674/stat : 8674 (java) S 8656 8656 7973 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219726989 881795072 117720 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8675] ppid=8656 vsize=861128 CPUtime=0.28
/proc/8670/task/8675/stat : 8675 (java) S 8656 8656 7973 0 -1 64 1007 0 0 0 27 1 0 0 16 0 8 0 219726989 881795072 117720 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8670/tid=8676] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8676/stat : 8676 (java) S 8656 8656 7973 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219726989 881795072 117720 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8670/tid=8677] ppid=8656 vsize=861128 CPUtime=0
/proc/8670/task/8677/stat : 8677 (java) S 8656 8656 7973 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219726989 881795072 117720 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 908688

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): 1802.49
CPU time (s): 0.028994
CPU user time (s): 0.008998
CPU system time (s): 0.019996
CPU usage (%): 0.00160855
Max. virtual memory (cumulated for all children) (KiB): 908688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.008998
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2467
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= 49
involuntary context switches= 23

runsolver used 2.34164 s user time and 6.63499 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Jan 13 18:35:30 UTC 2007


IDJOB= 196490
IDBENCH= 3354
IDSOLVER= 78
FILE ID= node30/196490-1168713330

PBS_JOBID= 3547284

Free space on /tmp= 66557 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp09/fapp09-0800-9.xml
COMMAND LINE= /tmp/evaluation/196490-1168713330/galac.sh /tmp/evaluation/196490-1168713330/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-196490-1168713330 -o ROOT/results/node30/solver-196490-1168713330 -C 1800 -M 900  /tmp/evaluation/196490-1168713330/galac.sh /tmp/evaluation/196490-1168713330/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  406a855ffd2202b37e3f5a996f647ca0

RANDOM SEED= 762640801

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:       1737816 kB
Buffers:         35876 kB
Cached:         133704 kB
SwapCached:       2256 kB
Active:         157828 kB
Inactive:       107740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737816 kB
SwapTotal:     4192956 kB
SwapFree:      4167328 kB
Dirty:            4148 kB
Writeback:           0 kB
Mapped:         112484 kB
Slab:            37160 kB
Committed_AS:  4592752 kB
PageTables:       2352 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= 66556 MiB



End job on node30 on Sat Jan 13 19:05:37 UTC 2007