Trace number 1086090

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.2 1808.93

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-8.xml
MD5SUM5db16243b4ccf647ada8995c3a36e2be
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.5095
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

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-1086090-1215237348/watcher-1086090-1215237348 -o /tmp/evaluation-result-1086090-1215237348/solver-1086090-1215237348 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1086090-1215237348.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.10 1.90 1.57 4/81 24684
/proc/meminfo: memFree=1016160/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=10800 CPUtime=0
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 710 0 0 0 0 0 0 0 18 0 2 0 679462475 11059200 488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 2700 488 213 9 0 1230 0
[pid=24684/tid=24685] ppid=24682 vsize=10800 CPUtime=0
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 679462476 11059200 488 996147200 134512640 134550740 4294956016 18446744073709551615 12767192 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0545291 s]
/proc/loadavg: 2.10 1.90 1.57 4/81 24684
/proc/meminfo: memFree=1016160/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=864636 CPUtime=0.04
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 2852 0 1 0 3 1 0 0 18 0 9 0 679462475 885387264 2382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216159 2382 1161 9 0 211026 0
[pid=24684/tid=24685] ppid=24682 vsize=864636 CPUtime=0.03
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 1919 0 1 0 2 1 0 0 20 0 9 0 679462476 885387264 2382 996147200 134512640 134550740 4294956016 18446744073709551615 4159512490 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864636

[startup+0.102533 s]
/proc/loadavg: 2.10 1.90 1.57 4/81 24684
/proc/meminfo: memFree=1016160/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=866544 CPUtime=0.09
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 3867 0 1 0 7 2 0 0 18 0 9 0 679462475 887341056 3328 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216636 3328 1777 9 0 211108 0
[pid=24684/tid=24685] ppid=24682 vsize=866544 CPUtime=0.06
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 2917 0 1 0 5 1 0 0 20 0 9 0 679462476 887341056 3328 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866544

[startup+0.301558 s]
/proc/loadavg: 2.10 1.90 1.57 4/81 24684
/proc/meminfo: memFree=1016160/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867340 CPUtime=0.29
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 5228 0 1 0 26 3 0 0 18 0 9 0 679462475 888156160 4681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216835 4681 1855 9 0 211307 0
[pid=24684/tid=24685] ppid=24682 vsize=867340 CPUtime=0.18
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 4012 0 1 0 16 2 0 0 21 0 9 0 679462476 888156160 4681 996147200 134512640 134550740 4294956016 18446744073709551615 4126590204 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867340

[startup+0.702598 s]
/proc/loadavg: 2.10 1.90 1.57 4/81 24684
/proc/meminfo: memFree=1016160/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867340 CPUtime=0.69
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 11783 0 1 0 62 7 0 0 18 0 9 0 679462475 888156160 11231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216835 11231 1866 9 0 211307 0
[pid=24684/tid=24685] ppid=24682 vsize=867340 CPUtime=0.55
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 10530 0 1 0 48 7 0 0 24 0 9 0 679462476 888156160 11231 996147200 134512640 134550740 4294956016 18446744073709551615 4126122805 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867340

[startup+1.50268 s]
/proc/loadavg: 2.10 1.90 1.57 3/90 24693
/proc/meminfo: memFree=966808/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867448 CPUtime=1.49
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 24150 0 1 0 136 13 0 0 18 0 9 0 679462475 888266752 23584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216862 23584 1917 9 0 211334 0
[pid=24684/tid=24685] ppid=24682 vsize=867448 CPUtime=1.09
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 15091 0 1 0 101 8 0 0 25 0 9 0 679462476 888266752 23584 996147200 134512640 134550740 4294956016 18446744073709551615 103825780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24682 vsize=867448 CPUtime=0.19
/proc/24684/task/24687/stat : 24687 (java) S 24682 24684 23935 0 -1 64 7763 0 0 0 16 3 0 0 18 0 9 0 679462477 888266752 23584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24682 vsize=867448 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24682 24684 23935 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 679462477 888266752 23584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24682 vsize=867448 CPUtime=0
/proc/24684/task/24689/stat : 24689 (java) S 24682 24684 23935 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679462477 888266752 23584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24682 vsize=867448 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679462479 888266752 23584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24682 vsize=867448 CPUtime=0.17
/proc/24684/task/24691/stat : 24691 (java) S 24682 24684 23935 0 -1 64 561 0 0 0 17 0 0 0 16 0 9 0 679462479 888266752 23584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24692] ppid=24682 vsize=867448 CPUtime=0
/proc/24684/task/24692/stat : 24692 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679462479 888266752 23584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24693] ppid=24682 vsize=867448 CPUtime=0
/proc/24684/task/24693/stat : 24693 (java) S 24682 24684 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679462479 888266752 23584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867448

