Trace number 236112

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 - Combo 2006-12-19? 670.991 671.804

General information on the benchmark

Namefisher/
FISCHER1-3-fair.xml
MD5SUM1a0dcf89017000ca479c0deb3f18cd9b
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 benchmark0.085986
SatisfiableNO
(Un)Satisfiability was proved
Number of variables883
Number of constraints828
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension828
Global constraints used (with number of constraints)

Solver Data (download as text)

671.66	Jan 9, 2007 12:29:37 PM cspfj.ResultHandler fail
671.66	WARNING: cspfj.exception.FailedGenerationException: org.xml.sax.SAXException: java.lang.OutOfMemoryError: Java heap space[competitor.problem.ProblemHandler.startElement(Unknown Source), com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source), com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source), com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source), com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source), com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source), com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source), com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source), com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source), competitor.problem.XMLGenerator.generate(Unknown Source), cspfj.problem.Problem.load(Unknown Source), competitor.Cspfj.solve(Unknown Source), competitor.Cspfj.main(Unknown Source)] (/tmp/evaluation/236112-1168341505/unknown.xml)
671.66	Jan 9, 2007 12:29:37 PM cspfj.ResultHandler fail
671.66	WARNING: [competitor.problem.XMLGenerator.generate(Unknown Source), cspfj.problem.Problem.load(Unknown Source), competitor.Cspfj.solve(Unknown Source), competitor.Cspfj.main(Unknown Source)]
671.66	s UNKNOWN
671.66	c cspfj.exception.FailedGenerationException: org.xml.sax.SAXException: java.lang.OutOfMemoryError: Java heap space[competitor.problem.ProblemHandler.startElement(Unknown Source), com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source), com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source), com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source), com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source), com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source), com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source), com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source), com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source), competitor.problem.XMLGenerator.generate(Unknown Source), cspfj.problem.Problem.load(Unknown Source), competitor.Cspfj.solve(Unknown Source), competitor.Cspfj.main(Unknown Source)] /tmp/evaluation/236112-1168341505/unknown.xml

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node39/watcher-236112-1168341505 -o ROOT/results/node39/solver-236112-1168341505 -C 1800 -M 900 /tmp/evaluation/236112-1168341505/cspfj.sh -solver Combo -competition /tmp/evaluation/236112-1168341505/unknown.xml 

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

/proc/loadavg: 0.92 0.98 0.99 4/70 3988
/proc/meminfo: memFree=1001200/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) R 3983 3987 3830 0 -1 4194304 295 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493659295 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0

[startup+0.107129 s]
/proc/loadavg: 0.92 0.98 0.99 4/70 3988
/proc/meminfo: memFree=1001200/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.518184 s]
/proc/loadavg: 0.92 0.98 0.99 4/70 3988
/proc/meminfo: memFree=1001200/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.34725 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 4009
/proc/meminfo: memFree=720280/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=864888 CPUtime=1.32
/proc/3990/stat : 3990 (java) R 3987 3987 3830 0 -1 0 49417 0 1 0 104 28 0 0 25 0 8 0 182550117 885645312 49097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 216222 49104 1742 14 0 203493 0
[pid=3990/tid=3996] ppid=3987 vsize=864888 CPUtime=0.67
/proc/3990/task/3996/stat : 3996 (java) R 3987 3987 3830 0 -1 64 43861 0 0 0 44 23 0 0 16 0 8 0 182550121 885645312 49110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3998] ppid=3987 vsize=864888 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182550122 885645312 49117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=864888 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182550122 885645312 49125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=864888 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 885645312 49133 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=864888 CPUtime=0.05
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 283 0 0 0 5 0 0 0 16 0 8 0 182550125 885645312 49141 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=864888 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 885645312 49148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=864888 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 885645312 49155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 870240

[startup+2.99039 s]
/proc/loadavg: 1.17 1.03 1.01 5/89 4009
/proc/meminfo: memFree=265880/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=865180 CPUtime=2.96
/proc/3990/stat : 3990 (java) R 3987 3987 3830 0 -1 0 125565 0 1 0 227 69 0 0 25 0 8 0 182550117 885944320 125231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155212728 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 216295 125231 1834 14 0 203557 0
[pid=3990/tid=3996] ppid=3987 vsize=865180 CPUtime=1.42
/proc/3990/task/3996/stat : 3996 (java) S 3987 3987 3830 0 -1 64 115809 0 0 0 81 61 0 0 16 0 8 0 182550121 885944320 125231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3998] ppid=3987 vsize=865180 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182550122 885944320 125231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=865180 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182550122 885944320 125231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=865180 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 885944320 125231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=865180 CPUtime=0.14
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 324 0 0 0 13 1 0 0 15 0 8 0 182550125 885944320 125231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=865180 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 885944320 125231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=865180 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 885944320 125231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 870532

