Trace number 206998

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? 35.8775 36.1358

General information on the benchmark

NametravellingSalesman/travellingSalesman-20/
tsp-20-366_ext.xml
MD5SUM9fb868b7560f00f44a58b95ae201c2fb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.56976
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

35.98	Jan 7, 2007 3:22:50 PM cspfj.ResultHandler fail
35.98	WARNING: cspfj.exception.FailedGenerationException: org.xml.sax.SAXException: cspfj.exception.FailedGenerationException: cspfj.exception.MatrixTooBigException: 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/206998-1168179734/unknown.xml)
35.98	Jan 7, 2007 3:22:50 PM cspfj.ResultHandler fail
35.98	WARNING: [competitor.problem.XMLGenerator.generate(Unknown Source), cspfj.problem.Problem.load(Unknown Source), competitor.Cspfj.solve(Unknown Source), competitor.Cspfj.main(Unknown Source)]
35.98	s UNKNOWN
35.98	c cspfj.exception.FailedGenerationException: org.xml.sax.SAXException: cspfj.exception.FailedGenerationException: cspfj.exception.MatrixTooBigException: 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/206998-1168179734/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/node76/watcher-206998-1168179734 -o ROOT/results/node76/solver-206998-1168179734 -C 1800 -M 900 /tmp/evaluation/206998-1168179734/cspfj.sh -competition /tmp/evaluation/206998-1168179734/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.01 2.01 1.96 5/90 30077
/proc/meminfo: memFree=739400/2055888 swapFree=4095388/4096564
[pid=30076] ppid=30074 vsize=5360 CPUtime=0
/proc/30076/stat : 30076 (cspfj.sh) R 30074 30076 28922 0 -1 4194304 293 124 0 0 0 0 0 0 18 0 1 0 166370542 5488640 238 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 206843736463 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/30076/statm: 1340 238 199 169 0 50 0

[startup+0.107216 s]
/proc/loadavg: 2.01 2.01 1.96 5/90 30077
/proc/meminfo: memFree=739400/2055888 swapFree=4095388/4096564
[pid=30076] ppid=30074 vsize=5360 CPUtime=0
/proc/30076/stat : 30076 (cspfj.sh) S 30074 30076 28922 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 166370542 5488640 238 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/30076/statm: 1340 238 199 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.5153 s]
/proc/loadavg: 2.01 2.01 1.96 5/90 30077
/proc/meminfo: memFree=739400/2055888 swapFree=4095388/4096564
[pid=30076] ppid=30074 vsize=5360 CPUtime=0
/proc/30076/stat : 30076 (cspfj.sh) S 30074 30076 28922 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 166370542 5488640 238 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/30076/statm: 1340 238 199 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.33746 s]
/proc/loadavg: 2.01 2.01 1.96 3/98 30086
/proc/meminfo: memFree=667080/2055888 swapFree=4095388/4096564
[pid=30076] ppid=30074 vsize=5360 CPUtime=0
/proc/30076/stat : 30076 (cspfj.sh) S 30074 30076 28922 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 166370542 5488640 238 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/30076/statm: 1340 238 199 169 0 50 0
[pid=30079] ppid=30076 vsize=866048 CPUtime=1.31
/proc/30079/stat : 30079 (java) S 30076 30076 28922 0 -1 0 26808 0 1 0 119 12 0 0 16 0 8 0 166370542 886833152 26485 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30079/statm: 216512 26490 1743 14 0 203782 0
[pid=30079/tid=30080] ppid=30076 vsize=866048 CPUtime=0.81
/proc/30079/task/30080/stat : 30080 (java) R 30076 30076 28922 0 -1 64 21931 0 0 0 73 8 0 0 20 0 8 0 166370546 886833152 26493 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153964348 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30081] ppid=30076 vsize=866048 CPUtime=0
/proc/30079/task/30081/stat : 30081 (java) S 30076 30076 28922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166370546 886833152 26498 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30082] ppid=30076 vsize=866048 CPUtime=0
/proc/30079/task/30082/stat : 30082 (java) S 30076 30076 28922 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166370546 886833152 26504 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30083] ppid=30076 vsize=866048 CPUtime=0
/proc/30079/task/30083/stat : 30083 (java) S 30076 30076 28922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166370549 886833152 26509 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30084] ppid=30076 vsize=866048 CPUtime=0.08
/proc/30079/task/30084/stat : 30084 (java) S 30076 30076 28922 0 -1 64 299 0 0 0 8 0 0 0 16 0 8 0 166370549 886833152 26515 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30085] ppid=30076 vsize=866048 CPUtime=0
/proc/30079/task/30085/stat : 30085 (java) S 30076 30076 28922 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166370549 886833152 26520 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30086] ppid=30076 vsize=866048 CPUtime=0
/proc/30079/task/30086/stat : 30086 (java) S 30076 30076 28922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166370549 886833152 26525 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 871408

