Trace number 272174

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CSP4J - MAC 2007-01-16? 29.5145 29.6933

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-5.xml
MD5SUMceab7fa83218c14d58ea9b242c597630
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1189
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

29.52	Jan 19, 2007 1:58:13 AM cspfj.ResultHandler fail
29.52	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/272174-1169168260/unknown.xml)
29.52	Jan 19, 2007 1:58:13 AM cspfj.ResultHandler fail
29.52	WARNING: [competitor.problem.XMLGenerator.generate(Unknown Source), cspfj.problem.Problem.load(Unknown Source), competitor.Cspfj.solve(Unknown Source), competitor.Cspfj.main(Unknown Source)]
29.52	s UNKNOWN
29.52	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/272174-1169168260/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/node12/watcher-272174-1169168260 -o ROOT/results/node12/solver-272174-1169168260 -C 1800 -M 900 /tmp/evaluation/272174-1169168260/cspfj.sh -competition /tmp/evaluation/272174-1169168260/unknown.xml 

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

/proc/loadavg: 0.72 0.93 1.09 4/81 19735
/proc/meminfo: memFree=1489880/2055920 swapFree=4160348/4192956
[pid=19734] ppid=19732 vsize=5352 CPUtime=0
/proc/19734/stat : 19734 (cspfj.sh) R 19732 19734 19619 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 265221428 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 4459254 0 65536 4100 65536 0 0 0 17 1 0 0
/proc/19734/statm: 1338 240 201 169 0 49 0
[pid=19737] ppid=19734 vsize=5352 CPUtime=0
/proc/19737/stat : 19737 (cspfj.sh) R 19734 19734 19619 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 265221429 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429528359 0 0 4096 0 0 0 0 17 1 0 0
/proc/19737/statm: 1338 240 201 169 0 49 0

[startup+0.104382 s]
/proc/loadavg: 0.72 0.93 1.09 4/81 19735
/proc/meminfo: memFree=1489880/2055920 swapFree=4160348/4192956
[pid=19734] ppid=19732 vsize=5352 CPUtime=0
/proc/19734/stat : 19734 (cspfj.sh) S 19732 19734 19619 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 265221428 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1338 240 201 169 0 49 0
[pid=19737] ppid=19734 vsize=47416 CPUtime=0
/proc/19737/stat : 19737 (java) R 19734 19734 19619 0 -1 0 923 0 1 0 0 0 0 0 18 0 1 0 265221429 48553984 671 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4151972379 0 4 0 7368 0 0 0 17 0 0 0
/proc/19737/statm: 11854 671 546 14 0 1707 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 52768

[startup+0.512459 s]
/proc/loadavg: 0.72 0.93 1.09 4/81 19735
/proc/meminfo: memFree=1489880/2055920 swapFree=4160348/4192956
[pid=19734] ppid=19732 vsize=5352 CPUtime=0
/proc/19734/stat : 19734 (cspfj.sh) S 19732 19734 19619 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 265221428 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1338 240 201 169 0 49 0
[pid=19737] ppid=19734 vsize=866032 CPUtime=0.4
/proc/19737/stat : 19737 (java) S 19734 19734 19619 0 -1 0 6238 0 1 0 36 4 0 0 16 0 8 0 265221429 886816768 5958 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19737/statm: 216508 5958 1742 14 0 203778 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 871384

[startup+1.33466 s]
/proc/loadavg: 0.74 0.94 1.09 2/89 19744
/proc/meminfo: memFree=1436248/2055920 swapFree=4160348/4192956
[pid=19734] ppid=19732 vsize=5352 CPUtime=0
/proc/19734/stat : 19734 (cspfj.sh) S 19732 19734 19619 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 265221428 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1338 240 201 169 0 49 0
[pid=19737] ppid=19734 vsize=866396 CPUtime=1.23
/proc/19737/stat : 19737 (java) R 19734 19734 19619 0 -1 0 19982 0 1 0 111 12 0 0 16 0 8 0 265221429 887189504 19679 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4153644848 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19737/statm: 216599 19679 1829 14 0 203860 0
[pid=19737/tid=19738] ppid=19734 vsize=866396 CPUtime=0.41
/proc/19737/task/19738/stat : 19738 (java) S 19734 19734 19619 0 -1 64 15377 0 0 0 35 6 0 0 16 0 8 0 265221440 887189504 19679 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19737/tid=19739] ppid=19734 vsize=866396 CPUtime=0
/proc/19737/task/19739/stat : 19739 (java) S 19734 19734 19619 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 265221441 887189504 19679 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19740] ppid=19734 vsize=866396 CPUtime=0
/proc/19737/task/19740/stat : 19740 (java) S 19734 19734 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 265221441 887189504 19679 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19741] ppid=19734 vsize=866396 CPUtime=0
/proc/19737/task/19741/stat : 19741 (java) S 19734 19734 19619 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 265221444 887189504 19679 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19737/tid=19742] ppid=19734 vsize=866396 CPUtime=0.18
/proc/19737/task/19742/stat : 19742 (java) S 19734 19734 19619 0 -1 64 399 0 0 0 17 1 0 0 16 0 8 0 265221444 887189504 19679 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19737/tid=19743] ppid=19734 vsize=866396 CPUtime=0
/proc/19737/task/19743/stat : 19743 (java) S 19734 19734 19619 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 265221444 887189504 19679 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19737/tid=19744] ppid=19734 vsize=866396 CPUtime=0
/proc/19737/task/19744/stat : 19744 (java) S 19734 19734 19619 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 265221444 887189504 19679 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 871748

