Trace number 196442

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.029994 1820.44

General information on the benchmark

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

Solver Data (download as text)

0.03	c --- Preproc Stats ---

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node38/watcher-196442-1168713305 -o ROOT/results/node38/solver-196442-1168713305 -C 1800 -M 900 /tmp/evaluation/196442-1168713305/galac.sh /tmp/evaluation/196442-1168713305/unknown.xml 

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

/proc/loadavg: 2.01 2.02 1.95 5/74 3255
/proc/meminfo: memFree=1315544/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=6344 CPUtime=0
/proc/3254/stat : 3254 (galac.sh) R 3252 3254 2578 0 -1 4194304 259 0 0 0 0 0 0 0 21 0 1 0 219730118 6496256 214 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890608114 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3254/statm: 1586 214 164 79 0 122 0

[startup+0.105303 s]
/proc/loadavg: 2.01 2.02 1.95 5/74 3255
/proc/meminfo: memFree=1315544/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.513381 s]
/proc/loadavg: 2.01 2.02 1.95 5/74 3255
/proc/meminfo: memFree=1315544/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33455 s]
/proc/loadavg: 2.01 2.02 1.95 4/82 3275
/proc/meminfo: memFree=1267664/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=1.28
/proc/3268/stat : 3268 (java) S 3254 3254 2578 0 -1 0 13924 0 1 0 119 9 0 0 16 0 8 0 219730121 881790976 13660 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3268/statm: 215281 13660 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=0.32
/proc/3268/task/3269/stat : 3269 (java) R 3254 3254 2578 0 -1 64 4391 0 0 0 31 1 0 0 17 0 8 0 219730125 881790976 13660 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525278 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3270] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3270/stat : 3270 (java) S 3254 3254 2578 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 13660 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3271] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3271/stat : 3271 (java) S 3254 3254 2578 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 13660 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3272] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3272/stat : 3272 (java) S 3254 3254 2578 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219730129 881790976 13660 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3273] ppid=3254 vsize=861124 CPUtime=0.21
/proc/3268/task/3273/stat : 3273 (java) R 3254 3254 2578 0 -1 64 976 0 0 0 20 1 0 0 21 0 8 0 219730129 881790976 13660 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3274] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 13660 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 13660 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908688

[startup+2.98287 s]
/proc/loadavg: 2.01 2.02 1.95 4/82 3275
/proc/meminfo: memFree=1260944/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=2.92
/proc/3268/stat : 3268 (java) R 3254 3254 2578 0 -1 0 16352 0 1 0 282 10 0 0 16 0 8 0 219730121 881790976 15993 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4073971130 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3268/statm: 215281 15993 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=1.55
/proc/3268/task/3269/stat : 3269 (java) R 3254 3254 2578 0 -1 64 6795 0 0 0 153 2 0 0 25 0 8 0 219730125 881790976 15993 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3270] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3270/stat : 3270 (java) S 3254 3254 2578 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 15993 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3271] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3271/stat : 3271 (java) S 3254 3254 2578 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 15993 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3272] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3272/stat : 3272 (java) S 3254 3254 2578 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219730129 881790976 15993 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3273] ppid=3254 vsize=861124 CPUtime=0.22
/proc/3268/task/3273/stat : 3273 (java) S 3254 3254 2578 0 -1 64 981 0 0 0 21 1 0 0 16 0 8 0 219730129 881790976 15993 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3274] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 15993 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 15993 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908688

[startup+6.28151 s]
/proc/loadavg: 2.01 2.02 1.95 3/82 3275
/proc/meminfo: memFree=1252888/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=6.2
/proc/3268/stat : 3268 (java) S 3254 3254 2578 0 -1 0 18325 0 1 0 609 11 0 0 15 0 8 0 219730121 881790976 17925 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3268/statm: 215281 17925 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=4.36
/proc/3268/task/3269/stat : 3269 (java) R 3254 3254 2578 0 -1 64 8722 0 0 0 433 3 0 0 25 0 8 0 219730125 881790976 17925 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155523712 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3270] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3270/stat : 3270 (java) S 3254 3254 2578 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 17925 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3271] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3271/stat : 3271 (java) S 3254 3254 2578 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 17925 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3272] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3272/stat : 3272 (java) S 3254 3254 2578 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219730129 881790976 17925 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3273] ppid=3254 vsize=861124 CPUtime=0.23
/proc/3268/task/3273/stat : 3273 (java) S 3254 3254 2578 0 -1 64 986 0 0 0 22 1 0 0 16 0 8 0 219730129 881790976 17925 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3274] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 17925 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 17925 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908688

