Trace number 209286

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.023996 1820.03

General information on the benchmark

Namefapp/fapp01-05/fapp03/
fapp03-0300-5.xml
MD5SUMd1df8e23e9a7ad8a9026e17e8a4f5663
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 benchmark1.38379
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
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/node70/watcher-209286-1168715426 -o ROOT/results/node70/solver-209286-1168715426 -C 1800 -M 900 /tmp/evaluation/209286-1168715426/galac.sh /tmp/evaluation/209286-1168715426/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.94 2.02 1.93 5/81 7824
/proc/meminfo: memFree=1242432/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=18540 CPUtime=0
/proc/7823/stat : 7823 (runsolver) R 7821 7823 6173 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 19039755 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7823/statm: 4635 279 244 17 0 2626 0

[startup+0.106885 s]
/proc/loadavg: 1.94 2.02 1.93 5/81 7824
/proc/meminfo: memFree=1242432/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+0.514923 s]
/proc/loadavg: 1.94 2.02 1.93 5/81 7824
/proc/meminfo: memFree=1242432/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+1.34201 s]
/proc/loadavg: 1.94 2.02 1.93 6/89 7844
/proc/meminfo: memFree=1198080/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=1.25
/proc/7837/stat : 7837 (java) R 7823 7823 6173 0 -1 0 12855 0 1 0 117 8 0 0 25 0 8 0 19039760 881541120 12596 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 12596 1990 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=0.5
/proc/7837/task/7838/stat : 7838 (java) R 7823 7823 6173 0 -1 64 4317 0 0 0 48 2 0 0 17 0 8 0 19039764 881541120 12596 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155772447 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7839] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7823 7823 6173 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19039765 881541120 12596 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7823 7823 6173 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19039765 881541120 12596 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7823 7823 6173 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 19039768 881541120 12596 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7823 vsize=860880 CPUtime=0.14
/proc/7837/task/7842/stat : 7842 (java) S 7823 7823 6173 0 -1 64 919 0 0 0 13 1 0 0 16 0 8 0 19039768 881541120 12596 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 12596 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 12596 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 908440

[startup+2.99118 s]
/proc/loadavg: 1.94 2.02 1.93 4/89 7844
/proc/meminfo: memFree=1193984/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=2.9
/proc/7837/stat : 7837 (java) R 7823 7823 6173 0 -1 0 14854 0 1 0 281 9 0 0 25 0 8 0 19039760 881541120 14570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 14570 1995 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=1.78
/proc/7837/task/7838/stat : 7838 (java) R 7823 7823 6173 0 -1 64 6262 0 0 0 175 3 0 0 18 0 8 0 19039764 881541120 14570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155772454 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7839] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7823 7823 6173 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19039765 881541120 14570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7823 7823 6173 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19039765 881541120 14570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7823 7823 6173 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 19039768 881541120 14570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7823 vsize=860880 CPUtime=0.16
/proc/7837/task/7842/stat : 7842 (java) S 7823 7823 6173 0 -1 64 936 0 0 0 15 1 0 0 16 0 8 0 19039768 881541120 14570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 14570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 14570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 908440

[startup+6.27551 s]
/proc/loadavg: 1.94 2.02 1.93 3/89 7844
/proc/meminfo: memFree=1185024/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=6.17
/proc/7837/stat : 7837 (java) S 7823 7823 6173 0 -1 0 16234 0 1 0 607 10 0 0 16 0 8 0 19039760 881541120 15911 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 15911 1995 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=4.53
/proc/7837/task/7838/stat : 7838 (java) R 7823 7823 6173 0 -1 64 7593 0 0 0 450 3 0 0 25 0 8 0 19039764 881541120 15911 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4153802800 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7839] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7823 7823 6173 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19039765 881541120 15911 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7823 7823 6173 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19039765 881541120 15911 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7823 7823 6173 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 19039768 881541120 15911 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7823 vsize=860880 CPUtime=0.19
/proc/7837/task/7842/stat : 7842 (java) S 7823 7823 6173 0 -1 64 946 0 0 0 18 1 0 0 16 0 8 0 19039768 881541120 15911 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 15911 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 15911 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 908440

