Trace number 210778

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, and are wall clock time (not CPU 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
CSP4J - MAC 2006-12-19? (TO) 1800.03 1801.93

General information on the benchmark

NamepseudoSeries/uclid/
ooo-rf9.xml
MD5SUM1fdc375fa3bc4f7f4fc21722cb153d83
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 benchmark12.4841
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables11476
Number of constraints33089
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33089
Global constraints used (with number of constraints)

Solver Data (download as text)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node59/watcher-210778-1168202187 -o ROOT/results/node59/solver-210778-1168202187 -C 1800 -M 900 /tmp/evaluation/210778-1168202187/cspfj.sh -competition /tmp/evaluation/210778-1168202187/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.14 2.03 1.93 3/72 25837
/proc/meminfo: memFree=1289280/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=3004 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) R 25834 25836 24792 0 -1 4194304 56 0 0 0 0 0 0 0 21 0 1 0 168616649 3076096 40 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217049003401 0 0 4096 0 0 0 0 17 1 0 0
/proc/25836/statm: 751 40 30 169 0 9 0

[startup+0.103259 s]
/proc/loadavg: 2.14 2.03 1.93 3/72 25837
/proc/meminfo: memFree=1289280/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.515305 s]
/proc/loadavg: 2.14 2.03 1.93 3/72 25837
/proc/meminfo: memFree=1289280/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.3424 s]
/proc/loadavg: 2.14 2.03 1.93 3/80 25846
/proc/meminfo: memFree=1275008/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=865772 CPUtime=1.3
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 5650 0 1 0 124 6 0 0 24 0 8 0 168616650 886550528 5331 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073775806 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25839/statm: 216443 5331 1828 14 0 203705 0
[pid=25839/tid=25840] ppid=25836 vsize=865772 CPUtime=0.18
/proc/25839/task/25840/stat : 25840 (java) S 25836 25836 24792 0 -1 64 1578 0 0 0 17 1 0 0 16 0 8 0 168616654 886550528 5331 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25841] ppid=25836 vsize=865772 CPUtime=0
/proc/25839/task/25841/stat : 25841 (java) S 25836 25836 24792 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168616654 886550528 5331 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25842] ppid=25836 vsize=865772 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25836 25836 24792 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 168616654 886550528 5331 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25836 vsize=865772 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168616657 886550528 5331 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25836 vsize=865772 CPUtime=0.23
/proc/25839/task/25844/stat : 25844 (java) S 25836 25836 24792 0 -1 64 530 0 0 0 22 1 0 0 15 0 8 0 168616657 886550528 5331 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25836 vsize=865772 CPUtime=0
/proc/25839/task/25845/stat : 25845 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168616657 886550528 5331 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25836 vsize=865772 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25836 25836 24792 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168616657 886550528 5331 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 871124

[startup+2.98058 s]
/proc/loadavg: 2.20 2.05 1.94 3/80 25846
/proc/meminfo: memFree=1271040/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=865884 CPUtime=2.93
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 6974 0 1 0 282 11 0 0 25 0 8 0 168616650 886665216 6581 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073766660 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25839/statm: 216471 6581 1828 14 0 203733 0
[pid=25839/tid=25840] ppid=25836 vsize=865884 CPUtime=0.33
/proc/25839/task/25840/stat : 25840 (java) S 25836 25836 24792 0 -1 64 2346 0 0 0 31 2 0 0 16 0 8 0 168616654 886665216 6581 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25841] ppid=25836 vsize=865884 CPUtime=0
/proc/25839/task/25841/stat : 25841 (java) S 25836 25836 24792 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168616654 886665216 6581 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25842] ppid=25836 vsize=865884 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25836 25836 24792 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168616654 886665216 6581 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25836 vsize=865884 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168616657 886665216 6581 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25836 vsize=865884 CPUtime=0.3
/proc/25839/task/25844/stat : 25844 (java) S 25836 25836 24792 0 -1 64 562 0 0 0 29 1 0 0 15 0 8 0 168616657 886665216 6581 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25836 vsize=865884 CPUtime=0
/proc/25839/task/25845/stat : 25845 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168616657 886665216 6581 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25836 vsize=865884 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25836 25836 24792 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168616657 886665216 6581 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 871236

