Trace number 198902

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 - Combo 2006-12-19UNSAT 53.9378 54.6336

DiagnosticValue
NODES7912

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f9.xml
MD5SUM303b14d16d52fc4550642f8ac6f320b0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.00269
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

54.61	s UNSATISFIABLE
54.61	d NODES 7912

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node34/watcher-198902-1168131167 -o ROOT/results/node34/solver-198902-1168131167 -C 1800 -M 900 /tmp/evaluation/198902-1168131167/cspfj.sh -solver Combo -competition /tmp/evaluation/198902-1168131167/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.89 2.90 2.36 3/82 24376
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=24375] ppid=24373 vsize=18540 CPUtime=0
/proc/24375/stat : 24375 (runsolver) R 24373 24375 23551 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 161510764 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24375/statm: 4635 279 244 17 0 2626 0

[startup+0.102554 s]
/proc/loadavg: 2.89 2.90 2.36 3/82 24376
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=24375] ppid=24373 vsize=5352 CPUtime=0
/proc/24375/stat : 24375 (cspfj.sh) S 24373 24375 23551 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 161510764 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.510585 s]
/proc/loadavg: 2.89 2.90 2.36 3/82 24376
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=24375] ppid=24373 vsize=5352 CPUtime=0
/proc/24375/stat : 24375 (cspfj.sh) S 24373 24375 23551 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 161510764 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33365 s]
/proc/loadavg: 2.89 2.90 2.36 3/90 24385
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=24375] ppid=24373 vsize=5352 CPUtime=0
/proc/24375/stat : 24375 (cspfj.sh) S 24373 24375 23551 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 161510764 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1338 240 201 169 0 49 0
[pid=24378] ppid=24375 vsize=865664 CPUtime=1.18
/proc/24378/stat : 24378 (java) R 24375 24375 23551 0 -1 0 5046 0 14 0 109 9 0 0 25 0 8 0 161510766 886439936 4770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24378/statm: 216416 4770 1828 14 0 203678 0
[pid=24378/tid=24379] ppid=24375 vsize=865664 CPUtime=0.09
/proc/24378/task/24379/stat : 24379 (java) S 24375 24375 23551 0 -1 64 913 0 0 0 9 0 0 0 16 0 8 0 161510780 886439936 4770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24380] ppid=24375 vsize=865664 CPUtime=0
/proc/24378/task/24380/stat : 24380 (java) S 24375 24375 23551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161510780 886439936 4770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24381] ppid=24375 vsize=865664 CPUtime=0
/proc/24378/task/24381/stat : 24381 (java) S 24375 24375 23551 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161510780 886439936 4770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24382] ppid=24375 vsize=865664 CPUtime=0
/proc/24378/task/24382/stat : 24382 (java) S 24375 24375 23551 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161510784 886439936 4770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24383] ppid=24375 vsize=865664 CPUtime=0.23
/proc/24378/task/24383/stat : 24383 (java) S 24375 24375 23551 0 -1 64 510 0 0 0 22 1 0 0 15 0 8 0 161510784 886439936 4770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24384] ppid=24375 vsize=865664 CPUtime=0
/proc/24378/task/24384/stat : 24384 (java) S 24375 24375 23551 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161510784 886439936 4770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24385] ppid=24375 vsize=865664 CPUtime=0
/proc/24378/task/24385/stat : 24385 (java) S 24375 24375 23551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161510784 886439936 4770 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 871016

[startup+2.98679 s]
/proc/loadavg: 2.89 2.90 2.36 3/90 24385
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=24375] ppid=24373 vsize=5352 CPUtime=0
/proc/24375/stat : 24375 (cspfj.sh) S 24373 24375 23551 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 161510764 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1338 240 201 169 0 49 0
[pid=24378] ppid=24375 vsize=865920 CPUtime=2.82
/proc/24378/stat : 24378 (java) R 24375 24375 23551 0 -1 0 7072 0 14 0 265 17 0 0 25 0 8 0 161510766 886702080 6735 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24378/statm: 216480 6735 1828 14 0 203742 0
[pid=24378/tid=24379] ppid=24375 vsize=865920 CPUtime=0.3
/proc/24378/task/24379/stat : 24379 (java) S 24375 24375 23551 0 -1 64 2283 0 0 0 29 1 0 0 16 0 8 0 161510780 886702080 6735 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24380] ppid=24375 vsize=865920 CPUtime=0
/proc/24378/task/24380/stat : 24380 (java) S 24375 24375 23551 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 161510780 886702080 6735 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24381] ppid=24375 vsize=865920 CPUtime=0
/proc/24378/task/24381/stat : 24381 (java) S 24375 24375 23551 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161510780 886702080 6735 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24382] ppid=24375 vsize=865920 CPUtime=0
/proc/24378/task/24382/stat : 24382 (java) S 24375 24375 23551 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161510784 886702080 6735 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24383] ppid=24375 vsize=865920 CPUtime=0.33
/proc/24378/task/24383/stat : 24383 (java) S 24375 24375 23551 0 -1 64 554 0 0 0 31 2 0 0 15 0 8 0 161510784 886702080 6735 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24384] ppid=24375 vsize=865920 CPUtime=0
/proc/24378/task/24384/stat : 24384 (java) S 24375 24375 23551 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161510784 886702080 6735 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24385] ppid=24375 vsize=865920 CPUtime=0
/proc/24378/task/24385/stat : 24385 (java) S 24375 24375 23551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161510784 886702080 6735 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 871272

