Trace number 201053

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.022996 1810.23

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-6.xml
MD5SUM7d741b27b4b5681d00dbaf2b3dd555a0
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 benchmark20.2259
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	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/node33/watcher-201053-1168713562 -o ROOT/results/node33/solver-201053-1168713562 -C 1800 -M 900 /tmp/evaluation/201053-1168713562/galac.sh /tmp/evaluation/201053-1168713562/unknown.xml 

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

/proc/loadavg: 0.57 1.40 1.72 4/81 17137
/proc/meminfo: memFree=1109416/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=6348 CPUtime=0
/proc/17136/stat : 17136 (galac.sh) R 17134 17136 16464 0 -1 4194304 261 0 0 0 0 0 0 0 20 0 1 0 219751115 6500352 216 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210824120918 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17136/statm: 1587 216 165 79 0 123 0

[startup+0.103832 s]
/proc/loadavg: 0.57 1.40 1.72 4/81 17137
/proc/meminfo: memFree=1109416/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.511922 s]
/proc/loadavg: 0.57 1.40 1.72 4/81 17137
/proc/meminfo: memFree=1109416/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33511 s]
/proc/loadavg: 0.57 1.40 1.72 4/89 17157
/proc/meminfo: memFree=1064296/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=1.19
/proc/17150/stat : 17150 (java) R 17136 17136 16464 0 -1 0 13279 0 1 0 111 8 0 0 25 0 8 0 219751121 881860608 13017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17150/statm: 215298 13017 1989 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=0.27
/proc/17150/task/17151/stat : 17151 (java) R 17136 17136 16464 0 -1 64 4148 0 0 0 25 2 0 0 17 0 8 0 219751130 881860608 13017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155523712 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17152] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17152/stat : 17152 (java) S 17136 17136 16464 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219751130 881860608 13017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17153] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17136 17136 16464 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 13017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17154] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17136 17136 16464 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 219751134 881860608 13017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17155] ppid=17136 vsize=861192 CPUtime=0.26
/proc/17150/task/17155/stat : 17155 (java) S 17136 17136 16464 0 -1 64 1022 0 0 0 25 1 0 0 16 0 8 0 219751134 881860608 13017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17156] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 13017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 13017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 908760

[startup+2.98444 s]
/proc/loadavg: 0.77 1.43 1.73 3/89 17157
/proc/meminfo: memFree=1058280/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=2.85
/proc/17150/stat : 17150 (java) R 17136 17136 16464 0 -1 0 14840 0 1 0 275 10 0 0 21 0 8 0 219751121 881860608 14551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17150/statm: 215298 14551 1989 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=1.59
/proc/17150/task/17151/stat : 17151 (java) R 17136 17136 16464 0 -1 64 5681 0 0 0 156 3 0 0 19 0 8 0 219751130 881860608 14551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155222436 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17152] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17152/stat : 17152 (java) S 17136 17136 16464 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219751130 881860608 14551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17153] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17136 17136 16464 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 14551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17154] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17136 17136 16464 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 219751134 881860608 14551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17155] ppid=17136 vsize=861192 CPUtime=0.27
/proc/17150/task/17155/stat : 17155 (java) S 17136 17136 16464 0 -1 64 1023 0 0 0 26 1 0 0 16 0 8 0 219751134 881860608 14551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17156] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 14551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 14551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 908760

[startup+6.28613 s]
/proc/loadavg: 0.77 1.43 1.73 3/89 17157
/proc/meminfo: memFree=1043688/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=6.14
/proc/17150/stat : 17150 (java) S 17136 17136 16464 0 -1 0 17158 0 1 0 603 11 0 0 16 0 8 0 219751121 881860608 16829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17150/statm: 215298 16829 1994 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=4.43
/proc/17150/task/17151/stat : 17151 (java) R 17136 17136 16464 0 -1 64 7940 0 0 0 439 4 0 0 25 0 8 0 219751130 881860608 16829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17152] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17152/stat : 17152 (java) S 17136 17136 16464 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219751130 881860608 16829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17153] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17136 17136 16464 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 16829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17154] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17136 17136 16464 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 219751134 881860608 16829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17155] ppid=17136 vsize=861192 CPUtime=0.28
/proc/17150/task/17155/stat : 17155 (java) S 17136 17136 16464 0 -1 64 1030 0 0 0 27 1 0 0 16 0 8 0 219751134 881860608 16829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17156] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 16829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 16829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 908760

