Trace number 208854

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.031994 1801.06

General information on the benchmark

Namefapp/fapp01-05/fapp05/
fapp05-0350-10.xml
MD5SUM3339c024219c9bbd6a504720c022cdc3
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 benchmark2.17467
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c --- Preproc Stats ---
1749.51	c start processing
1749.51	c start relation processing
1772.37	c start cnf exporting

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/node33/watcher-208854-1168715390 -o ROOT/results/node33/solver-208854-1168715390 -C 1800 -M 900 /tmp/evaluation/208854-1168715390/galac.sh /tmp/evaluation/208854-1168715390/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: 1.92 2.00 1.96 5/81 17519
/proc/meminfo: memFree=1107728/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=8560 CPUtime=0
/proc/17518/stat : 17518 (galac.sh) R 17516 17518 16464 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 219933198 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210824316815 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17518/statm: 2140 253 197 79 0 133 0

[startup+0.10569 s]
/proc/loadavg: 1.92 2.00 1.96 5/81 17519
/proc/meminfo: memFree=1107728/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.513774 s]
/proc/loadavg: 1.92 2.00 1.96 5/81 17519
/proc/meminfo: memFree=1107728/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33596 s]
/proc/loadavg: 1.92 2.00 1.96 4/89 17539
/proc/meminfo: memFree=1066576/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861008 CPUtime=1.26
/proc/17532/stat : 17532 (java) R 17518 17518 16464 0 -1 0 12444 0 1 0 118 8 0 0 25 0 8 0 219933203 881672192 12187 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215252 12187 1989 14 0 201457 0
[pid=17532/tid=17533] ppid=17518 vsize=861008 CPUtime=0.4
/proc/17532/task/17533/stat : 17533 (java) R 17518 17518 16464 0 -1 64 3760 0 0 0 38 2 0 0 16 0 8 0 219933206 881672192 12187 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155135512 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17534] ppid=17518 vsize=861008 CPUtime=0
/proc/17532/task/17534/stat : 17534 (java) S 17518 17518 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219933207 881672192 12187 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17535] ppid=17518 vsize=861008 CPUtime=0
/proc/17532/task/17535/stat : 17535 (java) S 17518 17518 16464 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 219933207 881672192 12187 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17536] ppid=17518 vsize=861008 CPUtime=0
/proc/17532/task/17536/stat : 17536 (java) S 17518 17518 16464 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219933210 881672192 12187 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17537] ppid=17518 vsize=861008 CPUtime=0.17
/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 940 0 0 0 16 1 0 0 16 0 8 0 219933210 881672192 12187 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861008 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881672192 12187 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861008 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881672192 12187 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908576

[startup+2.98729 s]
/proc/loadavg: 1.93 2.00 1.96 4/89 17539
/proc/meminfo: memFree=1061968/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861116 CPUtime=2.9
/proc/17532/stat : 17532 (java) R 17518 17518 16464 0 -1 0 14097 0 1 0 281 9 0 0 25 0 8 0 219933203 881782784 13816 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073788519 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215279 13816 1994 14 0 201484 0
[pid=17532/tid=17533] ppid=17518 vsize=861116 CPUtime=1.45
/proc/17532/task/17533/stat : 17533 (java) S 17518 17518 16464 0 -1 64 5371 0 0 0 142 3 0 0 17 0 8 0 219933206 881782784 13816 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17534] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17534/stat : 17534 (java) S 17518 17518 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219933207 881782784 13816 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17535] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17535/stat : 17535 (java) S 17518 17518 16464 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 219933207 881782784 13816 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17536] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17536/stat : 17536 (java) S 17518 17518 16464 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219933210 881782784 13816 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17537] ppid=17518 vsize=861116 CPUtime=0.18
/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 946 0 0 0 17 1 0 0 16 0 8 0 219933210 881782784 13816 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881782784 13816 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881782784 13816 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908684

[startup+6.28798 s]
/proc/loadavg: 1.93 2.00 1.96 4/89 17539
/proc/meminfo: memFree=1039184/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861116 CPUtime=6.17
/proc/17532/stat : 17532 (java) R 17518 17518 16464 0 -1 0 18314 0 1 0 605 12 0 0 23 0 8 0 219933203 881782784 17892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215279 17892 1994 14 0 201484 0
[pid=17532/tid=17533] ppid=17518 vsize=861116 CPUtime=3.95
/proc/17532/task/17533/stat : 17533 (java) R 17518 17518 16464 0 -1 64 9548 0 0 0 390 5 0 0 17 0 8 0 219933206 881782784 17892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155135217 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17534] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17534/stat : 17534 (java) S 17518 17518 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219933207 881782784 17892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17535] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17535/stat : 17535 (java) S 17518 17518 16464 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 219933207 881782784 17892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17536] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17536/stat : 17536 (java) S 17518 17518 16464 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219933210 881782784 17892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17537] ppid=17518 vsize=861116 CPUtime=0.2
/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 956 0 0 0 19 1 0 0 15 0 8 0 219933210 881782784 17892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881782784 17892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881782784 17892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908684

