Trace number 199311

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.02 1801.19

General information on the benchmark

NameallIntervalSeries/
series-18.xml
MD5SUMc34f3494cb8e761927c44a37c33056f2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.027995
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables35
Number of constraints306
Maximum constraint arity3
Maximum domain size18
Number of constraints which are defined in extension0
Number of constraints which are defined in intension306
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/node44/watcher-199311-1168133617 -o ROOT/results/node44/solver-199311-1168133617 -C 1800 -M 900 /tmp/evaluation/199311-1168133617/cspfj.sh -competition /tmp/evaluation/199311-1168133617/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: 0.92 0.98 1.08 4/65 27953
/proc/meminfo: memFree=1821784/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) D 27950 27952 26971 0 -1 4194304 295 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840641125 0 2147483391 4100 65536 18446744072099855350 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0

[startup+0.107122 s]
/proc/loadavg: 0.92 0.98 1.08 4/65 27953
/proc/meminfo: memFree=1821784/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.515162 s]
/proc/loadavg: 0.92 0.98 1.08 4/65 27953
/proc/meminfo: memFree=1821784/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33624 s]
/proc/loadavg: 0.92 0.98 1.08 2/73 27962
/proc/meminfo: memFree=1811800/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=1.32
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4516 0 1 0 127 5 0 0 16 0 8 0 161760744 887296000 4243 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27955/statm: 216625 4243 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08
/proc/27955/task/27956/stat : 27956 (java) S 27952 27952 26971 0 -1 64 481 0 0 0 8 0 0 0 16 0 8 0 161760747 887296000 4243 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27957/stat : 27957 (java) S 27952 27952 26971 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161760748 887296000 4243 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27952 27952 26971 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 161760748 887296000 4243 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27952 27952 26971 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161760751 887296000 4243 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27960] ppid=27952 vsize=866500 CPUtime=0.25
/proc/27955/task/27960/stat : 27960 (java) S 27952 27952 26971 0 -1 64 476 0 0 0 24 1 0 0 16 0 8 0 161760751 887296000 4243 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27961] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27961/stat : 27961 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161760751 887296000 4243 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27962] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161760751 887296000 4243 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 871852

[startup+2.98241 s]
/proc/loadavg: 0.92 0.98 1.08 2/73 27962
/proc/meminfo: memFree=1811416/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=2.96
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4579 0 1 0 290 6 0 0 18 0 8 0 161760744 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073852544 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27955/statm: 216625 4305 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08
/proc/27955/task/27956/stat : 27956 (java) S 27952 27952 26971 0 -1 64 481 0 0 0 8 0 0 0 17 0 8 0 161760747 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27957/stat : 27957 (java) S 27952 27952 26971 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161760748 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27952 27952 26971 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 161760748 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27952 27952 26971 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161760751 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27960] ppid=27952 vsize=866500 CPUtime=0.32
/proc/27955/task/27960/stat : 27960 (java) S 27952 27952 26971 0 -1 64 538 0 0 0 30 2 0 0 16 0 8 0 161760751 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27961] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27961/stat : 27961 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161760751 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27962] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161760751 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 871852

[startup+6.18675 s]
/proc/loadavg: 0.93 0.98 1.08 2/73 27962
/proc/meminfo: memFree=1811360/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=6.16
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4579 0 1 0 610 6 0 0 25 0 8 0 161760744 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073870997 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27955/statm: 216625 4305 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08
/proc/27955/task/27956/stat : 27956 (java) S 27952 27952 26971 0 -1 64 481 0 0 0 8 0 0 0 16 0 8 0 161760747 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27957/stat : 27957 (java) S 27952 27952 26971 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161760748 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27952 27952 26971 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 161760748 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27952 27952 26971 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161760751 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27960] ppid=27952 vsize=866500 CPUtime=0.32
/proc/27955/task/27960/stat : 27960 (java) S 27952 27952 26971 0 -1 64 538 0 0 0 30 2 0 0 16 0 8 0 161760751 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27961] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27961/stat : 27961 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161760751 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27962] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161760751 887296000 4305 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 871852

[startup+12.6554 s]
/proc/loadavg: 0.93 0.98 1.08 2/73 27962
/proc/meminfo: memFree=1811232/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=12.63
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4629 0 1 0 1257 6 0 0 25 0 8 0 161760744 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073887843 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27955/statm: 216625 4354 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08
/proc/27955/task/27956/stat : 27956 (java) S 27952 27952 26971 0 -1 64 530 0 0 0 8 0 0 0 16 0 8 0 161760747 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27957/stat : 27957 (java) S 27952 27952 26971 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161760748 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27952 27952 26971 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 161760748 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27952 27952 26971 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161760751 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27960] ppid=27952 vsize=866500 CPUtime=0.32
/proc/27955/task/27960/stat : 27960 (java) S 27952 27952 26971 0 -1 64 538 0 0 0 30 2 0 0 16 0 8 0 161760751 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27961] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27961/stat : 27961 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161760751 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27962] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161760751 887296000 4354 18446744073709551615 134512640 134570532 4294956528 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) 871852

