Trace number 271405

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 2007-01-16? (TO) 1800.01 1819.77

General information on the benchmark

NamegolombRuler/golombRulerArity3/
ruler-67-12-a3.xml
MD5SUM901737356712bb227c2d9ca62b34a56a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark498.493
SatisfiableNO
(Un)Satisfiability was proved
Number of variables78
Number of constraints2277
Maximum constraint arity3
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2277
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/node17/watcher-271405-1169163691 -o ROOT/results/node17/solver-271405-1169163691 -C 1800 -M 900 /tmp/evaluation/271405-1169163691/cspfj.sh -competition /tmp/evaluation/271405-1169163691/unknown.xml 

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

/proc/loadavg: 2.18 2.06 1.86 5/94 25403
/proc/meminfo: memFree=1408152/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=18540 CPUtime=0
/proc/25402/stat : 25402 (runsolver) R 25400 25402 25036 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 264763914 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25402/statm: 4635 279 244 17 0 2626 0

[startup+0.111068 s]
/proc/loadavg: 2.18 2.06 1.86 5/94 25403
/proc/meminfo: memFree=1408152/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.519116 s]
/proc/loadavg: 2.18 2.06 1.86 5/94 25403
/proc/meminfo: memFree=1408152/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.3452 s]
/proc/loadavg: 2.25 2.07 1.87 3/102 25412
/proc/meminfo: memFree=1372248/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=865332 CPUtime=1.31
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 11387 0 1 0 124 7 0 0 22 0 8 0 264763915 886099968 11096 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25405/statm: 216333 11096 1829 14 0 203594 0
[pid=25405/tid=25406] ppid=25402 vsize=865332 CPUtime=0.38
/proc/25405/task/25406/stat : 25406 (java) R 25402 25402 25036 0 -1 64 7252 0 0 0 36 2 0 0 16 0 8 0 264763918 886099968 11096 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25407] ppid=25402 vsize=865332 CPUtime=0
/proc/25405/task/25407/stat : 25407 (java) S 25402 25402 25036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 264763919 886099968 11096 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25408] ppid=25402 vsize=865332 CPUtime=0
/proc/25405/task/25408/stat : 25408 (java) S 25402 25402 25036 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 264763919 886099968 11096 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25409] ppid=25402 vsize=865332 CPUtime=0
/proc/25405/task/25409/stat : 25409 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 264763922 886099968 11096 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25410] ppid=25402 vsize=865332 CPUtime=0.16
/proc/25405/task/25410/stat : 25410 (java) S 25402 25402 25036 0 -1 64 366 0 0 0 15 1 0 0 15 0 8 0 264763922 886099968 11096 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25411] ppid=25402 vsize=865332 CPUtime=0
/proc/25405/task/25411/stat : 25411 (java) S 25402 25402 25036 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 264763922 886099968 11096 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25412] ppid=25402 vsize=865332 CPUtime=0
/proc/25405/task/25412/stat : 25412 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 264763922 886099968 11096 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 870684

[startup+2.99437 s]
/proc/loadavg: 2.25 2.07 1.87 3/102 25412
/proc/meminfo: memFree=1360152/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=866372 CPUtime=2.95
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 15925 0 1 0 281 14 0 0 25 0 8 0 264763915 887164928 15622 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073614936 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25405/statm: 216593 15622 1829 14 0 203854 0
[pid=25405/tid=25406] ppid=25402 vsize=866372 CPUtime=0.52
/proc/25405/task/25406/stat : 25406 (java) S 25402 25402 25036 0 -1 64 10762 0 0 0 49 3 0 0 16 0 8 0 264763918 887164928 15622 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25407] ppid=25402 vsize=866372 CPUtime=0
/proc/25405/task/25407/stat : 25407 (java) S 25402 25402 25036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 264763919 887164928 15622 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25408] ppid=25402 vsize=866372 CPUtime=0
/proc/25405/task/25408/stat : 25408 (java) S 25402 25402 25036 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 264763919 887164928 15622 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25409] ppid=25402 vsize=866372 CPUtime=0
/proc/25405/task/25409/stat : 25409 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 264763922 887164928 15622 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25410] ppid=25402 vsize=866372 CPUtime=0.37
/proc/25405/task/25410/stat : 25410 (java) S 25402 25402 25036 0 -1 64 689 0 0 0 34 3 0 0 15 0 8 0 264763922 887164928 15622 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25411] ppid=25402 vsize=866372 CPUtime=0
/proc/25405/task/25411/stat : 25411 (java) S 25402 25402 25036 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 264763922 887164928 15622 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25412] ppid=25402 vsize=866372 CPUtime=0
/proc/25405/task/25412/stat : 25412 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 264763922 887164928 15622 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 871724

