Trace number 1058171

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
choco2_dwdeg 2008-06-26? (TO) 1800.49 1811.01

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-6.xml
MD5SUM5ef5412c0ffa303b60f6d13c783c47df
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark148.249
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints39827
Maximum constraint arity24
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension39527
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)


Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058171-1215113201/watcher-1058171-1215113201 -o /tmp/evaluation-result-1058171-1215113201/solver-1058171-1215113201 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1058171-1215113201.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32517
/proc/meminfo: memFree=977584/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=10800 CPUtime=0
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 710 0 0 0 0 0 0 0 18 0 2 0 1990293630 11059200 488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 2700 488 213 9 0 1230 0
[pid=32517/tid=32518] ppid=32515 vsize=10800 CPUtime=0
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1990293631 11059200 488 996147200 134512640 134550740 4294956032 18446744073709551615 8568792 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0685641 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32517
/proc/meminfo: memFree=977584/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=864636 CPUtime=0.05
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 2925 0 1 0 4 1 0 0 18 0 9 0 1990293630 885387264 2449 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216159 2449 1205 9 0 211026 0
[pid=32517/tid=32518] ppid=32515 vsize=864636 CPUtime=0.03
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 1991 0 1 0 3 0 0 0 20 0 9 0 1990293631 885387264 2449 996147200 134512640 134550740 4294956032 18446744073709551615 4125963124 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864636

[startup+0.102763 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32517
/proc/meminfo: memFree=977584/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=866556 CPUtime=0.09
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 3771 0 1 0 7 2 0 0 18 0 9 0 1990293630 887353344 3244 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216639 3244 1747 9 0 211111 0
[pid=32517/tid=32518] ppid=32515 vsize=866556 CPUtime=0.07
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 2833 0 1 0 6 1 0 0 18 0 9 0 1990293631 887353344 3244 996147200 134512640 134550740 4294956032 18446744073709551615 103781697 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866556

[startup+0.302789 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32517
/proc/meminfo: memFree=977584/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=866556 CPUtime=0.28
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 4304 0 1 0 26 2 0 0 18 0 9 0 1990293630 887353344 3757 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216639 3757 1852 9 0 211111 0
[pid=32517/tid=32518] ppid=32515 vsize=866556 CPUtime=0.25
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 3345 0 1 0 24 1 0 0 19 0 9 0 1990293631 887353344 3757 996147200 134512640 134550740 4294956032 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866556

[startup+0.701858 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32517
/proc/meminfo: memFree=977584/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867316 CPUtime=0.68
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 7835 0 1 0 63 5 0 0 18 0 9 0 1990293630 888131584 7288 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216829 7288 1855 9 0 211301 0
[pid=32517/tid=32518] ppid=32515 vsize=867316 CPUtime=0.56
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 6615 0 1 0 53 3 0 0 22 0 9 0 1990293631 888131584 7288 996147200 134512640 134550740 4294956032 18446744073709551615 4126656766 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867316

[startup+1.50199 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 32526
/proc/meminfo: memFree=939432/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867448 CPUtime=1.47
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 26481 0 1 0 132 15 0 0 18 0 9 0 1990293630 888266752 25927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216862 25927 1877 9 0 211334 0
[pid=32517/tid=32518] ppid=32515 vsize=867448 CPUtime=1.04
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 14992 0 1 0 96 8 0 0 25 0 9 0 1990293631 888266752 25927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32520] ppid=32515 vsize=867448 CPUtime=0.25
/proc/32517/task/32520/stat : 32520 (java) R 32515 32517 31958 0 -1 64 10238 0 0 0 20 5 0 0 18 0 9 0 1990293633 888266752 25927 996147200 134512640 134550740 4294956032 18446744073709551615 104185386 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32521] ppid=32515 vsize=867448 CPUtime=0
/proc/32517/task/32521/stat : 32521 (java) S 32515 32517 31958 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990293633 888266752 25927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32522] ppid=32515 vsize=867448 CPUtime=0
/proc/32517/task/32522/stat : 32522 (java) S 32515 32517 31958 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990293633 888266752 25927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32523] ppid=32515 vsize=867448 CPUtime=0
/proc/32517/task/32523/stat : 32523 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990293635 888266752 25927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32524] ppid=32515 vsize=867448 CPUtime=0.14
/proc/32517/task/32524/stat : 32524 (java) S 32515 32517 31958 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 1990293635 888266752 25927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32525] ppid=32515 vsize=867448 CPUtime=0
/proc/32517/task/32525/stat : 32525 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990293635 888266752 25927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32526] ppid=32515 vsize=867448 CPUtime=0
/proc/32517/task/32526/stat : 32526 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990293635 888266752 25927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867448