[startup+6.20205 s]
/proc/loadavg: 2.81 2.89 2.36 3/90 24385
/proc/meminfo: memFree=14848/2055920 swapFree=4192812/4192956
[pid=24375] ppid=24373 vsize=5352 CPUtime=0
/proc/24375/stat : 24375 (cspfj.sh) S 24373 24375 23551 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 161510764 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1338 240 201 169 0 49 0
[pid=24378] ppid=24375 vsize=866052 CPUtime=6
/proc/24378/stat : 24378 (java) R 24375 24375 23551 0 -1 0 10104 0 14 0 576 24 0 0 25 0 8 0 161510766 886837248 9720 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4073590028 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24378/statm: 216513 9720 1828 14 0 203775 0
[pid=24378/tid=24379] ppid=24375 vsize=866052 CPUtime=0.51
/proc/24378/task/24379/stat : 24379 (java) S 24375 24375 23551 0 -1 64 4454 0 0 0 49 2 0 0 16 0 8 0 161510780 886837248 9720 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24380] ppid=24375 vsize=866052 CPUtime=0
/proc/24378/task/24380/stat : 24380 (java) S 24375 24375 23551 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 161510780 886837248 9720 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24381] ppid=24375 vsize=866052 CPUtime=0
/proc/24378/task/24381/stat : 24381 (java) S 24375 24375 23551 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161510780 886837248 9720 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24382] ppid=24375 vsize=866052 CPUtime=0
/proc/24378/task/24382/stat : 24382 (java) S 24375 24375 23551 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161510784 886837248 9720 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24383] ppid=24375 vsize=866052 CPUtime=0.33
/proc/24378/task/24383/stat : 24383 (java) S 24375 24375 23551 0 -1 64 555 0 0 0 31 2 0 0 15 0 8 0 161510784 886837248 9720 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24384] ppid=24375 vsize=866052 CPUtime=0
/proc/24378/task/24384/stat : 24384 (java) S 24375 24375 23551 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161510784 886837248 9720 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24385] ppid=24375 vsize=866052 CPUtime=0
/proc/24378/task/24385/stat : 24385 (java) S 24375 24375 23551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161510784 886837248 9720 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 871404

[startup+12.6876 s]
/proc/loadavg: 2.83 2.89 2.37 3/90 24387
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=24375] ppid=24373 vsize=5352 CPUtime=0
/proc/24375/stat : 24375 (cspfj.sh) S 24373 24375 23551 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 161510764 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1338 240 201 169 0 49 0
[pid=24378] ppid=24375 vsize=867812 CPUtime=12.37
/proc/24378/stat : 24378 (java) R 24375 24375 23551 0 -1 0 14111 0 15 0 1193 44 0 0 20 0 8 0 161510766 888639488 13629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4077768547 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24378/statm: 216953 13629 1835 14 0 204215 0
[pid=24378/tid=24379] ppid=24375 vsize=867812 CPUtime=0.79
/proc/24378/task/24379/stat : 24379 (java) S 24375 24375 23551 0 -1 64 6848 0 0 0 76 3 0 0 17 0 8 0 161510780 888639488 13629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24378/tid=24380] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24380/stat : 24380 (java) S 24375 24375 23551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161510780 888639488 13629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24381] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24381/stat : 24381 (java) S 24375 24375 23551 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161510780 888639488 13629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24382] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24382/stat : 24382 (java) S 24375 24375 23551 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161510784 888639488 13629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24383] ppid=24375 vsize=867812 CPUtime=1.91
/proc/24378/task/24383/stat : 24383 (java) S 24375 24375 23551 0 -1 64 1832 0 1 0 176 15 0 0 15 0 8 0 161510784 888639488 13629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24378/tid=24384] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24384/stat : 24384 (java) S 24375 24375 23551 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161510784 888639488 13629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24385] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24385/stat : 24385 (java) S 24375 24375 23551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161510784 888639488 13629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 873164

