Trace number 207602

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-13? (TO) 1800.02 1814.5

General information on the benchmark

Namefapp/test01-04/test01/
test01-0150-10.xml
MD5SUMca801d693e5f281aecf2d953ed79f03d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.918859
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables150
Number of constraints1460
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1460
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207602-1168182478/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-207602-1168182478 -o ROOT/results/node13/solver-207602-1168182478 -C 1800 -M 900 /tmp/evaluation/207602-1168182478/Complete/Ordinary/solver /tmp/evaluation/207602-1168182478/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: 1.89 2.20 2.12 5/97 9502
/proc/meminfo: memFree=761656/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=18540 CPUtime=0
/proc/9501/stat : 9501 (runsolver) R 9499 9501 8606 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 166643127 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9501/statm: 4635 279 244 17 0 2626 0

[startup+0.108979 s]
/proc/loadavg: 1.89 2.20 2.12 5/97 9502
/proc/meminfo: memFree=761656/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=61788 CPUtime=0.1
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 1401 0 0 0 9 1 0 0 20 0 1 0 166643127 63270912 1116 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 0 0 0 17 1 0 0
/proc/9501/statm: 15447 1116 160 90 0 14985 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61788

[startup+0.518024 s]
/proc/loadavg: 1.89 2.20 2.12 5/97 9502
/proc/meminfo: memFree=761656/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=61788 CPUtime=0.5
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 1737 0 0 0 49 1 0 0 23 0 1 0 166643127 63270912 1452 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663066 0 0 4096 2 0 0 0 17 1 0 0
/proc/9501/statm: 15447 1452 176 90 0 14985 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61788

[startup+1.34713 s]
/proc/loadavg: 1.98 2.21 2.12 3/98 9503
/proc/meminfo: memFree=751984/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1.32
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3027 0 0 0 131 1 0 0 25 0 2 0 166643127 73760768 2742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9501/statm: 18008 2742 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 2742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 72032

[startup+2.98435 s]
/proc/loadavg: 1.98 2.21 2.12 3/98 9503
/proc/meminfo: memFree=748208/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=2.94
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3478 0 0 0 293 1 0 0 25 0 2 0 166643127 73760768 3193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552486 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9501/statm: 18008 3193 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 72032

[startup+6.26379 s]
/proc/loadavg: 1.98 2.21 2.12 3/98 9503
/proc/meminfo: memFree=747064/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=6.19
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3649 0 0 0 618 1 0 0 25 0 2 0 166643127 73760768 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9501/statm: 18008 3364 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 72032

[startup+12.6815 s]
/proc/loadavg: 1.98 2.20 2.12 3/98 9503
/proc/meminfo: memFree=747192/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=12.58
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3650 0 0 0 1257 1 0 0 25 0 2 0 166643127 73760768 3365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9501/statm: 18008 3365 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 72032

[startup+25.5032 s]
/proc/loadavg: 1.98 2.20 2.12 3/98 9503
/proc/meminfo: memFree=746232/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=25.34
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3906 0 0 0 2533 1 0 0 25 0 2 0 166643127 73760768 3621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662628 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9501/statm: 18008 3621 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 72032

[startup+51.1646 s]
/proc/loadavg: 1.99 2.17 2.11 3/98 9503
/proc/meminfo: memFree=748152/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=50.89
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3910 0 0 0 5087 2 0 0 25 0 2 0 166643127 73760768 3625 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9501/statm: 18008 3625 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3625 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 72032

[startup+102.459 s]
/proc/loadavg: 1.99 2.15 2.10 3/88 9601
/proc/meminfo: memFree=1477704/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=101.9
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3910 0 0 0 10187 3 0 0 25 0 2 0 166643127 73760768 3625 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3625 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3625 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 72032

[startup+162.542 s]
/proc/loadavg: 1.99 2.12 2.09 3/88 9601
/proc/meminfo: memFree=1477896/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=161.5
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3911 0 0 0 16147 3 0 0 25 0 2 0 166643127 73760768 3626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3626 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 72032

[startup+222.633 s]
/proc/loadavg: 1.99 2.09 2.08 3/88 9601
/proc/meminfo: memFree=1477896/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=221.08
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3911 0 0 0 22105 3 0 0 25 0 2 0 166643127 73760768 3626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3626 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 72032

