Trace number 2115052

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.1.1b 2009-07-16? (TO) 1800.16 1808.63

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-6.xml
MD5SUM5ef5412c0ffa303b60f6d13c783c47df
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark116.03
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


Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2115052-1248027151/watcher-2115052-1248027151 -o /tmp/evaluation-result-2115052-1248027151/solver-2115052-1248027151 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2115052-1248027151.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979 

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): 2000 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


[startup+0 s]
/proc/loadavg: 2.01 1.67 0.86 3/80 30430
/proc/meminfo: memFree=754584/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=18576 CPUtime=0
/proc/30430/stat : 30430 (runsolver) R 30428 30430 30223 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 89779036 19021824 284 996147200 4194304 4302564 548682068272 18446744073709551615 221954764071 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30430/statm: 4644 284 249 26 0 2626 0

[startup+0.047711 s]
/proc/loadavg: 2.01 1.67 0.86 3/80 30430
/proc/meminfo: memFree=754584/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=859892 CPUtime=0.02
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 2270 0 1 0 1 1 0 0 18 0 5 0 89779036 880529408 1855 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 214973 1855 863 9 0 209888 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 859892

[startup+0.102815 s]
/proc/loadavg: 2.01 1.67 0.86 3/80 30430
/proc/meminfo: memFree=754584/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=862264 CPUtime=0.08
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 3335 0 1 0 6 2 0 0 18 0 9 0 89779036 882958336 2800 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 215566 2800 1315 9 0 210436 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 862264

[startup+0.302801 s]
/proc/loadavg: 2.01 1.67 0.86 3/80 30430
/proc/meminfo: memFree=754584/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=864984 CPUtime=0.28
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 4753 0 1 0 25 3 0 0 18 0 9 0 89779036 885743616 4178 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216246 4178 1858 9 0 210715 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864984

[startup+0.702847 s]
/proc/loadavg: 2.01 1.67 0.86 3/80 30430
/proc/meminfo: memFree=754584/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=864984 CPUtime=0.68
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 11550 0 1 0 61 7 0 0 18 0 9 0 89779036 885743616 10975 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216246 10975 1859 9 0 210715 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 864984

[startup+1.50191 s]
/proc/loadavg: 2.01 1.68 0.87 4/89 30439
/proc/meminfo: memFree=687888/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=864984 CPUtime=1.46
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 25857 0 1 0 133 13 0 0 18 0 9 0 89779036 885743616 25268 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216246 25268 1910 9 0 210715 0
[pid=30430/tid=30432] ppid=30428 vsize=864984 CPUtime=1.08
/proc/30430/task/30432/stat : 30432 (java) R 30428 30430 30223 0 -1 64 14286 0 1 0 100 8 0 0 25 0 9 0 89779037 885743616 25268 996147200 134512640 134550932 4294955888 18446744073709551615 4126659466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30433] ppid=30428 vsize=864984 CPUtime=0.2
/proc/30430/task/30433/stat : 30433 (java) S 30428 30430 30223 0 -1 64 10289 0 0 0 16 4 0 0 18 0 9 0 89779039 885743616 25268 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30434] ppid=30428 vsize=864984 CPUtime=0
/proc/30430/task/30434/stat : 30434 (java) S 30428 30430 30223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89779039 885743616 25268 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30435] ppid=30428 vsize=864984 CPUtime=0
/proc/30430/task/30435/stat : 30435 (java) S 30428 30430 30223 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89779039 885743616 25268 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30436] ppid=30428 vsize=864984 CPUtime=0
/proc/30430/task/30436/stat : 30436 (java) S 30428 30430 30223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89779041 885743616 25268 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30437] ppid=30428 vsize=864984 CPUtime=0.16
/proc/30430/task/30437/stat : 30437 (java) S 30428 30430 30223 0 -1 64 550 0 0 0 16 0 0 0 16 0 9 0 89779041 885743616 25268 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30438] ppid=30428 vsize=864984 CPUtime=0
/proc/30430/task/30438/stat : 30438 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89779041 885743616 25268 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30439] ppid=30428 vsize=864984 CPUtime=0
/proc/30430/task/30439/stat : 30439 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89779041 885743616 25268 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 864984

