Trace number 197908

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? 283.75 286.736

General information on the benchmark

Namemarc/
large-96-unsat_ext.xml
MD5SUMa03d5eb87a7b601c13f81842fb6beeb3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.1506
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables96
Number of constraints4560
Maximum constraint arity2
Maximum domain size96
Number of constraints which are defined in extension4560
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

286.58	Jan 7, 2007 12:38:59 AM cspfj.ResultHandler fail
286.58	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/197908-1168126448/unknown.xml)
286.58	Jan 7, 2007 12:38:59 AM cspfj.ResultHandler fail
286.58	WARNING: [competitor.problem.XMLGenerator.generate(Unknown Source), cspfj.problem.Problem.load(Unknown Source), competitor.Cspfj.solve(Unknown Source), competitor.Cspfj.main(Unknown Source)]
286.58	s UNKNOWN
286.58	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/197908-1168126448/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/node21/watcher-197908-1168126448 -o ROOT/results/node21/solver-197908-1168126448 -C 1800 -M 900 /tmp/evaluation/197908-1168126448/cspfj.sh -competition /tmp/evaluation/197908-1168126448/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.91 1.87 1.92 7/87 32762
/proc/meminfo: memFree=1318736/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) R 32758 32760 31884 0 -1 4194304 290 128 0 0 0 0 0 0 16 0 1 0 161039741 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236095475 0 0 4100 65536 0 0 0 17 1 0 0
/proc/32760/statm: 1338 236 197 169 0 49 0

[startup+0.105768 s]
/proc/loadavg: 1.91 1.87 1.92 7/87 32762
/proc/meminfo: memFree=1318736/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) S 32758 32760 31884 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 161039741 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32760/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.513844 s]
/proc/loadavg: 1.91 1.87 1.92 7/87 32762
/proc/meminfo: memFree=1318736/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) S 32758 32760 31884 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 161039741 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32760/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.342 s]
/proc/loadavg: 1.91 1.87 1.92 3/94 302
/proc/meminfo: memFree=1236816/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) S 32758 32760 31884 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 161039741 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32760/statm: 1338 240 201 169 0 49 0
[pid=32763] ppid=32760 vsize=865008 CPUtime=1.26
/proc/32763/stat : 32763 (java) R 32760 32760 31884 0 -1 0 27711 0 1 0 111 15 0 0 25 0 8 0 161039742 885768192 27371 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32763/statm: 216252 27371 1741 14 0 203523 0
[pid=32763/tid=32764] ppid=32760 vsize=865008 CPUtime=0.36
/proc/32763/task/32764/stat : 32764 (java) S 32760 32760 31884 0 -1 64 22990 0 0 0 28 8 0 0 16 0 8 0 161039748 885768192 27371 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32765] ppid=32760 vsize=865008 CPUtime=0
/proc/32763/task/32765/stat : 32765 (java) S 32760 32760 31884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161039748 885768192 27371 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32766] ppid=32760 vsize=865008 CPUtime=0
/proc/32763/task/32766/stat : 32766 (java) S 32760 32760 31884 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161039748 885768192 27371 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32767] ppid=32760 vsize=865008 CPUtime=0
/proc/32763/task/32767/stat : 32767 (java) S 32760 32760 31884 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161039752 885768192 27371 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=300] ppid=32760 vsize=865008 CPUtime=0.07
/proc/32763/task/300/stat : 300 (java) S 32760 32760 31884 0 -1 64 315 0 0 0 7 0 0 0 16 0 8 0 161039752 885768192 27371 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=301] ppid=32760 vsize=865008 CPUtime=0
/proc/32763/task/301/stat : 301 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161039752 885768192 27371 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=302] ppid=32760 vsize=865008 CPUtime=0
/proc/32763/task/302/stat : 302 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161039752 885768192 27371 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 870360

[startup+2.98331 s]
/proc/loadavg: 1.91 1.87 1.92 3/94 302
/proc/meminfo: memFree=1100752/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) S 32758 32760 31884 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 161039741 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32760/statm: 1338 240 201 169 0 49 0
[pid=32763] ppid=32760 vsize=865424 CPUtime=2.89
/proc/32763/stat : 32763 (java) R 32760 32760 31884 0 -1 0 76696 0 1 0 245 44 0 0 25 0 8 0 161039742 886194176 76330 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4072925489 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32763/statm: 216356 76330 1743 14 0 203627 0
[pid=32763/tid=32764] ppid=32760 vsize=865424 CPUtime=0.76
/proc/32763/task/32764/stat : 32764 (java) S 32760 32760 31884 0 -1 64 69720 0 0 0 49 27 0 0 16 0 8 0 161039748 886194176 76330 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32765] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32765/stat : 32765 (java) S 32760 32760 31884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 76330 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32766] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32766/stat : 32766 (java) S 32760 32760 31884 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161039748 886194176 76330 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32767] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32767/stat : 32767 (java) S 32760 32760 31884 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161039752 886194176 76330 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=300] ppid=32760 vsize=865424 CPUtime=0.12
/proc/32763/task/300/stat : 300 (java) S 32760 32760 31884 0 -1 64 432 0 0 0 12 0 0 0 17 0 8 0 161039752 886194176 76330 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=301] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/301/stat : 301 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161039752 886194176 76330 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=302] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/302/stat : 302 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161039752 886194176 76330 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 870776

