Trace number 196115

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.05 1808.54

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-14_ext.xml
MD5SUM4e6c42cb632ce7285d1803ee4c764767
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/196115-1168119094/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/node72/watcher-196115-1168119094 -o ROOT/results/node72/solver-196115-1168119094 -C 1800 -M 900 /tmp/evaluation/196115-1168119094/Complete/Ordinary/solver /tmp/evaluation/196115-1168119094/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.12 2.04 1.95 5/94 11227
/proc/meminfo: memFree=1314152/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=53472 CPUtime=0
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 160319488 54755328 203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550268 0 0 4096 2 0 0 0 17 1 0 0
/proc/11226/statm: 13368 203 123 90 0 12906 0

[startup+0.103067 s]
/proc/loadavg: 2.12 2.04 1.95 5/94 11227
/proc/meminfo: memFree=1314152/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=61640 CPUtime=0.09
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 1983 0 0 0 9 0 0 0 18 0 1 0 160319488 63119360 1699 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/11226/statm: 15410 1700 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511102 s]
/proc/loadavg: 2.12 2.04 1.95 5/94 11227
/proc/meminfo: memFree=1314152/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=61640 CPUtime=0.5
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 7812 0 0 0 47 3 0 0 22 0 1 0 160319488 63119360 7528 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591756 0 0 4096 2 0 0 0 17 1 0 0
/proc/11226/statm: 15410 7529 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33118 s]
/proc/loadavg: 2.12 2.04 1.95 3/94 11227
/proc/meminfo: memFree=1239656/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=136228 CPUtime=1.31
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 19048 0 0 0 124 7 0 0 25 0 1 0 160319488 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/11226/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.96833 s]
/proc/loadavg: 2.12 2.04 1.95 3/94 11227
/proc/meminfo: memFree=1269672/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=101068 CPUtime=2.94
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 21421 0 0 0 286 8 0 0 25 0 1 0 160319488 103493632 12573 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134612042 0 0 4096 2 0 0 0 17 1 0 0
/proc/11226/statm: 25267 12573 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.24763 s]
/proc/loadavg: 2.11 2.04 1.95 3/94 11227
/proc/meminfo: memFree=1219816/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=130744 CPUtime=6.21
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 51874 0 0 0 598 23 0 0 25 0 1 0 160319488 133881856 24128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857338 0 0 4096 2 0 0 0 17 1 0 0
/proc/11226/statm: 32686 24128 158 90 0 32224 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 130744

[startup+12.7142 s]
/proc/loadavg: 2.02 2.02 1.95 3/94 11300
/proc/meminfo: memFree=1207472/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=131388 CPUtime=12.63
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 85524 0 0 0 1223 40 0 0 25 0 1 0 160319488 134541312 26649 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 0 0 0
/proc/11226/statm: 32847 26649 158 90 0 32385 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 131388

[startup+25.5464 s]
/proc/loadavg: 2.01 2.02 1.95 3/94 11300
/proc/meminfo: memFree=1205880/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=131488 CPUtime=25.4
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 150650 0 0 0 2469 71 0 0 25 0 1 0 160319488 134643712 27065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857108 0 0 4096 2 0 0 0 17 0 0 0
/proc/11226/statm: 32872 27065 158 90 0 32410 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 131488

[startup+51.1967 s]
/proc/loadavg: 2.01 2.02 1.95 3/94 11300
/proc/meminfo: memFree=1084088/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=303112 CPUtime=50.93
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 288891 0 0 0 4956 137 0 0 25 0 1 0 160319488 310386688 57533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/11226/statm: 75778 57533 158 90 0 75316 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 303112

[startup+102.401 s]
/proc/loadavg: 2.05 2.03 1.95 3/95 11301
/proc/meminfo: memFree=1064880/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=314416 CPUtime=101.9
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313205 0 0 0 10042 148 0 0 25 0 2 0 160319488 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565748 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 78604 62265 170 90 0 78142 0
[pid=11226/tid=11301] ppid=11224 vsize=314416 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160325500 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 314416