[startup+3.10106 s]
/proc/loadavg: 2.01 1.68 0.87 3/89 30439
/proc/meminfo: memFree=645136/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=864984 CPUtime=3.04
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 31074 0 1 0 288 16 0 0 18 0 9 0 89779036 885743616 30483 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216246 30483 1912 9 0 210715 0
[pid=30430/tid=30432] ppid=30428 vsize=864984 CPUtime=2.41
/proc/30430/task/30432/stat : 30432 (java) R 30428 30430 30223 0 -1 64 14290 0 1 0 233 8 0 0 25 0 9 0 89779037 885743616 30483 996147200 134512640 134550932 4294955888 18446744073709551615 104749590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30433] ppid=30428 vsize=864984 CPUtime=0.42
/proc/30430/task/30433/stat : 30433 (java) S 30428 30430 30223 0 -1 64 15476 0 0 0 35 7 0 0 16 0 9 0 89779039 885743616 30483 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30434] ppid=30428 vsize=864984 CPUtime=0
/proc/30430/task/30434/stat : 30434 (java) S 30428 30430 30223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89779039 885743616 30483 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30435] ppid=30428 vsize=864984 CPUtime=0
/proc/30430/task/30435/stat : 30435 (java) S 30428 30430 30223 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89779039 885743616 30483 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30436] ppid=30428 vsize=864984 CPUtime=0
/proc/30430/task/30436/stat : 30436 (java) S 30428 30430 30223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89779041 885743616 30483 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30437] ppid=30428 vsize=864984 CPUtime=0.19
/proc/30430/task/30437/stat : 30437 (java) S 30428 30430 30223 0 -1 64 576 0 0 0 19 0 0 0 15 0 9 0 89779041 885743616 30483 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30438] ppid=30428 vsize=864984 CPUtime=0
/proc/30430/task/30438/stat : 30438 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89779041 885743616 30483 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30439] ppid=30428 vsize=864984 CPUtime=0
/proc/30430/task/30439/stat : 30439 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89779041 885743616 30483 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 864984

[startup+6.30234 s]
/proc/loadavg: 2.01 1.68 0.88 4/89 30439
/proc/meminfo: memFree=619728/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=865676 CPUtime=6.22
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 39857 0 1 0 600 22 0 0 18 0 9 0 89779036 886452224 39227 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216419 39227 1986 9 0 210888 0
[pid=30430/tid=30432] ppid=30428 vsize=865676 CPUtime=5.03
/proc/30430/task/30432/stat : 30432 (java) R 30428 30430 30223 0 -1 64 14786 0 1 0 494 9 0 0 25 0 9 0 89779037 886452224 39227 996147200 134512640 134550932 4294955888 18446744073709551615 103229427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30433] ppid=30428 vsize=865676 CPUtime=0.84
/proc/30430/task/30433/stat : 30433 (java) S 30428 30430 30223 0 -1 64 23541 0 0 0 73 11 0 0 16 0 9 0 89779039 886452224 39227 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30434] ppid=30428 vsize=865676 CPUtime=0
/proc/30430/task/30434/stat : 30434 (java) S 30428 30430 30223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89779039 886452224 39227 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30435] ppid=30428 vsize=865676 CPUtime=0
/proc/30430/task/30435/stat : 30435 (java) S 30428 30430 30223 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89779039 886452224 39227 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30436] ppid=30428 vsize=865676 CPUtime=0
/proc/30430/task/30436/stat : 30436 (java) S 30428 30430 30223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89779041 886452224 39227 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30437] ppid=30428 vsize=865676 CPUtime=0.31
/proc/30430/task/30437/stat : 30437 (java) S 30428 30430 30223 0 -1 64 798 0 0 0 31 0 0 0 15 0 9 0 89779041 886452224 39227 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30438] ppid=30428 vsize=865676 CPUtime=0
/proc/30430/task/30438/stat : 30438 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89779041 886452224 39227 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30439] ppid=30428 vsize=865676 CPUtime=0
/proc/30430/task/30439/stat : 30439 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89779041 886452224 39227 996147200 134512640 134550932 4294955888 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) 865676

