Trace number 225163

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
BPrologCSPSolver70a 2006-12-13UNSAT 1332.12 1334.03

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-67_ext.xml
MD5SUM810fbae72427e3f1b1fe3fbaf47d03b3
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 benchmark10.3944
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1334.01	
1334.02	Time: 1331744
1334.02	
c 
c 
c 
c solution file
c 
c 

UNSAT
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/225163-1168271133/unknown)

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/node3/watcher-225163-1168271133 -o ROOT/results/node3/solver-225163-1168271133 -C 1800 -M 900 /tmp/evaluation/225163-1168271133/Complete/Ordinary/solver /tmp/evaluation/225163-1168271133/unknown 1800 

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.13 2.38 2.35 5/87 6578
/proc/meminfo: memFree=1688976/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=1320 CPUtime=0
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 300 0 0 0 0 0 0 0 20 0 1 0 175509105 1351680 34 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 10878337 0 0 4096 0 0 0 0 17 1 0 0
/proc/6577/statm: 330 34 27 90 0 167 0

[startup+0.103005 s]
/proc/loadavg: 2.13 2.38 2.35 5/87 6578
/proc/meminfo: memFree=1688976/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=61640 CPUtime=0.09
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 1835 0 0 0 8 1 0 0 20 0 1 0 175509105 63119360 1551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550522 0 0 4096 2 0 0 0 17 1 0 0
/proc/6577/statm: 15410 1551 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511064 s]
/proc/loadavg: 2.13 2.38 2.35 5/87 6578
/proc/meminfo: memFree=1688976/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=61640 CPUtime=0.49
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 3448 0 0 0 48 1 0 0 24 0 1 0 175509105 63119360 3164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556063 0 0 4096 2 0 0 0 17 1 0 0
/proc/6577/statm: 15410 3164 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33921 s]
/proc/loadavg: 2.13 2.38 2.35 3/87 6578
/proc/meminfo: memFree=1646928/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=76024 CPUtime=1.32
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 12401 0 0 0 125 7 0 0 25 0 1 0 175509105 77848576 10891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604258 0 0 4096 2 0 0 0 17 1 0 0
/proc/6577/statm: 19006 10891 158 90 0 18544 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 76024

[startup+2.97747 s]
/proc/loadavg: 2.13 2.38 2.35 3/87 6578
/proc/meminfo: memFree=1639568/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=2.95
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17590 0 0 0 285 10 0 0 25 0 2 0 175509105 88915968 13175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6577/statm: 21708 13175 170 90 0 21246 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 86832

[startup+6.263 s]
/proc/loadavg: 2.20 2.39 2.36 3/88 6579
/proc/meminfo: memFree=1636744/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=6.22
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17591 0 0 0 612 10 0 0 25 0 2 0 175509105 88915968 13176 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6577/statm: 21708 13176 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13176 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 86832

[startup+12.7321 s]
/proc/loadavg: 2.19 2.38 2.35 3/88 6579
/proc/meminfo: memFree=1636744/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=12.66
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17591 0 0 0 1256 10 0 0 25 0 2 0 175509105 88915968 13176 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6577/statm: 21708 13176 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13176 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 86832

[startup+25.5571 s]
/proc/loadavg: 2.14 2.36 2.35 4/88 6579
/proc/meminfo: memFree=1636872/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=25.43
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17591 0 0 0 2533 10 0 0 25 0 2 0 175509105 88915968 13176 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6577/statm: 21708 13176 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13176 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 86832

[startup+51.2203 s]
/proc/loadavg: 2.09 2.33 2.34 3/88 6579
/proc/meminfo: memFree=1636936/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=50.96
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 5086 10 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670538 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 86832

[startup+102.444 s]
/proc/loadavg: 2.04 2.28 2.32 3/88 6579
/proc/meminfo: memFree=1636936/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=101.94
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 10184 10 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 86832

[startup+162.455 s]
/proc/loadavg: 1.93 2.20 2.29 3/87 6698
/proc/meminfo: memFree=1635992/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=161.85
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 16172 13 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.85
Current children cumulated vsize (KiB) 86832

[startup+222.468 s]
/proc/loadavg: 1.97 2.16 2.26 3/87 6698
/proc/meminfo: memFree=1636952/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=221.8
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 22166 14 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670102 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.8
Current children cumulated vsize (KiB) 86832

