Trace number 196586

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.027995 1810.17

General information on the benchmark

Namefapp/fapp06-10/fapp07/
fapp07-0600-10.xml
MD5SUMc6661c5ba43efbac3cdfb127fa8266e1
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 benchmark5.08123
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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

/proc/loadavg: 1.92 1.98 1.98 5/87 14454
/proc/meminfo: memFree=1655016/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=8560 CPUtime=0
/proc/14453/stat : 14453 (galac.sh) R 14451 14453 13716 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 219731587 8765440 253 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268583028623 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14453/statm: 2140 253 197 79 0 133 0

[startup+0.106212 s]
/proc/loadavg: 1.92 1.98 1.98 5/87 14454
/proc/meminfo: memFree=1655016/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.514272 s]
/proc/loadavg: 1.92 1.98 1.98 5/87 14454
/proc/meminfo: memFree=1655016/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33536 s]
/proc/loadavg: 1.92 1.98 1.98 3/95 14474
/proc/meminfo: memFree=1596072/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861096 CPUtime=0.92
/proc/14467/stat : 14467 (java) R 14453 14453 13716 0 -1 0 12432 0 91 0 82 10 0 0 20 0 8 0 219731591 881762304 12270 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215274 12270 1994 14 0 201479 0
[pid=14467/tid=14468] ppid=14453 vsize=861096 CPUtime=0.18
/proc/14467/task/14468/stat : 14468 (java) R 14453 14453 13716 0 -1 64 3689 0 0 0 17 1 0 0 17 0 8 0 219731606 881762304 12270 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4154022284 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14469] ppid=14453 vsize=861096 CPUtime=0
/proc/14467/task/14469/stat : 14469 (java) S 14453 14453 13716 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219731607 881762304 12270 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14470] ppid=14453 vsize=861096 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14453 14453 13716 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219731607 881762304 12270 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14471] ppid=14453 vsize=861096 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219731617 881762304 12270 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14453 vsize=861096 CPUtime=0.18
/proc/14467/task/14472/stat : 14472 (java) S 14453 14453 13716 0 -1 64 955 0 0 0 18 0 0 0 16 0 8 0 219731617 881762304 12270 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14473] ppid=14453 vsize=861096 CPUtime=0
/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881762304 12270 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861096 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881762304 12273 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 908664

[startup+2.97556 s]
/proc/loadavg: 1.92 1.98 1.98 4/95 14474
/proc/meminfo: memFree=1591016/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861096 CPUtime=2.56
/proc/14467/stat : 14467 (java) R 14453 14453 13716 0 -1 0 14294 0 91 0 245 11 0 0 25 0 8 0 219731591 881762304 14100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215274 14100 1994 14 0 201479 0
[pid=14467/tid=14468] ppid=14453 vsize=861096 CPUtime=1.31
/proc/14467/task/14468/stat : 14468 (java) R 14453 14453 13716 0 -1 64 5511 0 0 0 129 2 0 0 18 0 8 0 219731606 881762304 14100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4153789799 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14469] ppid=14453 vsize=861096 CPUtime=0
/proc/14467/task/14469/stat : 14469 (java) S 14453 14453 13716 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219731607 881762304 14100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14470] ppid=14453 vsize=861096 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14453 14453 13716 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219731607 881762304 14100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14471] ppid=14453 vsize=861096 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219731617 881762304 14100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14453 vsize=861096 CPUtime=0.2
/proc/14467/task/14472/stat : 14472 (java) S 14453 14453 13716 0 -1 64 963 0 0 0 20 0 0 0 15 0 8 0 219731617 881762304 14100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14473] ppid=14453 vsize=861096 CPUtime=0
/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881762304 14100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861096 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881762304 14100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 908664

[startup+6.18419 s]
/proc/loadavg: 1.93 1.98 1.98 5/95 14474
/proc/meminfo: memFree=1577000/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861116 CPUtime=5.76
/proc/14467/stat : 14467 (java) R 14453 14453 13716 0 -1 0 17835 0 91 0 564 12 0 0 21 0 8 0 219731591 881782784 17487 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215279 17487 1994 14 0 201484 0
[pid=14467/tid=14468] ppid=14453 vsize=861116 CPUtime=3.83
/proc/14467/task/14468/stat : 14468 (java) R 14453 14453 13716 0 -1 64 9000 0 0 0 379 4 0 0 18 0 8 0 219731606 881782784 17487 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14469] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14469/stat : 14469 (java) S 14453 14453 13716 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 17487 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14470] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14453 14453 13716 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 17487 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14471] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219731617 881782784 17487 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14453 vsize=861116 CPUtime=0.22
/proc/14467/task/14472/stat : 14472 (java) S 14453 14453 13716 0 -1 64 977 0 0 0 22 0 0 0 15 0 8 0 219731617 881782784 17487 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14473] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881782784 17487 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881782784 17487 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 908684