[startup+12.6898 s]
/proc/loadavg: 2.01 2.02 1.95 3/82 3275
/proc/meminfo: memFree=1240280/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=12.57
/proc/3268/stat : 3268 (java) S 3254 3254 2578 0 -1 0 20913 0 1 0 1245 12 0 0 15 0 8 0 219730121 881790976 20453 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3268/statm: 215281 20453 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=10.01
/proc/3268/task/3269/stat : 3269 (java) R 3254 3254 2578 0 -1 64 11246 0 0 0 996 5 0 0 25 0 8 0 219730125 881790976 20453 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155134256 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3270] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3270/stat : 3270 (java) S 3254 3254 2578 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 20453 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3271] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3271/stat : 3271 (java) S 3254 3254 2578 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 20453 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3272] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3272/stat : 3272 (java) S 3254 3254 2578 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219730129 881790976 20453 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3273] ppid=3254 vsize=861124 CPUtime=0.24
/proc/3268/task/3273/stat : 3273 (java) S 3254 3254 2578 0 -1 64 990 0 0 0 23 1 0 0 16 0 8 0 219730129 881790976 20453 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3274] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 20453 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 20453 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 908688

[startup+25.5093 s]
/proc/loadavg: 2.09 2.03 1.95 3/82 3275
/proc/meminfo: memFree=1213336/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=25.32
/proc/3268/stat : 3268 (java) S 3254 3254 2578 0 -1 0 28503 0 1 0 2517 15 0 0 16 0 8 0 219730121 881790976 27966 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3268/statm: 215281 27966 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=21.39
/proc/3268/task/3269/stat : 3269 (java) R 3254 3254 2578 0 -1 64 18748 0 0 0 2131 8 0 0 25 0 8 0 219730125 881790976 27966 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3270] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3270/stat : 3270 (java) S 3254 3254 2578 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 27966 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3271] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3271/stat : 3271 (java) S 3254 3254 2578 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 27966 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3272] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3272/stat : 3272 (java) S 3254 3254 2578 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219730129 881790976 27966 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3273] ppid=3254 vsize=861124 CPUtime=0.26
/proc/3268/task/3273/stat : 3273 (java) S 3254 3254 2578 0 -1 64 1001 0 0 0 25 1 0 0 16 0 8 0 219730129 881790976 27966 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3274] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 27966 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 27966 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 908688

[startup+51.1953 s]
/proc/loadavg: 2.14 2.04 1.96 3/89 3356
/proc/meminfo: memFree=1140256/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=50.91
/proc/3268/stat : 3268 (java) S 3254 3254 2578 0 -1 0 33716 0 1 0 5071 20 0 0 15 0 8 0 219730121 881790976 33066 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3268/statm: 215281 33066 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=45.87
/proc/3268/task/3269/stat : 3269 (java) R 3254 3254 2578 0 -1 64 23847 0 0 0 4575 12 0 0 25 0 8 0 219730125 881790976 33066 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155523553 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3270] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3270/stat : 3270 (java) S 3254 3254 2578 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 33066 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3271] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3271/stat : 3271 (java) S 3254 3254 2578 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 33066 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3272] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3272/stat : 3272 (java) S 3254 3254 2578 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219730129 881790976 33066 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3273] ppid=3254 vsize=861124 CPUtime=0.27
/proc/3268/task/3273/stat : 3273 (java) S 3254 3254 2578 0 -1 64 1002 0 0 0 26 1 0 0 16 0 8 0 219730129 881790976 33066 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3274] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 33066 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 33066 18446744073709551615 134512640 134570532 4294956064 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) 908688

[startup+102.482 s]
/proc/loadavg: 2.11 2.05 1.96 3/89 3356
/proc/meminfo: memFree=1026536/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=101.78
/proc/3268/stat : 3268 (java) S 3254 3254 2578 0 -1 0 46174 0 1 0 10150 28 0 0 15 0 8 0 219730121 881790976 45386 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3268/statm: 215281 45386 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=94.77

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

/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 120870 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 120870 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1467.69
Current children cumulated vsize (KiB) 908688