[startup+282.48 s]
/proc/loadavg: 2.03 2.14 2.25 3/87 6698
/proc/meminfo: memFree=1644696/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=281.75
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 28161 14 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.75
Current children cumulated vsize (KiB) 86832

[startup+342.491 s]
/proc/loadavg: 2.05 2.13 2.24 3/87 6698
/proc/meminfo: memFree=1640920/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=341.71
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 34157 14 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.71
Current children cumulated vsize (KiB) 86832

[startup+402.496 s]
/proc/loadavg: 2.02 2.10 2.22 3/87 6698
/proc/meminfo: memFree=1657944/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=401.62
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 40148 14 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.62
Current children cumulated vsize (KiB) 86832

[startup+462.501 s]
/proc/loadavg: 2.00 2.08 2.20 3/87 6698
/proc/meminfo: memFree=1666968/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=461.58
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 46144 14 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.58
Current children cumulated vsize (KiB) 86832

[startup+522.512 s]
/proc/loadavg: 2.00 2.06 2.19 3/87 6698
/proc/meminfo: memFree=1672600/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=521.54
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 52140 14 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.54
Current children cumulated vsize (KiB) 86832

[startup+582.53 s]
/proc/loadavg: 2.19 2.10 2.19 3/87 6698
/proc/meminfo: memFree=1603544/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=581.47
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 58132 15 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.47
Current children cumulated vsize (KiB) 86832

[startup+642.539 s]
/proc/loadavg: 2.07 2.08 2.17 3/87 6698
/proc/meminfo: memFree=1609176/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=641.43
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 64128 15 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.43
Current children cumulated vsize (KiB) 86832

[startup+702.552 s]
/proc/loadavg: 2.06 2.08 2.17 3/87 6698
/proc/meminfo: memFree=1618392/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=701.38
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 70123 15 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 701.38
Current children cumulated vsize (KiB) 86832

[startup+762.554 s]
/proc/loadavg: 2.02 2.06 2.16 3/87 6788
/proc/meminfo: memFree=1681368/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=761.29
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 76112 17 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 761.29
Current children cumulated vsize (KiB) 86832

[startup+822.569 s]
/proc/loadavg: 2.01 2.05 2.14 3/87 6788
/proc/meminfo: memFree=1602328/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=821.26
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 82108 18 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 821.26
Current children cumulated vsize (KiB) 86832

[startup+882.602 s]
/proc/loadavg: 2.00 2.03 2.13 3/87 6788
/proc/meminfo: memFree=1606424/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=86832 CPUtime=881.24
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17592 0 0 0 88106 18 0 0 25 0 2 0 175509105 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 21708 13177 170 90 0 21246 0
[pid=6577/tid=6579] ppid=6575 vsize=86832 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175509358 88915968 13177 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 881.24
Current children cumulated vsize (KiB) 86832

[startup+942.645 s]
/proc/loadavg: 2.04 2.04 2.13 3/94 6871
/proc/meminfo: memFree=1617240/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=97076 CPUtime=941.18
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17593 0 0 0 94097 21 0 0 25 0 3 0 175509105 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604271 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 24269 13178 170 90 0 23807 0
[pid=6577/tid=6579] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175509358 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6577/tid=6789] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6789/stat : 6789 (bprolog) S 6575 6577 6497 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175599373 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.18
Current children cumulated vsize (KiB) 97076

[startup+1002.7 s]
/proc/loadavg: 2.01 2.03 2.11 3/94 6957
/proc/meminfo: memFree=1620832/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=97076 CPUtime=1001.13
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17593 0 0 0 100083 30 0 0 25 0 3 0 175509105 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670588 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 24269 13178 170 90 0 23807 0
[pid=6577/tid=6579] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175509358 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6577/tid=6789] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6789/stat : 6789 (bprolog) S 6575 6577 6497 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175599373 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.13
Current children cumulated vsize (KiB) 97076

[startup+1062.73 s]
/proc/loadavg: 2.00 2.02 2.10 3/88 6987
/proc/meminfo: memFree=1627664/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=97076 CPUtime=1061.1
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17593 0 0 0 106076 34 0 0 25 0 3 0 175509105 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670538 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 24269 13178 170 90 0 23807 0
[pid=6577/tid=6579] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175509358 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6577/tid=6789] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6789/stat : 6789 (bprolog) S 6575 6577 6497 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175599373 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.1
Current children cumulated vsize (KiB) 97076

