Trace number 200998

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.024995 1821.05

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-0.xml
MD5SUM2be79f0821f7522fe88dc3496c804b12
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.39257
SatisfiableNO
(Un)Satisfiability was provedNO
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.04	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/node20/watcher-200998-1168713550 -o ROOT/results/node20/solver-200998-1168713550 -C 1800 -M 900 /tmp/evaluation/200998-1168713550/galac.sh /tmp/evaluation/200998-1168713550/unknown.xml 

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

/proc/loadavg: 1.00 1.74 1.87 4/81 2748
/proc/meminfo: memFree=1781904/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=18540 CPUtime=0
/proc/2747/stat : 2747 (runsolver) D 2745 2747 2672 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 219750544 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 273952599335 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2747/statm: 4635 279 244 17 0 2626 0

[startup+0.10294 s]
/proc/loadavg: 1.00 1.74 1.87 4/81 2748
/proc/meminfo: memFree=1781904/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.511991 s]
/proc/loadavg: 1.00 1.74 1.87 4/81 2748
/proc/meminfo: memFree=1781904/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33509 s]
/proc/loadavg: 1.00 1.74 1.87 2/89 2768
/proc/meminfo: memFree=1740816/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861012 CPUtime=0.57
/proc/2761/stat : 2761 (java) S 2747 2747 2672 0 -1 0 8350 0 71 0 48 9 0 0 16 0 8 0 219750548 881676288 8175 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2761/statm: 215253 8175 1954 14 0 201458 0
[pid=2761/tid=2762] ppid=2747 vsize=861012 CPUtime=0
/proc/2761/task/2762/stat : 2762 (java) S 2747 2747 2672 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 219750584 881676288 8175 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2763] ppid=2747 vsize=861012 CPUtime=0
/proc/2761/task/2763/stat : 2763 (java) S 2747 2747 2672 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 219750585 881676288 8175 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2764] ppid=2747 vsize=861012 CPUtime=0
/proc/2761/task/2764/stat : 2764 (java) S 2747 2747 2672 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 219750585 881676288 8175 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2765] ppid=2747 vsize=861012 CPUtime=0
/proc/2761/task/2765/stat : 2765 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219750590 881676288 8175 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2766] ppid=2747 vsize=861012 CPUtime=0.14
/proc/2761/task/2766/stat : 2766 (java) R 2747 2747 2672 0 -1 64 932 0 0 0 13 1 0 0 16 0 8 0 219750590 881676288 8175 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152957665 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2767] ppid=2747 vsize=861012 CPUtime=0
/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881676288 8175 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861012 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881676288 8175 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 908568

[startup+2.98729 s]
/proc/loadavg: 1.00 1.74 1.87 2/89 2768
/proc/meminfo: memFree=1715216/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861192 CPUtime=2.21
/proc/2761/stat : 2761 (java) R 2747 2747 2672 0 -1 0 14686 0 72 0 209 12 0 0 16 0 8 0 219750548 881860608 14475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074134544 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2761/statm: 215298 14475 1990 14 0 201503 0
[pid=2761/tid=2762] ppid=2747 vsize=861192 CPUtime=1.02
/proc/2761/task/2762/stat : 2762 (java) S 2747 2747 2672 0 -1 64 5605 0 0 0 100 2 0 0 17 0 8 0 219750584 881860608 14475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2763] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2763/stat : 2763 (java) S 2747 2747 2672 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 14475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2764] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2764/stat : 2764 (java) S 2747 2747 2672 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 14475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2765] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2765/stat : 2765 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219750590 881860608 14475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2766] ppid=2747 vsize=861192 CPUtime=0.25
/proc/2761/task/2766/stat : 2766 (java) S 2747 2747 2672 0 -1 64 1023 0 0 0 24 1 0 0 15 0 8 0 219750590 881860608 14475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2767] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881860608 14475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881860608 14475 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 908748

[startup+6.27769 s]
/proc/loadavg: 1.00 1.73 1.86 2/89 2768
/proc/meminfo: memFree=1700880/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861192 CPUtime=5.49
/proc/2761/stat : 2761 (java) S 2747 2747 2672 0 -1 0 18399 0 72 0 535 14 0 0 16 0 8 0 219750548 881860608 18145 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2761/statm: 215298 18145 1995 14 0 201503 0
[pid=2761/tid=2762] ppid=2747 vsize=861192 CPUtime=3.74
/proc/2761/task/2762/stat : 2762 (java) R 2747 2747 2672 0 -1 64 9258 0 0 0 370 4 0 0 18 0 8 0 219750584 881860608 18145 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2763] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2763/stat : 2763 (java) S 2747 2747 2672 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 18145 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2764] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2764/stat : 2764 (java) S 2747 2747 2672 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 18145 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2765] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2765/stat : 2765 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219750590 881860608 18145 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2766] ppid=2747 vsize=861192 CPUtime=0.26
/proc/2761/task/2766/stat : 2766 (java) S 2747 2747 2672 0 -1 64 1028 0 0 0 25 1 0 0 15 0 8 0 219750590 881860608 18145 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2761/tid=2767] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881860608 18145 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881860608 18145 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 908748