[startup+282.719 s]
/proc/loadavg: 1.99 2.07 2.08 3/88 9601
/proc/meminfo: memFree=1477896/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=280.69
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3911 0 0 0 28066 3 0 0 25 0 2 0 166643127 73760768 3626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3626 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.69
Current children cumulated vsize (KiB) 72032

[startup+342.81 s]
/proc/loadavg: 1.99 2.06 2.07 3/88 9601
/proc/meminfo: memFree=1477896/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=340.3
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3911 0 0 0 34027 3 0 0 25 0 2 0 166643127 73760768 3626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3626 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.3
Current children cumulated vsize (KiB) 72032

[startup+402.901 s]
/proc/loadavg: 1.99 2.04 2.07 3/88 9601
/proc/meminfo: memFree=1477896/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=399.88
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3911 0 0 0 39984 4 0 0 25 0 2 0 166643127 73760768 3626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3626 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.88
Current children cumulated vsize (KiB) 72032

[startup+462.987 s]
/proc/loadavg: 1.99 2.03 2.06 3/88 9601
/proc/meminfo: memFree=1477832/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=459.49
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3911 0 0 0 45945 4 0 0 25 0 2 0 166643127 73760768 3626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580564 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3626 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.49
Current children cumulated vsize (KiB) 72032

[startup+523.069 s]
/proc/loadavg: 1.99 2.03 2.06 3/88 9601
/proc/meminfo: memFree=1477832/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=519.09
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3912 0 0 0 51905 4 0 0 25 0 2 0 166643127 73760768 3627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3627 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.09
Current children cumulated vsize (KiB) 72032

[startup+583.156 s]
/proc/loadavg: 1.99 2.02 2.05 3/88 9601
/proc/meminfo: memFree=1477832/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=578.67
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3912 0 0 0 57863 4 0 0 25 0 2 0 166643127 73760768 3627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3627 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166643187 73760768 3627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.67
Current children cumulated vsize (KiB) 72032

[startup+643.25 s]

################
# More data... #
################

[pid=9501] ppid=9499 vsize=72032 CPUtime=995.89
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3913 0 0 0 99584 5 0 0 25 0 2 0 166643127 73760768 3628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589486 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3628 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 995.89
Current children cumulated vsize (KiB) 72032

