Trace number 1086741

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.21 1803.67

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-5.xml
MD5SUM712a20b0506303fd583b688f94b5a45f
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 benchmark44.8502
Satisfiable
(Un)Satisfiability was proved
Number of variables2800
Number of constraints22569
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22569
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-1086741-1215241019/watcher-1086741-1215241019 -o /tmp/evaluation-result-1086741-1215241019/solver-1086741-1215241019 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1086741-1215241019.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.99 4/72 32439
/proc/meminfo: memFree=1698624/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=10800 CPUtime=0
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 710 0 0 0 0 0 0 0 18 0 2 0 2003070683 11059200 488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 2700 488 213 9 0 1230 0
[pid=32439/tid=32440] ppid=32437 vsize=10800 CPUtime=0
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2003070685 11059200 488 996147200 134512640 134550740 4294956016 18446744073709551615 8052696 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.089561 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 32439
/proc/meminfo: memFree=1698624/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=866416 CPUtime=0.07
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 3664 0 1 0 5 2 0 0 18 0 9 0 2003070683 887209984 3137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216604 3137 1707 9 0 211076 0
[pid=32439/tid=32440] ppid=32437 vsize=866416 CPUtime=0.05
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 2728 0 1 0 4 1 0 0 18 0 9 0 2003070685 887209984 3137 996147200 134512640 134550740 4294956016 18446744073709551615 4125958349 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 866416

[startup+0.102558 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 32439
/proc/meminfo: memFree=1698624/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=866556 CPUtime=0.08
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 3786 0 1 0 6 2 0 0 18 0 9 0 2003070683 887353344 3259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216639 3259 1748 9 0 211111 0
[pid=32439/tid=32440] ppid=32437 vsize=866556 CPUtime=0.06
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 2850 0 1 0 5 1 0 0 18 0 9 0 2003070685 887353344 3259 996147200 134512640 134550740 4294956016 18446744073709551615 4125977230 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866556

[startup+0.302584 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 32439
/proc/meminfo: memFree=1698624/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=866556 CPUtime=0.29
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 4312 0 1 0 26 3 0 0 18 0 9 0 2003070683 887353344 3765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216639 3765 1852 9 0 211111 0
[pid=32439/tid=32440] ppid=32437 vsize=866556 CPUtime=0.25
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 3353 0 1 0 23 2 0 0 19 0 9 0 2003070685 887353344 3765 996147200 134512640 134550740 4294956016 18446744073709551615 4125963127 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866556

[startup+0.702642 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 32439
/proc/meminfo: memFree=1698624/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867320 CPUtime=0.68
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 8016 0 1 0 63 5 0 0 18 0 9 0 2003070683 888135680 7469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216830 7469 1855 9 0 211302 0
[pid=32439/tid=32440] ppid=32437 vsize=867320 CPUtime=0.57
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 6797 0 1 0 53 4 0 0 22 0 9 0 2003070685 888135680 7469 996147200 134512640 134550740 4294956016 18446744073709551615 4126553524 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867320

[startup+1.50175 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 32448
/proc/meminfo: memFree=1659640/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867452 CPUtime=1.48
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 21038 0 1 0 135 13 0 0 18 0 9 0 2003070683 888270848 20475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216863 20475 1915 9 0 211335 0
[pid=32439/tid=32440] ppid=32437 vsize=867452 CPUtime=1.16
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 15090 0 1 0 107 9 0 0 25 0 9 0 2003070685 888270848 20475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32442] ppid=32437 vsize=867452 CPUtime=0.08
/proc/32439/task/32442/stat : 32442 (java) R 32437 32439 30380 0 -1 64 4662 0 0 0 7 1 0 0 16 0 9 0 2003070686 888270848 20475 996147200 134512640 134550740 4294956016 18446744073709551615 104187937 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32443] ppid=32437 vsize=867452 CPUtime=0
/proc/32439/task/32443/stat : 32443 (java) S 32437 32439 30380 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003070686 888270848 20475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32444] ppid=32437 vsize=867452 CPUtime=0
/proc/32439/task/32444/stat : 32444 (java) S 32437 32439 30380 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003070686 888270848 20475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32445] ppid=32437 vsize=867452 CPUtime=0
/proc/32439/task/32445/stat : 32445 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003070688 888270848 20475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32446] ppid=32437 vsize=867452 CPUtime=0.19
/proc/32439/task/32446/stat : 32446 (java) S 32437 32439 30380 0 -1 64 560 0 0 0 19 0 0 0 16 0 9 0 2003070688 888270848 20475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32447] ppid=32437 vsize=867452 CPUtime=0
/proc/32439/task/32447/stat : 32447 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003070688 888270848 20475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32448] ppid=32437 vsize=867452 CPUtime=0
/proc/32439/task/32448/stat : 32448 (java) S 32437 32439 30380 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003070688 888270848 20475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867452