[startup+6.2767 s]
/proc/loadavg: 2.25 2.07 1.87 3/102 25412
/proc/meminfo: memFree=1341720/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=866620 CPUtime=6.2
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 18647 0 1 0 600 20 0 0 25 0 8 0 264763915 887418880 18337 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074237771 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25405/statm: 216655 18337 1834 14 0 203916 0
[pid=25405/tid=25406] ppid=25402 vsize=866620 CPUtime=0.8
/proc/25405/task/25406/stat : 25406 (java) S 25402 25402 25036 0 -1 64 12721 0 0 0 76 4 0 0 16 0 8 0 264763918 887418880 18337 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25407] ppid=25402 vsize=866620 CPUtime=0
/proc/25405/task/25407/stat : 25407 (java) S 25402 25402 25036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 264763919 887418880 18337 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25408] ppid=25402 vsize=866620 CPUtime=0
/proc/25405/task/25408/stat : 25408 (java) S 25402 25402 25036 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 264763919 887418880 18337 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25409] ppid=25402 vsize=866620 CPUtime=0
/proc/25405/task/25409/stat : 25409 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 264763922 887418880 18337 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25410] ppid=25402 vsize=866620 CPUtime=0.59
/proc/25405/task/25410/stat : 25410 (java) S 25402 25402 25036 0 -1 64 865 0 0 0 54 5 0 0 15 0 8 0 264763922 887418880 18337 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25411] ppid=25402 vsize=866620 CPUtime=0
/proc/25405/task/25411/stat : 25411 (java) S 25402 25402 25036 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 264763922 887418880 18337 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25412] ppid=25402 vsize=866620 CPUtime=0
/proc/25405/task/25412/stat : 25412 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 264763922 887418880 18337 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 871972

[startup+12.7774 s]
/proc/loadavg: 2.21 2.07 1.87 3/102 25412
/proc/meminfo: memFree=1339672/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=866620 CPUtime=12.64
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 19131 0 1 0 1236 28 0 0 25 0 8 0 264763915 887418880 18821 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074220951 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25405/statm: 216655 18821 1834 14 0 203916 0
[pid=25405/tid=25406] ppid=25402 vsize=866620 CPUtime=0.8
/proc/25405/task/25406/stat : 25406 (java) S 25402 25402 25036 0 -1 64 12721 0 0 0 76 4 0 0 16 0 8 0 264763918 887418880 18821 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25407] ppid=25402 vsize=866620 CPUtime=0
/proc/25405/task/25407/stat : 25407 (java) S 25402 25402 25036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 264763919 887418880 18821 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25408] ppid=25402 vsize=866620 CPUtime=0
/proc/25405/task/25408/stat : 25408 (java) S 25402 25402 25036 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 264763919 887418880 18821 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25409] ppid=25402 vsize=866620 CPUtime=0
/proc/25405/task/25409/stat : 25409 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 264763922 887418880 18821 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25410] ppid=25402 vsize=866620 CPUtime=1.28
/proc/25405/task/25410/stat : 25410 (java) S 25402 25402 25036 0 -1 64 1349 0 0 0 117 11 0 0 15 0 8 0 264763922 887418880 18821 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25411] ppid=25402 vsize=866620 CPUtime=0
/proc/25405/task/25411/stat : 25411 (java) S 25402 25402 25036 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 264763922 887418880 18821 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25412] ppid=25402 vsize=866620 CPUtime=0
/proc/25405/task/25412/stat : 25412 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 264763922 887418880 18821 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 871972