[startup+6.2877 s]
/proc/loadavg: 1.17 1.03 1.01 4/89 4009
/proc/meminfo: memFree=16288/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=868044 CPUtime=6.19
/proc/3990/stat : 3990 (java) S 3987 3987 3830 0 -1 0 172756 0 1 0 525 94 0 0 16 0 8 0 182550117 888877056 172415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 217011 172415 1834 14 0 204273 0
[pid=3990/tid=3996] ppid=3987 vsize=868044 CPUtime=4.36
/proc/3990/task/3996/stat : 3996 (java) R 3987 3987 3830 0 -1 64 162352 0 0 0 351 85 0 0 25 0 8 0 182550121 888877056 172415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3998] ppid=3987 vsize=868044 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182550122 888877056 172415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=868044 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182550122 888877056 172415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=868044 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 888877056 172415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=868044 CPUtime=0.14
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 327 0 0 0 13 1 0 0 15 0 8 0 182550125 888877056 172415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=868044 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 888877056 172415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=868044 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 888877056 172415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 873396

[startup+12.7843 s]
/proc/loadavg: 1.29 1.06 1.02 3/89 4009
/proc/meminfo: memFree=15648/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=868044 CPUtime=12.68
/proc/3990/stat : 3990 (java) S 3987 3987 3830 0 -1 0 173056 0 1 0 1174 94 0 0 16 0 8 0 182550117 888877056 172706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 217011 172706 1835 14 0 204273 0
[pid=3990/tid=3996] ppid=3987 vsize=868044 CPUtime=10.57
/proc/3990/task/3996/stat : 3996 (java) R 3987 3987 3830 0 -1 64 162637 0 0 0 971 86 0 0 25 0 8 0 182550121 888877056 172706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155526126 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3998] ppid=3987 vsize=868044 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182550122 888877056 172706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=868044 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182550122 888877056 172706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=868044 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 888877056 172706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=868044 CPUtime=0.14
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 328 0 0 0 13 1 0 0 16 0 8 0 182550125 888877056 172706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=868044 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 888877056 172706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=868044 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 888877056 172706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 873396

[startup+25.6825 s]
/proc/loadavg: 1.40 1.09 1.03 4/89 4009
/proc/meminfo: memFree=15968/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=867948 CPUtime=25.57
/proc/3990/stat : 3990 (java) S 3987 3987 3830 0 -1 0 173285 0 1 0 2462 95 0 0 16 0 8 0 182550117 888778752 172691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 216987 172691 1835 14 0 204249 0
[pid=3990/tid=3996] ppid=3987 vsize=867948 CPUtime=22.39
/proc/3990/task/3996/stat : 3996 (java) R 3987 3987 3830 0 -1 64 162693 0 0 0 2153 86 0 0 25 0 8 0 182550121 888778752 172691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155526100 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3998] ppid=3987 vsize=867948 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 182550122 888778752 172691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=867948 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182550122 888778752 172691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=867948 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 888778752 172691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=867948 CPUtime=0.14
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 329 0 0 0 13 1 0 0 16 0 8 0 182550125 888778752 172691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=867948 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 888778752 172691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=867948 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 888778752 172691 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 873300

[startup+51.3558 s]
/proc/loadavg: 1.69 1.18 1.06 3/89 4009
/proc/meminfo: memFree=16096/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=867660 CPUtime=51.2
/proc/3990/stat : 3990 (java) S 3987 3987 3830 0 -1 0 173990 0 1 0 5024 96 0 0 17 0 8 0 182550117 888483840 172634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 216915 172634 1835 14 0 204177 0
[pid=3990/tid=3996] ppid=3987 vsize=867660 CPUtime=45.96
/proc/3990/task/3996/stat : 3996 (java) R 3987 3987 3830 0 -1 64 162789 0 0 0 4509 87 0 0 25 0 8 0 182550121 888483840 172634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155525853 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3998] ppid=3987 vsize=867660 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182550122 888483840 172634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=867660 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182550122 888483840 172634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=867660 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 888483840 172634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=867660 CPUtime=0.16
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 336 0 0 0 15 1 0 0 16 0 8 0 182550125 888483840 172634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=867660 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 888483840 172634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=867660 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 888483840 172634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 873012

