Trace number 197690

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? (problem) 413.843 417.507

General information on the benchmark

Namecril/
cril-0_ext.xml
MD5SUM62a0fc13b5ab6b3a72b0c640500e4945
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.308952
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables108
Number of constraints35
Maximum constraint arity11
Maximum domain size3
Number of constraints which are defined in extension35
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

417.40	Not enough memory!
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/197690-1168126114/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/node1/watcher-197690-1168126114 -o ROOT/results/node1/solver-197690-1168126114 -C 1800 -M 900 /tmp/evaluation/197690-1168126114/Complete/Ordinary/solver /tmp/evaluation/197690-1168126114/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.05 1.21 1.57 4/94 2018
/proc/meminfo: memFree=1132000/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=18540 CPUtime=0
/proc/2017/stat : 2017 (runsolver) R 2015 2017 1699 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 161010019 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2017/statm: 4635 279 244 17 0 2626 0

[startup+0.107984 s]
/proc/loadavg: 1.05 1.21 1.57 4/94 2018
/proc/meminfo: memFree=1132000/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=61640 CPUtime=0.1
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 2046 0 0 0 9 1 0 0 21 0 1 0 161010019 63119360 1762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589226 0 0 4096 2 0 0 0 17 1 0 0
/proc/2017/statm: 15410 1762 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.516029 s]
/proc/loadavg: 1.05 1.21 1.57 4/94 2018
/proc/meminfo: memFree=1132000/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=61640 CPUtime=0.5
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 3950 0 0 0 48 2 0 0 24 0 1 0 161010019 63119360 3666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555119 0 0 4096 2 0 0 0 17 1 0 0
/proc/2017/statm: 15410 3666 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33913 s]
/proc/loadavg: 1.05 1.21 1.57 3/94 2018
/proc/meminfo: memFree=1087264/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=77500 CPUtime=1.31
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 14191 0 0 0 121 10 0 0 25 0 1 0 161010019 79360000 11654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857237 0 0 4096 2 0 0 0 17 1 0 0
/proc/2017/statm: 19375 11654 158 90 0 18913 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 77500

[startup+2.98032 s]
/proc/loadavg: 1.05 1.21 1.57 3/94 2018
/proc/meminfo: memFree=1075936/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=96968 CPUtime=2.94
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 25289 0 0 0 278 16 0 0 25 0 1 0 161010019 99295232 15109 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859033 0 0 4096 2 0 0 0 17 1 0 0
/proc/2017/statm: 24242 15109 158 90 0 23780 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 96968

[startup+6.27272 s]
/proc/loadavg: 1.13 1.22 1.57 3/94 2018
/proc/meminfo: memFree=1067232/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=97300 CPUtime=6.21
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 34700 0 0 0 599 22 0 0 25 0 1 0 161010019 99635200 16363 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865594 0 0 4096 2 0 0 0 17 1 0 0
/proc/2017/statm: 24325 16363 158 90 0 23863 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 97300

[startup+12.7355 s]
/proc/loadavg: 1.20 1.23 1.58 3/94 2018
/proc/meminfo: memFree=1065056/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=97348 CPUtime=12.6
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 51862 0 0 0 1227 33 0 0 25 0 1 0 161010019 99684352 16505 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859320 0 0 4096 2 0 0 0 17 1 0 0
/proc/2017/statm: 24337 16505 158 90 0 23875 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 97348

[startup+25.583 s]
/proc/loadavg: 1.38 1.27 1.58 3/94 2018
/proc/meminfo: memFree=988064/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=179708 CPUtime=25.33
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 114581 0 0 0 2462 71 0 0 25 0 1 0 161010019 184020992 35767 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857092 0 0 4096 2 0 0 0 17 1 0 0
/proc/2017/statm: 44927 35767 158 90 0 44465 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 179708

[startup+51.265 s]
/proc/loadavg: 1.59 1.33 1.59 3/94 2018
/proc/meminfo: memFree=970208/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=180420 CPUtime=50.77
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 166039 0 0 0 4973 104 0 0 25 0 1 0 161010019 184750080 38297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857826 0 0 4096 2 0 0 0 17 1 0 0
/proc/2017/statm: 45105 38297 158 90 0 44643 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 180420

[startup+102.529 s]
/proc/loadavg: 1.95 1.46 1.62 4/94 2018
/proc/meminfo: memFree=807584/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=321860 CPUtime=101.56
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 319507 0 0 0 9956 200 0 0 25 0 1 0 161010019 329584640 75231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/2017/statm: 80465 75231 158 90 0 80003 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 321860

