Trace number 235736

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CSP4J - MAC 2006-12-19? 309.854 313.052

General information on the benchmark

Namefisher/
FISCHER3-1-fair.xml
MD5SUM5bbcbd8babff247c33bc8885f3d1335c
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.088985
SatisfiableNO
(Un)Satisfiability was proved
Number of variables985
Number of constraints924
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension924
Global constraints used (with number of constraints)

Solver Data (download as text)

312.91	Jan 9, 2007 11:50:50 AM cspfj.ResultHandler fail
312.91	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/235736-1168339537/unknown.xml)
312.91	Jan 9, 2007 11:50:50 AM cspfj.ResultHandler fail
312.91	WARNING: [competitor.problem.XMLGenerator.generate(Unknown Source), cspfj.problem.Problem.load(Unknown Source), competitor.Cspfj.solve(Unknown Source), competitor.Cspfj.main(Unknown Source)]
312.91	s UNKNOWN
312.91	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/235736-1168339537/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/node3/watcher-235736-1168339537 -o ROOT/results/node3/solver-235736-1168339537 -C 1800 -M 900 /tmp/evaluation/235736-1168339537/cspfj.sh -competition /tmp/evaluation/235736-1168339537/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.03 2.05 2.08 3/94 1099
/proc/meminfo: memFree=1514088/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5212 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) R 1096 1098 589 0 -1 4194304 126 0 0 0 0 0 0 0 20 0 1 0 182349338 5337088 98 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233633024976 0 0 4096 0 0 0 0 17 1 0 0
/proc/1098/statm: 1303 98 79 169 0 14 0

[startup+0.103498 s]
/proc/loadavg: 2.03 2.05 2.08 3/94 1099
/proc/meminfo: memFree=1514088/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5352 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) S 1096 1098 589 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 182349338 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1098/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.514567 s]
/proc/loadavg: 2.03 2.05 2.08 3/94 1099
/proc/meminfo: memFree=1514088/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5352 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) S 1096 1098 589 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 182349338 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1098/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.34171 s]
/proc/loadavg: 2.03 2.05 2.08 3/102 1108
/proc/meminfo: memFree=1329064/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5352 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) S 1096 1098 589 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 182349338 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1098/statm: 1338 240 201 169 0 49 0
[pid=1101] ppid=1098 vsize=864888 CPUtime=1.3
/proc/1101/stat : 1101 (java) R 1098 1098 589 0 -1 0 61597 0 1 0 103 27 0 0 22 0 8 0 182349339 885645312 61274 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4073332698 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 216222 61274 1742 14 0 203493 0
[pid=1101/tid=1102] ppid=1098 vsize=864888 CPUtime=0.62
/proc/1101/task/1102/stat : 1102 (java) S 1098 1098 589 0 -1 64 54577 0 0 0 39 23 0 0 16 0 8 0 182349343 885645312 61274 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1103] ppid=1098 vsize=864888 CPUtime=0
/proc/1101/task/1103/stat : 1103 (java) S 1098 1098 589 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182349343 885645312 61274 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1098 vsize=864888 CPUtime=0
/proc/1101/task/1104/stat : 1104 (java) S 1098 1098 589 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182349343 885645312 61274 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1105] ppid=1098 vsize=864888 CPUtime=0
/proc/1101/task/1105/stat : 1105 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182349346 885645312 61274 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1106] ppid=1098 vsize=864888 CPUtime=0.06
/proc/1101/task/1106/stat : 1106 (java) S 1098 1098 589 0 -1 64 286 0 0 0 6 0 0 0 16 0 8 0 182349346 885645312 61274 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1107] ppid=1098 vsize=864888 CPUtime=0
/proc/1101/task/1107/stat : 1107 (java) S 1098 1098 589 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182349346 885645312 61274 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1108] ppid=1098 vsize=864888 CPUtime=0
/proc/1101/task/1108/stat : 1108 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182349346 885645312 61274 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 870240