[startup+6.27394 s]
/proc/loadavg: 2.20 2.05 1.94 3/80 25846
/proc/meminfo: memFree=1260928/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=866012 CPUtime=6.21
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 9101 0 1 0 602 19 0 0 25 0 8 0 168616650 886796288 8614 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4072920911 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25839/statm: 216503 8614 1828 14 0 203765 0
[pid=25839/tid=25840] ppid=25836 vsize=866012 CPUtime=0.55
/proc/25839/task/25840/stat : 25840 (java) S 25836 25836 24792 0 -1 64 3623 0 0 0 53 2 0 0 16 0 8 0 168616654 886796288 8614 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25841] ppid=25836 vsize=866012 CPUtime=0
/proc/25839/task/25841/stat : 25841 (java) S 25836 25836 24792 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168616654 886796288 8614 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25842] ppid=25836 vsize=866012 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25836 25836 24792 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168616654 886796288 8614 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25836 vsize=866012 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168616657 886796288 8614 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25836 vsize=866012 CPUtime=0.35
/proc/25839/task/25844/stat : 25844 (java) S 25836 25836 24792 0 -1 64 583 0 0 0 34 1 0 0 16 0 8 0 168616657 886796288 8614 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25836 vsize=866012 CPUtime=0
/proc/25839/task/25845/stat : 25845 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168616657 886796288 8614 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25836 vsize=866012 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25836 25836 24792 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168616657 886796288 8614 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 871364

[startup+12.7687 s]
/proc/loadavg: 2.17 2.04 1.94 3/82 25854
/proc/meminfo: memFree=1427632/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=867036 CPUtime=12.7
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 11598 0 1 0 1241 29 0 0 25 0 8 0 168616650 887844864 11061 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073835504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25839/statm: 216759 11061 1828 14 0 204021 0
[pid=25839/tid=25840] ppid=25836 vsize=867036 CPUtime=0.72
/proc/25839/task/25840/stat : 25840 (java) S 25836 25836 24792 0 -1 64 5209 0 0 0 69 3 0 0 16 0 8 0 168616654 887844864 11061 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25841] ppid=25836 vsize=867036 CPUtime=0
/proc/25839/task/25841/stat : 25841 (java) S 25836 25836 24792 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168616654 887844864 11061 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25842] ppid=25836 vsize=867036 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25836 25836 24792 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168616654 887844864 11061 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25836 vsize=867036 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168616657 887844864 11061 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25836 vsize=867036 CPUtime=0.35
/proc/25839/task/25844/stat : 25844 (java) S 25836 25836 24792 0 -1 64 583 0 0 0 34 1 0 0 16 0 8 0 168616657 887844864 11061 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25836 vsize=867036 CPUtime=0
/proc/25839/task/25845/stat : 25845 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168616657 887844864 11061 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25836 vsize=867036 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168616657 887844864 11061 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 872388

[startup+25.6561 s]
/proc/loadavg: 2.15 2.04 1.94 3/82 25854
/proc/meminfo: memFree=1414448/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=867384 CPUtime=25.58
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 15049 0 1 0 2513 45 0 0 25 0 8 0 168616650 888201216 14473 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25839/statm: 216846 14473 1828 14 0 204108 0
[pid=25839/tid=25840] ppid=25836 vsize=867384 CPUtime=1.35
/proc/25839/task/25840/stat : 25840 (java) S 25836 25836 24792 0 -1 64 7403 0 0 0 131 4 0 0 16 0 8 0 168616654 888201216 14473 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25841] ppid=25836 vsize=867384 CPUtime=0
/proc/25839/task/25841/stat : 25841 (java) S 25836 25836 24792 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168616654 888201216 14473 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25842] ppid=25836 vsize=867384 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25836 25836 24792 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168616654 888201216 14473 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25836 vsize=867384 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168616657 888201216 14473 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25836 vsize=867384 CPUtime=0.35
/proc/25839/task/25844/stat : 25844 (java) S 25836 25836 24792 0 -1 64 583 0 0 0 34 1 0 0 16 0 8 0 168616657 888201216 14473 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25836 vsize=867384 CPUtime=0
/proc/25839/task/25845/stat : 25845 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168616657 888201216 14473 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25836 vsize=867384 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168616657 888201216 14473 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 872736

