Trace number 209334

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.028994 1809.37

General information on the benchmark

Namefapp/fapp01-05/fapp03/
fapp03-0300-10.xml
MD5SUM4a27257976baf51e80e4977f0a58404e
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 benchmark1.9347
SatisfiableYES
(Un)Satisfiability was provedYES
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.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/node72/watcher-209334-1168715434 -o ROOT/results/node72/solver-209334-1168715434 -C 1800 -M 900 /tmp/evaluation/209334-1168715434/galac.sh /tmp/evaluation/209334-1168715434/unknown.xml 

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

/proc/loadavg: 0.72 0.93 1.05 5/83 21415
/proc/meminfo: memFree=1785920/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=8564 CPUtime=0
/proc/21414/stat : 21414 (galac.sh) D 21410 21414 21273 0 -1 4194304 317 0 0 0 0 0 0 0 17 0 1 0 219952770 8769536 261 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517921746 0 2 4096 8192 18446744072100051646 0 0 17 1 0 0
/proc/21414/statm: 2141 261 201 79 0 134 0

[startup+0.104359 s]
/proc/loadavg: 0.72 0.93 1.05 5/83 21415
/proc/meminfo: memFree=1785920/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.512393 s]
/proc/loadavg: 0.72 0.93 1.05 5/83 21415
/proc/meminfo: memFree=1785920/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33347 s]
/proc/loadavg: 0.72 0.93 1.05 5/102 21459
/proc/meminfo: memFree=1700000/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=1.27
/proc/21435/stat : 21435 (java) R 21414 21414 21273 0 -1 0 12529 0 1 0 120 7 0 0 16 0 8 0 219952774 881754112 12269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073797176 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 12269 1991 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=0.47
/proc/21435/task/21446/stat : 21446 (java) R 21414 21414 21273 0 -1 64 3987 0 0 0 45 2 0 0 17 0 8 0 219952778 881754112 12269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21447] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21447/stat : 21447 (java) S 21414 21414 21273 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 12269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21448] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21448/stat : 21448 (java) S 21414 21414 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 12269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21452] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21452/stat : 21452 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219952782 881754112 12269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21453] ppid=21414 vsize=861088 CPUtime=0.14
/proc/21435/task/21453/stat : 21453 (java) R 21414 21414 21273 0 -1 64 928 0 0 0 14 0 0 0 20 0 8 0 219952782 881754112 12269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21454] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 12269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 12269 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908648

[startup+2.98462 s]
/proc/loadavg: 0.72 0.93 1.05 4/102 21459
/proc/meminfo: memFree=1691552/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=2.91
/proc/21435/stat : 21435 (java) R 21414 21414 21273 0 -1 0 13727 0 1 0 284 7 0 0 16 0 8 0 219952774 881754112 13437 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073775516 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 13437 1996 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=1.67
/proc/21435/task/21446/stat : 21446 (java) R 21414 21414 21273 0 -1 64 5124 0 0 0 165 2 0 0 25 0 8 0 219952778 881754112 13437 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21447] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21447/stat : 21447 (java) S 21414 21414 21273 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 13437 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21448] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21448/stat : 21448 (java) S 21414 21414 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 13437 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21452] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21452/stat : 21452 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219952782 881754112 13437 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21453] ppid=21414 vsize=861088 CPUtime=0.17
/proc/21435/task/21453/stat : 21453 (java) S 21414 21414 21273 0 -1 64 951 0 0 0 17 0 0 0 16 0 8 0 219952782 881754112 13437 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21454] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 13437 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 13437 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908648

[startup+6.19192 s]
/proc/loadavg: 0.82 0.95 1.06 3/102 21459
/proc/meminfo: memFree=1676128/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=6.11
/proc/21435/stat : 21435 (java) R 21414 21414 21273 0 -1 0 15263 0 1 0 602 9 0 0 15 0 8 0 219952774 881754112 14926 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4072944033 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 14926 1996 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=4.27
/proc/21435/task/21446/stat : 21446 (java) R 21414 21414 21273 0 -1 64 6600 0 0 0 423 4 0 0 25 0 8 0 219952778 881754112 14926 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21447] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21447/stat : 21447 (java) S 21414 21414 21273 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 14926 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21448] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21448/stat : 21448 (java) S 21414 21414 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 14926 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21452] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21452/stat : 21452 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219952782 881754112 14926 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21453] ppid=21414 vsize=861088 CPUtime=0.2
/proc/21435/task/21453/stat : 21453 (java) S 21414 21414 21273 0 -1 64 964 0 0 0 20 0 0 0 15 0 8 0 219952782 881754112 14926 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21454] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 14926 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 14926 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 908648

