Trace number 201014

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 1808.95

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-7.xml
MD5SUM31576fb792fd69c68469620fab63b28d
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 benchmark51.0232
SatisfiableYES
(Un)Satisfiability was provedYES
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.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/node67/watcher-201014-1168713557 -o ROOT/results/node67/solver-201014-1168713557 -C 1800 -M 900 /tmp/evaluation/201014-1168713557/galac.sh /tmp/evaluation/201014-1168713557/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.30 0.80 0.96 4/68 8275
/proc/meminfo: memFree=1288144/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=8560 CPUtime=0
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 308 0 0 0 0 0 0 0 16 0 1 0 18853753 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271638579087 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8274/statm: 2140 253 197 79 0 133 0

[startup+0.103199 s]
/proc/loadavg: 0.30 0.80 0.96 4/68 8275
/proc/meminfo: memFree=1288144/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.511243 s]
/proc/loadavg: 0.30 0.80 0.96 4/68 8275
/proc/meminfo: memFree=1288144/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33233 s]
/proc/loadavg: 0.43 0.82 0.97 2/76 8296
/proc/meminfo: memFree=1243256/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=1.15
/proc/8289/stat : 8289 (java) R 8274 8274 7594 0 -1 0 13318 0 5 0 107 8 0 0 16 0 8 0 18853756 881647616 13060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074132436 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 13060 1991 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=0.22
/proc/8289/task/8290/stat : 8290 (java) S 8274 8274 7594 0 -1 64 4191 0 0 0 21 1 0 0 17 0 8 0 18853764 881647616 13060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8291] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8291/stat : 8291 (java) S 8274 8274 7594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 13060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8292] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8292/stat : 8292 (java) S 8274 8274 7594 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 13060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8293] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8293/stat : 8293 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 18853769 881647616 13060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8294] ppid=8274 vsize=860984 CPUtime=0.25
/proc/8289/task/8294/stat : 8294 (java) S 8274 8274 7594 0 -1 64 1021 0 0 0 24 1 0 0 16 0 8 0 18853769 881647616 13060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8295] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 13060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 13060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 908544

[startup+2.9745 s]
/proc/loadavg: 0.43 0.82 0.97 2/76 8296
/proc/meminfo: memFree=1237560/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=2.79
/proc/8289/stat : 8289 (java) S 8274 8274 7594 0 -1 0 14956 0 5 0 271 8 0 0 16 0 8 0 18853756 881647616 14667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 14667 1996 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=1.48
/proc/8289/task/8290/stat : 8290 (java) R 8274 8274 7594 0 -1 64 5784 0 0 0 147 1 0 0 17 0 8 0 18853764 881647616 14667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134161 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8291] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8291/stat : 8291 (java) S 8274 8274 7594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 14667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8292] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8292/stat : 8292 (java) S 8274 8274 7594 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 14667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8293] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8293/stat : 8293 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 18853769 881647616 14667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8294] ppid=8274 vsize=860984 CPUtime=0.25
/proc/8289/task/8294/stat : 8294 (java) S 8274 8274 7594 0 -1 64 1023 0 0 0 24 1 0 0 15 0 8 0 18853769 881647616 14667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8295] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 14667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 14667 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 908544

[startup+6.17983 s]
/proc/loadavg: 0.48 0.82 0.97 2/76 8296
/proc/meminfo: memFree=1225976/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=5.98
/proc/8289/stat : 8289 (java) S 8274 8274 7594 0 -1 0 17596 0 5 0 589 9 0 0 16 0 8 0 18853756 881647616 17253 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 17253 1996 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=4.15
/proc/8289/task/8290/stat : 8290 (java) R 8274 8274 7594 0 -1 64 8374 0 0 0 413 2 0 0 19 0 8 0 18853764 881647616 17253 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8291] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8291/stat : 8291 (java) S 8274 8274 7594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 17253 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8292] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8292/stat : 8292 (java) S 8274 8274 7594 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 17253 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8293] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8293/stat : 8293 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 18853769 881647616 17253 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8294] ppid=8274 vsize=860984 CPUtime=0.26
/proc/8289/task/8294/stat : 8294 (java) S 8274 8274 7594 0 -1 64 1029 0 0 0 25 1 0 0 15 0 8 0 18853769 881647616 17253 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8295] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 17253 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 17253 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 908544