[startup+51.3109 s]
/proc/loadavg: 2.10 2.04 1.94 3/82 25854
/proc/meminfo: memFree=1395248/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=868216 CPUtime=51.2
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 20442 0 1 0 5052 68 0 0 25 0 8 0 168616650 889053184 19141 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073815434 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25839/statm: 217054 19141 1828 14 0 204316 0
[pid=25839/tid=25840] ppid=25836 vsize=868216 CPUtime=2.29
/proc/25839/task/25840/stat : 25840 (java) S 25836 25836 24792 0 -1 64 10485 0 0 0 224 5 0 0 17 0 8 0 168616654 889053184 19141 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25841] ppid=25836 vsize=868216 CPUtime=0.01
/proc/25839/task/25841/stat : 25841 (java) S 25836 25836 24792 0 -1 64 11 0 0 0 1 0 0 0 16 0 8 0 168616654 889053184 19141 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25842] ppid=25836 vsize=868216 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25836 25836 24792 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168616654 889053184 19141 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25836 vsize=868216 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168616657 889053184 19141 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25836 vsize=868216 CPUtime=0.35
/proc/25839/task/25844/stat : 25844 (java) S 25836 25836 24792 0 -1 64 583 0 0 0 34 1 0 0 16 0 8 0 168616657 889053184 19141 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25836 vsize=868216 CPUtime=0
/proc/25839/task/25845/stat : 25845 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168616657 889053184 19141 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25836 vsize=868216 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168616657 889053184 19141 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 873568

[startup+102.614 s]
/proc/loadavg: 2.04 2.03 1.94 3/82 25854
/proc/meminfo: memFree=1369200/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=869400 CPUtime=102.45
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 27713 0 1 0 10148 97 0 0 25 0 8 0 168616650 890265600 25856 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073766604 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25839/statm: 217350 25856 1828 14 0 204612 0
[pid=25839/tid=25840] ppid=25836 vsize=869400 CPUtime=3.65

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

/proc/loadavg: 2.00 2.00 1.98 3/90 26014
/proc/meminfo: memFree=1288872/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=873720 CPUtime=1542.42
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 47302 0 1 0 154036 206 0 0 25 0 8 0 168616650 894689280 43948 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074276020 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25839/statm: 218430 43948 1840 14 0 205692 0
[pid=25839/tid=25840] ppid=25836 vsize=873720 CPUtime=29.96
/proc/25839/task/25840/stat : 25840 (java) S 25836 25836 24792 0 -1 64 28584 0 0 0 2977 19 0 0 16 0 8 0 168616654 894689280 43948 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25841] ppid=25836 vsize=873720 CPUtime=0.01
/proc/25839/task/25841/stat : 25841 (java) S 25836 25836 24792 0 -1 64 11 0 0 0 1 0 0 0 17 0 8 0 168616654 894689280 43948 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25842] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25836 25836 24792 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168616654 894689280 43948 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25843] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168616657 894689280 43948 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25836 vsize=873720 CPUtime=1.62
/proc/25839/task/25844/stat : 25844 (java) S 25836 25836 24792 0 -1 64 1131 0 0 0 156 6 0 0 16 0 8 0 168616657 894689280 43948 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25845] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25845/stat : 25845 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168616657 894689280 43948 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168616657 894689280 43948 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.42
Current children cumulated vsize (KiB) 879072

