Trace number 1073365

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-26UNSAT 25.2162 25.468

DiagnosticValue
ASSIGNMENTS0

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-16.xml
MD5SUM0f0b449a2eeb7946cbda6c80af844fbf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.31165
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data (download as text)

25.15/25.42	s UNSATISFIABLE
25.15/25.42	d ASSIGNMENTS 0
25.15/25.42	c UNSAT 25327 TIME      0 NDS    3753 PARSTIME      21071 BUILDPB       503 RES       null RESTART       1 HEURISTIC      

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1073365-1215204885/watcher-1073365-1215204885 -o /tmp/evaluation-result-1073365-1215204885/solver-1073365-1215204885 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1073365-1215204885.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: 1.92 1.98 1.97 3/73 28165
/proc/meminfo: memFree=1477172/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=18572 CPUtime=0
/proc/28165/stat : 28165 (runsolver) R 28163 28165 27234 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1999461436 19017728 292 996147200 4194304 4296836 548682068400 18446744073709551615 240907775271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28165/statm: 4643 292 257 25 0 2626 0

[startup+0.0834661 s]
/proc/loadavg: 1.92 1.98 1.97 3/73 28165
/proc/meminfo: memFree=1477172/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=866416 CPUtime=0.07
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 3549 0 1 0 5 2 0 0 18 0 9 0 1999461436 887209984 3038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216604 3038 1663 9 0 211076 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 866416

[startup+0.101466 s]
/proc/loadavg: 1.92 1.98 1.97 3/73 28165
/proc/meminfo: memFree=1477172/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=866556 CPUtime=0.08
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 3776 0 1 0 6 2 0 0 18 0 9 0 1999461436 887353344 3249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216639 3249 1747 9 0 211111 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866556

[startup+0.301486 s]
/proc/loadavg: 1.92 1.98 1.97 3/73 28165
/proc/meminfo: memFree=1477172/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=866556 CPUtime=0.28
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 4297 0 1 0 25 3 0 0 18 0 9 0 1999461436 887353344 3750 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216639 3750 1852 9 0 211111 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866556

[startup+0.701527 s]
/proc/loadavg: 1.92 1.98 1.97 3/73 28165
/proc/meminfo: memFree=1477172/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=867320 CPUtime=0.68
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 8816 0 1 0 63 5 0 0 18 0 9 0 1999461436 888135680 8269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216830 8269 1855 9 0 211302 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867320

[startup+1.50261 s]
/proc/loadavg: 1.92 1.98 1.97 4/82 28174
/proc/meminfo: memFree=1431276/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=867452 CPUtime=1.47
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 27773 0 1 0 135 12 0 0 18 0 9 0 1999461436 888270848 27216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216863 27216 1880 9 0 211335 0
[pid=28165/tid=28167] ppid=28163 vsize=867452 CPUtime=1.05
/proc/28165/task/28167/stat : 28167 (java) R 28163 28165 27234 0 -1 64 14990 0 1 0 99 6 0 0 25 0 9 0 1999461437 888270848 27216 996147200 134512640 134550740 4294956016 18446744073709551615 4126095752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28163 vsize=867452 CPUtime=0.25
/proc/28165/task/28168/stat : 28168 (java) S 28163 28165 27234 0 -1 64 11523 0 0 0 21 4 0 0 18 0 9 0 1999461439 888270848 27216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28163 vsize=867452 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28163 28165 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999461439 888270848 27216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28163 vsize=867452 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28163 28165 27234 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999461439 888270848 27216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28163 vsize=867452 CPUtime=0
/proc/28165/task/28171/stat : 28171 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999461441 888270848 27216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28163 vsize=867452 CPUtime=0.13
/proc/28165/task/28172/stat : 28172 (java) S 28163 28165 27234 0 -1 64 524 0 0 0 13 0 0 0 16 0 9 0 1999461441 888270848 27216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28163 vsize=867452 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999461441 888270848 27216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28174] ppid=28163 vsize=867452 CPUtime=0
/proc/28165/task/28174/stat : 28174 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999461441 888270848 27216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867452