[startup+12.7861 s]
/proc/loadavg: 2.01 2.02 1.96 4/89 17539
/proc/meminfo: memFree=1012560/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861116 CPUtime=12.64
/proc/17532/stat : 17532 (java) S 17518 17518 16464 0 -1 0 21466 0 1 0 1250 14 0 0 16 0 8 0 219933203 881782784 21005 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215279 21005 1994 14 0 201484 0
[pid=17532/tid=17533] ppid=17518 vsize=861116 CPUtime=9.64
/proc/17532/task/17533/stat : 17533 (java) R 17518 17518 16464 0 -1 64 12652 0 0 0 957 7 0 0 25 0 8 0 219933206 881782784 21005 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154022284 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17534] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17534/stat : 17534 (java) S 17518 17518 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219933207 881782784 21005 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17535] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17535/stat : 17535 (java) S 17518 17518 16464 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 219933207 881782784 21005 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17536] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17536/stat : 17536 (java) S 17518 17518 16464 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219933210 881782784 21005 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17537] ppid=17518 vsize=861116 CPUtime=0.22
/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 965 0 0 0 21 1 0 0 15 0 8 0 219933210 881782784 21005 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881782784 21005 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881782784 21005 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 908684

[startup+25.5928 s]
/proc/loadavg: 2.16 2.05 1.97 3/89 17539
/proc/meminfo: memFree=972048/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861116 CPUtime=25.38
/proc/17532/stat : 17532 (java) R 17518 17518 16464 0 -1 0 28587 0 1 0 2520 18 0 0 16 0 8 0 219933203 881782784 28069 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073788519 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215279 28069 1994 14 0 201484 0
[pid=17532/tid=17533] ppid=17518 vsize=861116 CPUtime=21.03
/proc/17532/task/17533/stat : 17533 (java) R 17518 17518 16464 0 -1 64 19704 0 0 0 2093 10 0 0 25 0 8 0 219933206 881782784 28069 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17534] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17534/stat : 17534 (java) S 17518 17518 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219933207 881782784 28069 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17535] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17535/stat : 17535 (java) S 17518 17518 16464 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 219933207 881782784 28069 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17536] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17536/stat : 17536 (java) S 17518 17518 16464 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219933210 881782784 28069 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17537] ppid=17518 vsize=861116 CPUtime=0.25
/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 977 0 0 0 24 1 0 0 15 0 8 0 219933210 881782784 28069 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881782784 28069 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881782784 28069 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 908684

[startup+51.2122 s]
/proc/loadavg: 2.11 2.04 1.97 4/89 17539
/proc/meminfo: memFree=931856/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861116 CPUtime=50.91
/proc/17532/stat : 17532 (java) S 17518 17518 16464 0 -1 0 35562 0 1 0 5070 21 0 0 16 0 8 0 219933203 881782784 34964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215279 34964 1994 14 0 201484 0
[pid=17532/tid=17533] ppid=17518 vsize=861116 CPUtime=45.04
/proc/17532/task/17533/stat : 17533 (java) R 17518 17518 16464 0 -1 64 26597 0 0 0 4490 14 0 0 25 0 8 0 219933206 881782784 34964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134256 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17534] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17534/stat : 17534 (java) S 17518 17518 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219933207 881782784 34964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17535] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17535/stat : 17535 (java) S 17518 17518 16464 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 219933207 881782784 34964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17536] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17536/stat : 17536 (java) S 17518 17518 16464 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219933210 881782784 34964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17537] ppid=17518 vsize=861116 CPUtime=0.25
/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 979 0 0 0 24 1 0 0 16 0 8 0 219933210 881782784 34964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881782784 34964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881782784 34964 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 908684

[startup+102.492 s]
/proc/loadavg: 2.19 2.06 1.98 3/89 17539
/proc/meminfo: memFree=836944/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861116 CPUtime=102.17
/proc/17532/stat : 17532 (java) S 17518 17518 16464 0 -1 0 49829 0 1 0 10189 28 0 0 16 0 8 0 219933203 881782784 49119 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215279 49119 1994 14 0 201484 0
[pid=17532/tid=17533] ppid=17518 vsize=861116 CPUtime=93.58

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

/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 1013 0 0 0 30 1 0 0 16 0 8 0 219933210 881782784 150715 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881782784 150715 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881782784 150715 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.09
Current children cumulated vsize (KiB) 908684