[startup+2.97997 s]
/proc/loadavg: 2.03 2.05 2.08 3/102 1108
/proc/meminfo: memFree=1019048/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5352 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) S 1096 1098 589 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 182349338 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1098/statm: 1338 240 201 169 0 49 0
[pid=1101] ppid=1098 vsize=865180 CPUtime=2.92
/proc/1101/stat : 1101 (java) R 1098 1098 589 0 -1 0 153409 0 1 0 225 67 0 0 25 0 8 0 182349339 885944320 153071 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 216295 153071 1834 14 0 203557 0
[pid=1101/tid=1102] ppid=1098 vsize=865180 CPUtime=1.33
/proc/1101/task/1102/stat : 1102 (java) R 1098 1098 589 0 -1 64 143619 0 0 0 72 61 0 0 16 0 8 0 182349343 885944320 153071 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155528723 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1103] ppid=1098 vsize=865180 CPUtime=0
/proc/1101/task/1103/stat : 1103 (java) S 1098 1098 589 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182349343 885944320 153071 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1098 vsize=865180 CPUtime=0
/proc/1101/task/1104/stat : 1104 (java) S 1098 1098 589 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 182349343 885944320 153071 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1105] ppid=1098 vsize=865180 CPUtime=0
/proc/1101/task/1105/stat : 1105 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182349346 885944320 153071 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1106] ppid=1098 vsize=865180 CPUtime=0.14
/proc/1101/task/1106/stat : 1106 (java) S 1098 1098 589 0 -1 64 329 0 0 0 14 0 0 0 15 0 8 0 182349346 885944320 153071 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1107] ppid=1098 vsize=865180 CPUtime=0
/proc/1101/task/1107/stat : 1107 (java) S 1098 1098 589 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182349346 885944320 153071 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1108] ppid=1098 vsize=865180 CPUtime=0
/proc/1101/task/1108/stat : 1108 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182349346 885944320 153071 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 870532

[startup+6.18549 s]
/proc/loadavg: 2.11 2.07 2.09 3/102 1108
/proc/meminfo: memFree=830888/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5352 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) S 1096 1098 589 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 182349338 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1098/statm: 1338 240 201 169 0 49 0
[pid=1101] ppid=1098 vsize=866912 CPUtime=6.09
/proc/1101/stat : 1101 (java) S 1098 1098 589 0 -1 0 172513 0 1 0 535 74 0 0 16 0 8 0 182349339 887717888 172170 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 216728 172170 1835 14 0 203990 0
[pid=1101/tid=1102] ppid=1098 vsize=866912 CPUtime=4.37
/proc/1101/task/1102/stat : 1102 (java) R 1098 1098 589 0 -1 64 162376 0 0 0 369 68 0 0 25 0 8 0 182349343 887717888 172170 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155525853 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1103] ppid=1098 vsize=866912 CPUtime=0
/proc/1101/task/1103/stat : 1103 (java) S 1098 1098 589 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182349343 887717888 172170 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1098 vsize=866912 CPUtime=0
/proc/1101/task/1104/stat : 1104 (java) S 1098 1098 589 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182349343 887717888 172170 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1105] ppid=1098 vsize=866912 CPUtime=0
/proc/1101/task/1105/stat : 1105 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182349346 887717888 172170 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1106] ppid=1098 vsize=866912 CPUtime=0.14
/proc/1101/task/1106/stat : 1106 (java) S 1098 1098 589 0 -1 64 329 0 0 0 14 0 0 0 15 0 8 0 182349346 887717888 172170 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1107] ppid=1098 vsize=866912 CPUtime=0
/proc/1101/task/1107/stat : 1107 (java) S 1098 1098 589 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182349346 887717888 172170 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1108] ppid=1098 vsize=866912 CPUtime=0
/proc/1101/task/1108/stat : 1108 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182349346 887717888 172170 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 872264

[startup+12.6715 s]
/proc/loadavg: 2.10 2.07 2.09 4/102 1108
/proc/meminfo: memFree=829928/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5352 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) S 1096 1098 589 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 182349338 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1098/statm: 1338 240 201 169 0 49 0
[pid=1101] ppid=1098 vsize=866848 CPUtime=12.5
/proc/1101/stat : 1101 (java) S 1098 1098 589 0 -1 0 172780 0 1 0 1176 74 0 0 16 0 8 0 182349339 887652352 172417 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 216712 172417 1835 14 0 203974 0
[pid=1101/tid=1102] ppid=1098 vsize=866848 CPUtime=10.12
/proc/1101/task/1102/stat : 1102 (java) R 1098 1098 589 0 -1 64 162621 0 0 0 944 68 0 0 25 0 8 0 182349343 887652352 172417 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1103] ppid=1098 vsize=866848 CPUtime=0
/proc/1101/task/1103/stat : 1103 (java) S 1098 1098 589 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 182349343 887652352 172417 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1098 vsize=866848 CPUtime=0
/proc/1101/task/1104/stat : 1104 (java) S 1098 1098 589 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182349343 887652352 172417 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1105] ppid=1098 vsize=866848 CPUtime=0
/proc/1101/task/1105/stat : 1105 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182349346 887652352 172417 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1106] ppid=1098 vsize=866848 CPUtime=0.14
/proc/1101/task/1106/stat : 1106 (java) S 1098 1098 589 0 -1 64 331 0 0 0 14 0 0 0 16 0 8 0 182349346 887652352 172417 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1107] ppid=1098 vsize=866848 CPUtime=0
/proc/1101/task/1107/stat : 1107 (java) S 1098 1098 589 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182349346 887652352 172417 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1108] ppid=1098 vsize=866848 CPUtime=0
/proc/1101/task/1108/stat : 1108 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182349346 887652352 172417 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 872200