[startup+12.6697 s]
/proc/loadavg: 1.93 1.98 1.98 3/95 14474
/proc/meminfo: memFree=1563880/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861116 CPUtime=12.25
/proc/14467/stat : 14467 (java) S 14453 14453 13716 0 -1 0 20409 0 91 0 1211 14 0 0 16 0 8 0 219731591 881782784 20004 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215279 20004 1994 14 0 201484 0
[pid=14467/tid=14468] ppid=14453 vsize=861116 CPUtime=9.57
/proc/14467/task/14468/stat : 14468 (java) R 14453 14453 13716 0 -1 64 11509 0 0 0 952 5 0 0 25 0 8 0 219731606 881782784 20004 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155222450 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14469] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14469/stat : 14469 (java) S 14453 14453 13716 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 20004 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14470] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14453 14453 13716 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 20004 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14471] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219731617 881782784 20004 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14453 vsize=861116 CPUtime=0.24
/proc/14467/task/14472/stat : 14472 (java) S 14453 14453 13716 0 -1 64 985 0 0 0 24 0 0 0 16 0 8 0 219731617 881782784 20004 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14473] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881782784 20004 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881782784 20004 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 908684

[startup+25.5682 s]
/proc/loadavg: 1.95 1.98 1.98 3/95 14474
/proc/meminfo: memFree=1540200/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861116 CPUtime=25.13
/proc/14467/stat : 14467 (java) S 14453 14453 13716 0 -1 0 26450 0 91 0 2496 17 0 0 15 0 8 0 219731591 881782784 25960 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215279 25960 1994 14 0 201484 0
[pid=14467/tid=14468] ppid=14453 vsize=861116 CPUtime=21.27
/proc/14467/task/14468/stat : 14468 (java) R 14453 14453 13716 0 -1 64 17457 0 0 0 2120 7 0 0 25 0 8 0 219731606 881782784 25960 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155222450 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14469] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14469/stat : 14469 (java) S 14453 14453 13716 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 25960 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14470] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14453 14453 13716 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 25960 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14471] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219731617 881782784 25960 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14453 vsize=861116 CPUtime=0.25
/proc/14467/task/14472/stat : 14472 (java) S 14453 14453 13716 0 -1 64 993 0 0 0 25 0 0 0 15 0 8 0 219731617 881782784 25960 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14473] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881782784 25960 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881782784 25960 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 908684

[startup+51.2362 s]
/proc/loadavg: 1.96 1.98 1.98 3/95 14474
/proc/meminfo: memFree=1511272/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861116 CPUtime=50.76
/proc/14467/stat : 14467 (java) S 14453 14453 13716 0 -1 0 33779 0 91 0 5055 21 0 0 15 0 8 0 219731591 881782784 33177 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215279 33177 1994 14 0 201484 0
[pid=14467/tid=14468] ppid=14453 vsize=861116 CPUtime=45.22
/proc/14467/task/14468/stat : 14468 (java) R 14453 14453 13716 0 -1 64 24674 0 0 0 4510 12 0 0 25 0 8 0 219731606 881782784 33177 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155772437 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14469] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14469/stat : 14469 (java) S 14453 14453 13716 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 33177 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14470] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14453 14453 13716 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 33177 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14471] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219731617 881782784 33177 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14453 vsize=861116 CPUtime=0.25
/proc/14467/task/14472/stat : 14472 (java) S 14453 14453 13716 0 -1 64 993 0 0 0 25 0 0 0 15 0 8 0 219731617 881782784 33177 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14473] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881782784 33177 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881782784 33177 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 908684

[startup+102.457 s]
/proc/loadavg: 1.70 1.92 1.96 2/89 14488
/proc/meminfo: memFree=1488472/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861116 CPUtime=101.86
/proc/14467/stat : 14467 (java) S 14453 14453 13716 0 -1 0 43671 0 91 0 10160 26 0 0 15 0 8 0 219731591 881782784 42903 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215279 42903 1994 14 0 201484 0
[pid=14467/tid=14468] ppid=14453 vsize=861116 CPUtime=94.08

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

/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881782784 121125 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881782784 121125 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.83
Current children cumulated vsize (KiB) 908684