[startup+1543.99 s]
/proc/loadavg: 2.02 2.04 2.00 4/89 17541
/proc/meminfo: memFree=29712/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861116 CPUtime=1543.15
/proc/17532/stat : 17532 (java) S 17518 17518 16464 0 -1 0 155567 0 1 0 154230 85 0 0 16 0 8 0 219933203 881782784 153755 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215279 153755 1994 14 0 201484 0
[pid=17532/tid=17533] ppid=17518 vsize=861116 CPUtime=1514.23
/proc/17532/task/17533/stat : 17533 (java) R 17518 17518 16464 0 -1 64 145354 0 0 0 151349 74 0 0 25 0 8 0 219933206 881782784 153755 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17534] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17534/stat : 17534 (java) S 17518 17518 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219933207 881782784 153755 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17535] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17535/stat : 17535 (java) S 17518 17518 16464 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 219933207 881782784 153755 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17536] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17536/stat : 17536 (java) S 17518 17518 16464 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219933210 881782784 153755 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17537] ppid=17518 vsize=861116 CPUtime=0.31
/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 1013 0 0 0 30 1 0 0 16 0 8 0 219933210 881782784 153755 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881782784 153755 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881782784 153755 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.16
Current children cumulated vsize (KiB) 908684

[startup+1604 s]
/proc/loadavg: 2.07 2.04 2.00 3/89 17541
/proc/meminfo: memFree=15504/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861116 CPUtime=1603.12
/proc/17532/stat : 17532 (java) S 17518 17518 16464 0 -1 0 159626 0 1 0 160224 88 0 0 16 0 8 0 219933203 881782784 157785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215279 157785 1994 14 0 201484 0
[pid=17532/tid=17533] ppid=17518 vsize=861116 CPUtime=1573.5
/proc/17532/task/17533/stat : 17533 (java) R 17518 17518 16464 0 -1 64 149384 0 0 0 157273 77 0 0 25 0 8 0 219933206 881782784 157785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17534] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17534/stat : 17534 (java) S 17518 17518 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219933207 881782784 157785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17535] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17535/stat : 17535 (java) S 17518 17518 16464 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 219933207 881782784 157785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17536] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17536/stat : 17536 (java) S 17518 17518 16464 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219933210 881782784 157785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17537] ppid=17518 vsize=861116 CPUtime=0.31
/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 1013 0 0 0 30 1 0 0 16 0 8 0 219933210 881782784 157785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881782784 157785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881782784 157785 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.13
Current children cumulated vsize (KiB) 908684

[startup+1664.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/89 17541
/proc/meminfo: memFree=16016/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861116 CPUtime=1663.2
/proc/17532/stat : 17532 (java) S 17518 17518 16464 0 -1 0 161046 0 1 0 166231 89 0 0 16 0 8 0 219933203 881782784 159176 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215279 159176 1994 14 0 201484 0
[pid=17532/tid=17533] ppid=17518 vsize=861116 CPUtime=1633.18
/proc/17532/task/17533/stat : 17533 (java) R 17518 17518 16464 0 -1 64 150775 0 0 0 163241 77 0 0 25 0 8 0 219933206 881782784 159176 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525226 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17534] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17534/stat : 17534 (java) S 17518 17518 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219933207 881782784 159176 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17535] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17535/stat : 17535 (java) S 17518 17518 16464 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 219933207 881782784 159176 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17536] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17536/stat : 17536 (java) S 17518 17518 16464 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219933210 881782784 159176 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17537] ppid=17518 vsize=861116 CPUtime=0.31
/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 1013 0 0 0 30 1 0 0 16 0 8 0 219933210 881782784 159176 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881782784 159176 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881782784 159176 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.21
Current children cumulated vsize (KiB) 908684

[startup+1724.1 s]
/proc/loadavg: 2.01 2.02 2.00 4/89 17541
/proc/meminfo: memFree=16272/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861116 CPUtime=1723.18
/proc/17532/stat : 17532 (java) S 17518 17518 16464 0 -1 0 163054 0 1 0 172228 90 0 0 17 0 8 0 219933203 881782784 161155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215279 161155 1994 14 0 201484 0
[pid=17532/tid=17533] ppid=17518 vsize=861116 CPUtime=1692.68
/proc/17532/task/17533/stat : 17533 (java) R 17518 17518 16464 0 -1 64 152754 0 0 0 169189 79 0 0 25 0 8 0 219933206 881782784 161155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772384 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17534] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17534/stat : 17534 (java) S 17518 17518 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219933207 881782784 161155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17535] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17535/stat : 17535 (java) S 17518 17518 16464 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 219933207 881782784 161155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17536] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17536/stat : 17536 (java) S 17518 17518 16464 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219933210 881782784 161155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17537] ppid=17518 vsize=861116 CPUtime=0.31
/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 1013 0 0 0 30 1 0 0 16 0 8 0 219933210 881782784 161155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881782784 161155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881782784 161155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.19
Current children cumulated vsize (KiB) 908684

