Trace number 276127

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

General information on the benchmark

NamechessboardColoration/
cc-7-7-2.xml
MD5SUM1380713e8b92d45d51085dc26e0f4ecf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints420
Best CPU time to get the best result obtained on this benchmark2400.02
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints441
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension441
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)

1.88	s SATISFIABLE
1.88	o 411
1.88	v 1 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 1 0 1 0 1 0 0 0 0 1 0 0 1 1 0 1 0 1 
1.89	o 414
1.89	v 1 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 
1.89	o 416
1.89	v 1 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 
1.89	o 418
1.89	v 1 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 
1.92	o 419
1.92	v 1 1 1 0 0 1 0 0 1 0 0 1 1 1 1 1 0 1 1 0 0 1 0 0 1 0 0 1 0 0 1 1 1 1 0 0 0 0 1 0 1 1 0 0 1 0 1 0 1 
1.93	o 420
1.93	v 1 1 1 0 0 1 0 0 1 0 0 1 1 1 1 1 0 1 1 0 0 1 0 0 1 0 1 1 0 0 1 1 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 

Verifier Data (download as text)

21 unsatisfied constraints, 420 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/node7/watcher-276127-1169231454 -o ROOT/results/node7/solver-276127-1169231454 -C 2400 -M 900 /tmp/evaluation/276127-1169231454/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/276127-1169231454/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.92 1.98 1.99 5/94 12880
/proc/meminfo: memFree=1331224/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 271540810 5480448 228 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671283282 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/12878/statm: 1338 228 191 169 0 49 0
[pid=12879] ppid=12878 vsize=5352 CPUtime=0
/proc/12879/stat : 12879 (cspfj.sh) R 12878 12878 12700 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 271540810 5480448 229 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244670959627 0 0 4096 65538 0 0 0 17 1 0 0
/proc/12879/statm: 1338 229 192 169 0 49 0

[startup+0.106513 s]
/proc/loadavg: 1.92 1.98 1.99 5/94 12880
/proc/meminfo: memFree=1331224/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.516554 s]
/proc/loadavg: 1.92 1.98 1.99 5/94 12880
/proc/meminfo: memFree=1331224/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.34664 s]
/proc/loadavg: 1.92 1.98 1.99 4/101 12888
/proc/meminfo: memFree=1322144/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=865884 CPUtime=1.3
/proc/12881/stat : 12881 (java) R 12878 12878 12700 0 -1 0 4550 0 1 0 123 7 0 0 25 0 8 0 271540811 886665216 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154163249 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 216471 4247 1834 14 0 203733 0
[pid=12881/tid=12882] ppid=12878 vsize=865884 CPUtime=0.04
/proc/12881/task/12882/stat : 12882 (java) S 12878 12878 12700 0 -1 64 392 0 0 0 4 0 0 0 16 0 8 0 271540815 886665216 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12883/stat : 12883 (java) S 12878 12878 12700 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271540815 886665216 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12878 12878 12700 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 271540815 886665216 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12878 12878 12700 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271540818 886665216 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12878 vsize=865884 CPUtime=0.23
/proc/12881/task/12886/stat : 12886 (java) S 12878 12878 12700 0 -1 64 517 0 0 0 23 0 0 0 16 0 8 0 271540818 886665216 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12878 12878 12700 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271540818 886665216 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12878 12878 12700 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 271540819 886665216 4247 18446744073709551615 134512640 134570532 4294956480 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) 871236

[startup+2.98381 s]
/proc/loadavg: 1.92 1.98 1.99 3/101 12888
/proc/meminfo: memFree=1320480/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=865884 CPUtime=2.93
/proc/12881/stat : 12881 (java) R 12878 12878 12700 0 -1 0 4775 0 1 0 285 8 0 0 25 0 8 0 271540811 886665216 4456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074059489 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 216471 4456 1841 14 0 203733 0
[pid=12881/tid=12882] ppid=12878 vsize=865884 CPUtime=0.11
/proc/12881/task/12882/stat : 12882 (java) S 12878 12878 12700 0 -1 64 491 0 0 0 11 0 0 0 16 0 8 0 271540815 886665216 4456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12883/stat : 12883 (java) S 12878 12878 12700 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271540815 886665216 4456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12878 12878 12700 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 271540815 886665216 4456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12878 12878 12700 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271540818 886665216 4456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12878 vsize=865884 CPUtime=0.32
/proc/12881/task/12886/stat : 12886 (java) S 12878 12878 12700 0 -1 64 570 0 0 0 32 0 0 0 15 0 8 0 271540818 886665216 4456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12878 12878 12700 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271540818 886665216 4456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) R 12878 12878 12700 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 271540819 886665216 4456 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) 871236