[startup+3.10223 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 32526
/proc/meminfo: memFree=877160/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867448 CPUtime=3.05
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 32058 0 1 0 286 19 0 0 18 0 9 0 1990293630 888266752 31490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216862 31490 1917 9 0 211334 0
[pid=32517/tid=32518] ppid=32515 vsize=867448 CPUtime=2.31
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 15095 0 1 0 223 8 0 0 25 0 9 0 1990293631 888266752 31490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32520] ppid=32515 vsize=867448 CPUtime=0.52
/proc/32517/task/32520/stat : 32520 (java) R 32515 32517 31958 0 -1 64 15665 0 0 0 43 9 0 0 16 0 9 0 1990293633 888266752 31490 996147200 134512640 134550740 4294956032 18446744073709551615 102344506 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32521] ppid=32515 vsize=867448 CPUtime=0
/proc/32517/task/32521/stat : 32521 (java) S 32515 32517 31958 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990293633 888266752 31490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32522] ppid=32515 vsize=867448 CPUtime=0
/proc/32517/task/32522/stat : 32522 (java) S 32515 32517 31958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990293633 888266752 31490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32523] ppid=32515 vsize=867448 CPUtime=0
/proc/32517/task/32523/stat : 32523 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990293635 888266752 31490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32524] ppid=32515 vsize=867448 CPUtime=0.19
/proc/32517/task/32524/stat : 32524 (java) S 32515 32517 31958 0 -1 64 562 0 0 0 19 0 0 0 15 0 9 0 1990293635 888266752 31490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32525] ppid=32515 vsize=867448 CPUtime=0
/proc/32517/task/32525/stat : 32525 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990293635 888266752 31490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32526] ppid=32515 vsize=867448 CPUtime=0
/proc/32517/task/32526/stat : 32526 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990293635 888266752 31490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867448

