Trace number 279108

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 - MaxCSP 2006-12-19MSAT (TO) 2400.08 2403.13

General information on the benchmark

NameMaxCSP/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-20/
kbtree-9-5-3-5-20-21_ext.xml
MD5SUM1f46c509c5fad7cbb8091c5c24e5a472
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints254
Best CPU time to get the best result obtained on this benchmark0.171973
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension255
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.50	s SATISFIABLE
0.50	o 243
0.50	v 1 1 1 1 0 2 0 4 1 2 0 0 2 3 1 1 1 2 1 2 2 0 0 0 0 2 0 0 2 1 0 2 1 1 0 0 2 3 0 1 
0.51	o 244
0.51	v 1 1 1 1 0 2 0 4 1 2 0 0 2 3 1 1 1 2 1 2 2 0 0 0 0 2 0 0 2 2 0 2 1 1 0 0 2 3 0 1 
0.51	o 245
0.51	v 1 1 1 1 0 2 0 4 1 2 0 0 2 3 1 1 1 2 1 2 2 0 0 0 0 2 0 0 2 2 0 2 1 1 0 0 2 3 0 0 
0.51	o 246
0.51	v 1 1 1 1 0 2 0 4 1 2 0 0 2 3 1 1 1 2 1 2 2 0 0 3 0 2 0 0 2 2 0 4 1 0 0 0 2 3 0 3 
0.51	o 247
0.51	v 1 1 1 1 0 2 0 4 1 2 0 0 2 3 1 1 1 2 1 2 2 0 0 3 0 2 0 0 2 2 0 4 1 0 0 0 2 3 0 0 
0.51	o 248
0.51	v 1 1 1 1 0 2 0 4 1 2 0 0 2 3 1 1 1 2 1 2 2 0 0 3 0 2 0 0 2 2 0 4 1 0 0 0 2 3 4 0 
0.53	o 249
0.53	v 1 0 1 0 0 2 1 0 1 4 4 0 0 2 3 0 0 0 3 4 1 2 0 1 0 2 0 4 2 2 0 2 0 0 0 0 2 3 0 1 
0.53	o 250
0.53	v 1 0 1 0 0 2 1 0 1 4 4 0 0 2 3 0 0 0 3 4 1 2 0 1 0 2 0 4 2 2 0 2 0 1 0 0 2 3 0 1 
0.58	o 251
0.58	v 0 0 2 0 4 4 4 4 3 4 3 0 2 2 3 1 3 3 0 3 1 1 0 4 0 2 1 4 0 0 4 3 2 0 0 2 3 4 2 3 

Verifier Data (download as text)

3 unsatisfied constraints, 252 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node22/watcher-279108-1169291394 -o ROOT/results/node22/solver-279108-1169291394 -C 2400 -M 900 /tmp/evaluation/279108-1169291394/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/279108-1169291394/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 1.74 1.97 1.97 5/94 845
/proc/meminfo: memFree=1387480/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 277534076 5480448 228 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467984466 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 1338 228 191 169 0 49 0
[pid=844] ppid=843 vsize=5352 CPUtime=0
/proc/844/stat : 844 (cspfj.sh) R 843 843 302 0 -1 4194368 25 0 0 0 0 0 0 0 21 0 1 0 277534077 5480448 233 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467815719 0 0 4096 0 0 0 0 17 1 0 0
/proc/844/statm: 1338 233 195 169 0 49 0