[startup+6.20192 s]
/proc/loadavg: 1.92 1.87 1.92 3/94 302
/proc/meminfo: memFree=1055120/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) S 32758 32760 31884 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 161039741 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32760/statm: 1338 240 201 169 0 49 0
[pid=32763] ppid=32760 vsize=865424 CPUtime=6.07
/proc/32763/stat : 32763 (java) R 32760 32760 31884 0 -1 0 84100 0 1 0 560 47 0 0 25 0 8 0 161039742 886194176 83696 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073471894 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32763/statm: 216356 83696 1743 14 0 203627 0
[pid=32763/tid=32764] ppid=32760 vsize=865424 CPUtime=1.15
/proc/32763/task/32764/stat : 32764 (java) S 32760 32760 31884 0 -1 64 77070 0 0 0 85 30 0 0 16 0 8 0 161039748 886194176 83696 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32765] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32765/stat : 32765 (java) S 32760 32760 31884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 83696 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32766] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32766/stat : 32766 (java) S 32760 32760 31884 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161039748 886194176 83696 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32767] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32767/stat : 32767 (java) S 32760 32760 31884 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161039752 886194176 83696 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=300] ppid=32760 vsize=865424 CPUtime=0.14
/proc/32763/task/300/stat : 300 (java) S 32760 32760 31884 0 -1 64 438 0 0 0 14 0 0 0 17 0 8 0 161039752 886194176 83696 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=301] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/301/stat : 301 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161039752 886194176 83696 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=302] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/302/stat : 302 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161039752 886194176 83696 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 870776

[startup+12.6341 s]
/proc/loadavg: 1.93 1.87 1.92 3/94 302
/proc/meminfo: memFree=945304/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) S 32758 32760 31884 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 161039741 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32760/statm: 1338 240 201 169 0 49 0
[pid=32763] ppid=32760 vsize=865424 CPUtime=12.45
/proc/32763/stat : 32763 (java) R 32760 32760 31884 0 -1 0 100894 0 1 0 1191 54 0 0 25 0 8 0 161039742 886194176 100438 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32763/statm: 216356 100438 1743 14 0 203627 0
[pid=32763/tid=32764] ppid=32760 vsize=865424 CPUtime=2.04
/proc/32763/task/32764/stat : 32764 (java) R 32760 32760 31884 0 -1 64 91630 0 0 0 168 36 0 0 16 0 8 0 161039748 886194176 100438 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32765] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32765/stat : 32765 (java) S 32760 32760 31884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 100438 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32766] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32766/stat : 32766 (java) S 32760 32760 31884 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 100438 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32767] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32767/stat : 32767 (java) S 32760 32760 31884 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161039752 886194176 100438 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=300] ppid=32760 vsize=865424 CPUtime=0.14
/proc/32763/task/300/stat : 300 (java) S 32760 32760 31884 0 -1 64 440 0 0 0 14 0 0 0 17 0 8 0 161039752 886194176 100438 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=301] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/301/stat : 301 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161039752 886194176 100438 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=302] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/302/stat : 302 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161039752 886194176 100438 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 870776

[startup+25.4756 s]
/proc/loadavg: 1.94 1.88 1.92 3/94 302
/proc/meminfo: memFree=858008/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) S 32758 32760 31884 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 161039741 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32760/statm: 1338 240 201 169 0 49 0
[pid=32763] ppid=32760 vsize=865424 CPUtime=25.16
/proc/32763/stat : 32763 (java) R 32760 32760 31884 0 -1 0 127827 0 1 0 2453 63 0 0 25 0 8 0 161039742 886194176 127282 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073748013 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32763/statm: 216356 127282 1743 14 0 203627 0
[pid=32763/tid=32764] ppid=32760 vsize=865424 CPUtime=3.49
/proc/32763/task/32764/stat : 32764 (java) S 32760 32760 31884 0 -1 64 118474 0 0 0 303 46 0 0 16 0 8 0 161039748 886194176 127282 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32765] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32765/stat : 32765 (java) S 32760 32760 31884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 127282 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32766] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32766/stat : 32766 (java) S 32760 32760 31884 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 127282 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32767] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32767/stat : 32767 (java) S 32760 32760 31884 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161039752 886194176 127282 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=300] ppid=32760 vsize=865424 CPUtime=0.14
/proc/32763/task/300/stat : 300 (java) S 32760 32760 31884 0 -1 64 440 0 0 0 14 0 0 0 17 0 8 0 161039752 886194176 127282 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=301] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/301/stat : 301 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161039752 886194176 127282 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=302] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/302/stat : 302 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161039752 886194176 127282 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 870776

