Trace number 287352

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? 325.805 326.5

General information on the benchmark

Namelard/
lard-88-88.xml
MD5SUMc30789c20fabc1aa3a4853b54ec1164c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.1418
SatisfiableYES
(Un)Satisfiability was proved
Number of variables88
Number of constraints3828
Maximum constraint arity2
Maximum domain size89
Number of constraints which are defined in extension3828
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

326.36	Jan 30, 2007 12:33:18 AM cspfj.ResultHandler fail
326.36	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.parsers.AbstractXMLDocumentParser.emptyElement(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/287352-1170113271/unknown.xml)
326.36	Jan 30, 2007 12:33:18 AM cspfj.ResultHandler fail
326.36	WARNING: [competitor.problem.XMLGenerator.generate(Unknown Source), cspfj.problem.Problem.load(Unknown Source), competitor.Cspfj.solve(Unknown Source), competitor.Cspfj.main(Unknown Source)]
326.36	s UNKNOWN
326.36	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.parsers.AbstractXMLDocumentParser.emptyElement(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/287352-1170113271/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/node60/watcher-287352-1170113271 -o ROOT/results/node60/solver-287352-1170113271 -C 1800 -M 900 /tmp/evaluation/287352-1170113271/cspfj.sh -competition /tmp/evaluation/287352-1170113271/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: 1.11 1.52 1.74 5/71 26833
/proc/meminfo: memFree=1420912/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) R 26830 26832 26736 0 -1 4194304 261 0 0 0 0 0 0 0 20 0 1 0 31284029 5480448 228 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/26832/statm: 1338 228 191 169 0 49 0

[startup+0.105189 s]
/proc/loadavg: 1.11 1.52 1.74 5/71 26833
/proc/meminfo: memFree=1420912/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) S 26830 26832 26736 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 31284029 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26832/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.513264 s]
/proc/loadavg: 1.11 1.52 1.74 5/71 26833
/proc/meminfo: memFree=1420912/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) S 26830 26832 26736 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 31284029 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26832/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33641 s]
/proc/loadavg: 1.11 1.52 1.74 3/81 26857
/proc/meminfo: memFree=1345248/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) S 26830 26832 26736 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 31284029 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26832/statm: 1338 240 201 169 0 49 0
[pid=26835] ppid=26832 vsize=865016 CPUtime=1.2
/proc/26835/stat : 26835 (java) R 26832 26832 26736 0 -1 0 22388 0 4 0 107 13 0 0 22 0 8 0 31284032 885776384 22056 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073332702 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26835/statm: 216254 22056 1742 14 0 203524 0
[pid=26835/tid=26836] ppid=26832 vsize=865016 CPUtime=0.35
/proc/26835/task/26836/stat : 26836 (java) S 26832 26832 26736 0 -1 64 17912 0 0 0 28 7 0 0 16 0 8 0 31284035 885776384 22056 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26837] ppid=26832 vsize=865016 CPUtime=0
/proc/26835/task/26837/stat : 26837 (java) S 26832 26832 26736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31284036 885776384 22056 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26838] ppid=26832 vsize=865016 CPUtime=0
/proc/26835/task/26838/stat : 26838 (java) S 26832 26832 26736 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 31284036 885776384 22056 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26839] ppid=26832 vsize=865016 CPUtime=0
/proc/26835/task/26839/stat : 26839 (java) S 26832 26832 26736 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31284039 885776384 22056 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26840] ppid=26832 vsize=865016 CPUtime=0.08
/proc/26835/task/26840/stat : 26840 (java) S 26832 26832 26736 0 -1 64 325 0 0 0 8 0 0 0 16 0 8 0 31284039 885776384 22056 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26841] ppid=26832 vsize=865016 CPUtime=0
/proc/26835/task/26841/stat : 26841 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31284039 885776384 22056 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26842] ppid=26832 vsize=865016 CPUtime=0
/proc/26835/task/26842/stat : 26842 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31284039 885776384 22056 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 870368