[startup+0.110772 s]
/proc/loadavg: 1.74 1.97 1.97 5/94 845
/proc/meminfo: memFree=1387480/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.522831 s]
/proc/loadavg: 1.74 1.97 1.97 5/94 845
/proc/meminfo: memFree=1387480/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.34696 s]
/proc/loadavg: 1.74 1.97 1.97 3/101 853
/proc/meminfo: memFree=1379872/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=1.31
/proc/846/stat : 846 (java) R 843 843 302 0 -1 0 3852 0 1 0 128 3 0 0 25 0 8 0 277534077 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073707160 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 216348 3589 1750 14 0 203619 0
[pid=846/tid=847] ppid=843 vsize=865392 CPUtime=0.02
/proc/846/task/847/stat : 847 (java) S 843 843 302 0 -1 64 202 0 0 0 2 0 0 0 16 0 8 0 277534081 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=848] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/848/stat : 848 (java) S 843 843 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277534081 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/849/stat : 849 (java) S 843 843 302 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 277534081 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=850] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/850/stat : 850 (java) S 843 843 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277534084 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=851] ppid=843 vsize=865392 CPUtime=0.14
/proc/846/task/851/stat : 851 (java) S 843 843 302 0 -1 64 411 0 0 0 14 0 0 0 16 0 8 0 277534084 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=852] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/852/stat : 852 (java) S 843 843 302 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 277534084 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=853] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/853/stat : 853 (java) S 843 843 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277534084 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 870744

[startup+2.98421 s]
/proc/loadavg: 1.74 1.97 1.97 3/101 853
/proc/meminfo: memFree=1379808/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=2.93
/proc/846/stat : 846 (java) R 843 843 302 0 -1 0 3854 0 1 0 290 3 0 0 25 0 8 0 277534077 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702750 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 216348 3589 1750 14 0 203619 0
[pid=846/tid=847] ppid=843 vsize=865392 CPUtime=0.03
/proc/846/task/847/stat : 847 (java) S 843 843 302 0 -1 64 202 0 0 0 3 0 0 0 16 0 8 0 277534081 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=848] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/848/stat : 848 (java) S 843 843 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277534081 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/849/stat : 849 (java) S 843 843 302 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 277534081 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=850] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/850/stat : 850 (java) S 843 843 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277534084 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=851] ppid=843 vsize=865392 CPUtime=0.14
/proc/846/task/851/stat : 851 (java) S 843 843 302 0 -1 64 411 0 0 0 14 0 0 0 16 0 8 0 277534084 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=852] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/852/stat : 852 (java) S 843 843 302 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 277534084 886161408 3589 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=853] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/853/stat : 853 (java) S 843 843 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277534084 886161408 3589 18446744073709551615 134512640 134570532 4294956480 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) 870744

[startup+6.28572 s]
/proc/loadavg: 1.76 1.97 1.97 3/101 853
/proc/meminfo: memFree=1379744/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=6.21
/proc/846/stat : 846 (java) R 843 843 302 0 -1 0 3872 0 1 0 618 3 0 0 25 0 8 0 277534077 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073703650 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 216348 3604 1750 14 0 203619 0
[pid=846/tid=847] ppid=843 vsize=865392 CPUtime=0.03
/proc/846/task/847/stat : 847 (java) S 843 843 302 0 -1 64 217 0 0 0 3 0 0 0 16 0 8 0 277534081 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=848] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/848/stat : 848 (java) S 843 843 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277534081 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/849/stat : 849 (java) S 843 843 302 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 277534081 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=850] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/850/stat : 850 (java) S 843 843 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=851] ppid=843 vsize=865392 CPUtime=0.14
/proc/846/task/851/stat : 851 (java) S 843 843 302 0 -1 64 411 0 0 0 14 0 0 0 16 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=852] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/852/stat : 852 (java) S 843 843 302 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=853] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/853/stat : 853 (java) S 843 843 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 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) 870744

[startup+12.7637 s]
/proc/loadavg: 1.78 1.97 1.97 3/101 853
/proc/meminfo: memFree=1379808/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=12.63
/proc/846/stat : 846 (java) R 843 843 302 0 -1 0 3893 0 1 0 1259 4 0 0 25 0 8 0 277534077 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702792 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 216348 3604 1750 14 0 203619 0
[pid=846/tid=847] ppid=843 vsize=865392 CPUtime=0.03
/proc/846/task/847/stat : 847 (java) S 843 843 302 0 -1 64 217 0 0 0 3 0 0 0 16 0 8 0 277534081 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=848] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/848/stat : 848 (java) S 843 843 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277534081 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/849/stat : 849 (java) S 843 843 302 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 277534081 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=850] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/850/stat : 850 (java) S 843 843 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=851] ppid=843 vsize=865392 CPUtime=0.14
/proc/846/task/851/stat : 851 (java) S 843 843 302 0 -1 64 411 0 0 0 14 0 0 0 16 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=852] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/852/stat : 852 (java) S 843 843 302 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=853] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/853/stat : 853 (java) S 843 843 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 870744