[startup+3.10277 s]
/proc/loadavg: 1.92 1.98 1.97 3/82 28174
/proc/meminfo: memFree=1374444/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=867452 CPUtime=3.05
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 34208 0 1 0 290 15 0 0 18 0 9 0 1999461436 888270848 33641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216863 33641 1917 9 0 211335 0
[pid=28165/tid=28167] ppid=28163 vsize=867452 CPUtime=2.37
/proc/28165/task/28167/stat : 28167 (java) R 28163 28165 27234 0 -1 64 15091 0 1 0 231 6 0 0 25 0 9 0 1999461437 888270848 33641 996147200 134512640 134550740 4294956016 18446744073709551615 4126863442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28163 vsize=867452 CPUtime=0.45
/proc/28165/task/28168/stat : 28168 (java) S 28163 28165 27234 0 -1 64 17814 0 0 0 38 7 0 0 18 0 9 0 1999461439 888270848 33641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28163 vsize=867452 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28163 28165 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999461439 888270848 33641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28163 vsize=867452 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28163 28165 27234 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999461439 888270848 33641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28163 vsize=867452 CPUtime=0
/proc/28165/task/28171/stat : 28171 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999461441 888270848 33641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28163 vsize=867452 CPUtime=0.2
/proc/28165/task/28172/stat : 28172 (java) S 28163 28165 27234 0 -1 64 567 0 0 0 20 0 0 0 15 0 9 0 1999461441 888270848 33641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28163 vsize=867452 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999461441 888270848 33641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28174] ppid=28163 vsize=867452 CPUtime=0
/proc/28165/task/28174/stat : 28174 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999461441 888270848 33641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867452

[startup+6.30109 s]
/proc/loadavg: 2.09 2.02 1.98 3/82 28174
/proc/meminfo: memFree=1319916/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=867632 CPUtime=6.22
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 41726 0 1 0 602 20 0 0 18 0 9 0 1999461436 888455168 41112 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216908 41112 1988 9 0 211380 0
[pid=28165/tid=28167] ppid=28163 vsize=867632 CPUtime=5.1
/proc/28165/task/28167/stat : 28167 (java) R 28163 28165 27234 0 -1 64 15488 0 1 0 503 7 0 0 25 0 9 0 1999461437 888455168 41112 996147200 134512640 134550740 4294956016 18446744073709551615 4126849944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28163 vsize=867632 CPUtime=0.77
/proc/28165/task/28168/stat : 28168 (java) S 28163 28165 27234 0 -1 64 24854 0 0 0 66 11 0 0 16 0 9 0 1999461439 888455168 41112 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28163 28165 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 41112 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28163 28165 27234 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 41112 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28171/stat : 28171 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999461441 888455168 41112 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28163 vsize=867632 CPUtime=0.31
/proc/28165/task/28172/stat : 28172 (java) S 28163 28165 27234 0 -1 64 648 0 0 0 31 0 0 0 15 0 9 0 1999461441 888455168 41112 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999461441 888455168 41112 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28174] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28174/stat : 28174 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999461441 888455168 41112 996147200 134512640 134550740 4294956016 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) 867632

[startup+12.7017 s]
/proc/loadavg: 2.08 2.02 1.98 3/82 28174
/proc/meminfo: memFree=1318828/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=867632 CPUtime=12.57
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 42087 0 1 0 1236 21 0 0 18 0 9 0 1999461436 888455168 41446 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216908 41446 1988 9 0 211380 0
[pid=28165/tid=28167] ppid=28163 vsize=867632 CPUtime=11.31
/proc/28165/task/28167/stat : 28167 (java) R 28163 28165 27234 0 -1 64 15515 0 1 0 1124 7 0 0 25 0 9 0 1999461437 888455168 41446 996147200 134512640 134550740 4294956016 18446744073709551615 4126878927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28163 vsize=867632 CPUtime=0.9
/proc/28165/task/28168/stat : 28168 (java) S 28163 28165 27234 0 -1 64 25187 0 0 0 79 11 0 0 16 0 9 0 1999461439 888455168 41446 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28163 28165 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 41446 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28163 28165 27234 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 41446 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28171/stat : 28171 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999461441 888455168 41446 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28163 vsize=867632 CPUtime=0.32
/proc/28165/task/28172/stat : 28172 (java) S 28163 28165 27234 0 -1 64 649 0 0 0 32 0 0 0 15 0 9 0 1999461441 888455168 41446 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999461441 888455168 41446 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28174] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28174/stat : 28174 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999461441 888455168 41446 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867632

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