[startup+1604.12 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 26054
/proc/meminfo: memFree=1289824/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=873720 CPUtime=1602.42
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 47323 0 1 0 160031 211 0 0 25 0 8 0 168616650 894689280 43954 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074229823 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25839/statm: 218430 43954 1840 14 0 205692 0
[pid=25839/tid=25840] ppid=25836 vsize=873720 CPUtime=30.67
/proc/25839/task/25840/stat : 25840 (java) S 25836 25836 24792 0 -1 64 28584 0 0 0 3048 19 0 0 16 0 8 0 168616654 894689280 43954 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25841] ppid=25836 vsize=873720 CPUtime=0.01
/proc/25839/task/25841/stat : 25841 (java) S 25836 25836 24792 0 -1 64 11 0 0 0 1 0 0 0 17 0 8 0 168616654 894689280 43954 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25842] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25836 25836 24792 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168616654 894689280 43954 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25843] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168616657 894689280 43954 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25836 vsize=873720 CPUtime=1.63
/proc/25839/task/25844/stat : 25844 (java) S 25836 25836 24792 0 -1 64 1137 0 0 0 157 6 0 0 15 0 8 0 168616657 894689280 43954 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25845] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25845/stat : 25845 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168616657 894689280 43954 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168616657 894689280 43954 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.42
Current children cumulated vsize (KiB) 879072

[startup+1664.18 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 26054
/proc/meminfo: memFree=1289824/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=873720 CPUtime=1662.42
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 47348 0 1 0 166031 211 0 0 25 0 8 0 168616650 894689280 43963 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074271661 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25839/statm: 218430 43963 1840 14 0 205692 0
[pid=25839/tid=25840] ppid=25836 vsize=873720 CPUtime=31.39
/proc/25839/task/25840/stat : 25840 (java) S 25836 25836 24792 0 -1 64 28584 0 0 0 3120 19 0 0 16 0 8 0 168616654 894689280 43963 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25841] ppid=25836 vsize=873720 CPUtime=0.01
/proc/25839/task/25841/stat : 25841 (java) S 25836 25836 24792 0 -1 64 11 0 0 0 1 0 0 0 17 0 8 0 168616654 894689280 43963 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25842] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25836 25836 24792 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168616654 894689280 43963 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25843] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168616657 894689280 43963 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25836 vsize=873720 CPUtime=1.65
/proc/25839/task/25844/stat : 25844 (java) S 25836 25836 24792 0 -1 64 1146 0 0 0 158 7 0 0 16 0 8 0 168616657 894689280 43963 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25845] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25845/stat : 25845 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168616657 894689280 43963 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168616657 894689280 43963 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.42
Current children cumulated vsize (KiB) 879072

[startup+1724.23 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 26054
/proc/meminfo: memFree=1289824/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=873720 CPUtime=1722.4
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 47375 0 1 0 172029 211 0 0 25 0 8 0 168616650 894689280 43972 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074213490 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25839/statm: 218430 43972 1840 14 0 205692 0
[pid=25839/tid=25840] ppid=25836 vsize=873720 CPUtime=32.2
/proc/25839/task/25840/stat : 25840 (java) S 25836 25836 24792 0 -1 64 28584 0 0 0 3201 19 0 0 16 0 8 0 168616654 894689280 43972 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25841] ppid=25836 vsize=873720 CPUtime=0.01
/proc/25839/task/25841/stat : 25841 (java) S 25836 25836 24792 0 -1 64 11 0 0 0 1 0 0 0 17 0 8 0 168616654 894689280 43972 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25842] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25836 25836 24792 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168616654 894689280 43972 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25843] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168616657 894689280 43972 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25836 vsize=873720 CPUtime=1.68
/proc/25839/task/25844/stat : 25844 (java) S 25836 25836 24792 0 -1 64 1155 0 0 0 161 7 0 0 16 0 8 0 168616657 894689280 43972 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25845] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25845/stat : 25845 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168616657 894689280 43972 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168616657 894689280 43972 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.4
Current children cumulated vsize (KiB) 879072