[startup+12.7019 s]
/proc/loadavg: 2.09 1.70 0.89 3/89 30439
/proc/meminfo: memFree=426000/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=865580 CPUtime=12.55
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 87712 0 1 0 1213 42 0 0 18 0 9 0 89779036 886353920 87053 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216395 87053 1993 9 0 210864 0
[pid=30430/tid=30432] ppid=30428 vsize=865580 CPUtime=9.32
/proc/30430/task/30432/stat : 30432 (java) R 30428 30430 30223 0 -1 64 14845 0 1 0 922 10 0 0 25 0 9 0 89779037 886353920 87053 996147200 134512640 134550932 4294955888 18446744073709551615 4127619619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30433] ppid=30428 vsize=865580 CPUtime=2.75
/proc/30430/task/30433/stat : 30433 (java) S 30428 30430 30223 0 -1 64 71248 0 0 0 245 30 0 0 17 0 9 0 89779039 886353920 87053 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30434] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30434/stat : 30434 (java) S 30428 30430 30223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89779039 886353920 87053 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30435] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30435/stat : 30435 (java) S 30428 30430 30223 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89779039 886353920 87053 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30436] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30436/stat : 30436 (java) S 30428 30430 30223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89779041 886353920 87053 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30437] ppid=30428 vsize=865580 CPUtime=0.46
/proc/30430/task/30437/stat : 30437 (java) S 30428 30430 30223 0 -1 64 887 0 0 0 45 1 0 0 15 0 9 0 89779041 886353920 87053 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30438] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30438/stat : 30438 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89779041 886353920 87053 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30439] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30439/stat : 30439 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89779041 886353920 87053 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 865580

[startup+25.5021 s]
/proc/loadavg: 2.07 1.71 0.90 3/89 30439
/proc/meminfo: memFree=402256/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=865580 CPUtime=25.22
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 90424 0 1 0 2478 44 0 0 18 0 9 0 89779036 886353920 89749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216395 89749 1993 9 0 210864 0
[pid=30430/tid=30432] ppid=30428 vsize=865580 CPUtime=21.76
/proc/30430/task/30432/stat : 30432 (java) R 30428 30430 30223 0 -1 64 14866 0 1 0 2166 10 0 0 25 0 9 0 89779037 886353920 89749 996147200 134512640 134550932 4294955888 18446744073709551615 4127586910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30433] ppid=30428 vsize=865580 CPUtime=2.94
/proc/30430/task/30433/stat : 30433 (java) S 30428 30430 30223 0 -1 64 73924 0 0 0 262 32 0 0 17 0 9 0 89779039 886353920 89749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30434] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30434/stat : 30434 (java) S 30428 30430 30223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89779039 886353920 89749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30435] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30435/stat : 30435 (java) S 30428 30430 30223 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89779039 886353920 89749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30436] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30436/stat : 30436 (java) S 30428 30430 30223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89779041 886353920 89749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30437] ppid=30428 vsize=865580 CPUtime=0.48
/proc/30430/task/30437/stat : 30437 (java) S 30428 30430 30223 0 -1 64 902 0 0 0 47 1 0 0 16 0 9 0 89779041 886353920 89749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30438] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30438/stat : 30438 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89779041 886353920 89749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30439] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30439/stat : 30439 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89779041 886353920 89749 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 865580