[startup+12.6935 s]
/proc/loadavg: 0.95 1.45 1.73 3/89 17157
/proc/meminfo: memFree=1022184/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=12.55
/proc/17150/stat : 17150 (java) S 17136 17136 16464 0 -1 0 20494 0 1 0 1242 13 0 0 16 0 8 0 219751121 881860608 20112 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17150/statm: 215298 20112 1994 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=10.12
/proc/17150/task/17151/stat : 17151 (java) R 17136 17136 16464 0 -1 64 11219 0 0 0 1006 6 0 0 25 0 8 0 219751130 881860608 20112 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134194 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17152] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17152/stat : 17152 (java) S 17136 17136 16464 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219751130 881860608 20112 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17153] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17136 17136 16464 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 20112 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17154] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17136 17136 16464 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 219751134 881860608 20112 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17155] ppid=17136 vsize=861192 CPUtime=0.29
/proc/17150/task/17155/stat : 17155 (java) S 17136 17136 16464 0 -1 64 1034 0 0 0 28 1 0 0 16 0 8 0 219751134 881860608 20112 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17156] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 20112 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 20112 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 908760

[startup+25.585 s]
/proc/loadavg: 1.12 1.47 1.73 3/89 17157
/proc/meminfo: memFree=990632/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=25.35
/proc/17150/stat : 17150 (java) S 17136 17136 16464 0 -1 0 25721 0 1 0 2519 16 0 0 15 0 8 0 219751121 881860608 25269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17150/statm: 215298 25269 1994 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=21.97
/proc/17150/task/17151/stat : 17151 (java) R 17136 17136 16464 0 -1 64 16365 0 0 0 2188 9 0 0 25 0 8 0 219751130 881860608 25269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155135512 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17152] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17152/stat : 17152 (java) S 17136 17136 16464 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219751130 881860608 25269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17153] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17136 17136 16464 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 25269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17154] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17136 17136 16464 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 219751134 881860608 25269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17155] ppid=17136 vsize=861192 CPUtime=0.31
/proc/17150/task/17155/stat : 17155 (java) S 17136 17136 16464 0 -1 64 1045 0 0 0 30 1 0 0 16 0 8 0 219751134 881860608 25269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17156] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 25269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 25269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 908760

[startup+51.2083 s]
/proc/loadavg: 1.42 1.51 1.74 3/89 17157
/proc/meminfo: memFree=942824/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=50.83
/proc/17150/stat : 17150 (java) S 17136 17136 16464 0 -1 0 32803 0 1 0 5062 21 0 0 15 0 8 0 219751121 881860608 32252 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17150/statm: 215298 32252 1994 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=46.14
/proc/17150/task/17151/stat : 17151 (java) R 17136 17136 16464 0 -1 64 23348 0 0 0 4600 14 0 0 25 0 8 0 219751130 881860608 32252 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17152] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17152/stat : 17152 (java) S 17136 17136 16464 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 219751130 881860608 32252 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17153] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17136 17136 16464 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 32252 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17154] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17136 17136 16464 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 219751134 881860608 32252 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17155] ppid=17136 vsize=861192 CPUtime=0.31
/proc/17150/task/17155/stat : 17155 (java) S 17136 17136 16464 0 -1 64 1045 0 0 0 30 1 0 0 16 0 8 0 219751134 881860608 32252 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17156] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 32252 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 32252 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 908760

[startup+102.503 s]
/proc/loadavg: 1.81 1.60 1.75 3/89 17157
/proc/meminfo: memFree=871144/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=101.85
/proc/17150/stat : 17150 (java) S 17136 17136 16464 0 -1 0 42670 0 1 0 10158 27 0 0 16 0 8 0 219751121 881860608 41981 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17150/statm: 215298 41981 1994 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=95.28

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

/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 116139 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 116139 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.66
Current children cumulated vsize (KiB) 908760