[startup+25.5516 s]
/proc/loadavg: 2.16 2.08 2.09 3/102 1108
/proc/meminfo: memFree=829992/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5352 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) S 1096 1098 589 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 182349338 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1098/statm: 1338 240 201 169 0 49 0
[pid=1101] ppid=1098 vsize=866784 CPUtime=25.26
/proc/1101/stat : 1101 (java) S 1098 1098 589 0 -1 0 173203 0 1 0 2451 75 0 0 16 0 8 0 182349339 887586816 172397 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 216696 172397 1835 14 0 203958 0
[pid=1101/tid=1102] ppid=1098 vsize=866784 CPUtime=21.89
/proc/1101/task/1102/stat : 1102 (java) R 1098 1098 589 0 -1 64 162683 0 0 0 2120 69 0 0 25 0 8 0 182349343 887586816 172397 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4154035601 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1103] ppid=1098 vsize=866784 CPUtime=0
/proc/1101/task/1103/stat : 1103 (java) S 1098 1098 589 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182349343 887586816 172397 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1098 vsize=866784 CPUtime=0
/proc/1101/task/1104/stat : 1104 (java) S 1098 1098 589 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182349343 887586816 172397 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1105] ppid=1098 vsize=866784 CPUtime=0
/proc/1101/task/1105/stat : 1105 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182349346 887586816 172397 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1106] ppid=1098 vsize=866784 CPUtime=0.15
/proc/1101/task/1106/stat : 1106 (java) S 1098 1098 589 0 -1 64 335 0 0 0 15 0 0 0 16 0 8 0 182349346 887586816 172397 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1107] ppid=1098 vsize=866784 CPUtime=0
/proc/1101/task/1107/stat : 1107 (java) S 1098 1098 589 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182349346 887586816 172397 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1108] ppid=1098 vsize=866784 CPUtime=0
/proc/1101/task/1108/stat : 1108 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182349346 887586816 172397 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 872136

[startup+51.2218 s]
/proc/loadavg: 2.25 2.10 2.10 3/102 1108
/proc/meminfo: memFree=829800/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5352 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) S 1096 1098 589 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 182349338 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1098/statm: 1338 240 201 169 0 49 0
[pid=1101] ppid=1098 vsize=866752 CPUtime=50.64
/proc/1101/stat : 1101 (java) S 1098 1098 589 0 -1 0 173318 0 1 0 4988 76 0 0 16 0 8 0 182349339 887554048 172437 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 216688 172437 1835 14 0 203950 0
[pid=1101/tid=1102] ppid=1098 vsize=866752 CPUtime=45.3
/proc/1101/task/1102/stat : 1102 (java) R 1098 1098 589 0 -1 64 162683 0 0 0 4461 69 0 0 25 0 8 0 182349343 887554048 172437 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155215798 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1103] ppid=1098 vsize=866752 CPUtime=0
/proc/1101/task/1103/stat : 1103 (java) S 1098 1098 589 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 182349343 887554048 172437 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1098 vsize=866752 CPUtime=0
/proc/1101/task/1104/stat : 1104 (java) S 1098 1098 589 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182349343 887554048 172437 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1105] ppid=1098 vsize=866752 CPUtime=0
/proc/1101/task/1105/stat : 1105 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182349346 887554048 172437 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1106] ppid=1098 vsize=866752 CPUtime=0.19
/proc/1101/task/1106/stat : 1106 (java) S 1098 1098 589 0 -1 64 350 0 0 0 18 1 0 0 16 0 8 0 182349346 887554048 172437 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1107] ppid=1098 vsize=866752 CPUtime=0
/proc/1101/task/1107/stat : 1107 (java) S 1098 1098 589 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182349346 887554048 172437 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1108] ppid=1098 vsize=866752 CPUtime=0
/proc/1101/task/1108/stat : 1108 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182349346 887554048 172437 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 872104