[startup+51.1784 s]
/proc/loadavg: 2.11 1.92 1.93 4/94 302
/proc/meminfo: memFree=742744/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) S 32758 32760 31884 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 161039741 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32760/statm: 1338 240 201 169 0 49 0
[pid=32763] ppid=32760 vsize=865424 CPUtime=50.52
/proc/32763/stat : 32763 (java) R 32760 32760 31884 0 -1 0 164625 0 1 0 4973 79 0 0 25 0 8 0 161039742 886194176 163976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32763/statm: 216356 163976 1744 14 0 203627 0
[pid=32763/tid=32764] ppid=32760 vsize=865424 CPUtime=14.08
/proc/32763/task/32764/stat : 32764 (java) R 32760 32760 31884 0 -1 64 154757 0 0 0 1348 60 0 0 16 0 8 0 161039748 886194176 163976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155215798 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32765] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32765/stat : 32765 (java) S 32760 32760 31884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 163976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32766] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32766/stat : 32766 (java) S 32760 32760 31884 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 163976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32767] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32767/stat : 32767 (java) S 32760 32760 31884 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161039752 886194176 163976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=300] ppid=32760 vsize=865424 CPUtime=0.14
/proc/32763/task/300/stat : 300 (java) S 32760 32760 31884 0 -1 64 444 0 0 0 14 0 0 0 17 0 8 0 161039752 886194176 163976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=301] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/301/stat : 301 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161039752 886194176 163976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=302] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/302/stat : 302 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161039752 886194176 163976 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 870776

[startup+102.48 s]
/proc/loadavg: 2.48 2.05 1.97 4/94 302
/proc/meminfo: memFree=687064/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) S 32758 32760 31884 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 161039741 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32760/statm: 1338 240 201 169 0 49 0
[pid=32763] ppid=32760 vsize=865424 CPUtime=101.34
/proc/32763/stat : 32763 (java) R 32760 32760 31884 0 -1 0 172209 0 1 0 10051 83 0 0 25 0 8 0 161039742 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32763/statm: 216356 171514 1744 14 0 203627 0
[pid=32763/tid=32764] ppid=32760 vsize=865424 CPUtime=56.98
/proc/32763/task/32764/stat : 32764 (java) R 32760 32760 31884 0 -1 64 161788 0 0 0 5635 63 0 0 16 0 8 0 161039748 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155772461 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32765] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32765/stat : 32765 (java) S 32760 32760 31884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32766] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32766/stat : 32766 (java) S 32760 32760 31884 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32767] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32767/stat : 32767 (java) S 32760 32760 31884 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=300] ppid=32760 vsize=865424 CPUtime=0.15
/proc/32763/task/300/stat : 300 (java) S 32760 32760 31884 0 -1 64 447 0 0 0 15 0 0 0 17 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=301] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/301/stat : 301 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=302] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/302/stat : 302 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 870776

[startup+162.533 s]
/proc/loadavg: 2.73 2.20 2.02 4/94 302
/proc/meminfo: memFree=707608/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) S 32758 32760 31884 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 161039741 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32760/statm: 1338 240 201 169 0 49 0
[pid=32763] ppid=32760 vsize=865424 CPUtime=160.82
/proc/32763/stat : 32763 (java) R 32760 32760 31884 0 -1 0 172264 0 1 0 15998 84 0 0 25 0 8 0 161039742 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32763/statm: 216356 171514 1744 14 0 203627 0
[pid=32763/tid=32764] ppid=32760 vsize=865424 CPUtime=111.54
/proc/32763/task/32764/stat : 32764 (java) R 32760 32760 31884 0 -1 64 161788 0 0 0 11090 64 0 0 17 0 8 0 161039748 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32765] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32765/stat : 32765 (java) S 32760 32760 31884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32766] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32766/stat : 32766 (java) S 32760 32760 31884 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32767] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32767/stat : 32767 (java) S 32760 32760 31884 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=300] ppid=32760 vsize=865424 CPUtime=0.15
/proc/32763/task/300/stat : 300 (java) S 32760 32760 31884 0 -1 64 447 0 0 0 15 0 0 0 17 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=301] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/301/stat : 301 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=302] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/302/stat : 302 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 870776