[startup+1784.29 s]
/proc/loadavg: 2.05 2.01 1.98 3/84 26054
/proc/meminfo: memFree=1289824/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=873720 CPUtime=1782.4
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 47396 0 1 0 178028 212 0 0 25 0 8 0 168616650 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074271644 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25839/statm: 218430 43976 1840 14 0 205692 0
[pid=25839/tid=25840] ppid=25836 vsize=873720 CPUtime=32.98
/proc/25839/task/25840/stat : 25840 (java) S 25836 25836 24792 0 -1 64 28584 0 0 0 3278 20 0 0 16 0 8 0 168616654 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25841] ppid=25836 vsize=873720 CPUtime=0.01
/proc/25839/task/25841/stat : 25841 (java) S 25836 25836 24792 0 -1 64 11 0 0 0 1 0 0 0 17 0 8 0 168616654 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25842] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25836 25836 24792 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168616654 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25843] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168616657 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25836 vsize=873720 CPUtime=1.68
/proc/25839/task/25844/stat : 25844 (java) S 25836 25836 24792 0 -1 64 1159 0 0 0 161 7 0 0 15 0 8 0 168616657 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25845] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25845/stat : 25845 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168616657 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168616657 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.4
Current children cumulated vsize (KiB) 879072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.91 s]
/proc/loadavg: 2.03 2.01 1.98 3/84 26054
/proc/meminfo: memFree=1289824/2055920 swapFree=4192812/4192956
[pid=25836] ppid=25834 vsize=5352 CPUtime=0
/proc/25836/stat : 25836 (cspfj.sh) S 25834 25836 24792 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 168616649 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25836/statm: 1338 240 201 169 0 49 0
[pid=25839] ppid=25836 vsize=873720 CPUtime=1800.03
/proc/25839/stat : 25839 (java) R 25836 25836 24792 0 -1 0 47401 0 1 0 179790 213 0 0 25 0 8 0 168616650 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074271644 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25839/statm: 218430 43976 1840 14 0 205692 0
[pid=25839/tid=25840] ppid=25836 vsize=873720 CPUtime=33.21
/proc/25839/task/25840/stat : 25840 (java) S 25836 25836 24792 0 -1 64 28584 0 0 0 3301 20 0 0 16 0 8 0 168616654 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25841] ppid=25836 vsize=873720 CPUtime=0.01
/proc/25839/task/25841/stat : 25841 (java) S 25836 25836 24792 0 -1 64 11 0 0 0 1 0 0 0 17 0 8 0 168616654 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25842] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25836 25836 24792 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168616654 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25843] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168616657 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25836 vsize=873720 CPUtime=1.68
/proc/25839/task/25844/stat : 25844 (java) S 25836 25836 24792 0 -1 64 1159 0 0 0 161 7 0 0 16 0 8 0 168616657 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25839/tid=25845] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25845/stat : 25845 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168616657 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25836 vsize=873720 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25836 25836 24792 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168616657 894689280 43976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 879072

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25836 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=1999 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=2999
CPU time returned by wait4() is 0.004998
while last known CPU time is 1800.03

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1801.93
CPU time (s): 1800.03
CPU user time (s): 1797.9
CPU system time (s): 2.13
CPU usage (%): 99.8948
Max. virtual memory (cumulated for all children) (KiB): 882368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 443
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 5

runsolver used 2.6536 s user time and 5.33219 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Jan  7 20:36:27 UTC 2007


IDJOB= 210778
IDBENCH= 4645
FILE ID= node59/210778-1168202187

PBS_JOBID= 3480722

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/ooo-rf9.xml
COMMAND LINE= /tmp/evaluation/210778-1168202187/cspfj.sh -competition /tmp/evaluation/210778-1168202187/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-210778-1168202187 -o ROOT/results/node59/solver-210778-1168202187 -C 1800 -M 900  /tmp/evaluation/210778-1168202187/cspfj.sh -competition /tmp/evaluation/210778-1168202187/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  1fdc375fa3bc4f7f4fc21722cb153d83

RANDOM SEED= 696572217

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.239
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.239
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:       1289760 kB
Buffers:         36284 kB
Cached:         418772 kB
SwapCached:          0 kB
Active:         392688 kB
Inactive:       316616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1289760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11884 kB
Writeback:           0 kB
Mapped:         265584 kB
Slab:            41580 kB
Committed_AS:  3677300 kB
PageTables:       2584 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= 66538 MiB



End job on node59 on Sun Jan  7 21:06:29 UTC 2007