[startup+162.435 s]
/proc/loadavg: 2.02 2.02 1.95 3/95 11301
/proc/meminfo: memFree=1064880/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=314416 CPUtime=161.67
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313205 0 0 0 16019 148 0 0 25 0 2 0 160319488 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 78604 62265 170 90 0 78142 0
[pid=11226/tid=11301] ppid=11224 vsize=314416 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160325500 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 314416

[startup+222.473 s]
/proc/loadavg: 2.00 2.02 1.95 3/95 11301
/proc/meminfo: memFree=1064816/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=314416 CPUtime=221.44
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313205 0 0 0 21996 148 0 0 25 0 2 0 160319488 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 78604 62265 170 90 0 78142 0
[pid=11226/tid=11301] ppid=11224 vsize=314416 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160325500 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.44
Current children cumulated vsize (KiB) 314416

[startup+282.506 s]
/proc/loadavg: 2.00 2.01 1.95 3/95 11301
/proc/meminfo: memFree=1064816/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=314416 CPUtime=281.18
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313205 0 0 0 27969 149 0 0 25 0 2 0 160319488 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711934 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 78604 62265 170 90 0 78142 0
[pid=11226/tid=11301] ppid=11224 vsize=314416 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160325500 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.18
Current children cumulated vsize (KiB) 314416

[startup+342.54 s]
/proc/loadavg: 2.08 2.02 1.96 3/95 11301
/proc/meminfo: memFree=1064752/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=314416 CPUtime=340.95
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313205 0 0 0 33946 149 0 0 25 0 2 0 160319488 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134668446 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 78604 62265 170 90 0 78142 0
[pid=11226/tid=11301] ppid=11224 vsize=314416 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160325500 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.95
Current children cumulated vsize (KiB) 314416

[startup+402.573 s]
/proc/loadavg: 2.03 2.02 1.96 4/95 11301
/proc/meminfo: memFree=1064752/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=314416 CPUtime=400.72
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313205 0 0 0 39923 149 0 0 25 0 2 0 160319488 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670072 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 78604 62265 170 90 0 78142 0
[pid=11226/tid=11301] ppid=11224 vsize=314416 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160325500 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.72
Current children cumulated vsize (KiB) 314416

[startup+462.607 s]
/proc/loadavg: 2.01 2.01 1.96 3/95 11301
/proc/meminfo: memFree=1064752/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=314416 CPUtime=460.47
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313205 0 0 0 45898 149 0 0 25 0 2 0 160319488 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566436 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 78604 62265 170 90 0 78142 0
[pid=11226/tid=11301] ppid=11224 vsize=314416 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160325500 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 460.47
Current children cumulated vsize (KiB) 314416

[startup+522.642 s]
/proc/loadavg: 2.00 2.00 1.96 3/95 11301
/proc/meminfo: memFree=1064752/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=314416 CPUtime=520.23
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313205 0 0 0 51874 149 0 0 25 0 2 0 160319488 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 78604 62265 170 90 0 78142 0
[pid=11226/tid=11301] ppid=11224 vsize=314416 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160325500 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.23
Current children cumulated vsize (KiB) 314416

[startup+582.679 s]
/proc/loadavg: 2.08 2.02 1.96 3/95 11301
/proc/meminfo: memFree=1064752/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=314416 CPUtime=580.01
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313205 0 0 0 57851 150 0 0 25 0 2 0 160319488 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 78604 62265 170 90 0 78142 0
[pid=11226/tid=11301] ppid=11224 vsize=314416 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160325500 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.01
Current children cumulated vsize (KiB) 314416

[startup+642.712 s]
/proc/loadavg: 2.09 2.03 1.97 3/95 11301
/proc/meminfo: memFree=1064688/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=314416 CPUtime=639.76
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313205 0 0 0 63826 150 0 0 25 0 2 0 160319488 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 78604 62265 170 90 0 78142 0
[pid=11226/tid=11301] ppid=11224 vsize=314416 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160325500 321961984 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 639.76
Current children cumulated vsize (KiB) 314416

[startup+702.749 s]
/proc/loadavg: 2.03 2.02 1.97 3/95 11301

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