[startup+1544.19 s]
/proc/loadavg: 2.09 2.06 2.01 3/89 3356
/proc/meminfo: memFree=345704/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=1527.1
/proc/3268/stat : 3268 (java) S 3254 3254 2578 0 -1 0 124459 0 1 0 152628 82 0 0 16 0 8 0 219730121 881790976 122249 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3268/statm: 215281 122249 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=1502.91
/proc/3268/task/3269/stat : 3269 (java) R 3254 3254 2578 0 -1 64 113019 0 0 0 150221 70 0 0 25 0 8 0 219730125 881790976 122249 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525056 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3270] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3270/stat : 3270 (java) S 3254 3254 2578 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219730126 881790976 122249 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3271] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3271/stat : 3271 (java) S 3254 3254 2578 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 122249 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3272] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3272/stat : 3272 (java) S 3254 3254 2578 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219730129 881790976 122249 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3273] ppid=3254 vsize=861124 CPUtime=0.28
/proc/3268/task/3273/stat : 3273 (java) S 3254 3254 2578 0 -1 64 1013 0 0 0 27 1 0 0 16 0 8 0 219730129 881790976 122249 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3274] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 122249 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 122249 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.11
Current children cumulated vsize (KiB) 908688

[startup+1604.2 s]
/proc/loadavg: 2.20 2.10 2.02 3/95 3514
/proc/meminfo: memFree=328672/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=1586.3
/proc/3268/stat : 3268 (java) S 3254 3254 2578 0 -1 0 125339 0 1 0 158532 98 0 0 16 0 8 0 219730121 881790976 123090 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3268/statm: 215281 123090 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=1561.75
/proc/3268/task/3269/stat : 3269 (java) R 3254 3254 2578 0 -1 64 113860 0 0 0 156089 86 0 0 25 0 8 0 219730125 881790976 123090 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3270] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3270/stat : 3270 (java) S 3254 3254 2578 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219730126 881790976 123090 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3271] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3271/stat : 3271 (java) S 3254 3254 2578 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 123090 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3272] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3272/stat : 3272 (java) S 3254 3254 2578 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219730129 881790976 123090 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3273] ppid=3254 vsize=861124 CPUtime=0.28
/proc/3268/task/3273/stat : 3273 (java) S 3254 3254 2578 0 -1 64 1013 0 0 0 27 1 0 0 16 0 8 0 219730129 881790976 123090 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3274] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 123090 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 123090 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1586.31
Current children cumulated vsize (KiB) 908688

[startup+1664.21 s]
/proc/loadavg: 2.11 2.09 2.02 3/89 3554
/proc/meminfo: memFree=310120/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=1645.57
/proc/3268/stat : 3268 (java) S 3254 3254 2578 0 -1 0 127269 0 1 0 164453 104 0 0 16 0 8 0 219730121 881790976 124982 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3268/statm: 215281 124982 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=1620.56
/proc/3268/task/3269/stat : 3269 (java) R 3254 3254 2578 0 -1 64 115752 0 0 0 161964 92 0 0 25 0 8 0 219730125 881790976 124982 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3270] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3270/stat : 3270 (java) S 3254 3254 2578 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219730126 881790976 124982 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3271] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3271/stat : 3271 (java) S 3254 3254 2578 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 124982 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3272] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3272/stat : 3272 (java) S 3254 3254 2578 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219730129 881790976 124982 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3273] ppid=3254 vsize=861124 CPUtime=0.28
/proc/3268/task/3273/stat : 3273 (java) S 3254 3254 2578 0 -1 64 1013 0 0 0 27 1 0 0 16 0 8 0 219730129 881790976 124982 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3274] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 124982 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 124982 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1645.58
Current children cumulated vsize (KiB) 908688

[startup+1724.23 s]
/proc/loadavg: 2.04 2.07 2.02 3/89 3554
/proc/meminfo: memFree=295528/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=1704.93
/proc/3268/stat : 3268 (java) S 3254 3254 2578 0 -1 0 129943 0 1 0 170387 106 0 0 16 0 8 0 219730121 881790976 127618 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3268/statm: 215281 127618 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=1679.32
/proc/3268/task/3269/stat : 3269 (java) R 3254 3254 2578 0 -1 64 118388 0 0 0 167838 94 0 0 25 0 8 0 219730125 881790976 127618 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3270] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3270/stat : 3270 (java) S 3254 3254 2578 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219730126 881790976 127618 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3271] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3271/stat : 3271 (java) S 3254 3254 2578 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 127618 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3272] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3272/stat : 3272 (java) S 3254 3254 2578 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219730129 881790976 127618 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3273] ppid=3254 vsize=861124 CPUtime=0.28
/proc/3268/task/3273/stat : 3273 (java) S 3254 3254 2578 0 -1 64 1013 0 0 0 27 1 0 0 16 0 8 0 219730129 881790976 127618 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3274] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 127618 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 127618 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1704.94
Current children cumulated vsize (KiB) 908688