[startup+102.65 s]
/proc/loadavg: 2.16 1.39 1.14 3/89 4009
/proc/meminfo: memFree=16352/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=867076 CPUtime=102.45
/proc/3990/stat : 3990 (java) S 3987 3987 3830 0 -1 0 174181 0 1 0 10147 98 0 0 16 0 8 0 182550117 887885824 172510 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 216769 172510 1835 14 0 204031 0
[pid=3990/tid=3996] ppid=3987 vsize=867076 CPUtime=93.97

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

[pid=3990/tid=3998] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182550122 887296000 172429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182550122 887296000 172429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 887296000 172429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=866500 CPUtime=0.21
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 359 0 0 0 20 1 0 0 16 0 8 0 182550125 887296000 172429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 887296000 172429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 887296000 172429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 871852

[startup+342.827 s]
/proc/loadavg: 2.09 1.77 1.34 3/89 4009
/proc/meminfo: memFree=37344/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=866500 CPUtime=342.39
/proc/3990/stat : 3990 (java) S 3987 3987 3830 0 -1 0 185410 0 1 0 34126 113 0 0 15 0 8 0 182550117 887296000 172439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 216625 172439 1835 14 0 203887 0
[pid=3990/tid=3996] ppid=3987 vsize=866500 CPUtime=315.01
/proc/3990/task/3996/stat : 3996 (java) R 3987 3987 3830 0 -1 64 163070 0 0 0 31408 93 0 0 25 0 8 0 182550121 887296000 172439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155525855 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3998] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 182550122 887296000 172439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182550122 887296000 172439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 887296000 172439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=866500 CPUtime=0.21
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 359 0 0 0 20 1 0 0 16 0 8 0 182550125 887296000 172439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 887296000 172439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 887296000 172439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 871852

[startup+402.919 s]
/proc/loadavg: 2.15 1.85 1.40 3/89 4009
/proc/meminfo: memFree=37216/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=866500 CPUtime=402.4
/proc/3990/stat : 3990 (java) S 3987 3987 3830 0 -1 0 185558 0 1 0 40125 115 0 0 16 0 8 0 182550117 887296000 172451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 216625 172451 1835 14 0 203887 0
[pid=3990/tid=3996] ppid=3987 vsize=866500 CPUtime=371.84
/proc/3990/task/3996/stat : 3996 (java) R 3987 3987 3830 0 -1 64 163070 0 0 0 37090 94 0 0 25 0 8 0 182550121 887296000 172451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155526126 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3998] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 182550122 887296000 172451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182550122 887296000 172451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 887296000 172451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=866500 CPUtime=0.21
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 360 0 0 0 20 1 0 0 16 0 8 0 182550125 887296000 172451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 887296000 172451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 887296000 172451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 871852

[startup+462.961 s]
/proc/loadavg: 2.17 1.91 1.44 3/89 4009
/proc/meminfo: memFree=37088/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=866500 CPUtime=462.39
/proc/3990/stat : 3990 (java) S 3987 3987 3830 0 -1 0 185703 0 1 0 46122 117 0 0 15 0 8 0 182550117 887296000 172461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 216625 172461 1835 14 0 203887 0
[pid=3990/tid=3996] ppid=3987 vsize=866500 CPUtime=429.31
/proc/3990/task/3996/stat : 3996 (java) R 3987 3987 3830 0 -1 64 163070 0 0 0 42835 96 0 0 25 0 8 0 182550121 887296000 172461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155523704 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3998] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 182550122 887296000 172461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182550122 887296000 172461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 887296000 172461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=866500 CPUtime=0.21
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 360 0 0 0 20 1 0 0 16 0 8 0 182550125 887296000 172461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 887296000 172461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 887296000 172461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 871852

[startup+522.996 s]
/proc/loadavg: 2.06 1.92 1.47 3/89 4009
/proc/meminfo: memFree=37024/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=866500 CPUtime=522.37
/proc/3990/stat : 3990 (java) S 3987 3987 3830 0 -1 0 185846 0 1 0 52118 119 0 0 15 0 8 0 182550117 887296000 172469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 216625 172469 1835 14 0 203887 0
[pid=3990/tid=3996] ppid=3987 vsize=866500 CPUtime=487.21
/proc/3990/task/3996/stat : 3996 (java) R 3987 3987 3830 0 -1 64 163070 0 0 0 48624 97 0 0 25 0 8 0 182550121 887296000 172469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155134378 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3998] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 182550122 887296000 172469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182550122 887296000 172469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 887296000 172469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=866500 CPUtime=0.21
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 360 0 0 0 20 1 0 0 16 0 8 0 182550125 887296000 172469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 887296000 172469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 887296000 172469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 871852