[startup+6.30172 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 32526
/proc/meminfo: memFree=849576/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867512 CPUtime=6.22
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 34427 0 1 0 602 20 0 0 18 0 9 0 1990293630 888332288 33822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216878 33822 1978 9 0 211350 0
[pid=32517/tid=32518] ppid=32515 vsize=867512 CPUtime=5.22
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 15446 0 1 0 513 9 0 0 25 0 9 0 1990293631 888332288 33822 996147200 134512640 134550740 4294956032 18446744073709551615 4126839364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32520] ppid=32515 vsize=867512 CPUtime=0.7
/proc/32517/task/32520/stat : 32520 (java) S 32515 32517 31958 0 -1 64 17636 0 0 0 61 9 0 0 16 0 9 0 1990293633 888332288 33822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32521] ppid=32515 vsize=867512 CPUtime=0
/proc/32517/task/32521/stat : 32521 (java) S 32515 32517 31958 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990293633 888332288 33822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32522] ppid=32515 vsize=867512 CPUtime=0
/proc/32517/task/32522/stat : 32522 (java) S 32515 32517 31958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990293633 888332288 33822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32523] ppid=32515 vsize=867512 CPUtime=0
/proc/32517/task/32523/stat : 32523 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990293635 888332288 33822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32524] ppid=32515 vsize=867512 CPUtime=0.26
/proc/32517/task/32524/stat : 32524 (java) S 32515 32517 31958 0 -1 64 609 0 0 0 26 0 0 0 16 0 9 0 1990293635 888332288 33822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32525] ppid=32515 vsize=867512 CPUtime=0
/proc/32517/task/32525/stat : 32525 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990293635 888332288 33822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32526] ppid=32515 vsize=867512 CPUtime=0
/proc/32517/task/32526/stat : 32526 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990293635 888332288 33822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867512

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 32526
/proc/meminfo: memFree=847024/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867512 CPUtime=12.56
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 35151 0 1 0 1235 21 0 0 18 0 9 0 1990293630 888332288 34518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216878 34518 1978 9 0 211350 0
[pid=32517/tid=32518] ppid=32515 vsize=867512 CPUtime=11.36
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 15474 0 1 0 1127 9 0 0 25 0 9 0 1990293631 888332288 34518 996147200 134512640 134550740 4294956032 18446744073709551615 4126948995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32520] ppid=32515 vsize=867512 CPUtime=0.9
/proc/32517/task/32520/stat : 32520 (java) S 32515 32517 31958 0 -1 64 18331 0 0 0 80 10 0 0 16 0 9 0 1990293633 888332288 34518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32521] ppid=32515 vsize=867512 CPUtime=0
/proc/32517/task/32521/stat : 32521 (java) S 32515 32517 31958 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990293633 888332288 34518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32522] ppid=32515 vsize=867512 CPUtime=0
/proc/32517/task/32522/stat : 32522 (java) S 32515 32517 31958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990293633 888332288 34518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32523] ppid=32515 vsize=867512 CPUtime=0
/proc/32517/task/32523/stat : 32523 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990293635 888332288 34518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32524] ppid=32515 vsize=867512 CPUtime=0.26
/proc/32517/task/32524/stat : 32524 (java) S 32515 32517 31958 0 -1 64 610 0 0 0 26 0 0 0 16 0 9 0 1990293635 888332288 34518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32525] ppid=32515 vsize=867512 CPUtime=0
/proc/32517/task/32525/stat : 32525 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990293635 888332288 34518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32526] ppid=32515 vsize=867512 CPUtime=0
/proc/32517/task/32526/stat : 32526 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990293635 888332288 34518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867512

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 32526
/proc/meminfo: memFree=733808/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867612 CPUtime=25.24
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 63404 0 1 0 2488 36 0 0 18 0 9 0 1990293630 888434688 62735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216903 62735 1996 9 0 211375 0
[pid=32517/tid=32518] ppid=32515 vsize=867612 CPUtime=22.03
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 15615 0 1 0 2194 9 0 0 25 0 9 0 1990293631 888434688 62735 996147200 134512640 134550740 4294956032 18446744073709551615 4127450730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32520] ppid=32515 vsize=867612 CPUtime=2.7
/proc/32517/task/32520/stat : 32520 (java) S 32515 32517 31958 0 -1 64 46299 0 0 0 247 23 0 0 16 0 9 0 1990293633 888434688 62735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32521] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32521/stat : 32521 (java) S 32515 32517 31958 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 62735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32522] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32522/stat : 32522 (java) S 32515 32517 31958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 62735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32523] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32523/stat : 32523 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990293635 888434688 62735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32524] ppid=32515 vsize=867612 CPUtime=0.47
/proc/32517/task/32524/stat : 32524 (java) S 32515 32517 31958 0 -1 64 754 0 0 0 46 1 0 0 16 0 9 0 1990293635 888434688 62735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32525] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32525/stat : 32525 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990293635 888434688 62735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32526] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32526/stat : 32526 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990293635 888434688 62735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867612

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 32526
/proc/meminfo: memFree=706800/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867612 CPUtime=50.59
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 63454 0 1 0 5023 36 0 0 18 0 9 0 1990293630 888434688 62750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216903 62750 1996 9 0 211375 0
[pid=32517/tid=32518] ppid=32515 vsize=867612 CPUtime=47.31
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 15650 0 1 0 4721 10 0 0 25 0 9 0 1990293631 888434688 62750 996147200 134512640 134550740 4294956032 18446744073709551615 4127481327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32520] ppid=32515 vsize=867612 CPUtime=2.76

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