[startup+12.6635 s]
/proc/loadavg: 0.52 0.82 0.97 2/76 8298
/proc/meminfo: memFree=1210688/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=12.46
/proc/8289/stat : 8289 (java) S 8274 8274 7594 0 -1 0 21368 0 5 0 1235 11 0 0 16 0 8 0 18853756 881647616 20964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 20964 1996 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=9.78
/proc/8289/task/8290/stat : 8290 (java) R 8274 8274 7594 0 -1 64 12072 0 0 0 974 4 0 0 20 0 8 0 18853764 881647616 20964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134165 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8291] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8291/stat : 8291 (java) S 8274 8274 7594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 20964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8292] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8292/stat : 8292 (java) S 8274 8274 7594 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 20964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8293] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8293/stat : 8293 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 18853769 881647616 20964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8294] ppid=8274 vsize=860984 CPUtime=0.29
/proc/8289/task/8294/stat : 8294 (java) S 8274 8274 7594 0 -1 64 1042 0 0 0 28 1 0 0 15 0 8 0 18853769 881647616 20964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8295] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 20964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 20964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 908544

[startup+25.5461 s]
/proc/loadavg: 0.59 0.83 0.97 3/89 8357
/proc/meminfo: memFree=1137120/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=25.29
/proc/8289/stat : 8289 (java) S 8274 8274 7594 0 -1 0 26981 0 5 0 2511 18 0 0 15 0 8 0 18853756 881647616 26497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 26497 1996 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=21.53
/proc/8289/task/8290/stat : 8290 (java) R 8274 8274 7594 0 -1 64 17603 0 0 0 2143 10 0 0 25 0 8 0 18853764 881647616 26497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134262 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8291] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8291/stat : 8291 (java) S 8274 8274 7594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 26497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8292] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8292/stat : 8292 (java) S 8274 8274 7594 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 26497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8293] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8293/stat : 8293 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 18853769 881647616 26497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8294] ppid=8274 vsize=860984 CPUtime=0.29
/proc/8289/task/8294/stat : 8294 (java) S 8274 8274 7594 0 -1 64 1044 0 0 0 28 1 0 0 16 0 8 0 18853769 881647616 26497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8295] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 26497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 26497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 908544

[startup+51.2317 s]
/proc/loadavg: 1.35 0.99 1.01 3/89 8357
/proc/meminfo: memFree=979424/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=50.85
/proc/8289/stat : 8289 (java) S 8274 8274 7594 0 -1 0 33968 0 5 0 5063 22 0 0 15 0 8 0 18853756 881647616 33374 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 33374 1996 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=45.61
/proc/8289/task/8290/stat : 8290 (java) R 8274 8274 7594 0 -1 64 24476 0 0 0 4547 14 0 0 25 0 8 0 18853764 881647616 33374 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134289 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8291] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8291/stat : 8291 (java) S 8274 8274 7594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 33374 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8292] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8292/stat : 8292 (java) S 8274 8274 7594 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 33374 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8293] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8293/stat : 8293 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 18853769 881647616 33374 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8294] ppid=8274 vsize=860984 CPUtime=0.3
/proc/8289/task/8294/stat : 8294 (java) S 8274 8274 7594 0 -1 64 1048 0 0 0 29 1 0 0 15 0 8 0 18853769 881647616 33374 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8295] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 33374 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 33374 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 908544

[startup+102.442 s]
/proc/loadavg: 1.78 1.15 1.07 3/89 8357
/proc/meminfo: memFree=819616/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=101.81
/proc/8289/stat : 8289 (java) R 8274 8274 7594 0 -1 0 44318 0 5 0 10154 27 0 0 16 0 8 0 18853756 881647616 43571 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074130349 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 43571 1996 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=94.25

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

/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 125005 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 125005 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.46
Current children cumulated vsize (KiB) 908544