[startup+2.98478 s]
/proc/loadavg: 2.01 2.00 1.96 3/98 30086
/proc/meminfo: memFree=524680/2055888 swapFree=4095388/4096564
[pid=30076] ppid=30074 vsize=5360 CPUtime=0
/proc/30076/stat : 30076 (cspfj.sh) S 30074 30076 28922 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 166370542 5488640 238 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/30076/statm: 1340 238 199 169 0 50 0
[pid=30079] ppid=30076 vsize=868288 CPUtime=2.96
/proc/30079/stat : 30079 (java) R 30076 30076 28922 0 -1 0 55646 0 1 0 272 24 0 0 19 0 8 0 166370542 889126912 55312 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073605026 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30079/statm: 217072 55312 1743 14 0 204342 0
[pid=30079/tid=30080] ppid=30076 vsize=868288 CPUtime=1.96
/proc/30079/task/30080/stat : 30080 (java) S 30076 30076 28922 0 -1 64 49349 0 0 0 176 20 0 0 25 0 8 0 166370546 889126912 55312 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30081] ppid=30076 vsize=868288 CPUtime=0
/proc/30079/task/30081/stat : 30081 (java) S 30076 30076 28922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166370546 889126912 55312 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30082] ppid=30076 vsize=868288 CPUtime=0
/proc/30079/task/30082/stat : 30082 (java) S 30076 30076 28922 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166370546 889126912 55312 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30083] ppid=30076 vsize=868288 CPUtime=0
/proc/30079/task/30083/stat : 30083 (java) S 30076 30076 28922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166370549 889126912 55312 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30084] ppid=30076 vsize=868288 CPUtime=0.08
/proc/30079/task/30084/stat : 30084 (java) S 30076 30076 28922 0 -1 64 300 0 0 0 8 0 0 0 16 0 8 0 166370549 889126912 55312 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30085] ppid=30076 vsize=868288 CPUtime=0
/proc/30079/task/30085/stat : 30085 (java) S 30076 30076 28922 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166370549 889126912 55312 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30086] ppid=30076 vsize=868288 CPUtime=0
/proc/30079/task/30086/stat : 30086 (java) S 30076 30076 28922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166370549 889126912 55312 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 873648

[startup+6.27943 s]
/proc/loadavg: 2.01 2.00 1.96 3/98 30086
/proc/meminfo: memFree=321096/2055888 swapFree=4095388/4096564
[pid=30076] ppid=30074 vsize=5360 CPUtime=0
/proc/30076/stat : 30076 (cspfj.sh) S 30074 30076 28922 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 166370542 5488640 238 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/30076/statm: 1340 238 199 169 0 50 0
[pid=30079] ppid=30076 vsize=865008 CPUtime=6.25
/proc/30079/stat : 30079 (java) R 30076 30076 28922 0 -1 0 107106 0 1 0 578 47 0 0 25 0 8 0 166370542 885768192 105966 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073615232 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30079/statm: 216252 105966 1743 14 0 203522 0
[pid=30079/tid=30080] ppid=30076 vsize=865008 CPUtime=3.62
/proc/30079/task/30080/stat : 30080 (java) S 30076 30076 28922 0 -1 64 96510 0 0 0 321 41 0 0 25 0 8 0 166370546 885768192 105966 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30081] ppid=30076 vsize=865008 CPUtime=0
/proc/30079/task/30081/stat : 30081 (java) S 30076 30076 28922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166370546 885768192 105966 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30082] ppid=30076 vsize=865008 CPUtime=0
/proc/30079/task/30082/stat : 30082 (java) S 30076 30076 28922 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166370546 885768192 105966 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30083] ppid=30076 vsize=865008 CPUtime=0
/proc/30079/task/30083/stat : 30083 (java) S 30076 30076 28922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166370549 885768192 105966 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30084] ppid=30076 vsize=865008 CPUtime=0.09
/proc/30079/task/30084/stat : 30084 (java) S 30076 30076 28922 0 -1 64 303 0 0 0 9 0 0 0 16 0 8 0 166370549 885768192 105966 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30085] ppid=30076 vsize=865008 CPUtime=0
/proc/30079/task/30085/stat : 30085 (java) S 30076 30076 28922 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166370549 885768192 105966 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30086] ppid=30076 vsize=865008 CPUtime=0
/proc/30079/task/30086/stat : 30086 (java) S 30076 30076 28922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166370549 885768192 105966 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 870368