[startup+12.6762 s]
/proc/loadavg: 2.02 2.03 1.93 3/89 7844
/proc/meminfo: memFree=1158920/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=12.5
/proc/7837/stat : 7837 (java) S 7823 7823 6173 0 -1 0 21305 0 1 0 1237 13 0 0 16 0 8 0 19039760 881541120 20933 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 20933 1995 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=10.01
/proc/7837/task/7838/stat : 7838 (java) R 7823 7823 6173 0 -1 64 12600 0 0 0 995 6 0 0 25 0 8 0 19039764 881541120 20933 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525231 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7839] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7823 7823 6173 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19039765 881541120 20933 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7823 7823 6173 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19039765 881541120 20933 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7823 7823 6173 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 19039768 881541120 20933 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7823 vsize=860880 CPUtime=0.21
/proc/7837/task/7842/stat : 7842 (java) S 7823 7823 6173 0 -1 64 961 0 0 0 20 1 0 0 16 0 8 0 19039768 881541120 20933 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 20933 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 20933 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 908440

[startup+25.5734 s]
/proc/loadavg: 2.02 2.03 1.93 3/89 7844
/proc/meminfo: memFree=1131976/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=25.34
/proc/7837/stat : 7837 (java) S 7823 7823 6173 0 -1 0 25742 0 1 0 2519 15 0 0 15 0 8 0 19039760 881541120 25303 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 25303 1995 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=21.96
/proc/7837/task/7838/stat : 7838 (java) R 7823 7823 6173 0 -1 64 16961 0 0 0 2187 9 0 0 25 0 8 0 19039764 881541120 25303 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155581675 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7839] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7823 7823 6173 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19039765 881541120 25303 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7823 7823 6173 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19039765 881541120 25303 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7823 7823 6173 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 19039768 881541120 25303 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7823 vsize=860880 CPUtime=0.23
/proc/7837/task/7842/stat : 7842 (java) S 7823 7823 6173 0 -1 64 970 0 0 0 22 1 0 0 16 0 8 0 19039768 881541120 25303 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 25303 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 25303 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 908440

[startup+51.252 s]
/proc/loadavg: 2.01 2.03 1.93 3/89 7844
/proc/meminfo: memFree=1083144/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=50.85
/proc/7837/stat : 7837 (java) S 7823 7823 6173 0 -1 0 33427 0 1 0 5065 20 0 0 15 0 8 0 19039760 881541120 32892 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 32892 1995 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=46.05
/proc/7837/task/7838/stat : 7838 (java) R 7823 7823 6173 0 -1 64 24549 0 0 0 4592 13 0 0 25 0 8 0 19039764 881541120 32892 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525853 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7839] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7823 7823 6173 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19039765 881541120 32892 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7823 7823 6173 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19039765 881541120 32892 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7823 7823 6173 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 19039768 881541120 32892 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7823 vsize=860880 CPUtime=0.23
/proc/7837/task/7842/stat : 7842 (java) S 7823 7823 6173 0 -1 64 971 0 0 0 22 1 0 0 15 0 8 0 19039768 881541120 32892 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 32892 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 32892 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 908440

[startup+102.535 s]
/proc/loadavg: 2.00 2.02 1.93 3/89 7844
/proc/meminfo: memFree=1020040/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=101.52
/proc/7837/stat : 7837 (java) S 7823 7823 6173 0 -1 0 42719 0 1 0 10127 25 0 0 15 0 8 0 19039760 881541120 42054 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 42054 1995 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=95.17

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

/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 126522 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 126522 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1467.93
Current children cumulated vsize (KiB) 908440

[startup+1544.44 s]
/proc/loadavg: 2.01 2.03 2.00 3/89 7846
/proc/meminfo: memFree=303176/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=1527.34
/proc/7837/stat : 7837 (java) S 7823 7823 6173 0 -1 0 129738 0 1 0 152655 79 0 0 16 0 8 0 19039760 881541120 127725 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 127725 1995 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=1504.79
/proc/7837/task/7838/stat : 7838 (java) R 7823 7823 6173 0 -1 64 119371 0 0 0 150413 66 0 0 25 0 8 0 19039764 881541120 127725 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7839] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7823 7823 6173 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19039765 881541120 127725 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7823 7823 6173 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19039765 881541120 127725 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7823 7823 6173 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 19039768 881541120 127725 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7823 vsize=860880 CPUtime=0.25
/proc/7837/task/7842/stat : 7842 (java) S 7823 7823 6173 0 -1 64 982 0 0 0 24 1 0 0 16 0 8 0 19039768 881541120 127725 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 127725 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 127725 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.34
Current children cumulated vsize (KiB) 908440