[startup+1784.16 s]
/proc/loadavg: 2.05 2.03 2.00 3/89 17541
/proc/meminfo: memFree=15056/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861116 CPUtime=1783.19
/proc/17532/stat : 17532 (java) R 17518 17518 16464 0 -1 0 173560 0 4 0 178215 104 0 0 25 0 8 0 219933203 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215279 171628 2015 14 0 201484 0
[pid=17532/tid=17533] ppid=17518 vsize=861116 CPUtime=1718.02
/proc/17532/task/17533/stat : 17533 (java) R 17518 17518 16464 0 -1 64 155923 0 0 0 171721 81 0 0 16 0 8 0 219933206 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153444379 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17534] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17534/stat : 17534 (java) S 17518 17518 16464 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219933207 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17535] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17535/stat : 17535 (java) S 17518 17518 16464 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 219933207 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17536] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17536/stat : 17536 (java) S 17518 17518 16464 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219933210 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17537] ppid=17518 vsize=861116 CPUtime=0.41
/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 1060 0 0 0 39 2 0 0 15 0 8 0 219933210 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.2
Current children cumulated vsize (KiB) 908684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.03 s]
/proc/loadavg: 2.04 2.03 2.00 3/89 17543
/proc/meminfo: memFree=16336/2055920 swapFree=4192224/4192956
[pid=17518] ppid=17516 vsize=47568 CPUtime=0.01
/proc/17518/stat : 17518 (galac.sh) S 17516 17518 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219933198 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17518/statm: 11892 363 245 79 0 218 0
[pid=17532] ppid=17518 vsize=861116 CPUtime=1800.06
/proc/17532/stat : 17532 (java) R 17518 17518 16464 0 -1 0 173593 0 4 0 179891 115 0 0 25 0 8 0 219933203 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074198863 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17532/statm: 215279 171628 2015 14 0 201484 0
[pid=17532/tid=17533] ppid=17518 vsize=861116 CPUtime=1718.14
/proc/17532/task/17533/stat : 17533 (java) S 17518 17518 16464 0 -1 64 155923 0 0 0 171733 81 0 0 16 0 8 0 219933206 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17534] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17534/stat : 17534 (java) S 17518 17518 16464 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219933207 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17535] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17535/stat : 17535 (java) S 17518 17518 16464 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 219933207 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17536] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17536/stat : 17536 (java) S 17518 17518 16464 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219933210 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17537] ppid=17518 vsize=861116 CPUtime=0.41
/proc/17532/task/17537/stat : 17537 (java) S 17518 17518 16464 0 -1 64 1060 0 0 0 39 2 0 0 16 0 8 0 219933210 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17538] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17538/stat : 17538 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219933210 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17532/tid=17539] ppid=17518 vsize=861116 CPUtime=0
/proc/17532/task/17539/stat : 17539 (java) S 17518 17518 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219933211 881782784 171628 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 908684

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.06
CPU time (s): 0.031994
CPU user time (s): 0.010998
CPU system time (s): 0.020996
CPU usage (%): 0.0017764
Max. virtual memory (cumulated for all children) (KiB): 908904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.010998
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= 2465
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= 24

runsolver used 2.20366 s user time and 5.75712 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sat Jan 13 19:09:52 UTC 2007


IDJOB= 208854
IDBENCH= 4480
IDSOLVER= 78
FILE ID= node33/208854-1168715390

PBS_JOBID= 3547327

Free space on /tmp= 66558 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp01-05/fapp05/fapp05-0350-10.xml
COMMAND LINE= /tmp/evaluation/208854-1168715390/galac.sh /tmp/evaluation/208854-1168715390/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-208854-1168715390 -o ROOT/results/node33/solver-208854-1168715390 -C 1800 -M 900  /tmp/evaluation/208854-1168715390/galac.sh /tmp/evaluation/208854-1168715390/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  3339c024219c9bbd6a504720c022cdc3

RANDOM SEED= 423719454

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.281
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.281
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:       1113648 kB
Buffers:         41372 kB
Cached:         741880 kB
SwapCached:        448 kB
Active:         187744 kB
Inactive:       702716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1113648 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            7236 kB
Writeback:           0 kB
Mapped:         125444 kB
Slab:            36976 kB
Committed_AS:  4931688 kB
PageTables:       2048 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= 66535 MiB



End job on node33 on Sat Jan 13 19:39:56 UTC 2007