Trace number 2115047

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.1 1817.09

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-12.xml
MD5SUM3aaedc74d6ee49711e76829517479c6b
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.1345
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints33494
Maximum constraint arity23
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33194
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-2115047-1248027080/watcher-2115047-1248027080 -o /tmp/evaluation-result-2115047-1248027080/solver-2115047-1248027080 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2115047-1248027080.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: 1.91 1.55 0.77 4/80 32175
/proc/meminfo: memFree=944928/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=18576 CPUtime=0
/proc/32175/stat : 32175 (runsolver) R 32173 32175 31868 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 89771496 19021824 284 996147200 4194304 4302564 548682068272 18446744073709551615 273653755175 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32175/statm: 4644 284 249 26 0 2626 0

[startup+0.0339861 s]
/proc/loadavg: 1.91 1.55 0.77 4/80 32175
/proc/meminfo: memFree=944928/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=859892 CPUtime=0.02
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 1891 0 1 0 1 1 0 0 18 0 5 0 89771496 880529408 1555 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 214973 1855 863 9 0 209888 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 859892

[startup+0.114933 s]
/proc/loadavg: 1.91 1.55 0.77 4/80 32175
/proc/meminfo: memFree=944928/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=864060 CPUtime=0.09
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 3907 0 1 0 7 2 0 0 18 0 9 0 89771496 884797440 3354 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216015 3354 1747 9 0 210484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864060

[startup+0.30194 s]
/proc/loadavg: 1.91 1.55 0.77 4/80 32175
/proc/meminfo: memFree=944928/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=864192 CPUtime=0.28
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 4472 0 1 0 26 2 0 0 18 0 9 0 89771496 884932608 3897 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216048 3897 1855 9 0 210517 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864192

[startup+0.70197 s]
/proc/loadavg: 1.91 1.55 0.77 4/80 32175
/proc/meminfo: memFree=944928/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=864928 CPUtime=0.68
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 9033 0 1 0 63 5 0 0 18 0 9 0 89771496 885686272 8458 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216232 8458 1859 9 0 210701 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 864928

[startup+1.50202 s]
/proc/loadavg: 1.91 1.55 0.77 3/89 32184
/proc/meminfo: memFree=899608/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=865044 CPUtime=1.47
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 25543 0 1 0 135 12 0 0 18 0 9 0 89771496 885805056 24953 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216261 24953 1910 9 0 210730 0
[pid=32175/tid=32177] ppid=32173 vsize=865044 CPUtime=1.08
/proc/32175/task/32177/stat : 32177 (java) R 32173 32175 31868 0 -1 64 14296 0 1 0 101 7 0 0 25 0 9 0 89771497 885805056 24953 996147200 134512640 134550932 4294955888 18446744073709551615 4126732180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32178] ppid=32173 vsize=865044 CPUtime=0.2
/proc/32175/task/32178/stat : 32178 (java) S 32173 32175 31868 0 -1 64 9968 0 0 0 17 3 0 0 17 0 9 0 89771499 885805056 24953 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32179] ppid=32173 vsize=865044 CPUtime=0
/proc/32175/task/32179/stat : 32179 (java) S 32173 32175 31868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89771499 885805056 24953 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32180] ppid=32173 vsize=865044 CPUtime=0
/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 885805056 24953 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865044 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 885805056 24953 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865044 CPUtime=0.16
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 547 0 0 0 16 0 0 0 16 0 9 0 89771501 885805056 24953 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865044 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 885805056 24953 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32184] ppid=32173 vsize=865044 CPUtime=0
/proc/32175/task/32184/stat : 32184 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89771501 885805056 24953 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 865044