Current children cumulated CPU time (s) 1471.92
Current children cumulated vsize (KiB) 867612

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 32558
/proc/meminfo: memFree=1155160/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867612 CPUtime=1531.89
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 67294 0 1 0 153113 76 0 0 18 0 9 0 1990293630 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216903 64857 1998 9 0 211375 0
[pid=32517/tid=32518] ppid=32515 vsize=867612 CPUtime=1524.53
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 17387 0 1 0 152418 35 0 0 25 0 9 0 1990293631 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4127451870 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32517/tid=32520] ppid=32515 vsize=867612 CPUtime=6.77
/proc/32517/task/32520/stat : 32520 (java) S 32515 32517 31958 0 -1 64 48385 0 0 0 640 37 0 0 17 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32517/tid=32521] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32521/stat : 32521 (java) S 32515 32517 31958 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32522] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32522/stat : 32522 (java) S 32515 32517 31958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32523] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32523/stat : 32523 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32524] ppid=32515 vsize=867612 CPUtime=0.54
/proc/32517/task/32524/stat : 32524 (java) S 32515 32517 31958 0 -1 64 786 0 0 0 53 1 0 0 16 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32525] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32525/stat : 32525 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32526] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32526/stat : 32526 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.89
Current children cumulated vsize (KiB) 867612

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 32558
/proc/meminfo: memFree=1154712/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867612 CPUtime=1591.86
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 67358 0 1 0 159109 77 0 0 18 0 9 0 1990293630 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216903 64857 1998 9 0 211375 0
[pid=32517/tid=32518] ppid=32515 vsize=867612 CPUtime=1584.42
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 17451 0 1 0 158407 35 0 0 25 0 9 0 1990293631 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4127492083 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32517/tid=32520] ppid=32515 vsize=867612 CPUtime=6.86
/proc/32517/task/32520/stat : 32520 (java) S 32515 32517 31958 0 -1 64 48385 0 0 0 648 38 0 0 17 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32517/tid=32521] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32521/stat : 32521 (java) S 32515 32517 31958 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32522] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32522/stat : 32522 (java) S 32515 32517 31958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32523] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32523/stat : 32523 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32524] ppid=32515 vsize=867612 CPUtime=0.54
/proc/32517/task/32524/stat : 32524 (java) S 32515 32517 31958 0 -1 64 786 0 0 0 53 1 0 0 16 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32525] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32525/stat : 32525 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32526] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32526/stat : 32526 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.86
Current children cumulated vsize (KiB) 867612

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 32558
/proc/meminfo: memFree=1154648/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867612 CPUtime=1651.84
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 67424 0 1 0 165105 79 0 0 18 0 9 0 1990293630 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216903 64857 1998 9 0 211375 0
[pid=32517/tid=32518] ppid=32515 vsize=867612 CPUtime=1644.3
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 17517 0 1 0 164394 36 0 0 25 0 9 0 1990293631 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4127442138 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32517/tid=32520] ppid=32515 vsize=867612 CPUtime=6.95
/proc/32517/task/32520/stat : 32520 (java) S 32515 32517 31958 0 -1 64 48385 0 0 0 656 39 0 0 17 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32517/tid=32521] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32521/stat : 32521 (java) S 32515 32517 31958 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32522] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32522/stat : 32522 (java) S 32515 32517 31958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32523] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32523/stat : 32523 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32524] ppid=32515 vsize=867612 CPUtime=0.54
/proc/32517/task/32524/stat : 32524 (java) S 32515 32517 31958 0 -1 64 786 0 0 0 53 1 0 0 16 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32525] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32525/stat : 32525 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32526] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32526/stat : 32526 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.84
Current children cumulated vsize (KiB) 867612

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 32558
/proc/meminfo: memFree=1154456/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867612 CPUtime=1711.81
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 67489 0 1 0 171101 80 0 0 18 0 9 0 1990293630 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216903 64857 1998 9 0 211375 0
[pid=32517/tid=32518] ppid=32515 vsize=867612 CPUtime=1704.19
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 17582 0 1 0 170383 36 0 0 25 0 9 0 1990293631 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4127508240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32517/tid=32520] ppid=32515 vsize=867612 CPUtime=7.02
/proc/32517/task/32520/stat : 32520 (java) S 32515 32517 31958 0 -1 64 48385 0 0 0 663 39 0 0 17 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32517/tid=32521] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32521/stat : 32521 (java) S 32515 32517 31958 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32522] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32522/stat : 32522 (java) S 32515 32517 31958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32523] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32523/stat : 32523 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32524] ppid=32515 vsize=867612 CPUtime=0.54
/proc/32517/task/32524/stat : 32524 (java) S 32515 32517 31958 0 -1 64 786 0 0 0 53 1 0 0 16 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32525] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32525/stat : 32525 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32526] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32526/stat : 32526 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.81
Current children cumulated vsize (KiB) 867612

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 32558
/proc/meminfo: memFree=1154456/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867612 CPUtime=1771.78
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 67555 0 1 0 177098 80 0 0 18 0 9 0 1990293630 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216903 64857 1998 9 0 211375 0
[pid=32517/tid=32518] ppid=32515 vsize=867612 CPUtime=1764.09
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 17648 0 1 0 176372 37 0 0 25 0 9 0 1990293631 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4127481283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32517/tid=32520] ppid=32515 vsize=867612 CPUtime=7.11
/proc/32517/task/32520/stat : 32520 (java) S 32515 32517 31958 0 -1 64 48385 0 0 0 672 39 0 0 17 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32517/tid=32521] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32521/stat : 32521 (java) S 32515 32517 31958 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32522] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32522/stat : 32522 (java) S 32515 32517 31958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32523] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32523/stat : 32523 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32524] ppid=32515 vsize=867612 CPUtime=0.54
/proc/32517/task/32524/stat : 32524 (java) S 32515 32517 31958 0 -1 64 786 0 0 0 53 1 0 0 16 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32525] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32525/stat : 32525 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32526] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32526/stat : 32526 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.78
Current children cumulated vsize (KiB) 867612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.61 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 32558
/proc/meminfo: memFree=1154456/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=867612 CPUtime=1800.08
/proc/32517/stat : 32517 (java) S 32515 32517 31958 0 -1 0 67585 0 1 0 179927 81 0 0 18 0 9 0 1990293630 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 216903 64857 1998 9 0 211375 0
[pid=32517/tid=32518] ppid=32515 vsize=867612 CPUtime=1792.35
/proc/32517/task/32518/stat : 32518 (java) R 32515 32517 31958 0 -1 64 17678 0 1 0 179198 37 0 0 25 0 9 0 1990293631 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4127442163 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32517/tid=32520] ppid=32515 vsize=867612 CPUtime=7.15
/proc/32517/task/32520/stat : 32520 (java) S 32515 32517 31958 0 -1 64 48385 0 0 0 675 40 0 0 17 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32517/tid=32521] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32521/stat : 32521 (java) S 32515 32517 31958 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32522] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32522/stat : 32522 (java) S 32515 32517 31958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990293633 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32523] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32523/stat : 32523 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32524] ppid=32515 vsize=867612 CPUtime=0.54
/proc/32517/task/32524/stat : 32524 (java) S 32515 32517 31958 0 -1 64 786 0 0 0 53 1 0 0 16 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32525] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32525/stat : 32525 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32517/tid=32526] ppid=32515 vsize=867612 CPUtime=0
/proc/32517/task/32526/stat : 32526 (java) S 32515 32517 31958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990293635 888434688 64857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 867612

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