[startup+25.6487 s]
/proc/loadavg: 2.18 2.07 1.87 5/102 25412
/proc/meminfo: memFree=1338136/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=866672 CPUtime=25.39
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 19521 0 1 0 2510 29 0 0 25 0 8 0 264763915 887472128 19171 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4076929166 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25405/statm: 216668 19171 1835 14 0 203929 0
[pid=25405/tid=25406] ppid=25402 vsize=866672 CPUtime=1.05
/proc/25405/task/25406/stat : 25406 (java) S 25402 25402 25036 0 -1 64 13036 0 0 0 100 5 0 0 16 0 8 0 264763918 887472128 19171 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25407] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25407/stat : 25407 (java) S 25402 25402 25036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19171 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25408] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25408/stat : 25408 (java) S 25402 25402 25036 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19171 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25409] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25409/stat : 25409 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 264763922 887472128 19171 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25410] ppid=25402 vsize=866672 CPUtime=1.38
/proc/25405/task/25410/stat : 25410 (java) S 25402 25402 25036 0 -1 64 1410 0 0 0 126 12 0 0 15 0 8 0 264763922 887472128 19171 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25411] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25411/stat : 25411 (java) S 25402 25402 25036 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 264763922 887472128 19171 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25412] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25412/stat : 25412 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 264763922 887472128 19171 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 872024

[startup+51.3054 s]
/proc/loadavg: 2.19 2.08 1.88 3/102 25412
/proc/meminfo: memFree=1338200/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=866672 CPUtime=50.81
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 19524 0 1 0 5052 29 0 0 25 0 8 0 264763915 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4076929435 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25405/statm: 216668 19172 1835 14 0 203929 0
[pid=25405/tid=25406] ppid=25402 vsize=866672 CPUtime=1.05
/proc/25405/task/25406/stat : 25406 (java) S 25402 25402 25036 0 -1 64 13036 0 0 0 100 5 0 0 16 0 8 0 264763918 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25407] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25407/stat : 25407 (java) S 25402 25402 25036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25408] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25408/stat : 25408 (java) S 25402 25402 25036 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25409] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25409/stat : 25409 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25410] ppid=25402 vsize=866672 CPUtime=1.38
/proc/25405/task/25410/stat : 25410 (java) S 25402 25402 25036 0 -1 64 1411 0 0 0 126 12 0 0 16 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25411] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25411/stat : 25411 (java) S 25402 25402 25036 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25412] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25412/stat : 25412 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 872024

[startup+102.51 s]
/proc/loadavg: 2.08 2.06 1.88 3/102 25412
/proc/meminfo: memFree=1338200/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=866672 CPUtime=101.55
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 19524 0 1 0 10125 30 0 0 25 0 8 0 264763915 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4076927502 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25405/statm: 216668 19172 1835 14 0 203929 0
[pid=25405/tid=25406] ppid=25402 vsize=866672 CPUtime=1.05

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

/proc/loadavg: 2.00 2.00 1.95 3/102 25610
/proc/meminfo: memFree=1337816/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=866672 CPUtime=1525.57
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 19524 0 1 0 152517 40 0 0 25 0 8 0 264763915 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4076929493 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25405/statm: 216668 19172 1835 14 0 203929 0
[pid=25405/tid=25406] ppid=25402 vsize=866672 CPUtime=1.05
/proc/25405/task/25406/stat : 25406 (java) S 25402 25402 25036 0 -1 64 13036 0 0 0 100 5 0 0 16 0 8 0 264763918 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25407] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25407/stat : 25407 (java) S 25402 25402 25036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25408] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25408/stat : 25408 (java) S 25402 25402 25036 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25409] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25409/stat : 25409 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25410] ppid=25402 vsize=866672 CPUtime=1.38
/proc/25405/task/25410/stat : 25410 (java) S 25402 25402 25036 0 -1 64 1411 0 0 0 126 12 0 0 16 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25411] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25411/stat : 25411 (java) S 25402 25402 25036 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25412] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25412/stat : 25412 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1525.57
Current children cumulated vsize (KiB) 872024