[pid=11226/tid=11302] ppid=11224 vsize=324660 CPUtime=0
/proc/11226/task/11302/stat : 11302 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160415516 332451840 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.71
Current children cumulated vsize (KiB) 324660

[startup+1243.2 s]
/proc/loadavg: 2.00 2.00 1.97 3/96 11302
/proc/meminfo: memFree=1064680/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=324660 CPUtime=1237.51
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313206 0 0 0 123600 151 0 0 25 0 3 0 160319488 332451840 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 81165 62266 170 90 0 80703 0
[pid=11226/tid=11301] ppid=11224 vsize=324660 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160325500 332451840 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11302] ppid=11224 vsize=324660 CPUtime=0
/proc/11226/task/11302/stat : 11302 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160415516 332451840 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.51
Current children cumulated vsize (KiB) 324660

[startup+1303.26 s]
/proc/loadavg: 2.00 2.00 1.97 3/96 11302
/proc/meminfo: memFree=1064680/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=324660 CPUtime=1297.31
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313206 0 0 0 129579 152 0 0 25 0 3 0 160319488 332451840 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711817 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 81165 62266 170 90 0 80703 0
[pid=11226/tid=11301] ppid=11224 vsize=324660 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160325500 332451840 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11302] ppid=11224 vsize=324660 CPUtime=0
/proc/11226/task/11302/stat : 11302 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160415516 332451840 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.31
Current children cumulated vsize (KiB) 324660

[startup+1363.33 s]
/proc/loadavg: 2.00 2.00 1.97 3/96 11302
/proc/meminfo: memFree=1064616/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=324660 CPUtime=1357.08
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313206 0 0 0 135556 152 0 0 25 0 3 0 160319488 332451840 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134597154 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 81165 62266 170 90 0 80703 0
[pid=11226/tid=11301] ppid=11224 vsize=324660 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160325500 332451840 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11302] ppid=11224 vsize=324660 CPUtime=0
/proc/11226/task/11302/stat : 11302 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160415516 332451840 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.08
Current children cumulated vsize (KiB) 324660

[startup+1423.39 s]
/proc/loadavg: 2.00 2.00 1.97 3/97 11303
/proc/meminfo: memFree=1064672/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=334904 CPUtime=1416.88
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313208 0 0 0 141536 152 0 0 25 0 4 0 160319488 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 83726 62268 170 90 0 83264 0
[pid=11226/tid=11301] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160325500 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11302] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11302/stat : 11302 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160415516 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11303] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11303/stat : 11303 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160460524 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.88
Current children cumulated vsize (KiB) 334904

[startup+1483.48 s]
/proc/loadavg: 2.03 2.01 1.98 3/97 11303
/proc/meminfo: memFree=1064608/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=334904 CPUtime=1476.67
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313208 0 0 0 147515 152 0 0 25 0 4 0 160319488 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 83726 62268 170 90 0 83264 0
[pid=11226/tid=11301] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160325500 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11302] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11302/stat : 11302 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160415516 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11303] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11303/stat : 11303 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160460524 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.67
Current children cumulated vsize (KiB) 334904

[startup+1543.57 s]
/proc/loadavg: 2.01 2.00 1.98 3/97 11303
/proc/meminfo: memFree=1064672/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=334904 CPUtime=1536.45
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313208 0 0 0 153493 152 0 0 25 0 4 0 160319488 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574003 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 83726 62268 170 90 0 83264 0
[pid=11226/tid=11301] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160325500 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11302] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11302/stat : 11302 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160415516 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11303] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11303/stat : 11303 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160460524 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.45
Current children cumulated vsize (KiB) 334904

[startup+1603.66 s]
/proc/loadavg: 2.08 2.02 1.98 3/97 11303
/proc/meminfo: memFree=1064608/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=334904 CPUtime=1596.26
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313208 0 0 0 159473 153 0 0 25 0 4 0 160319488 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134597397 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 83726 62268 170 90 0 83264 0
[pid=11226/tid=11301] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160325500 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11302] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11302/stat : 11302 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160415516 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11303] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11303/stat : 11303 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160460524 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.26
Current children cumulated vsize (KiB) 334904