[startup+19.1024 s]
/proc/loadavg: 2.14 2.03 1.98 3/82 28174
/proc/meminfo: memFree=1316332/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=867632 CPUtime=18.9
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 42718 0 1 0 1868 22 0 0 18 0 9 0 1999461436 888455168 42051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216908 42051 1988 9 0 211380 0
[pid=28165/tid=28167] ppid=28163 vsize=867632 CPUtime=17.51
/proc/28165/task/28167/stat : 28167 (java) R 28163 28165 27234 0 -1 64 15541 0 1 0 1743 8 0 0 25 0 9 0 1999461437 888455168 42051 996147200 134512640 134550740 4294956016 18446744073709551615 104688993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28163 vsize=867632 CPUtime=1.04
/proc/28165/task/28168/stat : 28168 (java) S 28163 28165 27234 0 -1 64 25792 0 0 0 92 12 0 0 16 0 9 0 1999461439 888455168 42051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28163 28165 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 42051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28163 28165 27234 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 42051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28171/stat : 28171 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999461441 888455168 42051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28163 vsize=867632 CPUtime=0.32
/proc/28165/task/28172/stat : 28172 (java) S 28163 28165 27234 0 -1 64 649 0 0 0 32 0 0 0 16 0 9 0 1999461441 888455168 42051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999461441 888455168 42051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28174] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28174/stat : 28174 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999461441 888455168 42051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867632

[startup+22.3017 s]
/proc/loadavg: 2.14 2.03 1.98 4/82 28174
/proc/meminfo: memFree=1307372/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=867632 CPUtime=22.07
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 46879 0 1 0 2184 23 0 0 18 0 9 0 1999461436 888455168 46203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216908 46203 1991 9 0 211380 0
[pid=28165/tid=28167] ppid=28163 vsize=867632 CPUtime=20.38
/proc/28165/task/28167/stat : 28167 (java) R 28163 28165 27234 0 -1 64 15563 0 1 0 2030 8 0 0 25 0 9 0 1999461437 888455168 46203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28163 vsize=867632 CPUtime=1.3
/proc/28165/task/28168/stat : 28168 (java) R 28163 28165 27234 0 -1 64 29899 0 0 0 117 13 0 0 16 0 9 0 1999461439 888455168 46203 996147200 134512640 134550740 4294956016 18446744073709551615 102723030 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28163 28165 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 46203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28163 28165 27234 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 46203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28171/stat : 28171 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999461441 888455168 46203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28163 vsize=867632 CPUtime=0.35
/proc/28165/task/28172/stat : 28172 (java) S 28163 28165 27234 0 -1 64 681 0 0 0 35 0 0 0 15 0 9 0 1999461441 888455168 46203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999461441 888455168 46203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28174] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28174/stat : 28174 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999461441 888455168 46203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 867632