[startup+3.10213 s]
/proc/loadavg: 1.91 1.55 0.77 4/89 32184
/proc/meminfo: memFree=850968/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=865044 CPUtime=3.05
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 28733 0 1 0 292 13 0 0 18 0 9 0 89771496 885805056 28141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216261 28141 1912 9 0 210730 0
[pid=32175/tid=32177] ppid=32173 vsize=865044 CPUtime=2.47
/proc/32175/task/32177/stat : 32177 (java) R 32173 32175 31868 0 -1 64 14299 0 1 0 239 8 0 0 25 0 9 0 89771497 885805056 28141 996147200 134512640 134550932 4294955888 18446744073709551615 102883502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32178] ppid=32173 vsize=865044 CPUtime=0.37
/proc/32175/task/32178/stat : 32178 (java) S 32173 32175 31868 0 -1 64 13126 0 0 0 33 4 0 0 16 0 9 0 89771499 885805056 28141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32179] ppid=32173 vsize=865044 CPUtime=0
/proc/32175/task/32179/stat : 32179 (java) S 32173 32175 31868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89771499 885805056 28141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32180] ppid=32173 vsize=865044 CPUtime=0
/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 885805056 28141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865044 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 885805056 28141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865044 CPUtime=0.19
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 576 0 0 0 19 0 0 0 15 0 9 0 89771501 885805056 28141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865044 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 885805056 28141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32184] ppid=32173 vsize=865044 CPUtime=0
/proc/32175/task/32184/stat : 32184 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89771501 885805056 28141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 865044

[startup+6.30134 s]
/proc/loadavg: 2.08 1.59 0.79 3/89 32184
/proc/meminfo: memFree=813400/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=865764 CPUtime=6.22
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 37737 0 1 0 602 20 0 0 18 0 9 0 89771496 886542336 37106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216441 37106 1986 9 0 210910 0
[pid=32175/tid=32177] ppid=32173 vsize=865764 CPUtime=5.13
/proc/32175/task/32177/stat : 32177 (java) R 32173 32175 31868 0 -1 64 14802 0 1 0 503 10 0 0 25 0 9 0 89771497 886542336 37106 996147200 134512640 134550932 4294955888 18446744073709551615 4127243331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32178] ppid=32173 vsize=865764 CPUtime=0.76
/proc/32175/task/32178/stat : 32178 (java) S 32173 32175 31868 0 -1 64 21405 0 0 0 68 8 0 0 16 0 9 0 89771499 886542336 37106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32179] ppid=32173 vsize=865764 CPUtime=0
/proc/32175/task/32179/stat : 32179 (java) S 32173 32175 31868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89771499 886542336 37106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32180] ppid=32173 vsize=865764 CPUtime=0
/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 886542336 37106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865764 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 886542336 37106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865764 CPUtime=0.31
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 798 0 0 0 30 1 0 0 15 0 9 0 89771501 886542336 37106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865764 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 886542336 37106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32184] ppid=32173 vsize=865764 CPUtime=0
/proc/32175/task/32184/stat : 32184 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89771501 886542336 37106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 865764

[startup+12.7018 s]
/proc/loadavg: 2.07 1.60 0.79 3/89 32184
/proc/meminfo: memFree=642392/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=865764 CPUtime=12.56
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 78733 0 1 0 1219 37 0 0 18 0 9 0 89771496 886542336 78084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216441 78084 1993 9 0 210910 0
[pid=32175/tid=32177] ppid=32173 vsize=865764 CPUtime=9.64
/proc/32175/task/32177/stat : 32177 (java) R 32173 32175 31868 0 -1 64 14863 0 1 0 954 10 0 0 25 0 9 0 89771497 886542336 78084 996147200 134512640 134550932 4294955888 18446744073709551615 4127339583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32178] ppid=32173 vsize=865764 CPUtime=2.42
/proc/32175/task/32178/stat : 32178 (java) S 32173 32175 31868 0 -1 64 62245 0 0 0 218 24 0 0 17 0 9 0 89771499 886542336 78084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32179] ppid=32173 vsize=865764 CPUtime=0
/proc/32175/task/32179/stat : 32179 (java) S 32173 32175 31868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89771499 886542336 78084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32180] ppid=32173 vsize=865764 CPUtime=0
/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 886542336 78084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865764 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 886542336 78084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865764 CPUtime=0.47
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 893 0 0 0 46 1 0 0 15 0 9 0 89771501 886542336 78084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865764 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 886542336 78084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32184] ppid=32173 vsize=865764 CPUtime=0
/proc/32175/task/32184/stat : 32184 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89771501 886542336 78084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 865764