[startup+12.7725 s]
/proc/loadavg: 1.00 1.72 1.86 2/89 2771
/proc/meminfo: memFree=1676816/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861192 CPUtime=11.97
/proc/2761/stat : 2761 (java) S 2747 2747 2672 0 -1 0 23800 0 72 0 1181 16 0 0 16 0 8 0 219750548 881860608 23494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2761/statm: 215298 23494 1995 14 0 201503 0
[pid=2761/tid=2762] ppid=2747 vsize=861192 CPUtime=9.45
/proc/2761/task/2762/stat : 2762 (java) R 2747 2747 2672 0 -1 64 14601 0 0 0 939 6 0 0 22 0 8 0 219750584 881860608 23494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134253 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2763] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2763/stat : 2763 (java) S 2747 2747 2672 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 23494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2764] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2764/stat : 2764 (java) S 2747 2747 2672 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 23494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2765] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2765/stat : 2765 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219750590 881860608 23494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2766] ppid=2747 vsize=861192 CPUtime=0.28
/proc/2761/task/2766/stat : 2766 (java) S 2747 2747 2672 0 -1 64 1034 0 0 0 26 2 0 0 15 0 8 0 219750590 881860608 23494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2761/tid=2767] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881860608 23494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881860608 23494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 908748

[startup+25.67 s]
/proc/loadavg: 1.23 1.73 1.86 3/102 2829
/proc/meminfo: memFree=1573416/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861192 CPUtime=24.77
/proc/2761/stat : 2761 (java) S 2747 2747 2672 0 -1 0 29987 0 72 0 2456 21 0 0 15 0 8 0 219750548 881860608 29616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2761/statm: 215298 29616 1995 14 0 201503 0
[pid=2761/tid=2762] ppid=2747 vsize=861192 CPUtime=21.26
/proc/2761/task/2762/stat : 2762 (java) R 2747 2747 2672 0 -1 64 20714 0 0 0 2116 10 0 0 25 0 8 0 219750584 881860608 29616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772385 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2763] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2763/stat : 2763 (java) S 2747 2747 2672 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 29616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2764] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2764/stat : 2764 (java) S 2747 2747 2672 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 29616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2765] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2765/stat : 2765 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219750590 881860608 29616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2766] ppid=2747 vsize=861192 CPUtime=0.29
/proc/2761/task/2766/stat : 2766 (java) S 2747 2747 2672 0 -1 64 1043 0 0 0 27 2 0 0 16 0 8 0 219750590 881860608 29616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2767] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881860608 29616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881860608 29616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 908748

[startup+51.2832 s]
/proc/loadavg: 1.49 1.75 1.86 3/102 2829
/proc/meminfo: memFree=1504424/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861192 CPUtime=50.08
/proc/2761/stat : 2761 (java) S 2747 2747 2672 0 -1 0 37344 0 72 0 4984 24 0 0 15 0 8 0 219750548 881860608 36892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2761/statm: 215298 36892 1995 14 0 201503 0
[pid=2761/tid=2762] ppid=2747 vsize=861192 CPUtime=45.45
/proc/2761/task/2762/stat : 2762 (java) R 2747 2747 2672 0 -1 64 27988 0 0 0 4532 13 0 0 25 0 8 0 219750584 881860608 36892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525226 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2763] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2763/stat : 2763 (java) S 2747 2747 2672 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 36892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2764] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2764/stat : 2764 (java) S 2747 2747 2672 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 36892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2765] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2765/stat : 2765 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219750590 881860608 36892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2766] ppid=2747 vsize=861192 CPUtime=0.3
/proc/2761/task/2766/stat : 2766 (java) S 2747 2747 2672 0 -1 64 1045 0 0 0 28 2 0 0 16 0 8 0 219750590 881860608 36892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2767] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881860608 36892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881860608 36892 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.09
Current children cumulated vsize (KiB) 908748

[startup+102.534 s]
/proc/loadavg: 1.83 1.80 1.87 3/102 2829
/proc/meminfo: memFree=1414696/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861192 CPUtime=100.8
/proc/2761/stat : 2761 (java) S 2747 2747 2672 0 -1 0 47731 0 72 0 10050 30 0 0 15 0 8 0 219750548 881860608 47163 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2761/statm: 215298 47163 1995 14 0 201503 0
[pid=2761/tid=2762] ppid=2747 vsize=861192 CPUtime=94.62

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

/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881860608 136890 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881860608 136890 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1466.44
Current children cumulated vsize (KiB) 908748