[startup+23.9018 s]
/proc/loadavg: 2.13 2.03 1.98 3/82 28174
/proc/meminfo: memFree=1286572/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=867632 CPUtime=23.66
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 53849 0 1 0 2341 25 0 0 18 0 9 0 1999461436 888455168 53170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216908 53170 1991 9 0 211380 0
[pid=28165/tid=28167] ppid=28163 vsize=867632 CPUtime=21.64
/proc/28165/task/28167/stat : 28167 (java) R 28163 28165 27234 0 -1 64 15566 0 1 0 2156 8 0 0 25 0 9 0 1999461437 888455168 53170 996147200 134512640 134550740 4294956016 18446744073709551615 4127357828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28163 vsize=867632 CPUtime=1.63
/proc/28165/task/28168/stat : 28168 (java) S 28163 28165 27234 0 -1 64 36864 0 0 0 148 15 0 0 16 0 9 0 1999461439 888455168 53170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28163 28165 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 53170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28163 28165 27234 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 53170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28171/stat : 28171 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999461441 888455168 53170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28163 vsize=867632 CPUtime=0.35
/proc/28165/task/28172/stat : 28172 (java) S 28163 28165 27234 0 -1 64 683 0 0 0 35 0 0 0 16 0 9 0 1999461441 888455168 53170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999461441 888455168 53170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28174] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28174/stat : 28174 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999461441 888455168 53170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.66
Current children cumulated vsize (KiB) 867632

[startup+24.7019 s]
/proc/loadavg: 2.13 2.03 1.98 3/82 28174
/proc/meminfo: memFree=1271404/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=867632 CPUtime=24.45
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 58660 0 1 0 2418 27 0 0 18 0 9 0 1999461436 888455168 57975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216908 57975 1995 9 0 211380 0
[pid=28165/tid=28167] ppid=28163 vsize=867632 CPUtime=22.12
/proc/28165/task/28167/stat : 28167 (java) R 28163 28165 27234 0 -1 64 15635 0 1 0 2204 8 0 0 25 0 9 0 1999461437 888455168 57975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28163 vsize=867632 CPUtime=1.88
/proc/28165/task/28168/stat : 28168 (java) S 28163 28165 27234 0 -1 64 41565 0 0 0 172 16 0 0 16 0 9 0 1999461439 888455168 57975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28163 28165 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 57975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28163 28165 27234 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 57975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28171/stat : 28171 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999461441 888455168 57975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28163 vsize=867632 CPUtime=0.42
/proc/28165/task/28172/stat : 28172 (java) R 28163 28165 27234 0 -1 64 724 0 0 0 41 1 0 0 16 0 9 0 1999461441 888455168 57975 996147200 134512640 134550740 4294956016 18446744073709551615 102200454 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999461441 888455168 57975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28174] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28174/stat : 28174 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999461441 888455168 57975 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.45
Current children cumulated vsize (KiB) 867632

[startup+25.103 s]
/proc/loadavg: 2.13 2.03 1.98 3/82 28174
/proc/meminfo: memFree=1271404/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=867632 CPUtime=24.85
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 58783 0 1 0 2458 27 0 0 18 0 9 0 1999461436 888455168 58097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216908 58097 1996 9 0 211380 0
[pid=28165/tid=28167] ppid=28163 vsize=867632 CPUtime=22.44
/proc/28165/task/28167/stat : 28167 (java) R 28163 28165 27234 0 -1 64 15639 0 1 0 2236 8 0 0 25 0 9 0 1999461437 888455168 58097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28163 vsize=867632 CPUtime=1.9
/proc/28165/task/28168/stat : 28168 (java) R 28163 28165 27234 0 -1 64 41659 0 0 0 174 16 0 0 16 0 9 0 1999461439 888455168 58097 996147200 134512640 134550740 4294956016 18446744073709551615 102514349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28163 28165 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 58097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28163 28165 27234 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 58097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28171/stat : 28171 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999461441 888455168 58097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28163 vsize=867632 CPUtime=0.47
/proc/28165/task/28172/stat : 28172 (java) S 28163 28165 27234 0 -1 64 749 0 0 0 46 1 0 0 15 0 9 0 1999461441 888455168 58097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999461441 888455168 58097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28174] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28174/stat : 28174 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999461441 888455168 58097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 867632