[startup+25.5077 s]
/proc/loadavg: 0.95 0.98 1.08 2/73 27962
/proc/meminfo: memFree=1811296/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=25.47
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4629 0 1 0 2541 6 0 0 25 0 8 0 161760744 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073851433 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27955/statm: 216625 4354 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08
/proc/27955/task/27956/stat : 27956 (java) S 27952 27952 26971 0 -1 64 530 0 0 0 8 0 0 0 16 0 8 0 161760747 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27957/stat : 27957 (java) S 27952 27952 26971 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161760748 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27952 27952 26971 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 161760748 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27952 27952 26971 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161760751 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27960] ppid=27952 vsize=866500 CPUtime=0.32
/proc/27955/task/27960/stat : 27960 (java) S 27952 27952 26971 0 -1 64 538 0 0 0 30 2 0 0 16 0 8 0 161760751 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27961] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27961/stat : 27961 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161760751 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27962] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161760751 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 871852

[startup+51.1144 s]
/proc/loadavg: 0.96 0.98 1.08 2/73 27962
/proc/meminfo: memFree=1811360/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=51.06
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4629 0 1 0 5100 6 0 0 25 0 8 0 161760744 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073848399 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27955/statm: 216625 4354 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08
/proc/27955/task/27956/stat : 27956 (java) S 27952 27952 26971 0 -1 64 530 0 0 0 8 0 0 0 16 0 8 0 161760747 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27957/stat : 27957 (java) S 27952 27952 26971 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161760748 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27952 27952 26971 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 161760748 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27952 27952 26971 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161760751 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27960] ppid=27952 vsize=866500 CPUtime=0.32
/proc/27955/task/27960/stat : 27960 (java) S 27952 27952 26971 0 -1 64 538 0 0 0 30 2 0 0 16 0 8 0 161760751 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27961] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27961/stat : 27961 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161760751 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27962] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161760751 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 871852

[startup+102.323 s]
/proc/loadavg: 0.98 0.98 1.07 2/73 27962
/proc/meminfo: memFree=1811424/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=102.24
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4629 0 1 0 10218 6 0 0 25 0 8 0 161760744 887296000 4354 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073852511 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27955/statm: 216625 4354 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08

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

/proc/loadavg: 1.00 1.00 1.00 2/73 27962
/proc/meminfo: memFree=1810912/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=1542.56
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4631 0 1 0 154248 8 0 0 25 0 8 0 161760744 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073851509 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27955/statm: 216625 4356 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08
/proc/27955/task/27956/stat : 27956 (java) S 27952 27952 26971 0 -1 64 530 0 0 0 8 0 0 0 16 0 8 0 161760747 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27957/stat : 27957 (java) S 27952 27952 26971 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161760748 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27952 27952 26971 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 161760748 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27952 27952 26971 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27960] ppid=27952 vsize=866500 CPUtime=0.33
/proc/27955/task/27960/stat : 27960 (java) S 27952 27952 26971 0 -1 64 540 0 0 0 31 2 0 0 16 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27961] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27961/stat : 27961 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27962] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.56
Current children cumulated vsize (KiB) 871852

[startup+1603.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 27962
/proc/meminfo: memFree=1810848/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=1602.57
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4631 0 1 0 160249 8 0 0 25 0 8 0 161760744 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073871753 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27955/statm: 216625 4356 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08
/proc/27955/task/27956/stat : 27956 (java) S 27952 27952 26971 0 -1 64 530 0 0 0 8 0 0 0 16 0 8 0 161760747 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27957/stat : 27957 (java) S 27952 27952 26971 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161760748 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27952 27952 26971 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 161760748 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27952 27952 26971 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27960] ppid=27952 vsize=866500 CPUtime=0.33
/proc/27955/task/27960/stat : 27960 (java) S 27952 27952 26971 0 -1 64 540 0 0 0 31 2 0 0 16 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27961] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27961/stat : 27961 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27962] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.57
Current children cumulated vsize (KiB) 871852

[startup+1663.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28046
/proc/meminfo: memFree=1809512/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=1662.58
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4631 0 1 0 166248 10 0 0 25 0 8 0 161760744 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073848570 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27955/statm: 216625 4356 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08
/proc/27955/task/27956/stat : 27956 (java) S 27952 27952 26971 0 -1 64 530 0 0 0 8 0 0 0 16 0 8 0 161760747 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27957/stat : 27957 (java) S 27952 27952 26971 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161760748 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27952 27952 26971 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 161760748 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27952 27952 26971 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27960] ppid=27952 vsize=866500 CPUtime=0.33
/proc/27955/task/27960/stat : 27960 (java) S 27952 27952 26971 0 -1 64 540 0 0 0 31 2 0 0 16 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27961] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27961/stat : 27961 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27962] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.58
Current children cumulated vsize (KiB) 871852