[startup+102.466 s]
/proc/loadavg: 2.11 2.09 2.09 3/102 1108
/proc/meminfo: memFree=829608/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5352 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) S 1096 1098 589 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 182349338 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1098/statm: 1338 240 201 169 0 49 0
[pid=1101] ppid=1098 vsize=866624 CPUtime=101.35
/proc/1101/stat : 1101 (java) S 1098 1098 589 0 -1 0 175715 0 1 0 10056 79 0 0 15 0 8 0 182349339 887422976 172444 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 216656 172444 1835 14 0 203918 0
[pid=1101/tid=1102] ppid=1098 vsize=866624 CPUtime=93.57
/proc/1101/task/1102/stat : 1102 (java) R 1098 1098 589 0 -1 64 162749 0 0 0 9286 71 0 0 25 0 8 0 182349343 887422976 172444 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155215794 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1103] ppid=1098 vsize=866624 CPUtime=0
/proc/1101/task/1103/stat : 1103 (java) S 1098 1098 589 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 182349343 887422976 172444 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1098 vsize=866624 CPUtime=0
/proc/1101/task/1104/stat : 1104 (java) S 1098 1098 589 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182349343 887422976 172444 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1105] ppid=1098 vsize=866624 CPUtime=0
/proc/1101/task/1105/stat : 1105 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182349346 887422976 172444 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1106] ppid=1098 vsize=866624 CPUtime=0.2
/proc/1101/task/1106/stat : 1106 (java) S 1098 1098 589 0 -1 64 355 0 0 0 19 1 0 0 16 0 8 0 182349346 887422976 172444 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1107] ppid=1098 vsize=866624 CPUtime=0
/proc/1101/task/1107/stat : 1107 (java) S 1098 1098 589 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182349346 887422976 172444 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1108] ppid=1098 vsize=866624 CPUtime=0
/proc/1101/task/1108/stat : 1108 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182349346 887422976 172444 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 871976

[startup+162.559 s]
/proc/loadavg: 2.07 2.08 2.09 3/102 1108
/proc/meminfo: memFree=825000/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5352 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) S 1096 1098 589 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 182349338 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1098/statm: 1338 240 201 169 0 49 0
[pid=1101] ppid=1098 vsize=871412 CPUtime=160.78
/proc/1101/stat : 1101 (java) S 1098 1098 589 0 -1 0 177323 0 1 0 15996 82 0 0 16 0 8 0 182349339 892325888 173629 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 217853 173629 1835 14 0 205115 0
[pid=1101/tid=1102] ppid=1098 vsize=871412 CPUtime=150.91
/proc/1101/task/1102/stat : 1102 (java) R 1098 1098 589 0 -1 64 162787 0 0 0 15019 72 0 0 25 0 8 0 182349343 892325888 173629 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155215794 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1103] ppid=1098 vsize=871412 CPUtime=0
/proc/1101/task/1103/stat : 1103 (java) S 1098 1098 589 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182349343 892325888 173629 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1098 vsize=871412 CPUtime=0
/proc/1101/task/1104/stat : 1104 (java) S 1098 1098 589 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182349343 892325888 173629 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1105] ppid=1098 vsize=871412 CPUtime=0
/proc/1101/task/1105/stat : 1105 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182349346 892325888 173629 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1106] ppid=1098 vsize=871412 CPUtime=0.21
/proc/1101/task/1106/stat : 1106 (java) S 1098 1098 589 0 -1 64 362 0 0 0 20 1 0 0 16 0 8 0 182349346 892325888 173629 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1107] ppid=1098 vsize=871412 CPUtime=0
/proc/1101/task/1107/stat : 1107 (java) S 1098 1098 589 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182349346 892325888 173629 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1108] ppid=1098 vsize=871412 CPUtime=0
/proc/1101/task/1108/stat : 1108 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182349346 892325888 173629 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 876764

[startup+222.605 s]
/proc/loadavg: 2.12 2.11 2.09 4/102 1108
/proc/meminfo: memFree=826280/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5352 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) S 1096 1098 589 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 182349338 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1098/statm: 1338 240 201 169 0 49 0
[pid=1101] ppid=1098 vsize=869752 CPUtime=220.25
/proc/1101/stat : 1101 (java) S 1098 1098 589 0 -1 0 177807 0 1 0 21942 83 0 0 15 0 8 0 182349339 890626048 173265 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 217438 173265 1835 14 0 204700 0
[pid=1101/tid=1102] ppid=1098 vsize=869752 CPUtime=207.19
/proc/1101/task/1102/stat : 1102 (java) R 1098 1098 589 0 -1 64 162832 0 0 0 20646 73 0 0 25 0 8 0 182349343 890626048 173265 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155134365 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1103] ppid=1098 vsize=869752 CPUtime=0
/proc/1101/task/1103/stat : 1103 (java) S 1098 1098 589 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 182349343 890626048 173265 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1098 vsize=869752 CPUtime=0
/proc/1101/task/1104/stat : 1104 (java) S 1098 1098 589 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182349343 890626048 173265 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1105] ppid=1098 vsize=869752 CPUtime=0
/proc/1101/task/1105/stat : 1105 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182349346 890626048 173265 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1106] ppid=1098 vsize=869752 CPUtime=0.22
/proc/1101/task/1106/stat : 1106 (java) S 1098 1098 589 0 -1 64 363 0 0 0 21 1 0 0 16 0 8 0 182349346 890626048 173265 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1107] ppid=1098 vsize=869752 CPUtime=0
/proc/1101/task/1107/stat : 1107 (java) S 1098 1098 589 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182349346 890626048 173265 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1108] ppid=1098 vsize=869752 CPUtime=0
/proc/1101/task/1108/stat : 1108 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182349346 890626048 173265 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.25
Current children cumulated vsize (KiB) 875104