[startup+3.10197 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 32448
/proc/meminfo: memFree=1612728/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867512 CPUtime=3.05
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 29246 0 1 0 288 17 0 0 18 0 9 0 2003070683 888332288 28648 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216878 28648 1980 9 0 211350 0
[pid=32439/tid=32440] ppid=32437 vsize=867512 CPUtime=2.41
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 15447 0 1 0 231 10 0 0 25 0 9 0 2003070685 888332288 28648 996147200 134512640 134550740 4294956016 18446744073709551615 4125960359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32442] ppid=32437 vsize=867512 CPUtime=0.36
/proc/32439/task/32442/stat : 32442 (java) S 32437 32439 30380 0 -1 64 12469 0 0 0 31 5 0 0 16 0 9 0 2003070686 888332288 28648 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32443] ppid=32437 vsize=867512 CPUtime=0
/proc/32439/task/32443/stat : 32443 (java) S 32437 32439 30380 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003070686 888332288 28648 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32444] ppid=32437 vsize=867512 CPUtime=0
/proc/32439/task/32444/stat : 32444 (java) S 32437 32439 30380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003070686 888332288 28648 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32445] ppid=32437 vsize=867512 CPUtime=0
/proc/32439/task/32445/stat : 32445 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003070688 888332288 28648 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32446] ppid=32437 vsize=867512 CPUtime=0.24
/proc/32439/task/32446/stat : 32446 (java) S 32437 32439 30380 0 -1 64 596 0 0 0 24 0 0 0 15 0 9 0 2003070688 888332288 28648 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32447] ppid=32437 vsize=867512 CPUtime=0
/proc/32439/task/32447/stat : 32447 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003070688 888332288 28648 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32448] ppid=32437 vsize=867512 CPUtime=0
/proc/32439/task/32448/stat : 32448 (java) S 32437 32439 30380 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003070688 888332288 28648 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) 867512

[startup+6.30241 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 32448
/proc/meminfo: memFree=1583480/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867648 CPUtime=6.22
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 31288 0 1 0 604 18 0 0 18 0 9 0 2003070683 888471552 30672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216912 30672 1986 9 0 211384 0
[pid=32439/tid=32440] ppid=32437 vsize=867648 CPUtime=5.38
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 15482 0 1 0 528 10 0 0 25 0 9 0 2003070685 888471552 30672 996147200 134512640 134550740 4294956016 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32442] ppid=32437 vsize=867648 CPUtime=0.49
/proc/32439/task/32442/stat : 32442 (java) S 32437 32439 30380 0 -1 64 14419 0 0 0 43 6 0 0 16 0 9 0 2003070686 888471552 30672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32443] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32443/stat : 32443 (java) S 32437 32439 30380 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 30672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32444] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32444/stat : 32444 (java) S 32437 32439 30380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 30672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32445] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32445/stat : 32445 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003070688 888471552 30672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32446] ppid=32437 vsize=867648 CPUtime=0.31
/proc/32439/task/32446/stat : 32446 (java) S 32437 32439 30380 0 -1 64 653 0 0 0 31 0 0 0 15 0 9 0 2003070688 888471552 30672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32447] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32447/stat : 32447 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003070688 888471552 30672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32448] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32448/stat : 32448 (java) S 32437 32439 30380 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003070688 888471552 30672 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) 867648

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 32448
/proc/meminfo: memFree=1575672/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867648 CPUtime=12.57
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 33330 0 1 0 1238 19 0 0 18 0 9 0 2003070683 888471552 32693 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216912 32693 1986 9 0 211384 0
[pid=32439/tid=32440] ppid=32437 vsize=867648 CPUtime=11.36
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 15503 0 1 0 1126 10 0 0 25 0 9 0 2003070685 888471552 32693 996147200 134512640 134550740 4294956016 18446744073709551615 102300289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32442] ppid=32437 vsize=867648 CPUtime=0.84
/proc/32439/task/32442/stat : 32442 (java) S 32437 32439 30380 0 -1 64 16436 0 0 0 78 6 0 0 16 0 9 0 2003070686 888471552 32693 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32443] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32443/stat : 32443 (java) S 32437 32439 30380 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 32693 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32444] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32444/stat : 32444 (java) S 32437 32439 30380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 32693 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32445] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32445/stat : 32445 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003070688 888471552 32693 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32446] ppid=32437 vsize=867648 CPUtime=0.32
/proc/32439/task/32446/stat : 32446 (java) S 32437 32439 30380 0 -1 64 657 0 0 0 32 0 0 0 16 0 9 0 2003070688 888471552 32693 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32447] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32447/stat : 32447 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003070688 888471552 32693 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32448] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32448/stat : 32448 (java) S 32437 32439 30380 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003070688 888471552 32693 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) 867648