[startup+51.1024 s]
/proc/loadavg: 2.04 1.74 0.93 3/89 30439
/proc/meminfo: memFree=402256/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=865580 CPUtime=50.56
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 90464 0 1 0 5011 45 0 0 18 0 9 0 89779036 886353920 89763 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216395 89763 1993 9 0 210864 0
[pid=30430/tid=30432] ppid=30428 vsize=865580 CPUtime=47
/proc/30430/task/30432/stat : 30432 (java) R 30428 30430 30223 0 -1 64 14892 0 1 0 4690 10 0 0 25 0 9 0 89779037 886353920 89763 996147200 134512640 134550932 4294955888 18446744073709551615 4127586659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30433] ppid=30428 vsize=865580 CPUtime=3.04
/proc/30430/task/30433/stat : 30433 (java) S 30428 30430 30223 0 -1 64 73935 0 0 0 272 32 0 0 16 0 9 0 89779039 886353920 89763 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30434] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30434/stat : 30434 (java) S 30428 30430 30223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89779039 886353920 89763 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30435] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30435/stat : 30435 (java) S 30428 30430 30223 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89779039 886353920 89763 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30436] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30436/stat : 30436 (java) S 30428 30430 30223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89779041 886353920 89763 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30437] ppid=30428 vsize=865580 CPUtime=0.49
/proc/30430/task/30437/stat : 30437 (java) S 30428 30430 30223 0 -1 64 905 0 0 0 48 1 0 0 16 0 9 0 89779041 886353920 89763 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30438] ppid=30428 vsize=865580 CPUtime=0
/proc/30430/task/30438/stat : 30438 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89779041 886353920 89763 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1473.94
Current children cumulated vsize (KiB) 865228

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.74 3/89 30585
/proc/meminfo: memFree=417616/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=865228 CPUtime=1533.92
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 94426 0 1 0 153317 75 0 0 18 0 9 0 89779036 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216307 92797 1998 9 0 210776 0
[pid=30430/tid=30432] ppid=30428 vsize=865228 CPUtime=1524.57
/proc/30430/task/30432/stat : 30432 (java) R 30428 30430 30223 0 -1 64 15740 0 1 0 152426 31 0 0 25 0 9 0 89779037 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4127425868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30433] ppid=30428 vsize=865228 CPUtime=8.78
/proc/30430/task/30433/stat : 30433 (java) S 30428 30430 30223 0 -1 64 77022 0 0 0 837 41 0 0 16 0 9 0 89779039 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30434] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30434/stat : 30434 (java) S 30428 30430 30223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89779039 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30435] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30435/stat : 30435 (java) S 30428 30430 30223 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89779039 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30436] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30436/stat : 30436 (java) S 30428 30430 30223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89779041 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30437] ppid=30428 vsize=865228 CPUtime=0.54
/proc/30430/task/30437/stat : 30437 (java) S 30428 30430 30223 0 -1 64 932 0 0 0 53 1 0 0 16 0 9 0 89779041 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30438] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30438/stat : 30438 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89779041 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30439] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30439/stat : 30439 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89779041 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.92
Current children cumulated vsize (KiB) 865228

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.76 3/89 30585
/proc/meminfo: memFree=415568/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=865228 CPUtime=1593.89
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 94438 0 1 0 159314 75 0 0 18 0 9 0 89779036 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216307 92797 1998 9 0 210776 0
[pid=30430/tid=30432] ppid=30428 vsize=865228 CPUtime=1584.5
/proc/30430/task/30432/stat : 30432 (java) R 30428 30430 30223 0 -1 64 15752 0 1 0 158419 31 0 0 25 0 9 0 89779037 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4127539030 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30433] ppid=30428 vsize=865228 CPUtime=8.82
/proc/30430/task/30433/stat : 30433 (java) S 30428 30430 30223 0 -1 64 77022 0 0 0 841 41 0 0 16 0 9 0 89779039 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30434] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30434/stat : 30434 (java) S 30428 30430 30223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89779039 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30435] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30435/stat : 30435 (java) S 30428 30430 30223 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89779039 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30436] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30436/stat : 30436 (java) S 30428 30430 30223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89779041 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30437] ppid=30428 vsize=865228 CPUtime=0.54
/proc/30430/task/30437/stat : 30437 (java) S 30428 30430 30223 0 -1 64 932 0 0 0 53 1 0 0 16 0 9 0 89779041 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30438] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30438/stat : 30438 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89779041 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30439] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30439/stat : 30439 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89779041 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.89
Current children cumulated vsize (KiB) 865228

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.77 3/89 30585
/proc/meminfo: memFree=415504/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=865228 CPUtime=1653.88
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 94447 0 1 0 165312 76 0 0 18 0 9 0 89779036 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216307 92797 1998 9 0 210776 0
[pid=30430/tid=30432] ppid=30428 vsize=865228 CPUtime=1644.46
/proc/30430/task/30432/stat : 30432 (java) R 30428 30430 30223 0 -1 64 15761 0 1 0 164414 32 0 0 25 0 9 0 89779037 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4126629906 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30433] ppid=30428 vsize=865228 CPUtime=8.85
/proc/30430/task/30433/stat : 30433 (java) S 30428 30430 30223 0 -1 64 77022 0 0 0 844 41 0 0 16 0 9 0 89779039 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30434] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30434/stat : 30434 (java) S 30428 30430 30223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89779039 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30435] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30435/stat : 30435 (java) S 30428 30430 30223 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89779039 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30436] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30436/stat : 30436 (java) S 30428 30430 30223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89779041 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30437] ppid=30428 vsize=865228 CPUtime=0.54
/proc/30430/task/30437/stat : 30437 (java) S 30428 30430 30223 0 -1 64 932 0 0 0 53 1 0 0 16 0 9 0 89779041 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30438] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30438/stat : 30438 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89779041 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30439] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30439/stat : 30439 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89779041 885993472 92797 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.88
Current children cumulated vsize (KiB) 865228

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.78 3/89 30585
/proc/meminfo: memFree=415504/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=865228 CPUtime=1713.86
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 94464 0 1 0 171310 76 0 0 18 0 9 0 89779036 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216307 92798 1998 9 0 210776 0
[pid=30430/tid=30432] ppid=30428 vsize=865228 CPUtime=1704.39
/proc/30430/task/30432/stat : 30432 (java) R 30428 30430 30223 0 -1 64 15777 0 1 0 170407 32 0 0 25 0 9 0 89779037 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4127751273 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30433] ppid=30428 vsize=865228 CPUtime=8.9
/proc/30430/task/30433/stat : 30433 (java) S 30428 30430 30223 0 -1 64 77023 0 0 0 849 41 0 0 16 0 9 0 89779039 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30434] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30434/stat : 30434 (java) S 30428 30430 30223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89779039 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30435] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30435/stat : 30435 (java) S 30428 30430 30223 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89779039 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30436] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30436/stat : 30436 (java) S 30428 30430 30223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89779041 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30437] ppid=30428 vsize=865228 CPUtime=0.54
/proc/30430/task/30437/stat : 30437 (java) S 30428 30430 30223 0 -1 64 932 0 0 0 53 1 0 0 16 0 9 0 89779041 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30438] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30438/stat : 30438 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89779041 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30439] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30439/stat : 30439 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89779041 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.86
Current children cumulated vsize (KiB) 865228

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/89 30585
/proc/meminfo: memFree=415376/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=865228 CPUtime=1773.83
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 94475 0 1 0 177307 76 0 0 18 0 9 0 89779036 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216307 92798 1998 9 0 210776 0
[pid=30430/tid=30432] ppid=30428 vsize=865228 CPUtime=1764.33
/proc/30430/task/30432/stat : 30432 (java) R 30428 30430 30223 0 -1 64 15788 0 1 0 176401 32 0 0 25 0 9 0 89779037 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4127298126 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30433] ppid=30428 vsize=865228 CPUtime=8.93
/proc/30430/task/30433/stat : 30433 (java) S 30428 30430 30223 0 -1 64 77023 0 0 0 852 41 0 0 16 0 9 0 89779039 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30434] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30434/stat : 30434 (java) S 30428 30430 30223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89779039 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30435] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30435/stat : 30435 (java) S 30428 30430 30223 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89779039 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30436] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30436/stat : 30436 (java) S 30428 30430 30223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89779041 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30437] ppid=30428 vsize=865228 CPUtime=0.54
/proc/30430/task/30437/stat : 30437 (java) S 30428 30430 30223 0 -1 64 932 0 0 0 53 1 0 0 16 0 9 0 89779041 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30438] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30438/stat : 30438 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89779041 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30439] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30439/stat : 30439 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89779041 885993472 92798 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.83
Current children cumulated vsize (KiB) 865228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 1.99 1.97 1.80 3/89 30585
/proc/meminfo: memFree=415376/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=865228 CPUtime=1800.03
/proc/30430/stat : 30430 (java) S 30428 30430 30223 0 -1 0 94491 0 1 0 179927 76 0 0 18 0 9 0 89779036 885993472 92802 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 216307 92802 1998 9 0 210776 0
[pid=30430/tid=30432] ppid=30428 vsize=865228 CPUtime=1790.49
/proc/30430/task/30432/stat : 30432 (java) R 30428 30430 30223 0 -1 64 15800 0 1 0 179017 32 0 0 25 0 9 0 89779037 885993472 92802 996147200 134512640 134550932 4294955888 18446744073709551615 4127298508 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30433] ppid=30428 vsize=865228 CPUtime=8.96
/proc/30430/task/30433/stat : 30433 (java) S 30428 30430 30223 0 -1 64 77026 0 0 0 855 41 0 0 16 0 9 0 89779039 885993472 92802 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30434] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30434/stat : 30434 (java) S 30428 30430 30223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89779039 885993472 92802 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30435] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30435/stat : 30435 (java) S 30428 30430 30223 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89779039 885993472 92802 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30436] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30436/stat : 30436 (java) S 30428 30430 30223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89779041 885993472 92802 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30437] ppid=30428 vsize=865228 CPUtime=0.54
/proc/30430/task/30437/stat : 30437 (java) S 30428 30430 30223 0 -1 64 933 0 0 0 53 1 0 0 16 0 9 0 89779041 885993472 92802 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30430/tid=30438] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30438/stat : 30438 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89779041 885993472 92802 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30430/tid=30439] ppid=30428 vsize=865228 CPUtime=0
/proc/30430/task/30439/stat : 30439 (java) S 30428 30430 30223 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89779041 885993472 92802 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 865228

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

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