[startup+162.549 s]
/proc/loadavg: 1.98 1.56 1.64 3/94 2018
/proc/meminfo: memFree=798624/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=447036 CPUtime=161
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 455793 0 0 0 15809 291 0 0 25 0 1 0 161010019 457764864 75788 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859300 0 0 4096 2 0 0 0 17 1 0 0
/proc/2017/statm: 111759 75788 158 90 0 111297 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 447036

[startup+222.572 s]
/proc/loadavg: 2.05 1.65 1.67 3/94 2018
/proc/meminfo: memFree=499808/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=870144 CPUtime=220.46
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 712575 0 0 0 21597 449 0 0 25 0 1 0 161010019 891027456 149635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859033 0 0 4096 2 0 0 0 17 1 0 0
/proc/2017/statm: 217536 149635 158 90 0 217074 0
Current children cumulated CPU time (s) 220.46
Current children cumulated vsize (KiB) 870144

[startup+282.581 s]
/proc/loadavg: 1.98 1.70 1.68 3/94 2100
/proc/meminfo: memFree=872472/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=871544 CPUtime=279.98
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 821000 0 0 0 27440 558 0 0 25 0 1 0 161010019 892461056 154526 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857237 0 0 4096 2 0 0 0 17 0 0 0
/proc/2017/statm: 217886 154526 158 90 0 217424 0
Current children cumulated CPU time (s) 279.98
Current children cumulated vsize (KiB) 871544

[startup+342.664 s]
/proc/loadavg: 2.20 1.80 1.71 4/94 2100
/proc/meminfo: memFree=341784/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=871616 CPUtime=339.71
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 926252 0 0 0 33352 619 0 0 25 0 1 0 161010019 892534784 154776 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859004 0 0 4096 2 0 0 0 17 0 0 0
/proc/2017/statm: 217904 154776 158 90 0 217442 0
Current children cumulated CPU time (s) 339.71
Current children cumulated vsize (KiB) 871616

[startup+402.691 s]
/proc/loadavg: 2.35 1.92 1.76 3/94 2100
/proc/meminfo: memFree=312152/2055920 swapFree=4165612/4192956
[pid=2017] ppid=2015 vsize=871620 CPUtime=399.14
/proc/2017/stat : 2017 (bprolog) R 2015 2017 1699 0 -1 4194304 1040104 0 0 0 39222 692 0 0 25 0 1 0 161010019 892538880 154791 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857307 0 0 4096 2 0 0 0 17 0 0 0
/proc/2017/statm: 217905 154791 158 90 0 217443 0
Current children cumulated CPU time (s) 399.14
Current children cumulated vsize (KiB) 871620

Child status: 0
Real time (s): 417.507
CPU time (s): 413.843
CPU user time (s): 406.682
CPU system time (s): 7.16091
CPU usage (%): 99.1225
Max. virtual memory (cumulated for all children) (KiB): 871620

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

runsolver used 0.487925 s user time and 1.37679 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan  6 23:28:39 UTC 2007


IDJOB= 197690
IDBENCH= 3503
FILE ID= node1/197690-1168126114

PBS_JOBID= 3477620

Free space on /tmp= 66299 MiB

BENCH NAME= HOME/pub/bench/CPAI06/cril/cril-0_ext.xml
COMMAND LINE= /tmp/evaluation/197690-1168126114/Complete/Ordinary/solver /tmp/evaluation/197690-1168126114/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-197690-1168126114 -o ROOT/results/node1/conversion-197690-1168126114 -C 600 -M 900 /tmp/evaluation/197690-1168126114/Complete/Ordinary/conversion /tmp/evaluation/197690-1168126114/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-197690-1168126114 -o ROOT/results/node1/solver-197690-1168126114 -C 1800 -M 900  /tmp/evaluation/197690-1168126114/Complete/Ordinary/solver /tmp/evaluation/197690-1168126114/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  62a0fc13b5ab6b3a72b0c640500e4945

RANDOM SEED= 155557866

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.234
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.234
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:       1132480 kB
Buffers:         43392 kB
Cached:         119968 kB
SwapCached:       4056 kB
Active:         767196 kB
Inactive:        97640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1132480 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            2964 kB
Writeback:           0 kB
Mapped:         719988 kB
Slab:            41972 kB
Committed_AS:  5192900 kB
PageTables:       3740 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= 66235 MiB



End job on node1 on Sat Jan  6 23:36:01 UTC 2007