[startup+25.503 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 32448
/proc/meminfo: memFree=1454584/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867648 CPUtime=25.26
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 63405 0 1 0 2493 33 0 0 18 0 9 0 2003070683 888471552 62752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216912 62752 1997 9 0 211384 0
[pid=32439/tid=32440] ppid=32437 vsize=867648 CPUtime=23.4
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 15612 0 1 0 2329 11 0 0 25 0 9 0 2003070685 888471552 62752 996147200 134512640 134550740 4294956016 18446744073709551615 4126659244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32442] ppid=32437 vsize=867648 CPUtime=1.41
/proc/32439/task/32442/stat : 32442 (java) S 32437 32439 30380 0 -1 64 46313 0 0 0 122 19 0 0 16 0 9 0 2003070686 888471552 62752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32443] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32443/stat : 32443 (java) S 32437 32439 30380 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 62752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32444] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32444/stat : 32444 (java) S 32437 32439 30380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 62752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32445] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32445/stat : 32445 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003070688 888471552 62752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32446] ppid=32437 vsize=867648 CPUtime=0.42
/proc/32439/task/32446/stat : 32446 (java) S 32437 32439 30380 0 -1 64 746 0 0 0 41 1 0 0 16 0 9 0 2003070688 888471552 62752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32447] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32447/stat : 32447 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003070688 888471552 62752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32448] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32448/stat : 32448 (java) S 32437 32439 30380 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003070688 888471552 62752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 867648

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 32448
/proc/meminfo: memFree=1359352/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867648 CPUtime=50.65
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 87158 0 1 0 5022 43 0 0 18 0 9 0 2003070683 888471552 86500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216912 86500 1997 9 0 211384 0
[pid=32439/tid=32440] ppid=32437 vsize=867648 CPUtime=48.61
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 15617 0 1 0 4850 11 0 0 25 0 9 0 2003070685 888471552 86500 996147200 134512640 134550740 4294956016 18446744073709551615 4127539682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32442] ppid=32437 vsize=867648 CPUtime=1.57

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