[startup+25.6307 s]
/proc/loadavg: 1.75 1.95 1.97 2/89 862
/proc/meminfo: memFree=1398776/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=25.38
/proc/846/stat : 846 (java) R 843 843 302 0 -1 0 3985 0 1 0 2533 5 0 0 25 0 8 0 277534077 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073706797 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/846/statm: 216348 3604 1750 14 0 203619 0
[pid=846/tid=847] ppid=843 vsize=865392 CPUtime=0.07
/proc/846/task/847/stat : 847 (java) S 843 843 302 0 -1 64 217 0 0 0 6 1 0 0 16 0 8 0 277534081 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=848] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/848/stat : 848 (java) S 843 843 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277534081 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/849/stat : 849 (java) S 843 843 302 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 277534081 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=850] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/850/stat : 850 (java) S 843 843 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=851] ppid=843 vsize=865392 CPUtime=0.14
/proc/846/task/851/stat : 851 (java) S 843 843 302 0 -1 64 411 0 0 0 14 0 0 0 16 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=852] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/852/stat : 852 (java) S 843 843 302 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=853] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/853/stat : 853 (java) S 843 843 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 870744

[startup+51.2576 s]
/proc/loadavg: 1.84 1.95 1.97 4/94 899
/proc/meminfo: memFree=1396880/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=50.98
/proc/846/stat : 846 (java) R 843 843 302 0 -1 0 4271 0 1 0 5091 7 0 0 25 0 8 0 277534077 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073707190 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/846/statm: 216348 3604 1750 14 0 203619 0
[pid=846/tid=847] ppid=843 vsize=865392 CPUtime=0.11
/proc/846/task/847/stat : 847 (java) S 843 843 302 0 -1 64 217 0 0 0 9 2 0 0 16 0 8 0 277534081 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=848] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/848/stat : 848 (java) S 843 843 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277534081 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/849/stat : 849 (java) S 843 843 302 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 277534081 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=850] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/850/stat : 850 (java) S 843 843 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=851] ppid=843 vsize=865392 CPUtime=0.14
/proc/846/task/851/stat : 851 (java) S 843 843 302 0 -1 64 411 0 0 0 14 0 0 0 16 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=852] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/852/stat : 852 (java) S 843 843 302 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=853] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/853/stat : 853 (java) S 843 843 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277534084 886161408 3604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 870744

[startup+102.507 s]
/proc/loadavg: 1.85 1.94 1.96 2/89 917
/proc/meminfo: memFree=1400312/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=102.17

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

/proc/loadavg: 2.03 2.01 2.00 3/101 1051
/proc/meminfo: memFree=1372248/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=2142.62
/proc/846/stat : 846 (java) R 843 843 302 0 -1 0 39834 0 1 0 213988 274 0 0 25 0 8 0 277534077 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702781 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/846/statm: 216348 3608 1751 14 0 203619 0
[pid=846/tid=847] ppid=843 vsize=865392 CPUtime=7.94
/proc/846/task/847/stat : 847 (java) S 843 843 302 0 -1 64 218 0 0 0 609 185 0 0 16 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=848] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/848/stat : 848 (java) S 843 843 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/849/stat : 849 (java) S 843 843 302 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=850] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/850/stat : 850 (java) S 843 843 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=851] ppid=843 vsize=865392 CPUtime=0.14
/proc/846/task/851/stat : 851 (java) S 843 843 302 0 -1 64 413 0 0 0 14 0 0 0 16 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=852] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/852/stat : 852 (java) S 843 843 302 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=853] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/853/stat : 853 (java) S 843 843 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2142.62
Current children cumulated vsize (KiB) 870744