[startup+3.10183 s]
/proc/loadavg: 2.10 1.90 1.57 3/90 24693
/proc/meminfo: memFree=918104/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867496 CPUtime=3.07
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 30073 0 1 0 290 17 0 0 18 0 9 0 679462475 888315904 29467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216874 29467 1985 9 0 211346 0
[pid=24684/tid=24685] ppid=24682 vsize=867496 CPUtime=2.41
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 15467 0 1 0 232 9 0 0 25 0 9 0 679462476 888315904 29467 996147200 134512640 134550740 4294956016 18446744073709551615 4126958293 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24682 vsize=867496 CPUtime=0.37
/proc/24684/task/24687/stat : 24687 (java) S 24682 24684 23935 0 -1 64 13255 0 0 0 31 6 0 0 16 0 9 0 679462477 888315904 29467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24682 vsize=867496 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24682 24684 23935 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 679462477 888315904 29467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24682 vsize=867496 CPUtime=0
/proc/24684/task/24689/stat : 24689 (java) S 24682 24684 23935 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679462477 888315904 29467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24682 vsize=867496 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679462479 888315904 29467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24682 vsize=867496 CPUtime=0.25
/proc/24684/task/24691/stat : 24691 (java) S 24682 24684 23935 0 -1 64 616 0 0 0 25 0 0 0 15 0 9 0 679462479 888315904 29467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24692] ppid=24682 vsize=867496 CPUtime=0
/proc/24684/task/24692/stat : 24692 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679462479 888315904 29467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24693] ppid=24682 vsize=867496 CPUtime=0
/proc/24684/task/24693/stat : 24693 (java) S 24682 24684 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679462479 888315904 29467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867496

[startup+6.30215 s]
/proc/loadavg: 2.09 1.90 1.57 3/90 24693
/proc/meminfo: memFree=904408/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867632 CPUtime=6.26
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 30611 0 1 0 608 18 0 0 18 0 9 0 679462475 888455168 29992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216908 29992 1986 9 0 211380 0
[pid=24684/tid=24685] ppid=24682 vsize=867632 CPUtime=5.41
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 15484 0 1 0 532 9 0 0 25 0 9 0 679462476 888455168 29992 996147200 134512640 134550740 4294956016 18446744073709551615 102888935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24682 vsize=867632 CPUtime=0.53
/proc/24684/task/24687/stat : 24687 (java) S 24682 24684 23935 0 -1 64 13739 0 0 0 46 7 0 0 16 0 9 0 679462477 888455168 29992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24682 24684 23935 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 29992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24689/stat : 24689 (java) S 24682 24684 23935 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 29992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679462479 888455168 29992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24682 vsize=867632 CPUtime=0.3
/proc/24684/task/24691/stat : 24691 (java) S 24682 24684 23935 0 -1 64 653 0 0 0 30 0 0 0 16 0 9 0 679462479 888455168 29992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24692] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24692/stat : 24692 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679462479 888455168 29992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24693] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24693/stat : 24693 (java) S 24682 24684 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679462479 888455168 29992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867632