[startup+6.27941 s]
/proc/loadavg: 1.93 1.98 1.99 3/101 12888
/proc/meminfo: memFree=1319584/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=865884 CPUtime=6.19
/proc/12881/stat : 12881 (java) R 12878 12878 12700 0 -1 0 5269 0 1 0 609 10 0 0 25 0 8 0 271540811 886665216 4950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 216471 4950 1841 14 0 203733 0
[pid=12881/tid=12882] ppid=12878 vsize=865884 CPUtime=0.11
/proc/12881/task/12882/stat : 12882 (java) S 12878 12878 12700 0 -1 64 491 0 0 0 11 0 0 0 16 0 8 0 271540815 886665216 4950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12883/stat : 12883 (java) S 12878 12878 12700 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271540815 886665216 4950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12878 12878 12700 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 271540815 886665216 4950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12878 12878 12700 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271540818 886665216 4950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12878 vsize=865884 CPUtime=0.92
/proc/12881/task/12886/stat : 12886 (java) S 12878 12878 12700 0 -1 64 1064 0 0 0 91 1 0 0 15 0 8 0 271540818 886665216 4950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12878 12878 12700 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271540818 886665216 4950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12878 vsize=865884 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12878 12878 12700 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 271540819 886665216 4950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 871236

[startup+12.7618 s]
/proc/loadavg: 1.93 1.98 1.99 3/101 12888
/proc/meminfo: memFree=1317856/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=866016 CPUtime=12.61
/proc/12881/stat : 12881 (java) R 12878 12878 12700 0 -1 0 5431 0 1 0 1251 10 0 0 25 0 8 0 271540811 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074024742 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 216504 5112 1841 14 0 203766 0
[pid=12881/tid=12882] ppid=12878 vsize=866016 CPUtime=0.11
/proc/12881/task/12882/stat : 12882 (java) S 12878 12878 12700 0 -1 64 491 0 0 0 11 0 0 0 16 0 8 0 271540815 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12883/stat : 12883 (java) S 12878 12878 12700 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271540815 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12878 12878 12700 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 271540815 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12878 12878 12700 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271540818 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12878 vsize=866016 CPUtime=1.09
/proc/12881/task/12886/stat : 12886 (java) S 12878 12878 12700 0 -1 64 1226 0 0 0 107 2 0 0 16 0 8 0 271540818 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12878 12878 12700 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271540818 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12878 12878 12700 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 271540819 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 871368

[startup+25.6502 s]
/proc/loadavg: 1.95 1.98 1.99 3/101 12888
/proc/meminfo: memFree=1317792/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=866016 CPUtime=25.38
/proc/12881/stat : 12881 (java) R 12878 12878 12700 0 -1 0 5431 0 1 0 2528 10 0 0 25 0 8 0 271540811 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074055452 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 216504 5112 1841 14 0 203766 0
[pid=12881/tid=12882] ppid=12878 vsize=866016 CPUtime=0.11
/proc/12881/task/12882/stat : 12882 (java) S 12878 12878 12700 0 -1 64 491 0 0 0 11 0 0 0 16 0 8 0 271540815 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12883/stat : 12883 (java) S 12878 12878 12700 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271540815 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12878 12878 12700 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 271540815 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12878 12878 12700 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271540818 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12878 vsize=866016 CPUtime=1.09
/proc/12881/task/12886/stat : 12886 (java) S 12878 12878 12700 0 -1 64 1226 0 0 0 107 2 0 0 16 0 8 0 271540818 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12878 12878 12700 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271540818 886800384 5112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12878 12878 12700 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 271540819 886800384 5112 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) 871368

[startup+51.2929 s]
/proc/loadavg: 1.96 1.98 1.99 3/101 12888
/proc/meminfo: memFree=1317728/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=866016 CPUtime=50.78
/proc/12881/stat : 12881 (java) R 12878 12878 12700 0 -1 0 5462 0 1 0 5068 10 0 0 25 0 8 0 271540811 886800384 5140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074016039 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 216504 5140 1841 14 0 203766 0
[pid=12881/tid=12882] ppid=12878 vsize=866016 CPUtime=0.12
/proc/12881/task/12882/stat : 12882 (java) S 12878 12878 12700 0 -1 64 519 0 0 0 12 0 0 0 16 0 8 0 271540815 886800384 5140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12883/stat : 12883 (java) S 12878 12878 12700 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271540815 886800384 5140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12878 12878 12700 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 271540815 886800384 5140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12878 12878 12700 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271540818 886800384 5140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12878 vsize=866016 CPUtime=1.09
/proc/12881/task/12886/stat : 12886 (java) S 12878 12878 12700 0 -1 64 1226 0 0 0 107 2 0 0 16 0 8 0 271540818 886800384 5140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12878 12878 12700 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271540818 886800384 5140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12878 vsize=866016 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12878 12878 12700 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 271540819 886800384 5140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 871368