[startup+3.00871 s]
/proc/loadavg: 1.11 1.52 1.74 3/81 26857
/proc/meminfo: memFree=1222752/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) S 26830 26832 26736 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 31284029 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26832/statm: 1338 240 201 169 0 49 0
[pid=26835] ppid=26832 vsize=866080 CPUtime=2.87
/proc/26835/stat : 26835 (java) R 26832 26832 26736 0 -1 0 68600 0 4 0 245 42 0 0 25 0 8 0 31284032 886865920 68240 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073460472 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26835/statm: 216520 68240 1744 14 0 203790 0
[pid=26835/tid=26836] ppid=26832 vsize=866080 CPUtime=0.76
/proc/26835/task/26836/stat : 26836 (java) S 26832 26832 26736 0 -1 64 61335 0 0 0 50 26 0 0 16 0 8 0 31284035 886865920 68240 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26837] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26837/stat : 26837 (java) S 26832 26832 26736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 68240 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26838] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26838/stat : 26838 (java) S 26832 26832 26736 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 31284036 886865920 68240 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26839] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26839/stat : 26839 (java) S 26832 26832 26736 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31284039 886865920 68240 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26840] ppid=26832 vsize=866080 CPUtime=0.16
/proc/26835/task/26840/stat : 26840 (java) S 26832 26832 26736 0 -1 64 599 0 0 0 15 1 0 0 16 0 8 0 31284039 886865920 68240 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26841] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26841/stat : 26841 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31284039 886865920 68240 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26842] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26842/stat : 26842 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31284039 886865920 68240 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 871432

[startup+6.3093 s]
/proc/loadavg: 1.34 1.56 1.75 3/81 26857
/proc/meminfo: memFree=1127136/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) S 26830 26832 26736 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 31284029 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26832/statm: 1338 240 201 169 0 49 0
[pid=26835] ppid=26832 vsize=866080 CPUtime=6.16
/proc/26835/stat : 26835 (java) R 26832 26832 26736 0 -1 0 75744 0 4 0 571 45 0 0 25 0 8 0 31284032 886865920 75349 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073490763 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26835/statm: 216520 75349 1744 14 0 203790 0
[pid=26835/tid=26836] ppid=26832 vsize=866080 CPUtime=1.16
/proc/26835/task/26836/stat : 26836 (java) S 26832 26832 26736 0 -1 64 68441 0 0 0 87 29 0 0 16 0 8 0 31284035 886865920 75349 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26837] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26837/stat : 26837 (java) S 26832 26832 26736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 75349 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26838] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26838/stat : 26838 (java) S 26832 26832 26736 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 31284036 886865920 75349 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26839] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26839/stat : 26839 (java) S 26832 26832 26736 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31284039 886865920 75349 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26840] ppid=26832 vsize=866080 CPUtime=0.17
/proc/26835/task/26840/stat : 26840 (java) S 26832 26832 26736 0 -1 64 602 0 0 0 16 1 0 0 17 0 8 0 31284039 886865920 75349 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26841] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26841/stat : 26841 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31284039 886865920 75349 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26842] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26842/stat : 26842 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31284039 886865920 75349 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 871432