[startup+12.7018 s]
/proc/loadavg: 2.08 1.91 1.57 3/90 24693
/proc/meminfo: memFree=894688/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867632 CPUtime=12.63
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 38278 0 1 0 1242 21 0 0 18 0 9 0 679462475 888455168 37628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216908 37628 1997 9 0 211380 0
[pid=24684/tid=24685] ppid=24682 vsize=867632 CPUtime=11.3
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 15606 0 1 0 1121 9 0 0 25 0 9 0 679462476 888455168 37628 996147200 134512640 134550740 4294956016 18446744073709551615 102902854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24682 vsize=867632 CPUtime=0.93
/proc/24684/task/24687/stat : 24687 (java) S 24682 24684 23935 0 -1 64 21218 0 0 0 84 9 0 0 16 0 9 0 679462477 888455168 37628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24682 24684 23935 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 37628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24689/stat : 24689 (java) S 24682 24684 23935 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 37628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679462479 888455168 37628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24682 vsize=867632 CPUtime=0.36
/proc/24684/task/24691/stat : 24691 (java) S 24682 24684 23935 0 -1 64 719 0 0 0 36 0 0 0 15 0 9 0 679462479 888455168 37628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24692] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24692/stat : 24692 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679462479 888455168 37628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24693] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24693/stat : 24693 (java) R 24682 24684 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679462479 888455168 37628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 867632

[startup+25.502 s]
/proc/loadavg: 2.06 1.91 1.58 3/90 24693
/proc/meminfo: memFree=532640/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867632 CPUtime=25.37
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 123113 0 1 0 2482 55 0 0 18 0 9 0 679462475 888455168 122453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216908 122453 1997 9 0 211380 0
[pid=24684/tid=24685] ppid=24682 vsize=867632 CPUtime=23.12
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 15618 0 1 0 2302 10 0 0 25 0 9 0 679462476 888455168 122453 996147200 134512640 134550740 4294956016 18446744073709551615 4127523680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24682 vsize=867632 CPUtime=1.81
/proc/24684/task/24687/stat : 24687 (java) S 24682 24684 23935 0 -1 64 106012 0 0 0 138 43 0 0 16 0 9 0 679462477 888455168 122453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24682 24684 23935 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 122453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24689/stat : 24689 (java) S 24682 24684 23935 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 122453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679462479 888455168 122453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24682 vsize=867632 CPUtime=0.41
/proc/24684/task/24691/stat : 24691 (java) S 24682 24684 23935 0 -1 64 748 0 0 0 40 1 0 0 15 0 9 0 679462479 888455168 122453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24692] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24692/stat : 24692 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679462479 888455168 122453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24693] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24693/stat : 24693 (java) S 24682 24684 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679462479 888455168 122453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 867632

[startup+51.1026 s]
/proc/loadavg: 2.04 1.92 1.59 3/90 24693
/proc/meminfo: memFree=390368/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867632 CPUtime=50.84
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 158632 0 1 0 5016 68 0 0 18 0 9 0 679462475 888455168 157958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216908 157958 1997 9 0 211380 0
[pid=24684/tid=24685] ppid=24682 vsize=867632 CPUtime=48.27
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 15640 0 1 0 4817 10 0 0 25 0 9 0 679462476 888455168 157958 996147200 134512640 134550740 4294956016 18446744073709551615 4126742648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24682 vsize=867632 CPUtime=2.05

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