Current children cumulated CPU time (s) 1478.96
Current children cumulated vsize (KiB) 867648

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32482
/proc/meminfo: memFree=1093688/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867648 CPUtime=1538.93
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 179307 0 1 0 153742 151 0 0 18 0 9 0 2003070683 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216912 178591 1997 9 0 211384 0
[pid=32439/tid=32440] ppid=32437 vsize=867648 CPUtime=1536.02
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 15685 0 1 0 153520 82 0 0 25 0 9 0 2003070685 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4127528742 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32439/tid=32442] ppid=32437 vsize=867648 CPUtime=2.36
/proc/32439/task/32442/stat : 32442 (java) S 32437 32439 30380 0 -1 64 162094 0 0 0 170 66 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32439/tid=32443] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32443/stat : 32443 (java) S 32437 32439 30380 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32444] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32444/stat : 32444 (java) S 32437 32439 30380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32445] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32445/stat : 32445 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32446] ppid=32437 vsize=867648 CPUtime=0.51
/proc/32439/task/32446/stat : 32446 (java) S 32437 32439 30380 0 -1 64 794 0 0 0 50 1 0 0 16 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32447] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32447/stat : 32447 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32448] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32448/stat : 32448 (java) S 32437 32439 30380 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.93
Current children cumulated vsize (KiB) 867648

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32482
/proc/meminfo: memFree=1093560/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867648 CPUtime=1598.9
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 179309 0 1 0 159738 152 0 0 18 0 9 0 2003070683 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216912 178591 1997 9 0 211384 0
[pid=32439/tid=32440] ppid=32437 vsize=867648 CPUtime=1595.99
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 15687 0 1 0 159516 83 0 0 25 0 9 0 2003070685 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4126659234 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32439/tid=32442] ppid=32437 vsize=867648 CPUtime=2.36
/proc/32439/task/32442/stat : 32442 (java) S 32437 32439 30380 0 -1 64 162094 0 0 0 170 66 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32439/tid=32443] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32443/stat : 32443 (java) S 32437 32439 30380 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32444] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32444/stat : 32444 (java) S 32437 32439 30380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32445] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32445/stat : 32445 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32446] ppid=32437 vsize=867648 CPUtime=0.51
/proc/32439/task/32446/stat : 32446 (java) S 32437 32439 30380 0 -1 64 794 0 0 0 50 1 0 0 16 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32447] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32447/stat : 32447 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32448] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32448/stat : 32448 (java) S 32437 32439 30380 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.9
Current children cumulated vsize (KiB) 867648

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32482
/proc/meminfo: memFree=1093496/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867648 CPUtime=1658.88
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 179311 0 1 0 165730 158 0 0 18 0 9 0 2003070683 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216912 178591 1997 9 0 211384 0
[pid=32439/tid=32440] ppid=32437 vsize=867648 CPUtime=1655.96
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 15689 0 1 0 165507 89 0 0 25 0 9 0 2003070685 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32439/tid=32442] ppid=32437 vsize=867648 CPUtime=2.37
/proc/32439/task/32442/stat : 32442 (java) S 32437 32439 30380 0 -1 64 162094 0 0 0 171 66 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32439/tid=32443] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32443/stat : 32443 (java) S 32437 32439 30380 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32444] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32444/stat : 32444 (java) S 32437 32439 30380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32445] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32445/stat : 32445 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32446] ppid=32437 vsize=867648 CPUtime=0.51
/proc/32439/task/32446/stat : 32446 (java) S 32437 32439 30380 0 -1 64 794 0 0 0 50 1 0 0 16 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32447] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32447/stat : 32447 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32448] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32448/stat : 32448 (java) S 32437 32439 30380 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.88
Current children cumulated vsize (KiB) 867648

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32482
/proc/meminfo: memFree=1093432/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867648 CPUtime=1718.86
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 179312 0 1 0 171726 160 0 0 18 0 9 0 2003070683 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216912 178591 1997 9 0 211384 0
[pid=32439/tid=32440] ppid=32437 vsize=867648 CPUtime=1715.93
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 15690 0 1 0 171502 91 0 0 25 0 9 0 2003070685 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4127528252 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32439/tid=32442] ppid=32437 vsize=867648 CPUtime=2.37
/proc/32439/task/32442/stat : 32442 (java) S 32437 32439 30380 0 -1 64 162094 0 0 0 171 66 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32439/tid=32443] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32443/stat : 32443 (java) S 32437 32439 30380 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32444] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32444/stat : 32444 (java) S 32437 32439 30380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32445] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32445/stat : 32445 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32446] ppid=32437 vsize=867648 CPUtime=0.51
/proc/32439/task/32446/stat : 32446 (java) S 32437 32439 30380 0 -1 64 794 0 0 0 50 1 0 0 16 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32447] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32447/stat : 32447 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32448] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32448/stat : 32448 (java) S 32437 32439 30380 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.86
Current children cumulated vsize (KiB) 867648

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32482
/proc/meminfo: memFree=1093304/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867648 CPUtime=1778.83
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 179314 0 1 0 177716 167 0 0 18 0 9 0 2003070683 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216912 178591 1997 9 0 211384 0
[pid=32439/tid=32440] ppid=32437 vsize=867648 CPUtime=1775.9
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 15692 0 1 0 177492 98 0 0 25 0 9 0 2003070685 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4127528925 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32439/tid=32442] ppid=32437 vsize=867648 CPUtime=2.38
/proc/32439/task/32442/stat : 32442 (java) S 32437 32439 30380 0 -1 64 162094 0 0 0 172 66 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32439/tid=32443] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32443/stat : 32443 (java) S 32437 32439 30380 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32444] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32444/stat : 32444 (java) S 32437 32439 30380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32445] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32445/stat : 32445 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32446] ppid=32437 vsize=867648 CPUtime=0.51
/proc/32439/task/32446/stat : 32446 (java) S 32437 32439 30380 0 -1 64 794 0 0 0 50 1 0 0 16 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32447] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32447/stat : 32447 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32448] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32448/stat : 32448 (java) S 32437 32439 30380 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.83
Current children cumulated vsize (KiB) 867648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32482
/proc/meminfo: memFree=1093304/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=867648 CPUtime=1800.04
/proc/32439/stat : 32439 (java) S 32437 32439 30380 0 -1 0 179315 0 1 0 179836 168 0 0 18 0 9 0 2003070683 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32439/statm: 216912 178591 1997 9 0 211384 0
[pid=32439/tid=32440] ppid=32437 vsize=867648 CPUtime=1797.1
/proc/32439/task/32440/stat : 32440 (java) R 32437 32439 30380 0 -1 64 15693 0 1 0 179611 99 0 0 25 0 9 0 2003070685 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4127538548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32439/tid=32442] ppid=32437 vsize=867648 CPUtime=2.38
/proc/32439/task/32442/stat : 32442 (java) S 32437 32439 30380 0 -1 64 162094 0 0 0 172 66 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32439/tid=32443] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32443/stat : 32443 (java) S 32437 32439 30380 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32444] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32444/stat : 32444 (java) S 32437 32439 30380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003070686 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32445] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32445/stat : 32445 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32446] ppid=32437 vsize=867648 CPUtime=0.51
/proc/32439/task/32446/stat : 32446 (java) S 32437 32439 30380 0 -1 64 794 0 0 0 50 1 0 0 16 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32447] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32447/stat : 32447 (java) S 32437 32439 30380 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32439/tid=32448] ppid=32437 vsize=867648 CPUtime=0
/proc/32439/task/32448/stat : 32448 (java) R 32437 32439 30380 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003070688 888471552 178591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867648

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

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