[startup+12.7334 s]
/proc/loadavg: 1.39 1.57 1.75 3/81 26857
/proc/meminfo: memFree=1065904/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) S 26830 26832 26736 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 31284029 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26832/statm: 1338 240 201 169 0 49 0
[pid=26835] ppid=26832 vsize=866080 CPUtime=12.55
/proc/26835/stat : 26835 (java) R 26832 26832 26736 0 -1 0 88918 0 4 0 1204 51 0 0 25 0 8 0 31284032 886865920 88456 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073787867 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26835/statm: 216520 88456 1744 14 0 203790 0
[pid=26835/tid=26836] ppid=26832 vsize=866080 CPUtime=1.94
/proc/26835/task/26836/stat : 26836 (java) S 26832 26832 26736 0 -1 64 81548 0 0 0 160 34 0 0 16 0 8 0 31284035 886865920 88456 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26837] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26837/stat : 26837 (java) S 26832 26832 26736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 88456 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26838] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26838/stat : 26838 (java) S 26832 26832 26736 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 31284036 886865920 88456 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26839] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26839/stat : 26839 (java) S 26832 26832 26736 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31284039 886865920 88456 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26840] ppid=26832 vsize=866080 CPUtime=0.17
/proc/26835/task/26840/stat : 26840 (java) S 26832 26832 26736 0 -1 64 602 0 0 0 16 1 0 0 16 0 8 0 31284039 886865920 88456 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26841] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26841/stat : 26841 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31284039 886865920 88456 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26842] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26842/stat : 26842 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31284039 886865920 88456 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 871432

[startup+25.5617 s]
/proc/loadavg: 1.53 1.59 1.75 4/81 26857
/proc/meminfo: memFree=941936/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) S 26830 26832 26736 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 31284029 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26832/statm: 1338 240 201 169 0 49 0
[pid=26835] ppid=26832 vsize=866080 CPUtime=25.31
/proc/26835/stat : 26835 (java) R 26832 26832 26736 0 -1 0 117654 0 4 0 2470 61 0 0 25 0 8 0 31284032 886865920 117111 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073483575 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26835/statm: 216520 117111 1745 14 0 203790 0
[pid=26835/tid=26836] ppid=26832 vsize=866080 CPUtime=3.7
/proc/26835/task/26836/stat : 26836 (java) S 26832 26832 26736 0 -1 64 107943 0 0 0 327 43 0 0 16 0 8 0 31284035 886865920 117111 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26837] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26837/stat : 26837 (java) S 26832 26832 26736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 117111 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26838] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26838/stat : 26838 (java) S 26832 26832 26736 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 117111 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26839] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26839/stat : 26839 (java) S 26832 26832 26736 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31284039 886865920 117111 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26840] ppid=26832 vsize=866080 CPUtime=0.17
/proc/26835/task/26840/stat : 26840 (java) S 26832 26832 26736 0 -1 64 605 0 0 0 16 1 0 0 16 0 8 0 31284039 886865920 117111 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26841] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26841/stat : 26841 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31284039 886865920 117111 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26842] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26842/stat : 26842 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31284039 886865920 117111 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 871432

[startup+51.1983 s]
/proc/loadavg: 1.77 1.63 1.76 4/81 26857
/proc/meminfo: memFree=735536/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) S 26830 26832 26736 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 31284029 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26832/statm: 1338 240 201 169 0 49 0
[pid=26835] ppid=26832 vsize=866080 CPUtime=50.83
/proc/26835/stat : 26835 (java) R 26832 26832 26736 0 -1 0 162719 0 4 0 5003 80 0 0 25 0 8 0 31284032 886865920 162049 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26835/statm: 216520 162049 1745 14 0 203790 0
[pid=26835/tid=26836] ppid=26832 vsize=866080 CPUtime=9.76
/proc/26835/task/26836/stat : 26836 (java) R 26832 26832 26736 0 -1 64 152489 0 0 0 916 60 0 0 16 0 8 0 31284035 886865920 162049 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155134241 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26837] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26837/stat : 26837 (java) S 26832 26832 26736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 162049 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26838] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26838/stat : 26838 (java) S 26832 26832 26736 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 162049 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26839] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26839/stat : 26839 (java) S 26832 26832 26736 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31284039 886865920 162049 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26840] ppid=26832 vsize=866080 CPUtime=0.18
/proc/26835/task/26840/stat : 26840 (java) S 26832 26832 26736 0 -1 64 609 0 0 0 17 1 0 0 17 0 8 0 31284039 886865920 162049 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26841] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26841/stat : 26841 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31284039 886865920 162049 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26842] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26842/stat : 26842 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31284039 886865920 162049 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 871432