[startup+1604.53 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 7846
/proc/meminfo: memFree=278536/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=1586.77
/proc/7837/stat : 7837 (java) S 7823 7823 6173 0 -1 0 133189 0 1 0 158596 81 0 0 16 0 8 0 19039760 881541120 131140 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 131140 1995 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=1563.66
/proc/7837/task/7838/stat : 7838 (java) R 7823 7823 6173 0 -1 64 122786 0 0 0 156298 68 0 0 25 0 8 0 19039764 881541120 131140 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155772454 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7839] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7823 7823 6173 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19039765 881541120 131140 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7823 7823 6173 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19039765 881541120 131140 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7823 7823 6173 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 19039768 881541120 131140 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7823 vsize=860880 CPUtime=0.25
/proc/7837/task/7842/stat : 7842 (java) S 7823 7823 6173 0 -1 64 982 0 0 0 24 1 0 0 16 0 8 0 19039768 881541120 131140 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 131140 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 131140 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1586.77
Current children cumulated vsize (KiB) 908440

[startup+1664.63 s]
/proc/loadavg: 2.03 2.03 2.00 3/89 7846
/proc/meminfo: memFree=256648/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=1646.17
/proc/7837/stat : 7837 (java) S 7823 7823 6173 0 -1 0 135694 0 1 0 164535 82 0 0 16 0 8 0 19039760 881541120 133609 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 133609 1995 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=1622.57
/proc/7837/task/7838/stat : 7838 (java) R 7823 7823 6173 0 -1 64 125255 0 0 0 162187 70 0 0 25 0 8 0 19039764 881541120 133609 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155772384 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7839] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7823 7823 6173 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19039765 881541120 133609 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7823 7823 6173 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19039765 881541120 133609 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7823 7823 6173 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 19039768 881541120 133609 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7823 vsize=860880 CPUtime=0.25
/proc/7837/task/7842/stat : 7842 (java) S 7823 7823 6173 0 -1 64 982 0 0 0 24 1 0 0 16 0 8 0 19039768 881541120 133609 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 133609 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 133609 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.17
Current children cumulated vsize (KiB) 908440

[startup+1724.72 s]
/proc/loadavg: 2.08 2.04 2.00 3/89 7846
/proc/meminfo: memFree=240200/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=1705.59
/proc/7837/stat : 7837 (java) S 7823 7823 6173 0 -1 0 138689 0 1 0 170475 84 0 0 16 0 8 0 19039760 881541120 136570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 136570 1995 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=1681.51
/proc/7837/task/7838/stat : 7838 (java) R 7823 7823 6173 0 -1 64 128216 0 0 0 168080 71 0 0 25 0 8 0 19039764 881541120 136570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7839] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7823 7823 6173 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19039765 881541120 136570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7823 7823 6173 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19039765 881541120 136570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7823 7823 6173 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 19039768 881541120 136570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7823 vsize=860880 CPUtime=0.25
/proc/7837/task/7842/stat : 7842 (java) S 7823 7823 6173 0 -1 64 982 0 0 0 24 1 0 0 16 0 8 0 19039768 881541120 136570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 136570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 136570 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.59
Current children cumulated vsize (KiB) 908440