[startup+1543.94 s]
/proc/loadavg: 2.11 2.04 1.95 3/108 15007
/proc/meminfo: memFree=685632/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861116 CPUtime=1535.4
/proc/14467/stat : 14467 (java) S 14453 14453 13716 0 -1 0 126564 0 91 0 153438 102 0 0 17 0 8 0 219731591 881782784 124328 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215279 124328 1994 14 0 201484 0
[pid=14467/tid=14468] ppid=14453 vsize=861116 CPUtime=1507.26
/proc/14467/task/14468/stat : 14468 (java) R 14453 14453 13716 0 -1 64 115814 0 0 0 150640 86 0 0 25 0 8 0 219731606 881782784 124328 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14469] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14469/stat : 14469 (java) S 14453 14453 13716 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 124328 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14470] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14453 14453 13716 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 124328 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14471] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219731617 881782784 124328 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14453 vsize=861116 CPUtime=0.27
/proc/14467/task/14472/stat : 14472 (java) S 14453 14453 13716 0 -1 64 1004 0 0 0 27 0 0 0 16 0 8 0 219731617 881782784 124328 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14473] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881782784 124328 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881782784 124328 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.41
Current children cumulated vsize (KiB) 908684

[startup+1603.96 s]
/proc/loadavg: 2.12 2.05 1.96 3/102 15049
/proc/meminfo: memFree=671408/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861116 CPUtime=1595.05
/proc/14467/stat : 14467 (java) S 14453 14453 13716 0 -1 0 128374 0 91 0 159396 109 0 0 16 0 8 0 219731591 881782784 126100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215279 126100 1994 14 0 201484 0
[pid=14467/tid=14468] ppid=14453 vsize=861116 CPUtime=1566.45
/proc/14467/task/14468/stat : 14468 (java) R 14453 14453 13716 0 -1 64 117586 0 0 0 156551 94 0 0 25 0 8 0 219731606 881782784 126100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155222432 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14469] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14469/stat : 14469 (java) S 14453 14453 13716 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 126100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14470] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14453 14453 13716 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 126100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14471] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219731617 881782784 126100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14453 vsize=861116 CPUtime=0.27
/proc/14467/task/14472/stat : 14472 (java) S 14453 14453 13716 0 -1 64 1004 0 0 0 27 0 0 0 16 0 8 0 219731617 881782784 126100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14473] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881782784 126100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881782784 126100 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.06
Current children cumulated vsize (KiB) 908684

[startup+1663.96 s]
/proc/loadavg: 2.04 2.04 1.96 3/102 15049
/proc/meminfo: memFree=656496/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861116 CPUtime=1654.7
/proc/14467/stat : 14467 (java) S 14453 14453 13716 0 -1 0 130545 0 91 0 165359 111 0 0 16 0 8 0 219731591 881782784 128233 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215279 128233 1994 14 0 201484 0
[pid=14467/tid=14468] ppid=14453 vsize=861116 CPUtime=1625.54
/proc/14467/task/14468/stat : 14468 (java) R 14453 14453 13716 0 -1 64 119719 0 0 0 162458 96 0 0 25 0 8 0 219731606 881782784 128233 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155525226 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14469] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14469/stat : 14469 (java) S 14453 14453 13716 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 128233 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14470] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14453 14453 13716 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 128233 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14471] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219731617 881782784 128233 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14453 vsize=861116 CPUtime=0.27
/proc/14467/task/14472/stat : 14472 (java) S 14453 14453 13716 0 -1 64 1004 0 0 0 27 0 0 0 16 0 8 0 219731617 881782784 128233 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14473] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881782784 128233 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881782784 128233 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.71
Current children cumulated vsize (KiB) 908684

[startup+1723.96 s]
/proc/loadavg: 2.01 2.03 1.96 3/102 15049
/proc/meminfo: memFree=639600/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861116 CPUtime=1714.37
/proc/14467/stat : 14467 (java) S 14453 14453 13716 0 -1 0 132996 0 91 0 171324 113 0 0 16 0 8 0 219731591 881782784 130647 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215279 130647 1994 14 0 201484 0
[pid=14467/tid=14468] ppid=14453 vsize=861116 CPUtime=1684.64
/proc/14467/task/14468/stat : 14468 (java) R 14453 14453 13716 0 -1 64 122133 0 0 0 168367 97 0 0 25 0 8 0 219731606 881782784 130647 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155523691 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14469] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14469/stat : 14469 (java) S 14453 14453 13716 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 130647 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14470] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14453 14453 13716 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 130647 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14471] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219731617 881782784 130647 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14453 vsize=861116 CPUtime=0.27
/proc/14467/task/14472/stat : 14472 (java) S 14453 14453 13716 0 -1 64 1004 0 0 0 27 0 0 0 16 0 8 0 219731617 881782784 130647 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14473] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881782784 130647 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881782784 130647 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.38
Current children cumulated vsize (KiB) 908684