[startup+102.445 s]
/proc/loadavg: 2.27 1.80 1.81 4/81 26857
/proc/meminfo: memFree=653104/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) S 26830 26832 26736 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 31284029 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26832/statm: 1338 240 201 169 0 49 0
[pid=26835] ppid=26832 vsize=866080 CPUtime=101.86
/proc/26835/stat : 26835 (java) R 26832 26832 26736 0 -1 0 172257 0 4 0 10102 84 0 0 25 0 8 0 31284032 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26835/statm: 216520 171546 1745 14 0 203790 0
[pid=26835/tid=26836] ppid=26832 vsize=866080 CPUtime=52.84
/proc/26835/task/26836/stat : 26836 (java) R 26832 26832 26736 0 -1 64 161742 0 0 0 5220 64 0 0 16 0 8 0 31284035 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155772457 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26837] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26837/stat : 26837 (java) S 26832 26832 26736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26838] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26838/stat : 26838 (java) S 26832 26832 26736 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26839] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26839/stat : 26839 (java) S 26832 26832 26736 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26840] ppid=26832 vsize=866080 CPUtime=0.18
/proc/26835/task/26840/stat : 26840 (java) S 26832 26832 26736 0 -1 64 609 0 0 0 17 1 0 0 17 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26841] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26841/stat : 26841 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26842] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26842/stat : 26842 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 871432

[startup+162.509 s]
/proc/loadavg: 2.64 1.98 1.87 4/81 26857
/proc/meminfo: memFree=601328/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) S 26830 26832 26736 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 31284029 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26832/statm: 1338 240 201 169 0 49 0
[pid=26835] ppid=26832 vsize=866080 CPUtime=161.9
/proc/26835/stat : 26835 (java) R 26832 26832 26736 0 -1 0 172306 0 4 0 16106 84 0 0 25 0 8 0 31284032 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26835/statm: 216520 171546 1745 14 0 203790 0
[pid=26835/tid=26836] ppid=26832 vsize=866080 CPUtime=107.07
/proc/26835/task/26836/stat : 26836 (java) R 26832 26832 26736 0 -1 64 161742 0 0 0 10643 64 0 0 16 0 8 0 31284035 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155523708 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26837] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26837/stat : 26837 (java) S 26832 26832 26736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26838] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26838/stat : 26838 (java) S 26832 26832 26736 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26839] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26839/stat : 26839 (java) S 26832 26832 26736 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26840] ppid=26832 vsize=866080 CPUtime=0.18
/proc/26835/task/26840/stat : 26840 (java) S 26832 26832 26736 0 -1 64 609 0 0 0 17 1 0 0 17 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26841] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26841/stat : 26841 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26842] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26842/stat : 26842 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.9
Current children cumulated vsize (KiB) 871432

[startup+222.576 s]
/proc/loadavg: 2.42 2.05 1.90 3/81 26857
/proc/meminfo: memFree=549680/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) S 26830 26832 26736 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 31284029 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26832/statm: 1338 240 201 169 0 49 0
[pid=26835] ppid=26832 vsize=866080 CPUtime=221.95
/proc/26835/stat : 26835 (java) S 26832 26832 26736 0 -1 0 172356 0 4 0 22110 85 0 0 17 0 8 0 31284032 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26835/statm: 216520 171546 1745 14 0 203790 0
[pid=26835/tid=26836] ppid=26832 vsize=866080 CPUtime=165.45
/proc/26835/task/26836/stat : 26836 (java) R 26832 26832 26736 0 -1 64 161742 0 0 0 16481 64 0 0 25 0 8 0 31284035 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155772447 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26837] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26837/stat : 26837 (java) S 26832 26832 26736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26838] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26838/stat : 26838 (java) S 26832 26832 26736 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26839] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26839/stat : 26839 (java) S 26832 26832 26736 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26840] ppid=26832 vsize=866080 CPUtime=0.18
/proc/26835/task/26840/stat : 26840 (java) S 26832 26832 26736 0 -1 64 609 0 0 0 17 1 0 0 17 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26841] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26841/stat : 26841 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26842] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26842/stat : 26842 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.95
Current children cumulated vsize (KiB) 871432