[startup+2.98692 s]
/proc/loadavg: 0.74 0.94 1.09 2/89 19786
/proc/meminfo: memFree=1345040/2055920 swapFree=4160348/4192956
[pid=19734] ppid=19732 vsize=5352 CPUtime=0
/proc/19734/stat : 19734 (cspfj.sh) S 19732 19734 19619 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 265221428 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1338 240 201 169 0 49 0
[pid=19737] ppid=19734 vsize=867180 CPUtime=2.88
/proc/19737/stat : 19737 (java) S 19734 19734 19619 0 -1 0 52928 0 1 0 262 26 0 0 16 0 8 0 265221429 887992320 52612 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19737/statm: 216795 52617 1829 14 0 204056 0
[pid=19737/tid=19738] ppid=19734 vsize=867180 CPUtime=1.4
/proc/19737/task/19738/stat : 19738 (java) R 19734 19734 19619 0 -1 64 46429 0 0 0 122 18 0 0 17 0 8 0 265221440 887992320 52621 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19739] ppid=19734 vsize=867180 CPUtime=0
/proc/19737/task/19739/stat : 19739 (java) S 19734 19734 19619 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 265221441 887992320 52625 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19740] ppid=19734 vsize=867180 CPUtime=0
/proc/19737/task/19740/stat : 19740 (java) S 19734 19734 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 265221441 887992320 52630 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19741] ppid=19734 vsize=867180 CPUtime=0
/proc/19737/task/19741/stat : 19741 (java) S 19734 19734 19619 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 265221444 887992320 52635 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19737/tid=19742] ppid=19734 vsize=867180 CPUtime=0.26
/proc/19737/task/19742/stat : 19742 (java) S 19734 19734 19619 0 -1 64 666 0 0 0 25 1 0 0 16 0 8 0 265221444 887992320 52640 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19743] ppid=19734 vsize=867180 CPUtime=0
/proc/19737/task/19743/stat : 19743 (java) S 19734 19734 19619 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 265221444 887992320 52645 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19737/tid=19744] ppid=19734 vsize=867180 CPUtime=0
/proc/19737/task/19744/stat : 19744 (java) S 19734 19734 19619 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 265221444 887992320 52650 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 872532

[startup+6.2765 s]
/proc/loadavg: 0.92 0.97 1.10 4/102 19800
/proc/meminfo: memFree=988968/2055920 swapFree=4160348/4192956
[pid=19734] ppid=19732 vsize=5352 CPUtime=0
/proc/19734/stat : 19734 (cspfj.sh) S 19732 19734 19619 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 265221428 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1338 240 201 169 0 49 0
[pid=19737] ppid=19734 vsize=867292 CPUtime=6.17
/proc/19737/stat : 19737 (java) R 19734 19734 19619 0 -1 0 105590 0 1 0 565 52 0 0 17 0 8 0 265221429 888107008 105264 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4073638580 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19737/statm: 216823 105268 1829 14 0 204084 0
[pid=19737/tid=19738] ppid=19734 vsize=867292 CPUtime=3.64
/proc/19737/task/19738/stat : 19738 (java) R 19734 19734 19619 0 -1 64 94554 0 0 0 325 39 0 0 25 0 8 0 265221440 888107008 105272 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19739] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19739/stat : 19739 (java) S 19734 19734 19619 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 265221441 888107008 105272 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19740] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19740/stat : 19740 (java) S 19734 19734 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 265221441 888107008 105272 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19741] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19741/stat : 19741 (java) S 19734 19734 19619 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 265221444 888107008 105272 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19737/tid=19742] ppid=19734 vsize=867292 CPUtime=0.29
/proc/19737/task/19742/stat : 19742 (java) S 19734 19734 19619 0 -1 64 676 0 0 0 28 1 0 0 15 0 8 0 265221444 888107008 105272 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19743] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19743/stat : 19743 (java) S 19734 19734 19619 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 265221444 888107008 105272 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19737/tid=19744] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19744/stat : 19744 (java) S 19734 19734 19619 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 265221444 888107008 105274 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 872644