[startup+102.578 s]
/proc/loadavg: 1.98 1.98 1.99 3/101 12888
/proc/meminfo: memFree=1317664/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=866016 CPUtime=101.6

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

/proc/loadavg: 2.00 2.02 2.00 3/101 13180
/proc/meminfo: memFree=1313184/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=866148 CPUtime=2139.21
/proc/12881/stat : 12881 (java) R 12878 12878 12700 0 -1 0 10560 0 1 0 213844 77 0 0 25 0 8 0 271540811 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074024742 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12881/statm: 216537 5162 1841 14 0 203799 0
[pid=12881/tid=12882] ppid=12878 vsize=866148 CPUtime=2.72
/proc/12881/task/12882/stat : 12882 (java) S 12878 12878 12700 0 -1 64 519 0 0 0 243 29 0 0 16 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12881/tid=12883] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12883/stat : 12883 (java) S 12878 12878 12700 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12878 12878 12700 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12878 12878 12700 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12878 vsize=866148 CPUtime=1.1
/proc/12881/task/12886/stat : 12886 (java) S 12878 12878 12700 0 -1 64 1248 0 0 0 108 2 0 0 16 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12878 12878 12700 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12878 12878 12700 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 271540819 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2139.21
Current children cumulated vsize (KiB) 871500

[startup+2203.39 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 13180
/proc/meminfo: memFree=1313184/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=866148 CPUtime=2199.17
/proc/12881/stat : 12881 (java) R 12878 12878 12700 0 -1 0 10718 0 1 0 219838 79 0 0 25 0 8 0 271540811 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074056455 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12881/statm: 216537 5162 1841 14 0 203799 0
[pid=12881/tid=12882] ppid=12878 vsize=866148 CPUtime=2.81
/proc/12881/task/12882/stat : 12882 (java) S 12878 12878 12700 0 -1 64 519 0 0 0 251 30 0 0 16 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12881/tid=12883] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12883/stat : 12883 (java) S 12878 12878 12700 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12878 12878 12700 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12878 12878 12700 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12878 vsize=866148 CPUtime=1.1
/proc/12881/task/12886/stat : 12886 (java) S 12878 12878 12700 0 -1 64 1248 0 0 0 108 2 0 0 16 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12878 12878 12700 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12878 12878 12700 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 271540819 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2199.17
Current children cumulated vsize (KiB) 871500

[startup+2263.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 13180
/proc/meminfo: memFree=1313120/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=866148 CPUtime=2259.14
/proc/12881/stat : 12881 (java) R 12878 12878 12700 0 -1 0 10876 0 1 0 225833 81 0 0 25 0 8 0 271540811 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074056956 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12881/statm: 216537 5162 1841 14 0 203799 0
[pid=12881/tid=12882] ppid=12878 vsize=866148 CPUtime=2.88
/proc/12881/task/12882/stat : 12882 (java) S 12878 12878 12700 0 -1 64 519 0 0 0 257 31 0 0 16 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12881/tid=12883] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12883/stat : 12883 (java) S 12878 12878 12700 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12878 12878 12700 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12878 12878 12700 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12878 vsize=866148 CPUtime=1.1
/proc/12881/task/12886/stat : 12886 (java) S 12878 12878 12700 0 -1 64 1248 0 0 0 108 2 0 0 16 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12878 12878 12700 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12878 12878 12700 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 271540819 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2259.14
Current children cumulated vsize (KiB) 871500

[startup+2323.43 s]
/proc/loadavg: 2.10 2.03 2.01 3/101 13180
/proc/meminfo: memFree=1313248/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=866148 CPUtime=2319.07
/proc/12881/stat : 12881 (java) R 12878 12878 12700 0 -1 0 11035 0 1 0 231825 82 0 0 25 0 8 0 271540811 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074055419 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12881/statm: 216537 5162 1841 14 0 203799 0
[pid=12881/tid=12882] ppid=12878 vsize=866148 CPUtime=2.96
/proc/12881/task/12882/stat : 12882 (java) S 12878 12878 12700 0 -1 64 519 0 0 0 264 32 0 0 16 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12881/tid=12883] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12883/stat : 12883 (java) S 12878 12878 12700 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12878 12878 12700 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12878 12878 12700 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12878 vsize=866148 CPUtime=1.1
/proc/12881/task/12886/stat : 12886 (java) S 12878 12878 12700 0 -1 64 1248 0 0 0 108 2 0 0 16 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12878 12878 12700 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12878 12878 12700 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 271540819 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2319.07
Current children cumulated vsize (KiB) 871500