Solver just ended. Dumping a history of the last processes samples

[startup+1811 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 32558
/proc/meminfo: memFree=1154456/2055920 swapFree=4179812/4192956
[pid=32517] ppid=32515 vsize=0 CPUtime=1800.47
/proc/32517/stat : 32517 (java) Z 32515 32517 31958 0 -1 1036 67608 0 1 0 179963 84 0 0 15 0 2 0 1990293630 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32517/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1811.01
CPU time (s): 1800.49
CPU user time (s): 1799.63
CPU system time (s): 0.855869
CPU usage (%): 99.4191
Max. virtual memory (cumulated for all children) (KiB): 867936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.855869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67608
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52113
involuntary context switches= 70346

runsolver used 2.38764 second user time and 5.86211 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-03 21:26:41
IDJOB=1058171
IDBENCH=54111
IDSOLVER=349
FILE ID=node34/1058171-1215113201
PBS_JOBID= 7877136
Free space on /tmp= 66536 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058171-1215113201/watcher-1058171-1215113201 -o /tmp/evaluation-result-1058171-1215113201/solver-1058171-1215113201 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1058171-1215113201.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ef5412c0ffa303b60f6d13c783c47df
RANDOM SEED=1005835375

node34.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.259
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.259
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:        978064 kB
Buffers:         56024 kB
Cached:         347356 kB
SwapCached:       6932 kB
Active:         809256 kB
Inactive:       195248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        978064 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:           11544 kB
Writeback:           0 kB
Mapped:         612608 kB
Slab:            57356 kB
Committed_AS:  4122492 kB
PageTables:       3000 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= 66528 MiB
End job on node34 at 2008-07-03 21:56:54