[startup+1784.24 s]
/proc/loadavg: 2.09 2.07 2.01 3/89 3554
/proc/meminfo: memFree=282408/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=1764.3
/proc/3268/stat : 3268 (java) S 3254 3254 2578 0 -1 0 132037 0 1 0 176322 108 0 0 16 0 8 0 219730121 881790976 129676 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3268/statm: 215281 129676 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=1738.27
/proc/3268/task/3269/stat : 3269 (java) R 3254 3254 2578 0 -1 64 120446 0 0 0 173732 95 0 0 25 0 8 0 219730125 881790976 129676 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525869 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3270] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3270/stat : 3270 (java) S 3254 3254 2578 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219730126 881790976 129676 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3271] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3271/stat : 3271 (java) S 3254 3254 2578 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 129676 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3272] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3272/stat : 3272 (java) S 3254 3254 2578 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219730129 881790976 129676 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3273] ppid=3254 vsize=861124 CPUtime=0.28
/proc/3268/task/3273/stat : 3273 (java) S 3254 3254 2578 0 -1 64 1013 0 0 0 27 1 0 0 16 0 8 0 219730129 881790976 129676 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3274] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 129676 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 129676 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1764.31
Current children cumulated vsize (KiB) 908688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.42 s]
/proc/loadavg: 2.05 2.06 2.01 3/89 3554
/proc/meminfo: memFree=278696/2055920 swapFree=4192812/4192956
[pid=3254] ppid=3252 vsize=47564 CPUtime=0.01
/proc/3254/stat : 3254 (galac.sh) S 3252 3254 2578 0 -1 4194304 762 1705 0 0 0 0 0 1 18 0 1 0 219730118 48705536 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3254/statm: 11891 364 246 79 0 218 0
[pid=3268] ppid=3254 vsize=861124 CPUtime=1800.08
/proc/3268/stat : 3268 (java) S 3254 3254 2578 0 -1 0 132597 0 1 0 179900 108 0 0 16 0 8 0 219730121 881790976 130214 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3268/statm: 215281 130214 1996 14 0 201487 0
[pid=3268/tid=3269] ppid=3254 vsize=861124 CPUtime=1773.82
/proc/3268/task/3269/stat : 3269 (java) R 3254 3254 2578 0 -1 64 120984 0 0 0 177286 96 0 0 25 0 8 0 219730125 881790976 130214 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3270] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3270/stat : 3270 (java) S 3254 3254 2578 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219730126 881790976 130214 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3271] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3271/stat : 3271 (java) S 3254 3254 2578 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219730126 881790976 130214 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3272] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3272/stat : 3272 (java) S 3254 3254 2578 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 219730129 881790976 130214 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3273] ppid=3254 vsize=861124 CPUtime=0.28
/proc/3268/task/3273/stat : 3273 (java) S 3254 3254 2578 0 -1 64 1013 0 0 0 27 1 0 0 16 0 8 0 219730129 881790976 130214 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3268/tid=3274] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3274/stat : 3274 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 219730129 881790976 130214 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3268/tid=3275] ppid=3254 vsize=861124 CPUtime=0
/proc/3268/task/3275/stat : 3275 (java) S 3254 3254 2578 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219730129 881790976 130214 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 908688

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1820.44
CPU time (s): 0.029994
CPU user time (s): 0.008998
CPU system time (s): 0.020996
CPU usage (%): 0.00164762
Max. virtual memory (cumulated for all children) (KiB): 908940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.008998
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= 52
involuntary context switches= 22

runsolver used 2.74958 s user time and 7.2249 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Jan 13 18:35:05 UTC 2007


IDJOB= 196442
IDBENCH= 3351
IDSOLVER= 78
FILE ID= node38/196442-1168713305

PBS_JOBID= 3547250

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  f2cbb788c0c9a394e7c193eac0b4b56b

RANDOM SEED= 287415930

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.267
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.267
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:       1316024 kB
Buffers:         39404 kB
Cached:         612512 kB
SwapCached:          0 kB
Active:          96184 kB
Inactive:       588548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1316024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4056 kB
Writeback:           0 kB
Mapped:          44128 kB
Slab:            40564 kB
Committed_AS:  4875156 kB
PageTables:       1892 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= 66557 MiB



End job on node38 on Sat Jan 13 19:05:31 UTC 2007