[startup+25.5586 s]
/proc/loadavg: 2.79 2.87 2.37 3/90 24388
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=24375] ppid=24373 vsize=5352 CPUtime=0
/proc/24375/stat : 24375 (cspfj.sh) S 24373 24375 23551 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 161510764 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1338 240 201 169 0 49 0
[pid=24378] ppid=24375 vsize=867812 CPUtime=25.03
/proc/24378/stat : 24378 (java) R 24375 24375 23551 0 -1 0 14139 0 15 0 2424 79 0 0 25 0 8 0 161510766 888639488 13651 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4153380133 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24378/statm: 216953 13651 1835 14 0 204215 0
[pid=24378/tid=24379] ppid=24375 vsize=867812 CPUtime=0.8
/proc/24378/task/24379/stat : 24379 (java) S 24375 24375 23551 0 -1 64 6848 0 0 0 77 3 0 0 17 0 8 0 161510780 888639488 13651 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24380] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24380/stat : 24380 (java) S 24375 24375 23551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161510780 888639488 13651 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24381] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24381/stat : 24381 (java) S 24375 24375 23551 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161510780 888639488 13651 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24382] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24382/stat : 24382 (java) S 24375 24375 23551 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161510784 888639488 13651 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24383] ppid=24375 vsize=867812 CPUtime=1.94
/proc/24378/task/24383/stat : 24383 (java) S 24375 24375 23551 0 -1 64 1853 0 1 0 179 15 0 0 15 0 8 0 161510784 888639488 13651 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24378/tid=24384] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24384/stat : 24384 (java) S 24375 24375 23551 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161510784 888639488 13651 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24385] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24385/stat : 24385 (java) S 24375 24375 23551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161510784 888639488 13651 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 873164

[startup+51.2307 s]
/proc/loadavg: 2.64 2.84 2.37 3/90 24389
/proc/meminfo: memFree=15936/2055920 swapFree=4192812/4192956
[pid=24375] ppid=24373 vsize=5352 CPUtime=0
/proc/24375/stat : 24375 (cspfj.sh) S 24373 24375 23551 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 161510764 5480448 240 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1338 240 201 169 0 49 0
[pid=24378] ppid=24375 vsize=867812 CPUtime=50.54
/proc/24378/stat : 24378 (java) R 24375 24375 23551 0 -1 0 14146 0 15 0 4914 140 0 0 25 0 8 0 161510766 888639488 13653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4074173351 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24378/statm: 216953 13653 1835 14 0 204215 0
[pid=24378/tid=24379] ppid=24375 vsize=867812 CPUtime=0.82
/proc/24378/task/24379/stat : 24379 (java) S 24375 24375 23551 0 -1 64 6848 0 0 0 79 3 0 0 16 0 8 0 161510780 888639488 13653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24380] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24380/stat : 24380 (java) S 24375 24375 23551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161510780 888639488 13653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24381] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24381/stat : 24381 (java) S 24375 24375 23551 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 161510780 888639488 13653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24382] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24382/stat : 24382 (java) S 24375 24375 23551 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 161510784 888639488 13653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24383] ppid=24375 vsize=867812 CPUtime=1.94
/proc/24378/task/24383/stat : 24383 (java) S 24375 24375 23551 0 -1 64 1855 0 1 0 179 15 0 0 16 0 8 0 161510784 888639488 13653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24384] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24384/stat : 24384 (java) S 24375 24375 23551 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161510784 888639488 13653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24378/tid=24385] ppid=24375 vsize=867812 CPUtime=0
/proc/24378/task/24385/stat : 24385 (java) S 24375 24375 23551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161510784 888639488 13653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 873164

Child status: 0
Real time (s): 54.6336
CPU time (s): 53.9378
CPU user time (s): 52.445
CPU system time (s): 1.49277
CPU usage (%): 98.7264
Max. virtual memory (cumulated for all children) (KiB): 873168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.445
system time used= 1.49277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14619
page faults= 15
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13603
involuntary context switches= 14210

runsolver used 0.06099 s user time and 0.19497 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Sun Jan  7 00:52:50 UTC 2007


IDJOB= 198902
IDBENCH= 3581
FILE ID= node34/198902-1168131167

PBS_JOBID= 3477896

Free space on /tmp= 60969 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens11/scen11-f9.xml
COMMAND LINE= /tmp/evaluation/198902-1168131167/cspfj.sh -solver Combo -competition /tmp/evaluation/198902-1168131167/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-198902-1168131167 -o ROOT/results/node34/solver-198902-1168131167 -C 1800 -M 900  /tmp/evaluation/198902-1168131167/cspfj.sh -solver Combo -competition /tmp/evaluation/198902-1168131167/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  303b14d16d52fc4550642f8ac6f320b0

RANDOM SEED= 875054936

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.227
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.227
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:         16664 kB
Buffers:          2924 kB
Cached:        1845996 kB
SwapCached:          0 kB
Active:         113796 kB
Inactive:      1825336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         16664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          821856 kB
Writeback:           0 kB
Mapped:         107048 kB
Slab:            85268 kB
Committed_AS:  2843368 kB
PageTables:       1976 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= 60061 MiB



End job on node34 on Sun Jan  7 00:53:45 UTC 2007