[startup+2205.47 s]
/proc/loadavg: 2.01 2.00 2.00 3/101 1051
/proc/meminfo: memFree=1372248/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=2202.66
/proc/846/stat : 846 (java) R 843 843 302 0 -1 0 40870 0 1 0 219983 283 0 0 25 0 8 0 277534077 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073701834 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/846/statm: 216348 3608 1751 14 0 203619 0
[pid=846/tid=847] ppid=843 vsize=865392 CPUtime=8.15
/proc/846/task/847/stat : 847 (java) S 843 843 302 0 -1 64 218 0 0 0 624 191 0 0 16 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=848] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/848/stat : 848 (java) S 843 843 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/849/stat : 849 (java) S 843 843 302 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=850] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/850/stat : 850 (java) S 843 843 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=851] ppid=843 vsize=865392 CPUtime=0.14
/proc/846/task/851/stat : 851 (java) S 843 843 302 0 -1 64 413 0 0 0 14 0 0 0 16 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=852] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/852/stat : 852 (java) S 843 843 302 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=853] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/853/stat : 853 (java) S 843 843 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2202.66
Current children cumulated vsize (KiB) 870744

[startup+2265.55 s]
/proc/loadavg: 2.00 2.00 2.00 5/101 1051
/proc/meminfo: memFree=1372312/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=2262.65
/proc/846/stat : 846 (java) R 843 843 302 0 -1 0 41916 0 1 0 225974 291 0 0 25 0 8 0 277534077 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702748 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/846/statm: 216348 3608 1751 14 0 203619 0
[pid=846/tid=847] ppid=843 vsize=865392 CPUtime=8.38
/proc/846/task/847/stat : 847 (java) S 843 843 302 0 -1 64 218 0 0 0 641 197 0 0 16 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=848] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/848/stat : 848 (java) S 843 843 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/849/stat : 849 (java) S 843 843 302 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=850] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/850/stat : 850 (java) S 843 843 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=851] ppid=843 vsize=865392 CPUtime=0.14
/proc/846/task/851/stat : 851 (java) S 843 843 302 0 -1 64 413 0 0 0 14 0 0 0 16 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=852] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/852/stat : 852 (java) S 843 843 302 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=853] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/853/stat : 853 (java) S 843 843 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2262.65
Current children cumulated vsize (KiB) 870744

[startup+2325.63 s]
/proc/loadavg: 2.07 2.02 2.00 3/101 1051
/proc/meminfo: memFree=1372312/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=2322.68
/proc/846/stat : 846 (java) R 843 843 302 0 -1 0 42981 0 1 0 231969 299 0 0 25 0 8 0 277534077 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702826 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/846/statm: 216348 3608 1751 14 0 203619 0
[pid=846/tid=847] ppid=843 vsize=865392 CPUtime=8.59
/proc/846/task/847/stat : 847 (java) S 843 843 302 0 -1 64 218 0 0 0 657 202 0 0 16 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=848] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/848/stat : 848 (java) S 843 843 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/849/stat : 849 (java) S 843 843 302 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=850] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/850/stat : 850 (java) S 843 843 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=851] ppid=843 vsize=865392 CPUtime=0.14
/proc/846/task/851/stat : 851 (java) S 843 843 302 0 -1 64 413 0 0 0 14 0 0 0 16 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=852] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/852/stat : 852 (java) S 843 843 302 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=853] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/853/stat : 853 (java) S 843 843 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2322.68
Current children cumulated vsize (KiB) 870744