[startup+1723.73 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 28132
/proc/meminfo: memFree=1809392/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=1722.63
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4631 0 1 0 172248 15 0 0 25 0 8 0 161760744 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073772159 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27955/statm: 216625 4356 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08
/proc/27955/task/27956/stat : 27956 (java) S 27952 27952 26971 0 -1 64 530 0 0 0 8 0 0 0 16 0 8 0 161760747 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27957/stat : 27957 (java) S 27952 27952 26971 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161760748 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27952 27952 26971 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 161760748 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27952 27952 26971 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27960] ppid=27952 vsize=866500 CPUtime=0.33
/proc/27955/task/27960/stat : 27960 (java) S 27952 27952 26971 0 -1 64 540 0 0 0 31 2 0 0 16 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27961] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27961/stat : 27961 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27962] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.63
Current children cumulated vsize (KiB) 871852

[startup+1783.79 s]
/proc/loadavg: 1.05 1.02 1.00 2/73 28160
/proc/meminfo: memFree=1810400/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=1782.66
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4631 0 1 0 178250 16 0 0 25 0 8 0 161760744 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073773931 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27955/statm: 216625 4356 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08
/proc/27955/task/27956/stat : 27956 (java) S 27952 27952 26971 0 -1 64 530 0 0 0 8 0 0 0 16 0 8 0 161760747 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27957/stat : 27957 (java) S 27952 27952 26971 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161760748 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27952 27952 26971 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 161760748 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27952 27952 26971 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27960] ppid=27952 vsize=866500 CPUtime=0.33
/proc/27955/task/27960/stat : 27960 (java) S 27952 27952 26971 0 -1 64 540 0 0 0 31 2 0 0 16 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27961] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27961/stat : 27961 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27962] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.66
Current children cumulated vsize (KiB) 871852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.17 s]
/proc/loadavg: 1.04 1.02 1.00 2/73 28160
/proc/meminfo: memFree=1810400/2055920 swapFree=4191892/4192956
[pid=27952] ppid=27950 vsize=5352 CPUtime=0
/proc/27952/stat : 27952 (cspfj.sh) S 27950 27952 26971 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 161760743 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27952/statm: 1338 240 201 169 0 49 0
[pid=27955] ppid=27952 vsize=866500 CPUtime=1800.02
/proc/27955/stat : 27955 (java) R 27952 27952 26971 0 -1 0 4631 0 1 0 179986 16 0 0 25 0 8 0 161760744 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073866171 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27955/statm: 216625 4356 1833 14 0 203887 0
[pid=27955/tid=27956] ppid=27952 vsize=866500 CPUtime=0.08
/proc/27955/task/27956/stat : 27956 (java) S 27952 27952 26971 0 -1 64 530 0 0 0 8 0 0 0 16 0 8 0 161760747 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27957] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27957/stat : 27957 (java) S 27952 27952 26971 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161760748 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27958] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27958/stat : 27958 (java) S 27952 27952 26971 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 161760748 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27955/tid=27959] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27959/stat : 27959 (java) S 27952 27952 26971 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27960] ppid=27952 vsize=866500 CPUtime=0.33
/proc/27955/task/27960/stat : 27960 (java) S 27952 27952 26971 0 -1 64 540 0 0 0 31 2 0 0 16 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27961] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27961/stat : 27961 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27955/tid=27962] ppid=27952 vsize=866500 CPUtime=0
/proc/27955/task/27962/stat : 27962 (java) S 27952 27952 26971 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161760751 887296000 4356 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 871852

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 27952 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=999 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=1999
CPU time returned by wait4() is 0.002998
while last known CPU time is 1800.02

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

Real time (s): 1801.19
CPU time (s): 1800.02
CPU user time (s): 1799.86
CPU system time (s): 0.16
CPU usage (%): 99.9348
Max. virtual memory (cumulated for all children) (KiB): 871852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.001999
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= 2

runsolver used 1.77673 s user time and 4.69029 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sun Jan  7 01:33:37 UTC 2007


IDJOB= 199311
IDBENCH= 3607
FILE ID= node44/199311-1168133617

PBS_JOBID= 3477961

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-18.xml
COMMAND LINE= /tmp/evaluation/199311-1168133617/cspfj.sh -competition /tmp/evaluation/199311-1168133617/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-199311-1168133617 -o ROOT/results/node44/solver-199311-1168133617 -C 1800 -M 900  /tmp/evaluation/199311-1168133617/cspfj.sh -competition /tmp/evaluation/199311-1168133617/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  c34f3494cb8e761927c44a37c33056f2

RANDOM SEED= 287972554

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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1822264 kB
Buffers:         15976 kB
Cached:         140956 kB
SwapCached:        352 kB
Active:          41072 kB
Inactive:       131156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822264 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:             232 kB
Writeback:           0 kB
Mapped:          24156 kB
Slab:            47448 kB
Committed_AS:  3170648 kB
PageTables:       1400 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= 66540 MiB



End job on node44 on Sun Jan  7 02:03:38 UTC 2007