[startup+1543.72 s]
/proc/loadavg: 2.00 2.05 2.00 3/102 3027
/proc/meminfo: memFree=707816/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861192 CPUtime=1525.82
/proc/2761/stat : 2761 (java) S 2747 2747 2672 0 -1 0 140393 0 72 0 152473 109 0 0 16 0 8 0 219750548 881860608 138637 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2761/statm: 215298 138637 1995 14 0 201503 0
[pid=2761/tid=2762] ppid=2747 vsize=861192 CPUtime=1499.93
/proc/2761/task/2762/stat : 2762 (java) R 2747 2747 2672 0 -1 64 129718 0 0 0 149899 94 0 0 25 0 8 0 219750584 881860608 138637 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772428 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2763] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2763/stat : 2763 (java) S 2747 2747 2672 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 138637 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2764] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2764/stat : 2764 (java) S 2747 2747 2672 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 138637 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2765] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2765/stat : 2765 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219750590 881860608 138637 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2766] ppid=2747 vsize=861192 CPUtime=0.32
/proc/2761/task/2766/stat : 2766 (java) S 2747 2747 2672 0 -1 64 1060 0 0 0 30 2 0 0 16 0 8 0 219750590 881860608 138637 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2767] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881860608 138637 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881860608 138637 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1525.83
Current children cumulated vsize (KiB) 908748

[startup+1603.83 s]
/proc/loadavg: 2.00 2.04 2.00 3/102 3027
/proc/meminfo: memFree=694056/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861192 CPUtime=1585.29
/proc/2761/stat : 2761 (java) S 2747 2747 2672 0 -1 0 142140 0 72 0 158419 110 0 0 16 0 8 0 219750548 881860608 140350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2761/statm: 215298 140350 1995 14 0 201503 0
[pid=2761/tid=2762] ppid=2747 vsize=861192 CPUtime=1558.74
/proc/2761/task/2762/stat : 2762 (java) R 2747 2747 2672 0 -1 64 131431 0 0 0 155779 95 0 0 25 0 8 0 219750584 881860608 140350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155215792 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2763] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2763/stat : 2763 (java) S 2747 2747 2672 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 140350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2764] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2764/stat : 2764 (java) S 2747 2747 2672 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 140350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2765] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2765/stat : 2765 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219750590 881860608 140350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2766] ppid=2747 vsize=861192 CPUtime=0.32
/proc/2761/task/2766/stat : 2766 (java) S 2747 2747 2672 0 -1 64 1060 0 0 0 30 2 0 0 16 0 8 0 219750590 881860608 140350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2767] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881860608 140350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881860608 140350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1585.3
Current children cumulated vsize (KiB) 908748

[startup+1663.93 s]
/proc/loadavg: 2.00 2.03 2.00 3/102 3027
/proc/meminfo: memFree=682856/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861192 CPUtime=1644.76
/proc/2761/stat : 2761 (java) S 2747 2747 2672 0 -1 0 143588 0 72 0 164364 112 0 0 16 0 8 0 219750548 881860608 141765 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2761/statm: 215298 141765 1995 14 0 201503 0
[pid=2761/tid=2762] ppid=2747 vsize=861192 CPUtime=1617.66
/proc/2761/task/2762/stat : 2762 (java) R 2747 2747 2672 0 -1 64 132846 0 0 0 161670 96 0 0 25 0 8 0 219750584 881860608 141765 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155523556 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2763] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2763/stat : 2763 (java) S 2747 2747 2672 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 141765 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2764] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2764/stat : 2764 (java) S 2747 2747 2672 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 141765 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2765] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2765/stat : 2765 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219750590 881860608 141765 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2766] ppid=2747 vsize=861192 CPUtime=0.32
/proc/2761/task/2766/stat : 2766 (java) S 2747 2747 2672 0 -1 64 1060 0 0 0 30 2 0 0 16 0 8 0 219750590 881860608 141765 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2767] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881860608 141765 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881860608 141765 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1644.77
Current children cumulated vsize (KiB) 908748

[startup+1724.03 s]
/proc/loadavg: 2.00 2.02 2.00 3/102 3027
/proc/meminfo: memFree=669160/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861192 CPUtime=1704.24
/proc/2761/stat : 2761 (java) S 2747 2747 2672 0 -1 0 145238 0 72 0 170311 113 0 0 17 0 8 0 219750548 881860608 143382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2761/statm: 215298 143382 1995 14 0 201503 0
[pid=2761/tid=2762] ppid=2747 vsize=861192 CPUtime=1676.49
/proc/2761/task/2762/stat : 2762 (java) R 2747 2747 2672 0 -1 64 134463 0 0 0 167552 97 0 0 25 0 8 0 219750584 881860608 143382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772384 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2763] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2763/stat : 2763 (java) S 2747 2747 2672 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 143382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2764] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2764/stat : 2764 (java) S 2747 2747 2672 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 143382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2765] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2765/stat : 2765 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219750590 881860608 143382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2766] ppid=2747 vsize=861192 CPUtime=0.32
/proc/2761/task/2766/stat : 2766 (java) S 2747 2747 2672 0 -1 64 1060 0 0 0 30 2 0 0 16 0 8 0 219750590 881860608 143382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2767] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881860608 143382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881860608 143382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1704.25
Current children cumulated vsize (KiB) 908748