Current children cumulated CPU time (s) 1475.17
Current children cumulated vsize (KiB) 867632

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/90 24699
/proc/meminfo: memFree=380512/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867632 CPUtime=1534.88
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 160562 0 1 0 153365 123 0 0 18 0 9 0 679462475 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216908 159860 1997 9 0 211380 0
[pid=24684/tid=24685] ppid=24682 vsize=867632 CPUtime=1531.97
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 15668 0 1 0 153134 63 0 0 25 0 9 0 679462476 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4127575701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24682 vsize=867632 CPUtime=2.39
/proc/24684/task/24687/stat : 24687 (java) S 24682 24684 23935 0 -1 64 143367 0 0 0 182 57 0 0 16 0 9 0 679462477 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24682 24684 23935 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24689/stat : 24689 (java) S 24682 24684 23935 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679462479 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24682 vsize=867632 CPUtime=0.49
/proc/24684/task/24691/stat : 24691 (java) S 24682 24684 23935 0 -1 64 792 0 0 0 48 1 0 0 16 0 9 0 679462479 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24692] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24692/stat : 24692 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679462479 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24693] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24693/stat : 24693 (java) S 24682 24684 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679462479 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.88
Current children cumulated vsize (KiB) 867632

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/90 24699
/proc/meminfo: memFree=380512/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867632 CPUtime=1594.58
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 160562 0 1 0 159333 125 0 0 18 0 9 0 679462475 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216908 159860 1997 9 0 211380 0
[pid=24684/tid=24685] ppid=24682 vsize=867632 CPUtime=1591.68
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 15668 0 1 0 159102 66 0 0 25 0 9 0 679462476 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4127538004 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24682 vsize=867632 CPUtime=2.39
/proc/24684/task/24687/stat : 24687 (java) S 24682 24684 23935 0 -1 64 143367 0 0 0 182 57 0 0 16 0 9 0 679462477 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24682 24684 23935 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24689/stat : 24689 (java) S 24682 24684 23935 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679462479 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24682 vsize=867632 CPUtime=0.49
/proc/24684/task/24691/stat : 24691 (java) S 24682 24684 23935 0 -1 64 792 0 0 0 48 1 0 0 16 0 9 0 679462479 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24692] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24692/stat : 24692 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679462479 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24693] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24693/stat : 24693 (java) S 24682 24684 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679462479 888455168 159860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.58
Current children cumulated vsize (KiB) 867632

[startup+1662.3 s]
/proc/loadavg: 2.15 2.02 1.90 3/90 24699
/proc/meminfo: memFree=380448/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867632 CPUtime=1654.3
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 160564 0 1 0 165302 128 0 0 18 0 9 0 679462475 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216908 159861 1997 9 0 211380 0
[pid=24684/tid=24685] ppid=24682 vsize=867632 CPUtime=1651.39
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 15669 0 1 0 165071 68 0 0 25 0 9 0 679462476 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4127514002 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24682 vsize=867632 CPUtime=2.39
/proc/24684/task/24687/stat : 24687 (java) S 24682 24684 23935 0 -1 64 143368 0 0 0 182 57 0 0 16 0 9 0 679462477 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24682 24684 23935 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24689/stat : 24689 (java) S 24682 24684 23935 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679462479 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24682 vsize=867632 CPUtime=0.49
/proc/24684/task/24691/stat : 24691 (java) S 24682 24684 23935 0 -1 64 792 0 0 0 48 1 0 0 16 0 9 0 679462479 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24692] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24692/stat : 24692 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679462479 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24693] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24693/stat : 24693 (java) S 24682 24684 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679462479 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.3
Current children cumulated vsize (KiB) 867632

[startup+1722.3 s]
/proc/loadavg: 2.11 2.03 1.91 3/82 24729
/proc/meminfo: memFree=697064/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867632 CPUtime=1713.98
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 160565 0 1 0 171267 131 0 0 18 0 9 0 679462475 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216908 159861 1997 9 0 211380 0
[pid=24684/tid=24685] ppid=24682 vsize=867632 CPUtime=1711.07
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 15670 0 1 0 171035 72 0 0 25 0 9 0 679462476 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4127532277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24682 vsize=867632 CPUtime=2.39
/proc/24684/task/24687/stat : 24687 (java) S 24682 24684 23935 0 -1 64 143368 0 0 0 182 57 0 0 16 0 9 0 679462477 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24682 24684 23935 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24689/stat : 24689 (java) S 24682 24684 23935 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679462479 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24682 vsize=867632 CPUtime=0.49
/proc/24684/task/24691/stat : 24691 (java) S 24682 24684 23935 0 -1 64 792 0 0 0 48 1 0 0 16 0 9 0 679462479 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24692] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24692/stat : 24692 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679462479 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24693] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24693/stat : 24693 (java) S 24682 24684 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679462479 888455168 159861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.98
Current children cumulated vsize (KiB) 867632