[startup+1063.81 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 9604
/proc/meminfo: memFree=1477632/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1055.4
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3913 0 0 0 105535 5 0 0 25 0 2 0 166643127 73760768 3628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3628 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1055.4
Current children cumulated vsize (KiB) 72032

[startup+1123.82 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 9604
/proc/meminfo: memFree=1477696/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1114.94
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3913 0 0 0 111489 5 0 0 25 0 2 0 166643127 73760768 3628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3628 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1114.94
Current children cumulated vsize (KiB) 72032

[startup+1183.83 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 9604
/proc/meminfo: memFree=1477696/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1174.46
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3913 0 0 0 117441 5 0 0 25 0 2 0 166643127 73760768 3628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664615 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3628 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1174.46
Current children cumulated vsize (KiB) 72032

[startup+1243.92 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 9604
/proc/meminfo: memFree=1477632/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1234.05
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3914 0 0 0 123400 5 0 0 25 0 2 0 166643127 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3629 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.05
Current children cumulated vsize (KiB) 72032

[startup+1304.01 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 9604
/proc/meminfo: memFree=1477632/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1293.66
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3914 0 0 0 129361 5 0 0 25 0 2 0 166643127 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3629 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1293.66
Current children cumulated vsize (KiB) 72032

[startup+1364.09 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 9604
/proc/meminfo: memFree=1477632/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1353.26
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3914 0 0 0 135321 5 0 0 25 0 2 0 166643127 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3629 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1353.26
Current children cumulated vsize (KiB) 72032

[startup+1424.18 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 9604
/proc/meminfo: memFree=1477632/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1412.85
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3914 0 0 0 141279 6 0 0 25 0 2 0 166643127 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664237 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3629 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1412.85
Current children cumulated vsize (KiB) 72032

[startup+1484.2 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 9605
/proc/meminfo: memFree=1477560/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1472.39
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3914 0 0 0 147233 6 0 0 25 0 2 0 166643127 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3629 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.39
Current children cumulated vsize (KiB) 72032

[startup+1544.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/90 9605
/proc/meminfo: memFree=1477560/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1532.01
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3914 0 0 0 153195 6 0 0 25 0 2 0 166643127 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3629 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.01
Current children cumulated vsize (KiB) 72032

[startup+1604.38 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 9605
/proc/meminfo: memFree=1477560/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1591.59
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3914 0 0 0 159153 6 0 0 25 0 2 0 166643127 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3629 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.59
Current children cumulated vsize (KiB) 72032

[startup+1664.48 s]
/proc/loadavg: 2.01 2.02 2.00 3/90 9605
/proc/meminfo: memFree=1477560/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1651.21
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3914 0 0 0 165115 6 0 0 25 0 2 0 166643127 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3629 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.21
Current children cumulated vsize (KiB) 72032

[startup+1724.56 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 9605
/proc/meminfo: memFree=1477240/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1710.81
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3914 0 0 0 171075 6 0 0 25 0 2 0 166643127 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3629 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.81
Current children cumulated vsize (KiB) 72032

[startup+1784.65 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 9605
/proc/meminfo: memFree=1477176/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=72032 CPUtime=1770.38
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3914 0 0 0 177032 6 0 0 25 0 2 0 166643127 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552326 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 18008 3629 180 90 0 17546 0
[pid=9501/tid=9503] ppid=9499 vsize=72032 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166643187 73760768 3629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.38
Current children cumulated vsize (KiB) 72032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.49 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 9606
/proc/meminfo: memFree=1477168/2055920 swapFree=4192812/4192956
[pid=9501] ppid=9499 vsize=82276 CPUtime=1800
/proc/9501/stat : 9501 (bprolog) R 9499 9501 8606 0 -1 4194304 3915 0 0 0 179994 6 0 0 25 0 3 0 166643127 84250624 3630 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554283 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9501/statm: 20569 3630 180 90 0 20107 0
[pid=9501/tid=9503] ppid=9499 vsize=82276 CPUtime=0
/proc/9501/task/9503/stat : 9503 (bprolog) S 9499 9501 8606 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166643187 84250624 3630 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9501/tid=9606] ppid=9499 vsize=82276 CPUtime=0
/proc/9501/task/9606/stat : 9606 (bprolog) S 9499 9501 8606 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166823220 84250624 3630 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 82276

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.5
CPU time (s): 1800.02
CPU user time (s): 1799.95
CPU system time (s): 0.069989
CPU usage (%): 99.2019
Max. virtual memory (cumulated for all children) (KiB): 82276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3915
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= 11
involuntary context switches= 77663

runsolver used 1.78373 s user time and 4.67029 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 15:07:59 UTC 2007


IDJOB= 207602
IDBENCH= 4301
FILE ID= node13/207602-1168182478

PBS_JOBID= 3478908

Free space on /tmp= 66319 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test01/test01-0150-10.xml
COMMAND LINE= /tmp/evaluation/207602-1168182478/Complete/Ordinary/solver /tmp/evaluation/207602-1168182478/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node13/convwatcher-207602-1168182478 -o ROOT/results/node13/conversion-207602-1168182478 -C 600 -M 900 /tmp/evaluation/207602-1168182478/Complete/Ordinary/conversion /tmp/evaluation/207602-1168182478/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-207602-1168182478 -o ROOT/results/node13/solver-207602-1168182478 -C 1800 -M 900  /tmp/evaluation/207602-1168182478/Complete/Ordinary/solver /tmp/evaluation/207602-1168182478/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  ca801d693e5f281aecf2d953ed79f03d

RANDOM SEED= 75920356

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.247
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.247
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:        760344 kB
Buffers:         60076 kB
Cached:         369140 kB
SwapCached:          0 kB
Active:         896800 kB
Inactive:       317264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        760344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:         814388 kB
Slab:            64708 kB
Committed_AS:  4929288 kB
PageTables:       3896 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= 66322 MiB



End job on node13 on Sun Jan  7 15:38:16 UTC 2007