[startup+222.562 s]
/proc/loadavg: 2.36 2.19 2.03 3/94 302
/proc/meminfo: memFree=635864/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) S 32758 32760 31884 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 161039741 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32760/statm: 1338 240 201 169 0 49 0
[pid=32763] ppid=32760 vsize=865424 CPUtime=220.23
/proc/32763/stat : 32763 (java) S 32760 32760 31884 0 -1 0 172322 0 1 0 21939 84 0 0 17 0 8 0 161039742 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32763/statm: 216356 171514 1744 14 0 203627 0
[pid=32763/tid=32764] ppid=32760 vsize=865424 CPUtime=169.92
/proc/32763/task/32764/stat : 32764 (java) R 32760 32760 31884 0 -1 64 161788 0 0 0 16927 65 0 0 25 0 8 0 161039748 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155134242 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32765] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32765/stat : 32765 (java) S 32760 32760 31884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32766] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32766/stat : 32766 (java) S 32760 32760 31884 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32767] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32767/stat : 32767 (java) S 32760 32760 31884 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=300] ppid=32760 vsize=865424 CPUtime=0.15
/proc/32763/task/300/stat : 300 (java) S 32760 32760 31884 0 -1 64 447 0 0 0 15 0 0 0 17 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=301] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/301/stat : 301 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=302] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/302/stat : 302 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.23
Current children cumulated vsize (KiB) 870776

[startup+282.608 s]
/proc/loadavg: 2.13 2.15 2.02 3/94 302
/proc/meminfo: memFree=650776/2055920 swapFree=4156304/4192956
[pid=32760] ppid=32758 vsize=5352 CPUtime=0
/proc/32760/stat : 32760 (cspfj.sh) S 32758 32760 31884 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 161039741 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32760/statm: 1338 240 201 169 0 49 0
[pid=32763] ppid=32760 vsize=865424 CPUtime=279.69
/proc/32763/stat : 32763 (java) S 32760 32760 31884 0 -1 0 172381 0 1 0 27884 85 0 0 17 0 8 0 161039742 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32763/statm: 216356 171514 1744 14 0 203627 0
[pid=32763/tid=32764] ppid=32760 vsize=865424 CPUtime=229.24
/proc/32763/task/32764/stat : 32764 (java) R 32760 32760 31884 0 -1 64 161788 0 0 0 22858 66 0 0 25 0 8 0 161039748 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155134186 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32765] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32765/stat : 32765 (java) S 32760 32760 31884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32766] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32766/stat : 32766 (java) S 32760 32760 31884 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161039748 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=32767] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/32767/stat : 32767 (java) S 32760 32760 31884 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=300] ppid=32760 vsize=865424 CPUtime=0.15
/proc/32763/task/300/stat : 300 (java) S 32760 32760 31884 0 -1 64 447 0 0 0 15 0 0 0 17 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=301] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/301/stat : 301 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32763/tid=302] ppid=32760 vsize=865424 CPUtime=0
/proc/32763/task/302/stat : 302 (java) S 32760 32760 31884 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161039752 886194176 171514 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.69
Current children cumulated vsize (KiB) 870776

Child status: 1
Real time (s): 286.736
CPU time (s): 283.75
CPU user time (s): 282.784
CPU system time (s): 0.965853
CPU usage (%): 98.9587
Max. virtual memory (cumulated for all children) (KiB): 871292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.784
system time used= 0.965853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173055
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9895
involuntary context switches= 11249

runsolver used 0.371943 s user time and 0.908861 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sat Jan  6 23:34:11 UTC 2007


IDJOB= 197908
IDBENCH= 3521
FILE ID= node21/197908-1168126448

PBS_JOBID= 3477468

Free space on /tmp= 66401 MiB

BENCH NAME= HOME/pub/bench/CPAI06/marc/large-96-unsat_ext.xml
COMMAND LINE= /tmp/evaluation/197908-1168126448/cspfj.sh -competition /tmp/evaluation/197908-1168126448/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-197908-1168126448 -o ROOT/results/node21/solver-197908-1168126448 -C 1800 -M 900  /tmp/evaluation/197908-1168126448/cspfj.sh -competition /tmp/evaluation/197908-1168126448/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  a03d5eb87a7b601c13f81842fb6beeb3

RANDOM SEED= 851680348

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.261
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.261
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:       1322360 kB
Buffers:         47096 kB
Cached:         462060 kB
SwapCached:       2748 kB
Active:         369540 kB
Inactive:       301620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1322360 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:           94364 kB
Writeback:           0 kB
Mapped:         170960 kB
Slab:            46904 kB
Committed_AS:  3237328 kB
PageTables:       2552 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= 66401 MiB



End job on node21 on Sat Jan  6 23:38:59 UTC 2007