[startup+1604.27 s]
/proc/loadavg: 2.00 2.00 1.95 3/102 25610
/proc/meminfo: memFree=1337944/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=866672 CPUtime=1585.35
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 19524 0 1 0 158495 40 0 0 25 0 8 0 264763915 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4076929493 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25405/statm: 216668 19172 1835 14 0 203929 0
[pid=25405/tid=25406] ppid=25402 vsize=866672 CPUtime=1.05
/proc/25405/task/25406/stat : 25406 (java) S 25402 25402 25036 0 -1 64 13036 0 0 0 100 5 0 0 16 0 8 0 264763918 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25407] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25407/stat : 25407 (java) S 25402 25402 25036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25408] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25408/stat : 25408 (java) S 25402 25402 25036 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25409] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25409/stat : 25409 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25410] ppid=25402 vsize=866672 CPUtime=1.38
/proc/25405/task/25410/stat : 25410 (java) S 25402 25402 25036 0 -1 64 1411 0 0 0 126 12 0 0 16 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25411] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25411/stat : 25411 (java) S 25402 25402 25036 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25412] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25412/stat : 25412 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1585.35
Current children cumulated vsize (KiB) 872024

[startup+1664.34 s]
/proc/loadavg: 2.00 2.00 1.95 3/102 25610
/proc/meminfo: memFree=1338008/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=866672 CPUtime=1645.14
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 19524 0 1 0 164473 41 0 0 25 0 8 0 264763915 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074200369 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25405/statm: 216668 19172 1835 14 0 203929 0
[pid=25405/tid=25406] ppid=25402 vsize=866672 CPUtime=1.05
/proc/25405/task/25406/stat : 25406 (java) S 25402 25402 25036 0 -1 64 13036 0 0 0 100 5 0 0 16 0 8 0 264763918 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25407] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25407/stat : 25407 (java) S 25402 25402 25036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25408] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25408/stat : 25408 (java) S 25402 25402 25036 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25409] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25409/stat : 25409 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25410] ppid=25402 vsize=866672 CPUtime=1.38
/proc/25405/task/25410/stat : 25410 (java) S 25402 25402 25036 0 -1 64 1411 0 0 0 126 12 0 0 16 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25411] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25411/stat : 25411 (java) S 25402 25402 25036 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25412] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25412/stat : 25412 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1645.14
Current children cumulated vsize (KiB) 872024

[startup+1724.41 s]
/proc/loadavg: 2.05 2.01 1.95 3/102 25610
/proc/meminfo: memFree=1337944/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=866672 CPUtime=1704.93
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 19524 0 1 0 170452 41 0 0 25 0 8 0 264763915 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 3325512 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25405/statm: 216668 19172 1835 14 0 203929 0
[pid=25405/tid=25406] ppid=25402 vsize=866672 CPUtime=1.05
/proc/25405/task/25406/stat : 25406 (java) S 25402 25402 25036 0 -1 64 13036 0 0 0 100 5 0 0 16 0 8 0 264763918 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25407] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25407/stat : 25407 (java) S 25402 25402 25036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25408] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25408/stat : 25408 (java) S 25402 25402 25036 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25409] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25409/stat : 25409 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25410] ppid=25402 vsize=866672 CPUtime=1.38
/proc/25405/task/25410/stat : 25410 (java) S 25402 25402 25036 0 -1 64 1411 0 0 0 126 12 0 0 16 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25411] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25411/stat : 25411 (java) S 25402 25402 25036 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25412] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25412/stat : 25412 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1704.93
Current children cumulated vsize (KiB) 872024