[startup+1784.76 s]
/proc/loadavg: 1.75 1.96 1.98 3/89 8063
/proc/meminfo: memFree=735624/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=1765.18
/proc/7837/stat : 7837 (java) S 7823 7823 6173 0 -1 0 141529 0 1 0 176430 88 0 0 16 0 8 0 19039760 881541120 139370 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 139370 1995 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=1740.65
/proc/7837/task/7838/stat : 7838 (java) R 7823 7823 6173 0 -1 64 131016 0 0 0 173990 75 0 0 25 0 8 0 19039764 881541120 139370 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7839] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7823 7823 6173 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19039765 881541120 139370 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7823 7823 6173 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19039765 881541120 139370 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7823 7823 6173 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 19039768 881541120 139370 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7823 vsize=860880 CPUtime=0.25
/proc/7837/task/7842/stat : 7842 (java) S 7823 7823 6173 0 -1 64 982 0 0 0 24 1 0 0 16 0 8 0 19039768 881541120 139370 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 139370 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 139370 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.18
Current children cumulated vsize (KiB) 908440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820 s]
/proc/loadavg: 1.93 1.98 1.98 3/89 8063
/proc/meminfo: memFree=98128/2055920 swapFree=4192956/4192956
[pid=7823] ppid=7821 vsize=47560 CPUtime=0
/proc/7823/stat : 7823 (galac.sh) S 7821 7823 6173 0 -1 4194304 761 1705 0 0 0 0 0 0 20 0 1 0 19039755 48701440 364 18446744073709551615 4194304 4520092 548682069296 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7823/statm: 11890 364 246 79 0 218 0
[pid=7837] ppid=7823 vsize=860880 CPUtime=1800.07
/proc/7837/stat : 7837 (java) S 7823 7823 6173 0 -1 0 144107 0 1 0 179918 89 0 0 17 0 8 0 19039760 881541120 141926 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7837/statm: 215220 141926 1995 14 0 201477 0
[pid=7837/tid=7838] ppid=7823 vsize=860880 CPUtime=1775.15
/proc/7837/task/7838/stat : 7838 (java) R 7823 7823 6173 0 -1 64 133572 0 0 0 177439 76 0 0 25 0 8 0 19039764 881541120 141926 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7839] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7839/stat : 7839 (java) S 7823 7823 6173 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19039765 881541120 141926 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7840] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7840/stat : 7840 (java) S 7823 7823 6173 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19039765 881541120 141926 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7841] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7841/stat : 7841 (java) S 7823 7823 6173 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 19039768 881541120 141926 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7842] ppid=7823 vsize=860880 CPUtime=0.25
/proc/7837/task/7842/stat : 7842 (java) S 7823 7823 6173 0 -1 64 982 0 0 0 24 1 0 0 16 0 8 0 19039768 881541120 141926 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7843] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7843/stat : 7843 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 19039768 881541120 141926 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7837/tid=7844] ppid=7823 vsize=860880 CPUtime=0
/proc/7837/task/7844/stat : 7844 (java) S 7823 7823 6173 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19039769 881541120 141926 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 908440

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1820.03
CPU time (s): 0.023996
CPU user time (s): 0.005999
CPU system time (s): 0.017997
CPU usage (%): 0.00131844
Max. virtual memory (cumulated for all children) (KiB): 908440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.005999
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= 2466
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= 47
involuntary context switches= 19

runsolver used 2.70859 s user time and 7.31289 s system time

The end

Launcher Data (download as text)

Begin job on node70 on Sat Jan 13 19:10:27 UTC 2007


IDJOB= 209286
IDBENCH= 4507
IDSOLVER= 78
FILE ID= node70/209286-1168715426

PBS_JOBID= 3547299

Free space on /tmp= 66558 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp01-05/fapp03/fapp03-0300-5.xml
COMMAND LINE= /tmp/evaluation/209286-1168715426/galac.sh /tmp/evaluation/209286-1168715426/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-209286-1168715426 -o ROOT/results/node70/solver-209286-1168715426 -C 1800 -M 900  /tmp/evaluation/209286-1168715426/galac.sh /tmp/evaluation/209286-1168715426/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  d1df8e23e9a7ad8a9026e17e8a4f5663

RANDOM SEED= 91396509

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.234
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.234
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:       1243680 kB
Buffers:         31740 kB
Cached:         565844 kB
SwapCached:          0 kB
Active:         173492 kB
Inactive:       564300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1243680 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3528 kB
Writeback:           0 kB
Mapped:         159208 kB
Slab:            59388 kB
Committed_AS:  1098088 kB
PageTables:       2088 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66557 MiB



End job on node70 on Sat Jan 13 19:40:57 UTC 2007