[startup+12.6835 s]
/proc/loadavg: 0.91 0.97 1.06 3/102 21459
/proc/meminfo: memFree=1640160/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=12.56
/proc/21435/stat : 21435 (java) S 21414 21414 21273 0 -1 0 19037 0 1 0 1245 11 0 0 15 0 8 0 219952774 881754112 18643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 18643 1996 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=9.8
/proc/21435/task/21446/stat : 21446 (java) R 21414 21414 21273 0 -1 64 10302 0 0 0 975 5 0 0 25 0 8 0 219952778 881754112 18643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21447] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21447/stat : 21447 (java) S 21414 21414 21273 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 18643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21448] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21448/stat : 21448 (java) S 21414 21414 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 18643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21452] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21452/stat : 21452 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219952782 881754112 18643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21453] ppid=21414 vsize=861088 CPUtime=0.22
/proc/21435/task/21453/stat : 21453 (java) S 21414 21414 21273 0 -1 64 979 0 0 0 22 0 0 0 15 0 8 0 219952782 881754112 18643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21454] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 18643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 18643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 908648

[startup+25.5757 s]
/proc/loadavg: 1.15 1.02 1.08 4/102 21459
/proc/meminfo: memFree=1607712/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=25.39
/proc/21435/stat : 21435 (java) S 21414 21414 21273 0 -1 0 23003 0 1 0 2525 14 0 0 15 0 8 0 219952774 881754112 22531 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 22531 1996 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=21.62
/proc/21435/task/21446/stat : 21446 (java) R 21414 21414 21273 0 -1 64 14182 0 0 0 2154 8 0 0 25 0 8 0 219952778 881754112 22531 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155526109 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21447] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21447/stat : 21447 (java) S 21414 21414 21273 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 22531 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21448] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21448/stat : 21448 (java) S 21414 21414 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 22531 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21452] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21452/stat : 21452 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219952782 881754112 22531 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21453] ppid=21414 vsize=861088 CPUtime=0.24
/proc/21435/task/21453/stat : 21453 (java) S 21414 21414 21273 0 -1 64 987 0 0 0 24 0 0 0 16 0 8 0 219952782 881754112 22531 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21454] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 22531 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 22531 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 908648

[startup+51.209 s]
/proc/loadavg: 1.44 1.10 1.10 4/102 21459
/proc/meminfo: memFree=1545376/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=50.89
/proc/21435/stat : 21435 (java) S 21414 21414 21273 0 -1 0 30699 0 1 0 5070 19 0 0 15 0 8 0 219952774 881754112 30120 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 30120 1996 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=45.67
/proc/21435/task/21446/stat : 21446 (java) R 21414 21414 21273 0 -1 64 21759 0 0 0 4554 13 0 0 25 0 8 0 219952778 881754112 30120 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21447] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21447/stat : 21447 (java) S 21414 21414 21273 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 30120 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21448] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21448/stat : 21448 (java) S 21414 21414 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 30120 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21452] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21452/stat : 21452 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219952782 881754112 30120 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21453] ppid=21414 vsize=861088 CPUtime=0.26
/proc/21435/task/21453/stat : 21453 (java) S 21414 21414 21273 0 -1 64 999 0 0 0 26 0 0 0 16 0 8 0 219952782 881754112 30120 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21454] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 30120 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 30120 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 908648

[startup+102.496 s]
/proc/loadavg: 1.81 1.25 1.15 3/102 21459
/proc/meminfo: memFree=1480736/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=101.9
/proc/21435/stat : 21435 (java) S 21414 21414 21273 0 -1 0 37972 0 1 0 10167 23 0 0 16 0 8 0 219952774 881754112 37239 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 37239 1996 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=94.97

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

/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 108110 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 108110 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.72
Current children cumulated vsize (KiB) 908648