[startup+1544.17 s]
/proc/loadavg: 2.08 2.06 1.96 3/89 17355
/proc/meminfo: memFree=298280/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=1535.42
/proc/17150/stat : 17150 (java) S 17136 17136 16464 0 -1 0 120049 0 1 0 153445 97 0 0 17 0 8 0 219751121 881860608 117934 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17150/statm: 215298 117934 1994 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=1505.34
/proc/17150/task/17151/stat : 17151 (java) R 17136 17136 16464 0 -1 64 109005 0 0 0 150449 85 0 0 25 0 8 0 219751130 881860608 117934 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17152] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17152/stat : 17152 (java) S 17136 17136 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 117934 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17153] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17136 17136 16464 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 117934 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17154] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17136 17136 16464 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 219751134 881860608 117934 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17155] ppid=17136 vsize=861192 CPUtime=0.36
/proc/17150/task/17155/stat : 17155 (java) S 17136 17136 16464 0 -1 64 1070 0 0 0 35 1 0 0 16 0 8 0 219751134 881860608 117934 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17156] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 117934 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 117934 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.43
Current children cumulated vsize (KiB) 908760

[startup+1604.27 s]
/proc/loadavg: 2.03 2.05 1.96 3/89 17355
/proc/meminfo: memFree=285736/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=1595.17
/proc/17150/stat : 17150 (java) S 17136 17136 16464 0 -1 0 121789 0 1 0 159419 98 0 0 17 0 8 0 219751121 881860608 119634 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17150/statm: 215298 119634 1994 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=1564.47
/proc/17150/task/17151/stat : 17151 (java) R 17136 17136 16464 0 -1 64 110705 0 0 0 156361 86 0 0 25 0 8 0 219751130 881860608 119634 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525853 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17152] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17152/stat : 17152 (java) S 17136 17136 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 119634 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17153] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17136 17136 16464 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 119634 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17154] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17136 17136 16464 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 219751134 881860608 119634 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17155] ppid=17136 vsize=861192 CPUtime=0.36
/proc/17150/task/17155/stat : 17155 (java) S 17136 17136 16464 0 -1 64 1070 0 0 0 35 1 0 0 16 0 8 0 219751134 881860608 119634 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17156] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 119634 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 119634 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.18
Current children cumulated vsize (KiB) 908760

[startup+1664.37 s]
/proc/loadavg: 2.01 2.03 1.96 3/89 17355
/proc/meminfo: memFree=270504/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=1654.94
/proc/17150/stat : 17150 (java) S 17136 17136 16464 0 -1 0 123182 0 1 0 165395 99 0 0 16 0 8 0 219751121 881860608 120986 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17150/statm: 215298 120986 1994 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=1623.57
/proc/17150/task/17151/stat : 17151 (java) R 17136 17136 16464 0 -1 64 112057 0 0 0 162270 87 0 0 25 0 8 0 219751130 881860608 120986 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153789606 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17152] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17152/stat : 17152 (java) S 17136 17136 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 120986 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17153] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17136 17136 16464 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 120986 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17154] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17136 17136 16464 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 219751134 881860608 120986 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17155] ppid=17136 vsize=861192 CPUtime=0.36
/proc/17150/task/17155/stat : 17155 (java) S 17136 17136 16464 0 -1 64 1070 0 0 0 35 1 0 0 16 0 8 0 219751134 881860608 120986 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17156] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 120986 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 120986 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.95
Current children cumulated vsize (KiB) 908760

[startup+1724.46 s]
/proc/loadavg: 2.00 2.03 1.96 3/89 17355
/proc/meminfo: memFree=259432/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=1714.71
/proc/17150/stat : 17150 (java) S 17136 17136 16464 0 -1 0 124319 0 1 0 171371 100 0 0 16 0 8 0 219751121 881860608 122084 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17150/statm: 215298 122084 1994 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=1682.73
/proc/17150/task/17151/stat : 17151 (java) R 17136 17136 16464 0 -1 64 113155 0 0 0 168185 88 0 0 25 0 8 0 219751130 881860608 122084 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525104 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17152] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17152/stat : 17152 (java) S 17136 17136 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 122084 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17153] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17136 17136 16464 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 122084 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17154] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17136 17136 16464 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 219751134 881860608 122084 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17155] ppid=17136 vsize=861192 CPUtime=0.36
/proc/17150/task/17155/stat : 17155 (java) S 17136 17136 16464 0 -1 64 1070 0 0 0 35 1 0 0 16 0 8 0 219751134 881860608 122084 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17156] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 122084 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 122084 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.72
Current children cumulated vsize (KiB) 908760