[startup+12.7707 s]
/proc/loadavg: 2.09 2.02 1.96 3/98 30086
/proc/meminfo: memFree=125256/2055888 swapFree=4095388/4096564
[pid=30076] ppid=30074 vsize=5360 CPUtime=0
/proc/30076/stat : 30076 (cspfj.sh) S 30074 30076 28922 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 166370542 5488640 238 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/30076/statm: 1340 238 199 169 0 50 0
[pid=30079] ppid=30076 vsize=865168 CPUtime=12.74
/proc/30079/stat : 30079 (java) R 30076 30076 28922 0 -1 0 163372 0 1 0 1198 76 0 0 25 0 8 0 166370542 885932032 154827 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30079/statm: 216292 154827 1743 14 0 203562 0
[pid=30079/tid=30080] ppid=30076 vsize=865168 CPUtime=5.72
/proc/30079/task/30080/stat : 30080 (java) R 30076 30076 28922 0 -1 64 152757 0 0 0 502 70 0 0 16 0 8 0 166370546 885932032 154827 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153819234 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30081] ppid=30076 vsize=865168 CPUtime=0
/proc/30079/task/30081/stat : 30081 (java) S 30076 30076 28922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166370546 885932032 154827 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30082] ppid=30076 vsize=865168 CPUtime=0
/proc/30079/task/30082/stat : 30082 (java) S 30076 30076 28922 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166370546 885932032 154827 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30083] ppid=30076 vsize=865168 CPUtime=0
/proc/30079/task/30083/stat : 30083 (java) S 30076 30076 28922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166370549 885932032 154827 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30084] ppid=30076 vsize=865168 CPUtime=0.1
/proc/30079/task/30084/stat : 30084 (java) S 30076 30076 28922 0 -1 64 312 0 0 0 10 0 0 0 16 0 8 0 166370549 885932032 154827 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30085] ppid=30076 vsize=865168 CPUtime=0
/proc/30079/task/30085/stat : 30085 (java) S 30076 30076 28922 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166370549 885932032 154827 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30086] ppid=30076 vsize=865168 CPUtime=0
/proc/30079/task/30086/stat : 30086 (java) S 30076 30076 28922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166370549 885932032 154827 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 870528

[startup+25.6394 s]
/proc/loadavg: 2.08 2.02 1.96 4/94 30162
/proc/meminfo: memFree=422824/2055888 swapFree=4095388/4096564
[pid=30076] ppid=30074 vsize=5360 CPUtime=0
/proc/30076/stat : 30076 (cspfj.sh) S 30074 30076 28922 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 166370542 5488640 238 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/30076/statm: 1340 238 199 169 0 50 0
[pid=30079] ppid=30076 vsize=865072 CPUtime=25.51
/proc/30079/stat : 30079 (java) S 30076 30076 28922 0 -1 0 177564 0 1 0 2468 83 0 0 21 0 8 0 166370542 885833728 169002 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30079/statm: 216268 169002 1743 14 0 203538 0
[pid=30079/tid=30080] ppid=30076 vsize=865072 CPUtime=12.78
/proc/30079/task/30080/stat : 30080 (java) R 30076 30076 28922 0 -1 64 166933 0 0 0 1202 76 0 0 19 0 8 0 166370546 885833728 169002 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155520962 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30081] ppid=30076 vsize=865072 CPUtime=0
/proc/30079/task/30081/stat : 30081 (java) S 30076 30076 28922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166370546 885833728 169002 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30082] ppid=30076 vsize=865072 CPUtime=0
/proc/30079/task/30082/stat : 30082 (java) S 30076 30076 28922 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 166370546 885833728 169002 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30083] ppid=30076 vsize=865072 CPUtime=0
/proc/30079/task/30083/stat : 30083 (java) S 30076 30076 28922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166370549 885833728 169002 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30084] ppid=30076 vsize=865072 CPUtime=0.1
/proc/30079/task/30084/stat : 30084 (java) S 30076 30076 28922 0 -1 64 312 0 0 0 10 0 0 0 16 0 8 0 166370549 885833728 169002 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30085] ppid=30076 vsize=865072 CPUtime=0
/proc/30079/task/30085/stat : 30085 (java) S 30076 30076 28922 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166370549 885833728 169002 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30079/tid=30086] ppid=30076 vsize=865072 CPUtime=0
/proc/30079/task/30086/stat : 30086 (java) S 30076 30076 28922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166370549 885833728 169002 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 870432

Child status: 1
Real time (s): 36.1358
CPU time (s): 35.8775
CPU user time (s): 34.9227
CPU system time (s): 0.954854
CPU usage (%): 99.2852
Max. virtual memory (cumulated for all children) (KiB): 873648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.9227
system time used= 0.954854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180983
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= 1960
involuntary context switches= 2343

runsolver used 0.042993 s user time and 0.120981 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Jan  7 14:22:14 UTC 2007


IDJOB= 206998
IDBENCH= 4251
FILE ID= node76/206998-1168179734

PBS_JOBID= 3479092

Free space on /tmp= 66640 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-20/tsp-20-366_ext.xml
COMMAND LINE= /tmp/evaluation/206998-1168179734/cspfj.sh -competition /tmp/evaluation/206998-1168179734/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-206998-1168179734 -o ROOT/results/node76/solver-206998-1168179734 -C 1800 -M 900  /tmp/evaluation/206998-1168179734/cspfj.sh -competition /tmp/evaluation/206998-1168179734/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  9fb868b7560f00f44a58b95ae201c2fb

RANDOM SEED= 318238260

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:        739880 kB
Buffers:         37072 kB
Cached:         511192 kB
SwapCached:        428 kB
Active:         784440 kB
Inactive:       476612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:        739880 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:             380 kB
Writeback:           0 kB
Mapped:         731640 kB
Slab:            39176 kB
Committed_AS:  6924148 kB
PageTables:       3180 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66645 MiB



End job on node76 on Sun Jan  7 14:22:52 UTC 2007