[startup+282.683 s]
/proc/loadavg: 2.04 2.08 2.09 3/102 1108
/proc/meminfo: memFree=826280/2055920 swapFree=4192812/4192956
[pid=1098] ppid=1096 vsize=5352 CPUtime=0
/proc/1098/stat : 1098 (cspfj.sh) S 1096 1098 589 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 182349338 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1098/statm: 1338 240 201 169 0 49 0
[pid=1101] ppid=1098 vsize=869752 CPUtime=279.78
/proc/1101/stat : 1101 (java) S 1098 1098 589 0 -1 0 177967 0 1 0 27893 85 0 0 15 0 8 0 182349339 890626048 173281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 217438 173281 1835 14 0 204700 0
[pid=1101/tid=1102] ppid=1098 vsize=869752 CPUtime=265.87
/proc/1101/task/1102/stat : 1102 (java) R 1098 1098 589 0 -1 64 162832 0 0 0 26513 74 0 0 25 0 8 0 182349343 890626048 173281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155525853 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1103] ppid=1098 vsize=869752 CPUtime=0
/proc/1101/task/1103/stat : 1103 (java) S 1098 1098 589 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 182349343 890626048 173281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1098 vsize=869752 CPUtime=0
/proc/1101/task/1104/stat : 1104 (java) S 1098 1098 589 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 182349343 890626048 173281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1105] ppid=1098 vsize=869752 CPUtime=0
/proc/1101/task/1105/stat : 1105 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 182349346 890626048 173281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1106] ppid=1098 vsize=869752 CPUtime=0.22
/proc/1101/task/1106/stat : 1106 (java) S 1098 1098 589 0 -1 64 363 0 0 0 21 1 0 0 16 0 8 0 182349346 890626048 173281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1107] ppid=1098 vsize=869752 CPUtime=0
/proc/1101/task/1107/stat : 1107 (java) S 1098 1098 589 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 182349346 890626048 173281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1101/tid=1108] ppid=1098 vsize=869752 CPUtime=0
/proc/1101/task/1108/stat : 1108 (java) S 1098 1098 589 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 182349346 890626048 173281 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.78
Current children cumulated vsize (KiB) 875104

Child status: 1
Real time (s): 313.052
CPU time (s): 309.854
CPU user time (s): 308.878
CPU system time (s): 0.975851
CPU usage (%): 98.9784
Max. virtual memory (cumulated for all children) (KiB): 881056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.878
system time used= 0.975851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178704
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= 9074
involuntary context switches= 17880

runsolver used 0.39094 s user time and 1.16382 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Tue Jan  9 10:45:37 UTC 2007


IDJOB= 235736
IDBENCH= 6793
FILE ID= node3/235736-1168339537

PBS_JOBID= 3503133

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER3-1-fair.xml
COMMAND LINE= /tmp/evaluation/235736-1168339537/cspfj.sh -competition /tmp/evaluation/235736-1168339537/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-235736-1168339537 -o ROOT/results/node3/solver-235736-1168339537 -C 1800 -M 900  /tmp/evaluation/235736-1168339537/cspfj.sh -competition /tmp/evaluation/235736-1168339537/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  5bbcbd8babff247c33bc8885f3d1335c

RANDOM SEED= 5218425

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.279
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.279
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:       1514504 kB
Buffers:         68360 kB
Cached:         305232 kB
SwapCached:          0 kB
Active:         317724 kB
Inactive:       158780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1514504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             376 kB
Writeback:           0 kB
Mapped:         130632 kB
Slab:            49732 kB
Committed_AS:  6008332 kB
PageTables:       2244 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= 66558 MiB



End job on node3 on Tue Jan  9 10:50:50 UTC 2007