[startup+1122.76 s]
/proc/loadavg: 2.06 2.03 2.10 3/88 6987
/proc/meminfo: memFree=1639056/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=97076 CPUtime=1121.05
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17593 0 0 0 112071 34 0 0 25 0 3 0 175509105 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 24269 13178 170 90 0 23807 0
[pid=6577/tid=6579] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175509358 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6577/tid=6789] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6789/stat : 6789 (bprolog) S 6575 6577 6497 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175599373 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.05
Current children cumulated vsize (KiB) 97076

[startup+1182.79 s]
/proc/loadavg: 2.06 2.04 2.09 3/88 6987
/proc/meminfo: memFree=1648656/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=97076 CPUtime=1181.03
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17593 0 0 0 118069 34 0 0 25 0 3 0 175509105 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 24269 13178 170 90 0 23807 0
[pid=6577/tid=6579] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175509358 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6577/tid=6789] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6789/stat : 6789 (bprolog) S 6575 6577 6497 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175599373 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.03
Current children cumulated vsize (KiB) 97076

[startup+1242.83 s]
/proc/loadavg: 2.02 2.03 2.08 3/88 6987
/proc/meminfo: memFree=1656720/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=97076 CPUtime=1241.02
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17593 0 0 0 124067 35 0 0 25 0 3 0 175509105 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 24269 13178 170 90 0 23807 0
[pid=6577/tid=6579] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175509358 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6577/tid=6789] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6789/stat : 6789 (bprolog) S 6575 6577 6497 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175599373 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.02
Current children cumulated vsize (KiB) 97076

[startup+1302.87 s]
/proc/loadavg: 2.01 2.02 2.08 3/88 6987
/proc/meminfo: memFree=1661584/2055920 swapFree=4192812/4192956
[pid=6577] ppid=6575 vsize=97076 CPUtime=1300.97
/proc/6577/stat : 6577 (bprolog) R 6575 6577 6497 0 -1 4194304 17593 0 0 0 130062 35 0 0 25 0 3 0 175509105 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711188 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6577/statm: 24269 13178 170 90 0 23807 0
[pid=6577/tid=6579] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6579/stat : 6579 (bprolog) S 6575 6577 6497 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175509358 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6577/tid=6789] ppid=6575 vsize=97076 CPUtime=0
/proc/6577/task/6789/stat : 6789 (bprolog) S 6575 6577 6497 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175599373 99405824 13178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1300.97
Current children cumulated vsize (KiB) 97076

Child status: 0
Real time (s): 1334.03
CPU time (s): 1332.12
CPU user time (s): 1331.76
CPU system time (s): 0.364944
CPU usage (%): 99.857
Max. virtual memory (cumulated for all children) (KiB): 97076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1331.76
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17604
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 10529

runsolver used 1.74673 s user time and 4.14337 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Jan  8 15:45:33 UTC 2007


IDJOB= 225163
IDBENCH= 5827
FILE ID= node3/225163-1168271133

PBS_JOBID= 3483002

Free space on /tmp= 66557 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-67_ext.xml
COMMAND LINE= /tmp/evaluation/225163-1168271133/Complete/Ordinary/solver /tmp/evaluation/225163-1168271133/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node3/convwatcher-225163-1168271133 -o ROOT/results/node3/conversion-225163-1168271133 -C 600 -M 900 /tmp/evaluation/225163-1168271133/Complete/Ordinary/conversion /tmp/evaluation/225163-1168271133/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-225163-1168271133 -o ROOT/results/node3/solver-225163-1168271133 -C 1800 -M 900  /tmp/evaluation/225163-1168271133/Complete/Ordinary/solver /tmp/evaluation/225163-1168271133/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  810fbae72427e3f1b1fe3fbaf47d03b3

RANDOM SEED= 529000959

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1689456 kB
Buffers:         45932 kB
Cached:         149636 kB
SwapCached:          0 kB
Active:         217768 kB
Inactive:        86372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2996 kB
Writeback:           0 kB
Mapped:         128804 kB
Slab:            47340 kB
Committed_AS:  4992680 kB
PageTables:       2140 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= 66557 MiB



End job on node3 on Mon Jan  8 16:07:49 UTC 2007