[startup+1783.97 s]
/proc/loadavg: 2.00 2.02 1.96 3/102 15049
/proc/meminfo: memFree=627120/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861116 CPUtime=1774.05
/proc/14467/stat : 14467 (java) S 14453 14453 13716 0 -1 0 134556 0 91 0 177291 114 0 0 16 0 8 0 219731591 881782784 132171 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215279 132171 1994 14 0 201484 0
[pid=14467/tid=14468] ppid=14453 vsize=861116 CPUtime=1743.83
/proc/14467/task/14468/stat : 14468 (java) R 14453 14453 13716 0 -1 64 123657 0 0 0 174285 98 0 0 25 0 8 0 219731606 881782784 132171 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155772454 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14469] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14469/stat : 14469 (java) S 14453 14453 13716 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 132171 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14470] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14453 14453 13716 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 132171 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14471] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219731617 881782784 132171 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14453 vsize=861116 CPUtime=0.27
/proc/14467/task/14472/stat : 14472 (java) S 14453 14453 13716 0 -1 64 1004 0 0 0 27 0 0 0 16 0 8 0 219731617 881782784 132171 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14473] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881782784 132171 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881782784 132171 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.06
Current children cumulated vsize (KiB) 908684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.15 s]
/proc/loadavg: 2.00 2.02 1.96 3/102 15049
/proc/meminfo: memFree=623024/2055924 swapFree=4165736/4192956
[pid=14453] ppid=14451 vsize=47568 CPUtime=0.01
/proc/14453/stat : 14453 (galac.sh) S 14451 14453 13716 0 -1 4194304 760 1706 0 0 0 0 0 1 25 0 1 0 219731587 48709632 363 18446744073709551615 4194304 4520092 548682069280 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14453/statm: 11892 363 245 79 0 218 0
[pid=14467] ppid=14453 vsize=861116 CPUtime=1800.08
/proc/14467/stat : 14467 (java) S 14453 14453 13716 0 -1 0 134804 0 91 0 179893 115 0 0 17 0 8 0 219731591 881782784 132403 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14467/statm: 215279 132403 1994 14 0 201484 0
[pid=14467/tid=14468] ppid=14453 vsize=861116 CPUtime=1769.71
/proc/14467/task/14468/stat : 14468 (java) R 14453 14453 13716 0 -1 64 123889 0 0 0 176872 99 0 0 25 0 8 0 219731606 881782784 132403 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14469] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14469/stat : 14469 (java) S 14453 14453 13716 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 132403 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14470] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14453 14453 13716 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 219731607 881782784 132403 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14471] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219731617 881782784 132403 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14453 vsize=861116 CPUtime=0.27
/proc/14467/task/14472/stat : 14472 (java) S 14453 14453 13716 0 -1 64 1004 0 0 0 27 0 0 0 16 0 8 0 219731617 881782784 132403 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14467/tid=14473] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14473/stat : 14473 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219731617 881782784 132403 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14453 vsize=861116 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14453 14453 13716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219731617 881782784 132403 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 908684

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.17
CPU time (s): 0.027995
CPU user time (s): 0.005999
CPU system time (s): 0.021996
CPU usage (%): 0.00154654
Max. virtual memory (cumulated for all children) (KiB): 908928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.005999
system time used= 0.021996
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= 48
involuntary context switches= 23

runsolver used 2.08768 s user time and 6.03908 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan 13 18:36:01 UTC 2007


IDJOB= 196586
IDBENCH= 3360
IDSOLVER= 78
FILE ID= node6/196586-1168713361

PBS_JOBID= 3547099

Free space on /tmp= 66557 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp07/fapp07-0600-10.xml
COMMAND LINE= /tmp/evaluation/196586-1168713361/galac.sh /tmp/evaluation/196586-1168713361/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-196586-1168713361 -o ROOT/results/node6/solver-196586-1168713361 -C 1800 -M 900  /tmp/evaluation/196586-1168713361/galac.sh /tmp/evaluation/196586-1168713361/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  c6661c5ba43efbac3cdfb127fa8266e1

RANDOM SEED= 507124563

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.240
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.240
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:      2055924 kB
MemFree:       1655432 kB
Buffers:         29504 kB
Cached:         265244 kB
SwapCached:       2548 kB
Active:         106340 kB
Inactive:       237656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1655432 kB
SwapTotal:     4192956 kB
SwapFree:      4165736 kB
Dirty:            4100 kB
Writeback:           0 kB
Mapped:          59828 kB
Slab:            41036 kB
Committed_AS:  7250056 kB
PageTables:       2400 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= 66553 MiB



End job on node6 on Sat Jan 13 19:06:17 UTC 2007