[startup+1663.74 s]
/proc/loadavg: 2.03 2.01 1.98 3/97 11303
/proc/meminfo: memFree=1064608/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=334904 CPUtime=1656.06
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313208 0 0 0 165453 153 0 0 25 0 4 0 160319488 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603983 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 83726 62268 170 90 0 83264 0
[pid=11226/tid=11301] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160325500 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11302] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11302/stat : 11302 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160415516 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11303] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11303/stat : 11303 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160460524 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.06
Current children cumulated vsize (KiB) 334904

[startup+1723.83 s]
/proc/loadavg: 2.01 2.00 1.98 3/97 11303
/proc/meminfo: memFree=1064608/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=334904 CPUtime=1715.84
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313208 0 0 0 171431 153 0 0 25 0 4 0 160319488 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608123 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 83726 62268 170 90 0 83264 0
[pid=11226/tid=11301] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160325500 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11302] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11302/stat : 11302 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160415516 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11303] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11303/stat : 11303 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160460524 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.84
Current children cumulated vsize (KiB) 334904

[startup+1783.93 s]
/proc/loadavg: 2.00 2.00 1.98 3/103 11419
/proc/meminfo: memFree=1063400/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=334904 CPUtime=1775.59
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313208 0 0 0 177400 159 0 0 25 0 4 0 160319488 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 83726 62268 170 90 0 83264 0
[pid=11226/tid=11301] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160325500 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11302] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11302/stat : 11302 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160415516 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11303] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11303/stat : 11303 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160460524 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.59
Current children cumulated vsize (KiB) 334904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.49 s]
/proc/loadavg: 2.00 2.00 1.98 3/103 11451
/proc/meminfo: memFree=1063400/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=334904 CPUtime=1800
/proc/11226/stat : 11226 (bprolog) R 11224 11226 10692 0 -1 4194304 313208 0 0 0 179836 164 0 0 25 0 4 0 160319488 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134612987 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 83726 62268 170 90 0 83264 0
[pid=11226/tid=11301] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11301/stat : 11301 (bprolog) S 11224 11226 10692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160325500 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11302] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11302/stat : 11302 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160415516 342941696 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11226/tid=11303] ppid=11224 vsize=334904 CPUtime=0
/proc/11226/task/11303/stat : 11303 (bprolog) S 11224 11226 10692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160460524 342941696 62268 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) 334904

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.54
CPU time (s): 1800.05
CPU user time (s): 1798.37
CPU system time (s): 1.68274
CPU usage (%): 99.5307
Max. virtual memory (cumulated for all children) (KiB): 334904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.37
system time used= 1.68274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313208
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= 64522

runsolver used 1.81472 s user time and 4.77527 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 21:31:34 UTC 2007


IDJOB= 196115
IDBENCH= 3327
FILE ID= node72/196115-1168119094

PBS_JOBID= 3477427

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-14_ext.xml
COMMAND LINE= /tmp/evaluation/196115-1168119094/Complete/Ordinary/solver /tmp/evaluation/196115-1168119094/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node72/convwatcher-196115-1168119094 -o ROOT/results/node72/conversion-196115-1168119094 -C 600 -M 900 /tmp/evaluation/196115-1168119094/Complete/Ordinary/conversion /tmp/evaluation/196115-1168119094/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-196115-1168119094 -o ROOT/results/node72/solver-196115-1168119094 -C 1800 -M 900  /tmp/evaluation/196115-1168119094/Complete/Ordinary/solver /tmp/evaluation/196115-1168119094/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  4e6c42cb632ce7285d1803ee4c764767

RANDOM SEED= 905298521

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.223
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.223
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:       1314696 kB
Buffers:         48024 kB
Cached:         535756 kB
SwapCached:          0 kB
Active:         242712 kB
Inactive:       424940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1314696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7788 kB
Writeback:           0 kB
Mapped:         110436 kB
Slab:            58080 kB
Committed_AS:  2852292 kB
PageTables:       2416 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= 66543 MiB



End job on node72 on Sat Jan  6 22:01:55 UTC 2007