[startup+282.645 s]
/proc/loadavg: 2.15 2.04 1.91 3/81 26857
/proc/meminfo: memFree=497968/2055920 swapFree=4184188/4192956
[pid=26832] ppid=26830 vsize=5352 CPUtime=0
/proc/26832/stat : 26832 (cspfj.sh) S 26830 26832 26736 0 -1 4194304 314 128 1 0 0 0 0 0 20 0 1 0 31284029 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26832/statm: 1338 240 201 169 0 49 0
[pid=26835] ppid=26832 vsize=866080 CPUtime=282.01
/proc/26835/stat : 26835 (java) S 26832 26832 26736 0 -1 0 172409 0 4 0 28115 86 0 0 17 0 8 0 31284032 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26835/statm: 216520 171546 1745 14 0 203790 0
[pid=26835/tid=26836] ppid=26832 vsize=866080 CPUtime=225.25
/proc/26835/task/26836/stat : 26836 (java) R 26832 26832 26736 0 -1 64 161742 0 0 0 22460 65 0 0 25 0 8 0 31284035 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155523572 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26837] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26837/stat : 26837 (java) S 26832 26832 26736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26838] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26838/stat : 26838 (java) S 26832 26832 26736 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 31284036 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26839] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26839/stat : 26839 (java) S 26832 26832 26736 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26840] ppid=26832 vsize=866080 CPUtime=0.18
/proc/26835/task/26840/stat : 26840 (java) S 26832 26832 26736 0 -1 64 609 0 0 0 17 1 0 0 17 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26841] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26841/stat : 26841 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26835/tid=26842] ppid=26832 vsize=866080 CPUtime=0
/proc/26835/task/26842/stat : 26842 (java) S 26832 26832 26736 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31284039 886865920 171546 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 871432

Child status: 1
Real time (s): 326.5
CPU time (s): 325.805
CPU user time (s): 324.833
CPU system time (s): 0.972852
CPU usage (%): 99.7872
Max. virtual memory (cumulated for all children) (KiB): 871436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 324.833
system time used= 0.972852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173115
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10979
involuntary context switches= 12083

runsolver used 0.376942 s user time and 0.964853 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Mon Jan 29 23:27:52 UTC 2007


IDJOB= 287352
IDBENCH= 19814
IDSOLVER= 91
FILE ID= node60/287352-1170113271

PBS_JOBID= 3690277

Free space on /tmp= 66403 MiB

SOLVER NAME= CSP4J - MAC 2007-01-16
BENCH NAME= HOME/pub/bench/CPAI06/lard/lard-88-88.xml
COMMAND LINE= /tmp/evaluation/287352-1170113271/cspfj.sh  -competition /tmp/evaluation/287352-1170113271/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-287352-1170113271 -o ROOT/results/node60/solver-287352-1170113271 -C 1800 -M 900  /tmp/evaluation/287352-1170113271/cspfj.sh  -competition /tmp/evaluation/287352-1170113271/unknown.xml

META MD5SUM SOLVER= 1cf1b9d4821c2ee5eee0dc0e02656faa
MD5SUM BENCH=  c30789c20fabc1aa3a4853b54ec1164c

RANDOM SEED= 297941328

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.283
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.283
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:       1421392 kB
Buffers:         33596 kB
Cached:         539252 kB
SwapCached:       1548 kB
Active:         394212 kB
Inactive:       192048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1421392 kB
SwapTotal:     4192956 kB
SwapFree:      4184188 kB
Dirty:          166108 kB
Writeback:           0 kB
Mapped:          20696 kB
Slab:            33816 kB
Committed_AS:   556684 kB
PageTables:       1788 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= 66403 MiB



End job on node60 on Mon Jan 29 23:33:22 UTC 2007