[startup+1543.36 s]
/proc/loadavg: 2.00 2.00 1.82 3/102 21461
/proc/meminfo: memFree=833696/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=1535.41
/proc/21435/stat : 21435 (java) S 21414 21414 21273 0 -1 0 112969 0 1 0 153465 76 0 0 16 0 8 0 219952774 881754112 110643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 110643 1996 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=1510.41
/proc/21435/task/21446/stat : 21446 (java) R 21414 21414 21273 0 -1 64 102272 0 0 0 150975 66 0 0 25 0 8 0 219952778 881754112 110643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21447] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21447/stat : 21447 (java) S 21414 21414 21273 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 110643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21448] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21448/stat : 21448 (java) S 21414 21414 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 110643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21452] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21452/stat : 21452 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219952782 881754112 110643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21453] ppid=21414 vsize=861088 CPUtime=0.28
/proc/21435/task/21453/stat : 21453 (java) S 21414 21414 21273 0 -1 64 1009 0 0 0 28 0 0 0 16 0 8 0 219952782 881754112 110643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21454] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 110643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 110643 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.42
Current children cumulated vsize (KiB) 908648

[startup+1603.37 s]
/proc/loadavg: 2.05 2.01 1.83 3/102 21461
/proc/meminfo: memFree=820960/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=1595.11
/proc/21435/stat : 21435 (java) S 21414 21414 21273 0 -1 0 113661 0 1 0 159435 76 0 0 16 0 8 0 219952774 881754112 111293 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 111293 1996 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=1569.75
/proc/21435/task/21446/stat : 21446 (java) R 21414 21414 21273 0 -1 64 102922 0 0 0 156909 66 0 0 25 0 8 0 219952778 881754112 111293 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134174 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21447] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21447/stat : 21447 (java) S 21414 21414 21273 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 111293 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21448] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21448/stat : 21448 (java) S 21414 21414 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 111293 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21452] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21452/stat : 21452 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219952782 881754112 111293 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21453] ppid=21414 vsize=861088 CPUtime=0.28
/proc/21435/task/21453/stat : 21453 (java) S 21414 21414 21273 0 -1 64 1009 0 0 0 28 0 0 0 16 0 8 0 219952782 881754112 111293 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21454] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 111293 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 111293 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.12
Current children cumulated vsize (KiB) 908648

[startup+1663.37 s]
/proc/loadavg: 2.02 2.01 1.84 3/102 21461
/proc/meminfo: memFree=804704/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=1654.81
/proc/21435/stat : 21435 (java) S 21414 21414 21273 0 -1 0 114348 0 1 0 165404 77 0 0 16 0 8 0 219952774 881754112 111939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 111939 1996 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=1628.99
/proc/21435/task/21446/stat : 21446 (java) R 21414 21414 21273 0 -1 64 103568 0 0 0 162832 67 0 0 25 0 8 0 219952778 881754112 111939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525126 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21447] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21447/stat : 21447 (java) S 21414 21414 21273 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 111939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21448] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21448/stat : 21448 (java) S 21414 21414 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 111939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21452] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21452/stat : 21452 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219952782 881754112 111939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21453] ppid=21414 vsize=861088 CPUtime=0.28
/proc/21435/task/21453/stat : 21453 (java) S 21414 21414 21273 0 -1 64 1009 0 0 0 28 0 0 0 16 0 8 0 219952782 881754112 111939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21454] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 111939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 111939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.82
Current children cumulated vsize (KiB) 908648

[startup+1723.47 s]
/proc/loadavg: 2.00 2.00 1.84 3/102 21461
/proc/meminfo: memFree=793696/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=1714.59
/proc/21435/stat : 21435 (java) S 21414 21414 21273 0 -1 0 116045 0 1 0 171381 78 0 0 16 0 8 0 219952774 881754112 113595 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 113595 1996 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=1688.32
/proc/21435/task/21446/stat : 21446 (java) R 21414 21414 21273 0 -1 64 105224 0 0 0 168764 68 0 0 25 0 8 0 219952778 881754112 113595 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155523557 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21447] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21447/stat : 21447 (java) S 21414 21414 21273 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 113595 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21448] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21448/stat : 21448 (java) S 21414 21414 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 113595 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21452] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21452/stat : 21452 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219952782 881754112 113595 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21453] ppid=21414 vsize=861088 CPUtime=0.28
/proc/21435/task/21453/stat : 21453 (java) S 21414 21414 21273 0 -1 64 1009 0 0 0 28 0 0 0 16 0 8 0 219952782 881754112 113595 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21454] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 113595 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 113595 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.6
Current children cumulated vsize (KiB) 908648