[startup+2383.44 s]
/proc/loadavg: 2.04 2.02 2.00 3/101 13180
/proc/meminfo: memFree=1313312/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=866148 CPUtime=2379.03
/proc/12881/stat : 12881 (java) R 12878 12878 12700 0 -1 0 11194 0 1 0 237819 84 0 0 25 0 8 0 271540811 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074056480 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12881/statm: 216537 5162 1841 14 0 203799 0
[pid=12881/tid=12882] ppid=12878 vsize=866148 CPUtime=3.04
/proc/12881/task/12882/stat : 12882 (java) S 12878 12878 12700 0 -1 64 519 0 0 0 271 33 0 0 16 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12881/tid=12883] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12883/stat : 12883 (java) S 12878 12878 12700 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12878 12878 12700 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12878 12878 12700 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12878 vsize=866148 CPUtime=1.1
/proc/12881/task/12886/stat : 12886 (java) S 12878 12878 12700 0 -1 64 1248 0 0 0 108 2 0 0 16 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12878 12878 12700 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12878 12878 12700 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 271540819 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2379.03
Current children cumulated vsize (KiB) 871500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2404.46 s]
/proc/loadavg: 2.02 2.02 2.00 3/101 13180
/proc/meminfo: memFree=1313248/2055920 swapFree=4192812/4192956
[pid=12878] ppid=12876 vsize=5352 CPUtime=0
/proc/12878/stat : 12878 (cspfj.sh) S 12876 12878 12700 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 271540810 5480448 240 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12878/statm: 1338 240 201 169 0 49 0
[pid=12881] ppid=12878 vsize=866148 CPUtime=2400.02
/proc/12881/stat : 12881 (java) R 12878 12878 12700 0 -1 0 11250 0 1 0 239917 85 0 0 25 0 8 0 271540811 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074056392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12881/statm: 216537 5162 1841 14 0 203799 0
[pid=12881/tid=12882] ppid=12878 vsize=866148 CPUtime=3.07
/proc/12881/task/12882/stat : 12882 (java) S 12878 12878 12700 0 -1 64 519 0 0 0 274 33 0 0 16 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12881/tid=12883] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12883/stat : 12883 (java) S 12878 12878 12700 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12878 12878 12700 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 271540815 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12878 12878 12700 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12878 vsize=866148 CPUtime=1.1
/proc/12881/task/12886/stat : 12886 (java) S 12878 12878 12700 0 -1 64 1248 0 0 0 108 2 0 0 16 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12878 12878 12700 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271540818 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12878 vsize=866148 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12878 12878 12700 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 271540819 886935552 5162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 871500

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 12878 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=2999 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=1999
CPU time returned by wait4() is 0.004998
while last known CPU time is 2400.02

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

Real time (s): 2404.48
CPU time (s): 2400.02
CPU user time (s): 2399.17
CPU system time (s): 0.85
CPU usage (%): 99.8143
Max. virtual memory (cumulated for all children) (KiB): 871500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
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= 16
involuntary context switches= 5

runsolver used 3.62845 s user time and 7.01693 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Fri Jan 19 18:30:54 UTC 2007


IDJOB= 276127
IDBENCH= 5266
IDSOLVER= 65
FILE ID= node7/276127-1169231454

PBS_JOBID= 3588983

Free space on /tmp= 66563 MiB

SOLVER NAME= CSP4J - MaxCSP 2006-12-19
BENCH NAME= HOME/pub/bench/CPAI06/chessboardColoration/cc-7-7-2.xml
COMMAND LINE= /tmp/evaluation/276127-1169231454/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/276127-1169231454/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-276127-1169231454 -o ROOT/results/node7/solver-276127-1169231454 -C 2400 -M 900  /tmp/evaluation/276127-1169231454/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/276127-1169231454/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  1380713e8b92d45d51085dc26e0f4ecf

RANDOM SEED= 357185983

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.220
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.220
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:       1331904 kB
Buffers:         51832 kB
Cached:         502096 kB
SwapCached:          0 kB
Active:         219076 kB
Inactive:       423564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             352 kB
Writeback:           0 kB
Mapped:         117720 kB
Slab:            66004 kB
Committed_AS:  8602136 kB
PageTables:       2468 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 node7 on Fri Jan 19 19:10:58 UTC 2007