[startup+12.7787 s]
/proc/loadavg: 1.01 0.99 1.11 3/102 19800
/proc/meminfo: memFree=208880/2055920 swapFree=4160348/4192956
[pid=19734] ppid=19732 vsize=5352 CPUtime=0
/proc/19734/stat : 19734 (cspfj.sh) S 19732 19734 19619 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 265221428 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1338 240 201 169 0 49 0
[pid=19737] ppid=19734 vsize=867292 CPUtime=12.68
/proc/19737/stat : 19737 (java) S 19734 19734 19619 0 -1 0 172838 0 1 0 1183 85 0 0 17 0 8 0 265221429 888107008 172503 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19737/statm: 216823 172503 1829 14 0 204084 0
[pid=19737/tid=19738] ppid=19734 vsize=867292 CPUtime=8.87
/proc/19737/task/19738/stat : 19738 (java) R 19734 19734 19619 0 -1 64 161596 0 0 0 817 70 0 0 25 0 8 0 265221440 888107008 172503 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155526126 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19739] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19739/stat : 19739 (java) S 19734 19734 19619 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 265221441 888107008 172503 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19740] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19740/stat : 19740 (java) S 19734 19734 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 265221441 888107008 172503 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19741] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19741/stat : 19741 (java) S 19734 19734 19619 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 265221444 888107008 172503 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19737/tid=19742] ppid=19734 vsize=867292 CPUtime=0.3
/proc/19737/task/19742/stat : 19742 (java) S 19734 19734 19619 0 -1 64 678 0 0 0 28 2 0 0 16 0 8 0 265221444 888107008 172503 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19743] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19743/stat : 19743 (java) S 19734 19734 19619 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 265221444 888107008 172503 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19737/tid=19744] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19744/stat : 19744 (java) S 19734 19734 19619 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 265221444 888107008 172503 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 872644

[startup+25.655 s]
/proc/loadavg: 1.16 1.02 1.11 3/102 19800
/proc/meminfo: memFree=116976/2055920 swapFree=4160348/4192956
[pid=19734] ppid=19732 vsize=5352 CPUtime=0
/proc/19734/stat : 19734 (cspfj.sh) S 19732 19734 19619 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 265221428 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19734/statm: 1338 240 201 169 0 49 0
[pid=19737] ppid=19734 vsize=867292 CPUtime=25.52
/proc/19737/stat : 19737 (java) S 19734 19734 19619 0 -1 0 172869 0 1 0 2467 85 0 0 16 0 8 0 265221429 888107008 172528 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19737/statm: 216823 172528 1829 14 0 204084 0
[pid=19737/tid=19738] ppid=19734 vsize=867292 CPUtime=21.53
/proc/19737/task/19738/stat : 19738 (java) R 19734 19734 19619 0 -1 64 161596 0 0 0 2083 70 0 0 25 0 8 0 265221440 888107008 172528 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19739] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19739/stat : 19739 (java) S 19734 19734 19619 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 265221441 888107008 172528 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19740] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19740/stat : 19740 (java) S 19734 19734 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 265221441 888107008 172528 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19741] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19741/stat : 19741 (java) S 19734 19734 19619 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 265221444 888107008 172528 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19737/tid=19742] ppid=19734 vsize=867292 CPUtime=0.32
/proc/19737/task/19742/stat : 19742 (java) S 19734 19734 19619 0 -1 64 686 0 0 0 30 2 0 0 16 0 8 0 265221444 888107008 172528 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19737/tid=19743] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19743/stat : 19743 (java) S 19734 19734 19619 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 265221444 888107008 172528 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19737/tid=19744] ppid=19734 vsize=867292 CPUtime=0
/proc/19737/task/19744/stat : 19744 (java) S 19734 19734 19619 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 265221444 888107008 172528 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 872644

Child status: 1
Real time (s): 29.6933
CPU time (s): 29.5145
CPU user time (s): 28.5407
CPU system time (s): 0.973851
CPU usage (%): 99.3978
Max. virtual memory (cumulated for all children) (KiB): 873160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.5407
system time used= 0.973851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173432
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= 1721
involuntary context switches= 1558

runsolver used 0.045993 s user time and 0.096985 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Fri Jan 19 00:57:41 UTC 2007


IDJOB= 272174
IDBENCH= 6577
IDSOLVER= 91
FILE ID= node12/272174-1169168260

PBS_JOBID= 3584000

Free space on /tmp= 66563 MiB

SOLVER NAME= CSP4J - MAC 2007-01-16
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-95-5.xml
COMMAND LINE= /tmp/evaluation/272174-1169168260/cspfj.sh  -competition /tmp/evaluation/272174-1169168260/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-272174-1169168260 -o ROOT/results/node12/solver-272174-1169168260 -C 1800 -M 900  /tmp/evaluation/272174-1169168260/cspfj.sh  -competition /tmp/evaluation/272174-1169168260/unknown.xml

META MD5SUM SOLVER= 1cf1b9d4821c2ee5eee0dc0e02656faa
MD5SUM BENCH=  ceab7fa83218c14d58ea9b242c597630

RANDOM SEED= 73619923

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.265
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.265
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:       1490296 kB
Buffers:         49800 kB
Cached:         418792 kB
SwapCached:       5164 kB
Active:         213312 kB
Inactive:       289008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1490296 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:          42996 kB
Slab:            48576 kB
Committed_AS:  7258092 kB
PageTables:       1920 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66562 MiB



End job on node12 on Fri Jan 19 00:58:14 UTC 2007