[startup+1783.47 s]
/proc/loadavg: 2.00 2.00 1.85 3/102 21461
/proc/meminfo: memFree=775072/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=1774.3
/proc/21435/stat : 21435 (java) S 21414 21414 21273 0 -1 0 117668 0 1 0 177351 79 0 0 16 0 8 0 219952774 881754112 115177 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 115177 1996 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=1747.59
/proc/21435/task/21446/stat : 21446 (java) R 21414 21414 21273 0 -1 64 106806 0 0 0 174690 69 0 0 25 0 8 0 219952778 881754112 115177 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21447] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21447/stat : 21447 (java) S 21414 21414 21273 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 115177 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21448] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21448/stat : 21448 (java) S 21414 21414 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 115177 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21452] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21452/stat : 21452 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219952782 881754112 115177 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21453] ppid=21414 vsize=861088 CPUtime=0.28
/proc/21435/task/21453/stat : 21453 (java) S 21414 21414 21273 0 -1 64 1009 0 0 0 28 0 0 0 16 0 8 0 219952782 881754112 115177 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21454] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 115177 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 115177 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.31
Current children cumulated vsize (KiB) 908648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.35 s]
/proc/loadavg: 2.00 2.00 1.85 3/102 21461
/proc/meminfo: memFree=765728/2055920 swapFree=4191880/4192956
[pid=21414] ppid=21410 vsize=47560 CPUtime=0.01
/proc/21414/stat : 21414 (galac.sh) S 21410 21414 21273 0 -1 4194304 763 1866 0 0 0 0 0 1 22 0 1 0 219952770 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21414/statm: 11890 365 247 79 0 218 0
[pid=21435] ppid=21414 vsize=861088 CPUtime=1800.05
/proc/21435/stat : 21435 (java) S 21414 21414 21273 0 -1 0 118883 0 1 0 179925 80 0 0 16 0 8 0 219952774 881754112 116375 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21435/statm: 215272 116375 1996 14 0 201477 0
[pid=21435/tid=21446] ppid=21414 vsize=861088 CPUtime=1773.12
/proc/21435/task/21446/stat : 21446 (java) R 21414 21414 21273 0 -1 64 108004 0 0 0 177242 70 0 0 25 0 8 0 219952778 881754112 116375 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134363 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21447] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21447/stat : 21447 (java) S 21414 21414 21273 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 116375 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21448] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21448/stat : 21448 (java) S 21414 21414 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 219952779 881754112 116375 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21452] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21452/stat : 21452 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 219952782 881754112 116375 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21453] ppid=21414 vsize=861088 CPUtime=0.28
/proc/21435/task/21453/stat : 21453 (java) S 21414 21414 21273 0 -1 64 1009 0 0 0 28 0 0 0 16 0 8 0 219952782 881754112 116375 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21454] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21454/stat : 21454 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 219952782 881754112 116375 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21435/tid=21455] ppid=21414 vsize=861088 CPUtime=0
/proc/21435/task/21455/stat : 21455 (java) S 21414 21414 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 219952782 881754112 116375 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 908648

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): 1809.37
CPU time (s): 0.028994
CPU user time (s): 0.006998
CPU system time (s): 0.021996
CPU usage (%): 0.00160244
Max. virtual memory (cumulated for all children) (KiB): 908648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.006998
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= 2629
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= 37
involuntary context switches= 20

runsolver used 1.9667 s user time and 6.06508 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan 13 19:10:35 UTC 2007


IDJOB= 209334
IDBENCH= 4510
IDSOLVER= 78
FILE ID= node72/209334-1168715434

PBS_JOBID= 3547579

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  4a27257976baf51e80e4977f0a58404e

RANDOM SEED= 401129674

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.223
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.223
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:       1794928 kB
Buffers:         37116 kB
Cached:         106232 kB
SwapCached:        268 kB
Active:         120608 kB
Inactive:        70180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794928 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3756 kB
Writeback:           0 kB
Mapped:          64796 kB
Slab:            55316 kB
Committed_AS:  4254308 kB
PageTables:       2112 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 node72 on Sat Jan 13 19:40:54 UTC 2007