[startup+25.5026 s]
/proc/loadavg: 2.06 1.62 0.81 3/89 32184
/proc/meminfo: memFree=639128/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=865732 CPUtime=25.24
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 78754 0 1 0 2487 37 0 0 18 0 9 0 89771496 886509568 78092 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216433 78092 1993 9 0 210902 0
[pid=32175/tid=32177] ppid=32173 vsize=865732 CPUtime=22.26
/proc/32175/task/32177/stat : 32177 (java) R 32173 32175 31868 0 -1 64 14876 0 1 0 2216 10 0 0 25 0 9 0 89771497 886509568 78092 996147200 134512640 134550932 4294955888 18446744073709551615 4127339667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32178] ppid=32173 vsize=865732 CPUtime=2.47
/proc/32175/task/32178/stat : 32178 (java) S 32173 32175 31868 0 -1 64 62245 0 0 0 223 24 0 0 16 0 9 0 89771499 886509568 78092 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32179] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32179/stat : 32179 (java) S 32173 32175 31868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 78092 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32180] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 78092 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 886509568 78092 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865732 CPUtime=0.48
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 901 0 0 0 47 1 0 0 15 0 9 0 89771501 886509568 78092 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 886509568 78092 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32184] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32184/stat : 32184 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89771501 886509568 78092 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 865732