[startup+1782.3 s]
/proc/loadavg: 2.10 2.04 1.92 3/82 24729
/proc/meminfo: memFree=733288/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867632 CPUtime=1773.7
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 160567 0 1 0 177236 134 0 0 18 0 9 0 679462475 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216908 159862 1997 9 0 211380 0
[pid=24684/tid=24685] ppid=24682 vsize=867632 CPUtime=1770.77
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 15671 0 1 0 177003 74 0 0 25 0 9 0 679462476 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4127522405 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24682 vsize=867632 CPUtime=2.4
/proc/24684/task/24687/stat : 24687 (java) S 24682 24684 23935 0 -1 64 143369 0 0 0 183 57 0 0 16 0 9 0 679462477 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24682 24684 23935 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24689/stat : 24689 (java) S 24682 24684 23935 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679462479 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24682 vsize=867632 CPUtime=0.49
/proc/24684/task/24691/stat : 24691 (java) S 24682 24684 23935 0 -1 64 792 0 0 0 48 1 0 0 16 0 9 0 679462479 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24692] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24692/stat : 24692 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679462479 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24693] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24693/stat : 24693 (java) S 24682 24684 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679462479 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.7
Current children cumulated vsize (KiB) 867632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 2.06 2.03 1.92 3/82 24729
/proc/meminfo: memFree=733288/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=867632 CPUtime=1800.07
/proc/24684/stat : 24684 (java) S 24682 24684 23935 0 -1 0 160568 0 1 0 179872 135 0 0 18 0 9 0 679462475 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 216908 159862 1997 9 0 211380 0
[pid=24684/tid=24685] ppid=24682 vsize=867632 CPUtime=1797.14
/proc/24684/task/24685/stat : 24685 (java) R 24682 24684 23935 0 -1 64 15672 0 1 0 179639 75 0 0 25 0 9 0 679462476 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4127521867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24682 vsize=867632 CPUtime=2.4
/proc/24684/task/24687/stat : 24687 (java) S 24682 24684 23935 0 -1 64 143369 0 0 0 183 57 0 0 16 0 9 0 679462477 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24682 24684 23935 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24689/stat : 24689 (java) S 24682 24684 23935 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679462477 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679462479 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24682 vsize=867632 CPUtime=0.49
/proc/24684/task/24691/stat : 24691 (java) S 24682 24684 23935 0 -1 64 792 0 0 0 48 1 0 0 16 0 9 0 679462479 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24692] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24692/stat : 24692 (java) S 24682 24684 23935 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679462479 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24684/tid=24693] ppid=24682 vsize=867632 CPUtime=0
/proc/24684/task/24693/stat : 24693 (java) S 24682 24684 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679462479 888455168 159862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867632

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

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

[startup+1808.91 s]
/proc/loadavg: 2.06 2.03 1.92 3/82 24729
/proc/meminfo: memFree=733288/2055920 swapFree=4179808/4192956
[pid=24684] ppid=24682 vsize=0 CPUtime=1800.18
/proc/24684/stat : 24684 (java) Z 24682 24684 23935 0 -1 1036 160587 0 1 0 179875 143 0 0 16 0 2 0 679462475 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1808.93
CPU time (s): 1800.2
CPU user time (s): 1798.75
CPU system time (s): 1.44478
CPU usage (%): 99.5173
Max. virtual memory (cumulated for all children) (KiB): 867632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 1.44478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160587
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= 39760
involuntary context switches= 61591

runsolver used 2.16067 second user time and 6.07408 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 07:55:48
IDJOB=1086090
IDBENCH=57757
IDSOLVER=349
FILE ID=node89/1086090-1215237348
PBS_JOBID= 7881926
Free space on /tmp= 66512 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/fapp/fapp26/normalized-fapp26-2300-8.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-1086090-1215237348/watcher-1086090-1215237348 -o /tmp/evaluation-result-1086090-1215237348/solver-1086090-1215237348 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1086090-1215237348.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5db16243b4ccf647ada8995c3a36e2be
RANDOM SEED=1432549002

node89.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	: 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.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1016704 kB
Buffers:         80368 kB
Cached:         256100 kB
SwapCached:       7136 kB
Active:         864988 kB
Inactive:       115012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1016704 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            9424 kB
Writeback:           0 kB
Mapped:         654404 kB
Slab:            43356 kB
Committed_AS:  2745968 kB
PageTables:       2996 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= 66504 MiB
End job on node89 at 2008-07-05 08:25:59