[startup+1784.03 s]
/proc/loadavg: 2.15 2.06 2.01 3/102 3027
/proc/meminfo: memFree=652520/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861192 CPUtime=1763.45
/proc/2761/stat : 2761 (java) S 2747 2747 2672 0 -1 0 147832 0 72 0 176231 114 0 0 17 0 8 0 219750548 881860608 145944 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2761/statm: 215298 145944 1995 14 0 201503 0
[pid=2761/tid=2762] ppid=2747 vsize=861192 CPUtime=1735.14
/proc/2761/task/2762/stat : 2762 (java) R 2747 2747 2672 0 -1 64 137025 0 0 0 173416 98 0 0 25 0 8 0 219750584 881860608 145944 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525220 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2763] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2763/stat : 2763 (java) S 2747 2747 2672 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 145944 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2764] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2764/stat : 2764 (java) S 2747 2747 2672 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 145944 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2765] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2765/stat : 2765 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219750590 881860608 145944 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2766] ppid=2747 vsize=861192 CPUtime=0.32
/proc/2761/task/2766/stat : 2766 (java) S 2747 2747 2672 0 -1 64 1060 0 0 0 30 2 0 0 16 0 8 0 219750590 881860608 145944 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2767] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881860608 145944 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) R 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881860608 145944 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1763.46
Current children cumulated vsize (KiB) 908748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1821.02 s]
/proc/loadavg: 2.08 2.05 2.01 4/101 3029
/proc/meminfo: memFree=646248/2055920 swapFree=4170260/4192956
[pid=2747] ppid=2745 vsize=47556 CPUtime=0.01
/proc/2747/stat : 2747 (galac.sh) S 2745 2747 2672 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 219750544 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2747/statm: 11889 363 245 79 0 218 0
[pid=2761] ppid=2747 vsize=861192 CPUtime=1800.02
/proc/2761/stat : 2761 (java) S 2747 2747 2672 0 -1 0 148706 0 72 0 179887 115 0 0 17 0 8 0 219750548 881860608 146798 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2761/statm: 215298 146798 1995 14 0 201503 0
[pid=2761/tid=2762] ppid=2747 vsize=861192 CPUtime=1771.27
/proc/2761/task/2762/stat : 2762 (java) R 2747 2747 2672 0 -1 64 137879 0 0 0 177028 99 0 0 25 0 8 0 219750584 881860608 146798 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2763] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2763/stat : 2763 (java) S 2747 2747 2672 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 146798 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2764] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2764/stat : 2764 (java) S 2747 2747 2672 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 219750585 881860608 146798 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2765] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2765/stat : 2765 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 219750590 881860608 146798 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2766] ppid=2747 vsize=861192 CPUtime=0.32
/proc/2761/task/2766/stat : 2766 (java) S 2747 2747 2672 0 -1 64 1060 0 0 0 30 2 0 0 16 0 8 0 219750590 881860608 146798 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2767] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2767/stat : 2767 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 219750590 881860608 146798 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2761/tid=2768] ppid=2747 vsize=861192 CPUtime=0
/proc/2761/task/2768/stat : 2768 (java) S 2747 2747 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219750590 881860608 146798 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 908748

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): 1821.05
CPU time (s): 0.024995
CPU user time (s): 0.007998
CPU system time (s): 0.016997
CPU usage (%): 0.00137256
Max. virtual memory (cumulated for all children) (KiB): 908848

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

runsolver used 2.56361 s user time and 6.90695 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sat Jan 13 18:39:16 UTC 2007


IDJOB= 200998
IDBENCH= 3738
IDSOLVER= 78
FILE ID= node20/200998-1168713550

PBS_JOBID= 3547335

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  2be79f0821f7522fe88dc3496c804b12

RANDOM SEED= 12446414

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.216
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.216
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:       1782184 kB
Buffers:         37352 kB
Cached:         154012 kB
SwapCached:       3252 kB
Active:          89852 kB
Inactive:       131520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782184 kB
SwapTotal:     4192956 kB
SwapFree:      4170260 kB
Dirty:            7716 kB
Writeback:           0 kB
Mapped:          45224 kB
Slab:            37368 kB
Committed_AS:  4531020 kB
PageTables:       2260 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= 66552 MiB



End job on node20 on Sat Jan 13 19:09:44 UTC 2007