[startup+1543.87 s]
/proc/loadavg: 2.00 2.00 1.80 3/89 8555
/proc/meminfo: memFree=80416/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=1536.23
/proc/8289/stat : 8289 (java) S 8274 8274 7594 0 -1 0 129769 0 5 0 153550 73 0 0 17 0 8 0 18853756 881647616 127336 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 127336 1996 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=1499.49
/proc/8289/task/8290/stat : 8290 (java) R 8274 8274 7594 0 -1 64 118414 0 0 0 149890 59 0 0 25 0 8 0 18853764 881647616 127336 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155523557 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8291] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8291/stat : 8291 (java) S 8274 8274 7594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 127336 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8292] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8292/stat : 8292 (java) S 8274 8274 7594 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 127336 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8293] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8293/stat : 8293 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 18853769 881647616 127336 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8294] ppid=8274 vsize=860984 CPUtime=0.34
/proc/8289/task/8294/stat : 8294 (java) S 8274 8274 7594 0 -1 64 1072 0 0 0 33 1 0 0 16 0 8 0 18853769 881647616 127336 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8295] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 127336 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 127336 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.24
Current children cumulated vsize (KiB) 908544

[startup+1603.93 s]
/proc/loadavg: 2.00 2.00 1.81 3/89 8555
/proc/meminfo: memFree=74464/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=1596.01
/proc/8289/stat : 8289 (java) S 8274 8274 7594 0 -1 0 131293 0 5 0 159527 74 0 0 16 0 8 0 18853756 881647616 128812 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 128812 1996 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=1558.32
/proc/8289/task/8290/stat : 8290 (java) R 8274 8274 7594 0 -1 64 119890 0 0 0 155772 60 0 0 25 0 8 0 18853764 881647616 128812 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525083 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8291] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8291/stat : 8291 (java) S 8274 8274 7594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 128812 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8292] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8292/stat : 8292 (java) S 8274 8274 7594 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 128812 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8293] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8293/stat : 8293 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 18853769 881647616 128812 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8294] ppid=8274 vsize=860984 CPUtime=0.34
/proc/8289/task/8294/stat : 8294 (java) S 8274 8274 7594 0 -1 64 1072 0 0 0 33 1 0 0 16 0 8 0 18853769 881647616 128812 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8295] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 128812 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 128812 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.02
Current children cumulated vsize (KiB) 908544

[startup+1663.99 s]
/proc/loadavg: 2.00 2.00 1.82 3/89 8555
/proc/meminfo: memFree=67552/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=1655.78
/proc/8289/stat : 8289 (java) S 8274 8274 7594 0 -1 0 133061 0 5 0 165503 75 0 0 17 0 8 0 18853756 881647616 130533 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 130533 1996 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=1617.22
/proc/8289/task/8290/stat : 8290 (java) R 8274 8274 7594 0 -1 64 121611 0 0 0 161661 61 0 0 25 0 8 0 18853764 881647616 130533 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8291] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8291/stat : 8291 (java) S 8274 8274 7594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 130533 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8292] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8292/stat : 8292 (java) S 8274 8274 7594 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 130533 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8293] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8293/stat : 8293 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 18853769 881647616 130533 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8294] ppid=8274 vsize=860984 CPUtime=0.34
/proc/8289/task/8294/stat : 8294 (java) S 8274 8274 7594 0 -1 64 1072 0 0 0 33 1 0 0 16 0 8 0 18853769 881647616 130533 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8295] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 130533 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 130533 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.79
Current children cumulated vsize (KiB) 908544

[startup+1724.05 s]
/proc/loadavg: 2.05 2.01 1.83 3/89 8555
/proc/meminfo: memFree=61216/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=1715.57
/proc/8289/stat : 8289 (java) S 8274 8274 7594 0 -1 0 134701 0 5 0 171480 77 0 0 16 0 8 0 18853756 881647616 132126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 132126 1996 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=1676.16
/proc/8289/task/8290/stat : 8290 (java) R 8274 8274 7594 0 -1 64 123204 0 0 0 167554 62 0 0 25 0 8 0 18853764 881647616 132126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8291] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8291/stat : 8291 (java) S 8274 8274 7594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 132126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8292] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8292/stat : 8292 (java) S 8274 8274 7594 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 132126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8293] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8293/stat : 8293 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 18853769 881647616 132126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8294] ppid=8274 vsize=860984 CPUtime=0.34
/proc/8289/task/8294/stat : 8294 (java) S 8274 8274 7594 0 -1 64 1072 0 0 0 33 1 0 0 16 0 8 0 18853769 881647616 132126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8295] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 132126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 132126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.58
Current children cumulated vsize (KiB) 908544