[startup+583.049 s]
/proc/loadavg: 2.17 1.98 1.52 3/89 4009
/proc/meminfo: memFree=36896/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=866500 CPUtime=582.35
/proc/3990/stat : 3990 (java) S 3987 3987 3830 0 -1 0 185988 0 1 0 58114 121 0 0 15 0 8 0 182550117 887296000 172479 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 216625 172479 1835 14 0 203887 0
[pid=3990/tid=3996] ppid=3987 vsize=866500 CPUtime=545.25
/proc/3990/task/3996/stat : 3996 (java) R 3987 3987 3830 0 -1 64 163070 0 0 0 54427 98 0 0 25 0 8 0 182550121 887296000 172479 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155525238 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3998] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182550122 887296000 172479 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182550122 887296000 172479 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 887296000 172479 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=866500 CPUtime=0.21
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 360 0 0 0 20 1 0 0 16 0 8 0 182550125 887296000 172479 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 887296000 172479 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 887296000 172479 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 871852

[startup+643.079 s]
/proc/loadavg: 2.06 1.98 1.55 3/89 4009
/proc/meminfo: memFree=36768/2055920 swapFree=4187312/4192956
[pid=3987] ppid=3983 vsize=5352 CPUtime=0
/proc/3987/stat : 3987 (cspfj.sh) S 3983 3987 3830 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 182550117 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3987/statm: 1338 240 201 169 0 49 0
[pid=3990] ppid=3987 vsize=866500 CPUtime=642.33
/proc/3990/stat : 3990 (java) S 3987 3987 3830 0 -1 0 186127 0 1 0 64111 122 0 0 15 0 8 0 182550117 887296000 172490 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3990/statm: 216625 172490 1835 14 0 203887 0
[pid=3990/tid=3996] ppid=3987 vsize=866500 CPUtime=603.38
/proc/3990/task/3996/stat : 3996 (java) R 3987 3987 3830 0 -1 64 163070 0 0 0 60239 99 0 0 25 0 8 0 182550121 887296000 172490 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155772454 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3998] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3998/stat : 3998 (java) S 3987 3987 3830 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 182550122 887296000 172490 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=3999] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/3999/stat : 3999 (java) S 3987 3987 3830 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182550122 887296000 172490 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4002] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4002/stat : 4002 (java) S 3987 3987 3830 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 182550125 887296000 172490 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4003] ppid=3987 vsize=866500 CPUtime=0.21
/proc/3990/task/4003/stat : 4003 (java) S 3987 3987 3830 0 -1 64 360 0 0 0 20 1 0 0 16 0 8 0 182550125 887296000 172490 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4004] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4004/stat : 4004 (java) S 3987 3987 3830 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 182550125 887296000 172490 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3990/tid=4005] ppid=3987 vsize=866500 CPUtime=0
/proc/3990/task/4005/stat : 4005 (java) S 3987 3987 3830 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182550125 887296000 172490 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 871852

Child status: 1
Real time (s): 671.804
CPU time (s): 670.991
CPU user time (s): 669.654
CPU system time (s): 1.3368
CPU usage (%): 99.8789
Max. virtual memory (cumulated for all children) (KiB): 893864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 669.654
system time used= 1.3368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186852
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17634
involuntary context switches= 28534

runsolver used 0.819875 s user time and 2.28165 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Tue Jan  9 11:18:25 UTC 2007


IDJOB= 236112
IDBENCH= 6822
FILE ID= node39/236112-1168341505

PBS_JOBID= 3503437

Free space on /tmp= 66562 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER1-3-fair.xml
COMMAND LINE= /tmp/evaluation/236112-1168341505/cspfj.sh -solver Combo -competition /tmp/evaluation/236112-1168341505/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-236112-1168341505 -o ROOT/results/node39/solver-236112-1168341505 -C 1800 -M 900  /tmp/evaluation/236112-1168341505/cspfj.sh -solver Combo -competition /tmp/evaluation/236112-1168341505/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  1a0dcf89017000ca479c0deb3f18cd9b

RANDOM SEED= 670160380

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:       1001880 kB
Buffers:         14392 kB
Cached:         971960 kB
SwapCached:        940 kB
Active:         409036 kB
Inactive:       592760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1001880 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:             920 kB
Writeback:           0 kB
Mapped:          23084 kB
Slab:            37784 kB
Committed_AS:  3784356 kB
PageTables:       1680 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= 66562 MiB



End job on node39 on Tue Jan  9 11:29:37 UTC 2007