[startup+1808.61 s]
/proc/loadavg: 1.99 1.97 1.80 3/89 30585
/proc/meminfo: memFree=415376/2055920 swapFree=4192812/4192956
[pid=30430] ppid=30428 vsize=0 CPUtime=1800.14
/proc/30430/stat : 30430 (java) Z 30428 30430 30223 0 -1 1036 94514 0 1 0 179933 81 0 0 15 0 2 0 89779036 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30430/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1808.63
CPU time (s): 1800.16
CPU user time (s): 1799.33
CPU system time (s): 0.829873
CPU usage (%): 99.5319
Max. virtual memory (cumulated for all children) (KiB): 865748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.829873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94514
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= 47250
involuntary context switches= 62767

runsolver used 2.47762 second user time and 5.78612 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-19 20:12:31
IDJOB=2115052
IDBENCH=54111
IDSOLVER=780
FILE ID=node43/2115052-1248027151
PBS_JOBID= 9528962
Free space on /tmp= 66168 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-6.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file BENCHNAME -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2115052-1248027151/watcher-2115052-1248027151 -o /tmp/evaluation-result-2115052-1248027151/solver-2115052-1248027151 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2115052-1248027151.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5ef5412c0ffa303b60f6d13c783c47df
RANDOM SEED=1467376052

node43.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.213
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	: 5931.00
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.213
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:        755064 kB
Buffers:         59756 kB
Cached:        1043816 kB
SwapCached:          0 kB
Active:         215524 kB
Inactive:       990200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        755064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10596 kB
Writeback:           0 kB
Mapped:         120096 kB
Slab:            80096 kB
Committed_AS:  1301916 kB
PageTables:       2032 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= 66164 MiB
End job on node43 at 2009-07-19 20:42:42