[startup+1803.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32482
/proc/meminfo: memFree=1093304/2055920 swapFree=4180436/4192956
[pid=32439] ppid=32437 vsize=0 CPUtime=1800.14
/proc/32439/stat : 32439 (java) Z 32437 32439 30380 0 -1 1036 179334 0 1 0 179841 173 0 0 16 0 2 0 2003070683 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32439/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1803.67
CPU time (s): 1800.21
CPU user time (s): 1798.41
CPU system time (s): 1.79573
CPU usage (%): 99.8081
Max. virtual memory (cumulated for all children) (KiB): 867648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 1.79573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179334
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= 39539
involuntary context switches= 23743

runsolver used 2.58061 second user time and 5.43917 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-05 08:56:59
IDJOB=1086741
IDBENCH=57874
IDSOLVER=349
FILE ID=node71/1086741-1215241019
PBS_JOBID= 7881853
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 712a20b0506303fd583b688f94b5a45f
RANDOM SEED=910791628

node71.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.209
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.209
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:       1699104 kB
Buffers:         21360 kB
Cached:         162536 kB
SwapCached:       6572 kB
Active:         258952 kB
Inactive:        42516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699104 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            9144 kB
Writeback:           0 kB
Mapped:         124884 kB
Slab:            40284 kB
Committed_AS:  4395156 kB
PageTables:       2108 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= 66508 MiB
End job on node71 at 2008-07-05 09:27:05