[startup+51.1023 s]
/proc/loadavg: 2.04 1.65 0.84 3/89 32184
/proc/meminfo: memFree=639128/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=865732 CPUtime=50.6
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 78794 0 1 0 5023 37 0 0 18 0 9 0 89771496 886509568 78106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216433 78106 1993 9 0 210902 0
[pid=32175/tid=32177] ppid=32173 vsize=865732 CPUtime=47.51
/proc/32175/task/32177/stat : 32177 (java) R 32173 32175 31868 0 -1 64 14902 0 1 0 4740 11 0 0 25 0 9 0 89771497 886509568 78106 996147200 134512640 134550932 4294955888 18446744073709551615 4127338590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32178] ppid=32173 vsize=865732 CPUtime=2.58
/proc/32175/task/32178/stat : 32178 (java) S 32173 32175 31868 0 -1 64 62256 0 0 0 234 24 0 0 16 0 9 0 89771499 886509568 78106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32179] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32179/stat : 32179 (java) S 32173 32175 31868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 78106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32180] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 78106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 886509568 78106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865732 CPUtime=0.49
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 904 0 0 0 48 1 0 0 16 0 9 0 89771501 886509568 78106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 886509568 78106 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865732 CPUtime=0.54
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 932 0 0 0 53 1 0 0 16 0 9 0 89771501 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32184] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32184/stat : 32184 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89771501 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1468.44
Current children cumulated vsize (KiB) 865732

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.75 3/89 32222
/proc/meminfo: memFree=32088/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=865732 CPUtime=1527.87
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 82377 0 1 0 152723 64 0 0 18 0 9 0 89771496 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216433 80878 1998 9 0 210902 0
[pid=32175/tid=32177] ppid=32173 vsize=865732 CPUtime=1518.88
/proc/32175/task/32177/stat : 32177 (java) R 32173 32175 31868 0 -1 64 15718 0 1 0 151858 30 0 0 25 0 9 0 89771497 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4127338992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32178] ppid=32173 vsize=865732 CPUtime=8.42
/proc/32175/task/32178/stat : 32178 (java) S 32173 32175 31868 0 -1 64 64995 0 0 0 811 31 0 0 16 0 9 0 89771499 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32179] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32179/stat : 32179 (java) S 32173 32175 31868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32180] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865732 CPUtime=0.54
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 932 0 0 0 53 1 0 0 16 0 9 0 89771501 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32184] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32184/stat : 32184 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89771501 886509568 80878 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.87
Current children cumulated vsize (KiB) 865732

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/89 32222
/proc/meminfo: memFree=32088/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=865732 CPUtime=1587.31
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 82395 0 1 0 158667 64 0 0 18 0 9 0 89771496 886509568 80882 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216433 80882 1998 9 0 210902 0
[pid=32175/tid=32177] ppid=32173 vsize=865732 CPUtime=1578.26
/proc/32175/task/32177/stat : 32177 (java) R 32173 32175 31868 0 -1 64 15732 0 1 0 157796 30 0 0 25 0 9 0 89771497 886509568 80882 996147200 134512640 134550932 4294955888 18446744073709551615 4126632399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32178] ppid=32173 vsize=865732 CPUtime=8.48
/proc/32175/task/32178/stat : 32178 (java) S 32173 32175 31868 0 -1 64 64999 0 0 0 817 31 0 0 16 0 9 0 89771499 886509568 80882 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32179] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32179/stat : 32179 (java) S 32173 32175 31868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80882 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32180] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80882 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 886509568 80882 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865732 CPUtime=0.54
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 932 0 0 0 53 1 0 0 16 0 9 0 89771501 886509568 80882 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 886509568 80882 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32184] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32184/stat : 32184 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89771501 886509568 80882 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.31
Current children cumulated vsize (KiB) 865732

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/89 32222
/proc/meminfo: memFree=32088/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=865732 CPUtime=1646.76
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 82411 0 1 0 164611 65 0 0 18 0 9 0 89771496 886509568 80883 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216433 80883 1998 9 0 210902 0
[pid=32175/tid=32177] ppid=32173 vsize=865732 CPUtime=1637.63
/proc/32175/task/32177/stat : 32177 (java) R 32173 32175 31868 0 -1 64 15747 0 1 0 163733 30 0 0 25 0 9 0 89771497 886509568 80883 996147200 134512640 134550932 4294955888 18446744073709551615 4127421964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32178] ppid=32173 vsize=865732 CPUtime=8.54
/proc/32175/task/32178/stat : 32178 (java) S 32173 32175 31868 0 -1 64 65000 0 0 0 823 31 0 0 16 0 9 0 89771499 886509568 80883 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32179] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32179/stat : 32179 (java) S 32173 32175 31868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80883 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32180] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80883 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 886509568 80883 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865732 CPUtime=0.54
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 932 0 0 0 53 1 0 0 16 0 9 0 89771501 886509568 80883 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 886509568 80883 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32184] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32184/stat : 32184 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89771501 886509568 80883 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.76
Current children cumulated vsize (KiB) 865732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/89 32222
/proc/meminfo: memFree=32088/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=865732 CPUtime=1706.2
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 82426 0 1 0 170554 66 0 0 18 0 9 0 89771496 886509568 80884 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216433 80884 1998 9 0 210902 0
[pid=32175/tid=32177] ppid=32173 vsize=865732 CPUtime=1697.02
/proc/32175/task/32177/stat : 32177 (java) R 32173 32175 31868 0 -1 64 15761 0 1 0 169671 31 0 0 25 0 9 0 89771497 886509568 80884 996147200 134512640 134550932 4294955888 18446744073709551615 4127421964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32178] ppid=32173 vsize=865732 CPUtime=8.61
/proc/32175/task/32178/stat : 32178 (java) S 32173 32175 31868 0 -1 64 65001 0 0 0 829 32 0 0 16 0 9 0 89771499 886509568 80884 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32179] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32179/stat : 32179 (java) S 32173 32175 31868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80884 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32180] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80884 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 886509568 80884 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865732 CPUtime=0.54
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 932 0 0 0 53 1 0 0 16 0 9 0 89771501 886509568 80884 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 886509568 80884 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32184] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32184/stat : 32184 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89771501 886509568 80884 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.2
Current children cumulated vsize (KiB) 865732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/89 32222
/proc/meminfo: memFree=32024/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=865732 CPUtime=1765.63
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 82436 0 1 0 176497 66 0 0 18 0 9 0 89771496 886509568 80885 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216433 80885 1998 9 0 210902 0
[pid=32175/tid=32177] ppid=32173 vsize=865732 CPUtime=1756.42
/proc/32175/task/32177/stat : 32177 (java) R 32173 32175 31868 0 -1 64 15770 0 1 0 175611 31 0 0 25 0 9 0 89771497 886509568 80885 996147200 134512640 134550932 4294955888 18446744073709551615 4126632399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32178] ppid=32173 vsize=865732 CPUtime=8.64
/proc/32175/task/32178/stat : 32178 (java) S 32173 32175 31868 0 -1 64 65002 0 0 0 832 32 0 0 16 0 9 0 89771499 886509568 80885 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32179] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32179/stat : 32179 (java) S 32173 32175 31868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80885 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32180] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80885 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 886509568 80885 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865732 CPUtime=0.54
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 932 0 0 0 53 1 0 0 16 0 9 0 89771501 886509568 80885 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 886509568 80885 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32184] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32184/stat : 32184 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89771501 886509568 80885 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.63
Current children cumulated vsize (KiB) 865732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.00 2.00 1.81 3/89 32222
/proc/meminfo: memFree=32088/2055920 swapFree=4191900/4192956
[pid=32175] ppid=32173 vsize=865732 CPUtime=1800.01
/proc/32175/stat : 32175 (java) S 32173 32175 31868 0 -1 0 82447 0 1 0 179935 66 0 0 18 0 9 0 89771496 886509568 80886 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32175/statm: 216433 80886 1998 9 0 210902 0
[pid=32175/tid=32177] ppid=32173 vsize=865732 CPUtime=1790.75
/proc/32175/task/32177/stat : 32177 (java) R 32173 32175 31868 0 -1 64 15780 0 1 0 179044 31 0 0 25 0 9 0 89771497 886509568 80886 996147200 134512640 134550932 4294955888 18446744073709551615 4127547702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32178] ppid=32173 vsize=865732 CPUtime=8.68
/proc/32175/task/32178/stat : 32178 (java) S 32173 32175 31868 0 -1 64 65003 0 0 0 836 32 0 0 16 0 9 0 89771499 886509568 80886 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32179] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32179/stat : 32179 (java) S 32173 32175 31868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80886 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32180] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32180/stat : 32180 (java) S 32173 32175 31868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89771499 886509568 80886 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32181] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32181/stat : 32181 (java) S 32173 32175 31868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 89771501 886509568 80886 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32182] ppid=32173 vsize=865732 CPUtime=0.54
/proc/32175/task/32182/stat : 32182 (java) S 32173 32175 31868 0 -1 64 932 0 0 0 53 1 0 0 16 0 9 0 89771501 886509568 80886 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32183] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32183/stat : 32183 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 89771501 886509568 80886 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32175/tid=32184] ppid=32173 vsize=865732 CPUtime=0
/proc/32175/task/32184/stat : 32184 (java) S 32173 32175 31868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 89771501 886509568 80886 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 865732

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

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