[startup+1784.47 s]
/proc/loadavg: 1.94 1.99 1.95 3/102 25756
/proc/meminfo: memFree=1425880/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=866672 CPUtime=1764.74
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 19524 0 1 0 176430 44 0 0 25 0 8 0 264763915 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4076900727 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25405/statm: 216668 19172 1835 14 0 203929 0
[pid=25405/tid=25406] ppid=25402 vsize=866672 CPUtime=1.05
/proc/25405/task/25406/stat : 25406 (java) S 25402 25402 25036 0 -1 64 13036 0 0 0 100 5 0 0 16 0 8 0 264763918 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25407] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25407/stat : 25407 (java) S 25402 25402 25036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25408] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25408/stat : 25408 (java) S 25402 25402 25036 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25409] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25409/stat : 25409 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25410] ppid=25402 vsize=866672 CPUtime=1.38
/proc/25405/task/25410/stat : 25410 (java) S 25402 25402 25036 0 -1 64 1411 0 0 0 126 12 0 0 16 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25411] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25411/stat : 25411 (java) S 25402 25402 25036 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25412] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25412/stat : 25412 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1764.74
Current children cumulated vsize (KiB) 872024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.75 s]
/proc/loadavg: 1.52 1.88 1.91 2/86 25843
/proc/meminfo: memFree=1438448/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25400 vsize=5352 CPUtime=0
/proc/25402/stat : 25402 (cspfj.sh) S 25400 25402 25036 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 264763914 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25402/statm: 1338 240 201 169 0 49 0
[pid=25405] ppid=25402 vsize=866672 CPUtime=1800.01
/proc/25405/stat : 25405 (java) R 25402 25402 25036 0 -1 0 19524 0 1 0 179956 45 0 0 25 0 8 0 264763915 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074201470 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25405/statm: 216668 19172 1835 14 0 203929 0
[pid=25405/tid=25406] ppid=25402 vsize=866672 CPUtime=1.05
/proc/25405/task/25406/stat : 25406 (java) S 25402 25402 25036 0 -1 64 13036 0 0 0 100 5 0 0 16 0 8 0 264763918 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25407] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25407/stat : 25407 (java) S 25402 25402 25036 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25408] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25408/stat : 25408 (java) S 25402 25402 25036 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 264763919 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25409] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25409/stat : 25409 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25410] ppid=25402 vsize=866672 CPUtime=1.38
/proc/25405/task/25410/stat : 25410 (java) S 25402 25402 25036 0 -1 64 1411 0 0 0 126 12 0 0 16 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25411] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25411/stat : 25411 (java) S 25402 25402 25036 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25405/tid=25412] ppid=25402 vsize=866672 CPUtime=0
/proc/25405/task/25412/stat : 25412 (java) S 25402 25402 25036 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 264763922 887472128 19172 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 872024

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

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

Real time (s): 1819.77
CPU time (s): 1800.01
CPU user time (s): 1799.56
CPU system time (s): 0.45
CPU usage (%): 98.9141
Max. virtual memory (cumulated for all children) (KiB): 872276

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

runsolver used 2.16867 s user time and 5.95809 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Thu Jan 18 23:41:31 UTC 2007


IDJOB= 271405
IDBENCH= 5173
IDSOLVER= 91
FILE ID= node17/271405-1169163691

PBS_JOBID= 3582731

Free space on /tmp= 66564 MiB

SOLVER NAME= CSP4J - MAC 2007-01-16
BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity3/ruler-67-12-a3.xml
COMMAND LINE= /tmp/evaluation/271405-1169163691/cspfj.sh  -competition /tmp/evaluation/271405-1169163691/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-271405-1169163691 -o ROOT/results/node17/solver-271405-1169163691 -C 1800 -M 900  /tmp/evaluation/271405-1169163691/cspfj.sh  -competition /tmp/evaluation/271405-1169163691/unknown.xml

META MD5SUM SOLVER= 1cf1b9d4821c2ee5eee0dc0e02656faa
MD5SUM BENCH=  901737356712bb227c2d9ca62b34a56a

RANDOM SEED= 100984655

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.236
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.236
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:       1408632 kB
Buffers:         42084 kB
Cached:         378904 kB
SwapCached:          0 kB
Active:         286024 kB
Inactive:       287744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1408632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1096 kB
Writeback:           0 kB
Mapped:         179716 kB
Slab:            58020 kB
Committed_AS:  7561508 kB
PageTables:       2512 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= 66564 MiB



End job on node17 on Fri Jan 19 00:11:51 UTC 2007