[startup+1784.55 s]
/proc/loadavg: 2.00 2.02 1.96 3/89 17355
/proc/meminfo: memFree=246312/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=1774.45
/proc/17150/stat : 17150 (java) S 17136 17136 16464 0 -1 0 126452 0 1 0 177343 102 0 0 16 0 8 0 219751121 881860608 124178 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17150/statm: 215298 124178 1994 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=1741.63
/proc/17150/task/17151/stat : 17151 (java) R 17136 17136 16464 0 -1 64 115249 0 0 0 174074 89 0 0 25 0 8 0 219751130 881860608 124178 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155523582 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17152] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17152/stat : 17152 (java) S 17136 17136 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 124178 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17153] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17136 17136 16464 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 124178 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17154] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17136 17136 16464 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 219751134 881860608 124178 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17155] ppid=17136 vsize=861192 CPUtime=0.36
/proc/17150/task/17155/stat : 17155 (java) S 17136 17136 16464 0 -1 64 1070 0 0 0 35 1 0 0 16 0 8 0 219751134 881860608 124178 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17156] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 124178 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 124178 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.46
Current children cumulated vsize (KiB) 908760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.21 s]
/proc/loadavg: 2.00 2.02 1.96 3/89 17464
/proc/meminfo: memFree=637648/2055920 swapFree=4192224/4192956
[pid=17136] ppid=17134 vsize=47568 CPUtime=0.01
/proc/17136/stat : 17136 (galac.sh) S 17134 17136 16464 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219751115 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17136/statm: 11892 363 245 79 0 218 0
[pid=17150] ppid=17136 vsize=861192 CPUtime=1800
/proc/17150/stat : 17150 (java) S 17136 17136 16464 0 -1 0 127184 0 1 0 179896 104 0 0 17 0 8 0 219751121 881860608 124893 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17150/statm: 215298 124893 1994 14 0 201503 0
[pid=17150/tid=17151] ppid=17136 vsize=861192 CPUtime=1766.76
/proc/17150/task/17151/stat : 17151 (java) R 17136 17136 16464 0 -1 64 115964 0 0 0 176585 91 0 0 25 0 8 0 219751130 881860608 124893 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772431 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17150/tid=17152] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17152/stat : 17152 (java) S 17136 17136 16464 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 124893 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17153] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17136 17136 16464 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219751130 881860608 124893 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17154] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17136 17136 16464 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 219751134 881860608 124893 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17155] ppid=17136 vsize=861192 CPUtime=0.36
/proc/17150/task/17155/stat : 17155 (java) S 17136 17136 16464 0 -1 64 1070 0 0 0 35 1 0 0 16 0 8 0 219751134 881860608 124893 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17156] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17136 17136 16464 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 219751134 881860608 124893 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17150/tid=17157] ppid=17136 vsize=861192 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17136 17136 16464 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 219751134 881860608 124893 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 908760

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.23
CPU time (s): 0.022996
CPU user time (s): 0.004999
CPU system time (s): 0.017997
CPU usage (%): 0.00127034
Max. virtual memory (cumulated for all children) (KiB): 908760

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

runsolver used 2.15467 s user time and 5.9101 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sat Jan 13 18:39:27 UTC 2007


IDJOB= 201053
IDBENCH= 3741
IDSOLVER= 78
FILE ID= node33/201053-1168713562

PBS_JOBID= 3547327

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  7d741b27b4b5681d00dbaf2b3dd555a0

RANDOM SEED= 157479103

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:       1122312 kB
Buffers:         39528 kB
Cached:         748620 kB
SwapCached:        448 kB
Active:         181756 kB
Inactive:       700152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1122312 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:           15080 kB
Writeback:           0 kB
Mapped:         112044 kB
Slab:            36908 kB
Committed_AS:  4927816 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66554 MiB



End job on node33 on Sat Jan 13 19:09:47 UTC 2007