Child status: 143
Real time (s): 1817.09
CPU time (s): 1800.1
CPU user time (s): 1799.38
CPU system time (s): 0.713891
CPU usage (%): 99.0649
Max. virtual memory (cumulated for all children) (KiB): 865764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.713891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82468
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= 46948
involuntary context switches= 76457

runsolver used 2.51462 second user time and 5.76312 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-19 20:11:20
IDJOB=2115047
IDBENCH=54106
IDSOLVER=780
FILE ID=node52/2115047-1248027080
PBS_JOBID= 9528946
Free space on /tmp= 66172 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-12.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-2115047-1248027080/watcher-2115047-1248027080 -o /tmp/evaluation-result-2115047-1248027080/solver-2115047-1248027080 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2115047-1248027080.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= 3aaedc74d6ee49711e76829517479c6b
RANDOM SEED=826207210

node52.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.236
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.236
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:        945408 kB
Buffers:         68004 kB
Cached:         836456 kB
SwapCached:        416 kB
Active:         228896 kB
Inactive:       788800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        945408 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9744 kB
Writeback:           0 kB
Mapped:         129788 kB
Slab:            77844 kB
Committed_AS:  1430768 kB
PageTables:       2104 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= 66160 MiB
End job on node52 at 2009-07-19 20:41:39