[startup+2385.72 s]
/proc/loadavg: 2.02 2.01 2.00 3/101 1051
/proc/meminfo: memFree=1372248/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=2382.71
/proc/846/stat : 846 (java) R 843 843 302 0 -1 0 44008 0 1 0 237965 306 0 0 25 0 8 0 277534077 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073701867 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/846/statm: 216348 3608 1751 14 0 203619 0
[pid=846/tid=847] ppid=843 vsize=865392 CPUtime=8.81
/proc/846/task/847/stat : 847 (java) S 843 843 302 0 -1 64 218 0 0 0 674 207 0 0 16 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=848] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/848/stat : 848 (java) S 843 843 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/849/stat : 849 (java) S 843 843 302 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=850] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/850/stat : 850 (java) S 843 843 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=851] ppid=843 vsize=865392 CPUtime=0.14
/proc/846/task/851/stat : 851 (java) S 843 843 302 0 -1 64 413 0 0 0 14 0 0 0 16 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=852] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/852/stat : 852 (java) S 843 843 302 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=853] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/853/stat : 853 (java) S 843 843 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2382.71
Current children cumulated vsize (KiB) 870744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2403.11 s]
/proc/loadavg: 2.02 2.01 2.00 3/101 1051
/proc/meminfo: memFree=1372248/2055920 swapFree=4157544/4192956
[pid=843] ppid=841 vsize=5352 CPUtime=0
/proc/843/stat : 843 (cspfj.sh) S 841 843 302 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 277534076 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/843/statm: 1338 240 201 169 0 49 0
[pid=846] ppid=843 vsize=865392 CPUtime=2400.08
/proc/846/stat : 846 (java) R 843 843 302 0 -1 0 44298 0 1 0 239699 309 0 0 25 0 8 0 277534077 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073701852 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/846/statm: 216348 3608 1751 14 0 203619 0
[pid=846/tid=847] ppid=843 vsize=865392 CPUtime=8.88
/proc/846/task/847/stat : 847 (java) S 843 843 302 0 -1 64 218 0 0 0 679 209 0 0 16 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=848] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/848/stat : 848 (java) S 843 843 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/849/stat : 849 (java) S 843 843 302 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 277534081 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=850] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/850/stat : 850 (java) S 843 843 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=851] ppid=843 vsize=865392 CPUtime=0.14
/proc/846/task/851/stat : 851 (java) S 843 843 302 0 -1 64 413 0 0 0 14 0 0 0 16 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=846/tid=852] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/852/stat : 852 (java) S 843 843 302 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=846/tid=853] ppid=843 vsize=865392 CPUtime=0
/proc/846/task/853/stat : 853 (java) S 843 843 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277534084 886161408 3608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 870744

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 843 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 2400.08

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

Real time (s): 2403.13
CPU time (s): 2400.08
CPU user time (s): 2396.99
CPU system time (s): 3.09
CPU usage (%): 99.8729
Max. virtual memory (cumulated for all children) (KiB): 870744

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= 15
involuntary context switches= 4

runsolver used 2.08268 s user time and 8.5507 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sat Jan 20 11:09:55 UTC 2007


IDJOB= 279108
IDBENCH= 9453
IDSOLVER= 65
FILE ID= node22/279108-1169291394

PBS_JOBID= 3609666

Free space on /tmp= 66563 MiB

SOLVER NAME= CSP4J - MaxCSP 2006-12-19
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-20/kbtree-9-5-3-5-20-21_ext.xml
COMMAND LINE= /tmp/evaluation/279108-1169291394/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/279108-1169291394/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-279108-1169291394 -o ROOT/results/node22/solver-279108-1169291394 -C 2400 -M 900  /tmp/evaluation/279108-1169291394/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/279108-1169291394/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  1f46c509c5fad7cbb8091c5c24e5a472

RANDOM SEED= 60099912

TIME LIMIT= 2400 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.279
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.279
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:       1388160 kB
Buffers:         44168 kB
Cached:         481696 kB
SwapCached:      12356 kB
Active:         206008 kB
Inactive:       381276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1388160 kB
SwapTotal:     4192956 kB
SwapFree:      4157544 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:          88876 kB
Slab:            65060 kB
Committed_AS:  5316860 kB
PageTables:       2356 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= 66563 MiB



End job on node22 on Sat Jan 20 11:50:00 UTC 2007