[startup+1784.11 s]
/proc/loadavg: 2.02 2.01 1.84 3/89 8555
/proc/meminfo: memFree=55648/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=1775.34
/proc/8289/stat : 8289 (java) S 8274 8274 7594 0 -1 0 136106 0 5 0 177456 78 0 0 17 0 8 0 18853756 881647616 133485 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 133485 1996 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=1735.1
/proc/8289/task/8290/stat : 8290 (java) R 8274 8274 7594 0 -1 64 124563 0 0 0 173447 63 0 0 25 0 8 0 18853764 881647616 133485 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772440 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8291] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8291/stat : 8291 (java) S 8274 8274 7594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 133485 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8292] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8292/stat : 8292 (java) S 8274 8274 7594 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 133485 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8293] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8293/stat : 8293 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 18853769 881647616 133485 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8294] ppid=8274 vsize=860984 CPUtime=0.34
/proc/8289/task/8294/stat : 8294 (java) S 8274 8274 7594 0 -1 64 1072 0 0 0 33 1 0 0 16 0 8 0 18853769 881647616 133485 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8295] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 133485 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 133485 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.35
Current children cumulated vsize (KiB) 908544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.93 s]
/proc/loadavg: 2.01 2.01 1.84 4/89 8555
/proc/meminfo: memFree=49248/2055920 swapFree=4192956/4192956
[pid=8274] ppid=8272 vsize=47560 CPUtime=0.01
/proc/8274/stat : 8274 (galac.sh) S 8272 8274 7594 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 18853753 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8274/statm: 11890 365 247 79 0 218 0
[pid=8289] ppid=8274 vsize=860984 CPUtime=1800.05
/proc/8289/stat : 8289 (java) S 8274 8274 7594 0 -1 0 137704 0 5 0 179926 79 0 0 17 0 8 0 18853756 881647616 135064 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8289/statm: 215246 135064 1996 14 0 201503 0
[pid=8289/tid=8290] ppid=8274 vsize=860984 CPUtime=1759.34
/proc/8289/task/8290/stat : 8290 (java) R 8274 8274 7594 0 -1 64 126142 0 0 0 175870 64 0 0 25 0 8 0 18853764 881647616 135064 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772431 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8291] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8291/stat : 8291 (java) S 8274 8274 7594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 135064 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8292] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8292/stat : 8292 (java) S 8274 8274 7594 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 18853765 881647616 135064 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8293] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8293/stat : 8293 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 18853769 881647616 135064 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8294] ppid=8274 vsize=860984 CPUtime=0.34
/proc/8289/task/8294/stat : 8294 (java) S 8274 8274 7594 0 -1 64 1072 0 0 0 33 1 0 0 16 0 8 0 18853769 881647616 135064 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8289/tid=8295] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8295/stat : 8295 (java) S 8274 8274 7594 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 18853769 881647616 135064 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8289/tid=8296] ppid=8274 vsize=860984 CPUtime=0
/proc/8289/task/8296/stat : 8296 (java) S 8274 8274 7594 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 18853769 881647616 135064 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 908544

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): 1808.95
CPU time (s): 0.028994
CPU user time (s): 0.007998
CPU system time (s): 0.020996
CPU usage (%): 0.00160281
Max. virtual memory (cumulated for all children) (KiB): 908768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.007998
system time used= 0.020996
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= 50
involuntary context switches= 14

runsolver used 2.10568 s user time and 5.9261 s system time

The end

Launcher Data (download as text)

Begin job on node67 on Sat Jan 13 18:39:20 UTC 2007


IDJOB= 201014
IDBENCH= 3739
IDSOLVER= 78
FILE ID= node67/201014-1168713557

PBS_JOBID= 3547312

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  31576fb792fd69c68469620fab63b28d

RANDOM SEED= 731809296

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.236
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.236
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:       1288624 kB
Buffers:         54820 kB
Cached:         618788 kB
SwapCached:          0 kB
Active:         267828 kB
Inactive:       426276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1288624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7552 kB
Writeback:           0 kB
Mapped:          30728 kB
Slab:            58892 kB
Committed_AS:   383988 kB
PageTables:       1656 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= 66553 MiB



End job on node67 on Sat Jan 13 19:09:40 UTC 2007