[startup+25.307 s]
/proc/loadavg: 2.13 2.03 1.98 4/82 28174
/proc/meminfo: memFree=1243436/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=867632 CPUtime=25.05
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 62494 0 1 0 2477 28 0 0 18 0 9 0 1999461436 888455168 61808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216908 61808 1996 9 0 211380 0
[pid=28165/tid=28167] ppid=28163 vsize=867632 CPUtime=22.44
/proc/28165/task/28167/stat : 28167 (java) R 28163 28165 27234 0 -1 64 15639 0 1 0 2236 8 0 0 25 0 9 0 1999461437 888455168 61808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28163 vsize=867632 CPUtime=2.11
/proc/28165/task/28168/stat : 28168 (java) R 28163 28165 27234 0 -1 64 45370 0 0 0 193 18 0 0 16 0 9 0 1999461439 888455168 61808 996147200 134512640 134550740 4294956016 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28163 28165 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 61808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28163 28165 27234 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 61808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28171/stat : 28171 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999461441 888455168 61808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28163 vsize=867632 CPUtime=0.47
/proc/28165/task/28172/stat : 28172 (java) S 28163 28165 27234 0 -1 64 749 0 0 0 46 1 0 0 15 0 9 0 1999461441 888455168 61808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999461441 888455168 61808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28174] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28174/stat : 28174 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999461441 888455168 61808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 867632

[startup+25.403 s]
/proc/loadavg: 2.13 2.03 1.98 4/82 28174
/proc/meminfo: memFree=1243436/2055920 swapFree=4179028/4192956
[pid=28165] ppid=28163 vsize=867632 CPUtime=25.15
/proc/28165/stat : 28165 (java) S 28163 28165 27234 0 -1 0 63712 0 1 0 2486 29 0 0 18 0 9 0 1999461436 888455168 63026 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 216908 63026 1996 9 0 211380 0
[pid=28165/tid=28167] ppid=28163 vsize=867632 CPUtime=22.44
/proc/28165/task/28167/stat : 28167 (java) R 28163 28165 27234 0 -1 64 15639 0 1 0 2236 8 0 0 25 0 9 0 1999461437 888455168 63026 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28163 vsize=867632 CPUtime=2.2
/proc/28165/task/28168/stat : 28168 (java) R 28163 28165 27234 0 -1 64 46588 0 0 0 202 18 0 0 16 0 9 0 1999461439 888455168 63026 996147200 134512640 134550740 4294956016 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28163 28165 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 63026 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28163 28165 27234 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999461439 888455168 63026 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28171/stat : 28171 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999461441 888455168 63026 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28163 vsize=867632 CPUtime=0.47
/proc/28165/task/28172/stat : 28172 (java) S 28163 28165 27234 0 -1 64 749 0 0 0 46 1 0 0 15 0 9 0 1999461441 888455168 63026 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999461441 888455168 63026 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28174] ppid=28163 vsize=867632 CPUtime=0
/proc/28165/task/28174/stat : 28174 (java) S 28163 28165 27234 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999461441 888455168 63026 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 867632

Child status: 0
Real time (s): 25.468
CPU time (s): 25.2162
CPU user time (s): 24.8852
CPU system time (s): 0.330949
CPU usage (%): 99.0111
Max. virtual memory (cumulated for all children) (KiB): 867632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.8852
system time used= 0.330949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63856
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= 2929
involuntary context switches= 3401

runsolver used 0.034994 second user time and 0.091986 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 22:54:45
IDJOB=1073365
IDBENCH=56338
IDSOLVER=349
FILE ID=node36/1073365-1215204885
PBS_JOBID= 7881671
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f0b449a2eeb7946cbda6c80af844fbf
RANDOM SEED=1619773498

node36.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.240
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.240
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:       1477652 kB
Buffers:         92856 kB
Cached:         401188 kB
SwapCached:       7932 kB
Active:         321684 kB
Inactive:       186328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477652 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:           12528 kB
Writeback:           0 kB
Mapped:          21608 kB
Slab:            55560 kB
Committed_AS:  3271604 kB
PageTables:       1740 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= 66512 MiB
End job on node36 at 2008-07-04 22:55:11