Trace number 226988

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
galac 1UNSAT 112.78 113.616

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-17_ext.xml
MD5SUM35db91cf2a5416ba505693dda26a63fb
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 benchmark5.16921
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
0.99	c start processing
0.99	c start relation processing
1.00	c start cnf exporting
1.30	c parsing time : 0.83
1.30	c preprocessing time : 1.137
1.30	
1.30	c Nary constraints - conflicts : 0 supports : 0
1.30	c Binary constraints - conflicts : 753 supports :0
1.30	c max arity constraint : 2
1.30	c Max Tuples generated 0
1.30	c relations : 751
1.30	c relations BDD: 0
1.30	c vars : 321 - clauses :  5916
1.30	
1.32	 
1.32	c --- Minisat Stats ---
1.32	 
113.61	c restarts              : 21
113.61	c conflicts             : 672824         (6036 /sec)
113.61	c decisions             : 899003         (1.30 % random) (8065 /sec)
113.61	c propagations          : 35720895       (320461 /sec)
113.61	c conflict literals     : 29486738       (19.94 % deleted)
113.61	c Memory used           : 7.20 MB
113.61	c CPU time              : 111.467 s
113.61	
113.61	s UNSATISFIABLE

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/node2/watcher-226988-1168277148 -o ROOT/results/node2/solver-226988-1168277148 -C 1800 -M 900 /tmp/evaluation/226988-1168277148/galac.sh /tmp/evaluation/226988-1168277148/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.96 2.04 2.30 5/94 15778
/proc/meminfo: memFree=1123728/2055920 swapFree=4191880/4192956
[pid=15777] ppid=15775 vsize=8764 CPUtime=0
/proc/15777/stat : 15777 (galac.sh) S 15775 15777 15707 0 -1 4194304 488 1066 0 0 0 0 0 0 17 0 1 0 176110442 8974336 313 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15777/statm: 2191 313 217 79 0 184 0
[pid=15785] ppid=15777 vsize=8764 CPUtime=0
/proc/15785/stat : 15785 (galac.sh) R 15777 15777 15707 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 176110444 8974336 313 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206381313319 0 0 4096 73728 0 0 0 17 1 0 0
/proc/15785/statm: 2191 313 217 79 0 184 0

[startup+0.10552 s]
/proc/loadavg: 1.96 2.04 2.30 5/94 15778
/proc/meminfo: memFree=1123728/2055920 swapFree=4191880/4192956
[pid=15777] ppid=15775 vsize=47556 CPUtime=0.01
/proc/15777/stat : 15777 (galac.sh) S 15775 15777 15707 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 176110442 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15777/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.513595 s]
/proc/loadavg: 1.96 2.04 2.30 5/94 15778
/proc/meminfo: memFree=1123728/2055920 swapFree=4191880/4192956
[pid=15777] ppid=15775 vsize=47556 CPUtime=0.01
/proc/15777/stat : 15777 (galac.sh) S 15775 15777 15707 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 176110442 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15777/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33574 s]
/proc/loadavg: 1.96 2.04 2.30 4/102 15798
/proc/meminfo: memFree=1089432/2055920 swapFree=4191880/4192956
[pid=15777] ppid=15775 vsize=47556 CPUtime=1.27
/proc/15777/stat : 15777 (galac.sh) S 15775 15777 15707 0 -1 4194304 800 14677 0 1 0 0 117 10 16 0 1 0 176110442 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15777/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 47556

[startup+2.98158 s]
/proc/loadavg: 1.96 2.04 2.29 3/95 15799
/proc/meminfo: memFree=1121424/2055920 swapFree=4191880/4192956
[pid=15777] ppid=15775 vsize=47556 CPUtime=1.27
/proc/15777/stat : 15777 (galac.sh) S 15775 15777 15707 0 -1 4194304 800 14677 0 1 0 0 117 10 16 0 1 0 176110442 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15777/statm: 11889 363 245 79 0 218 0
[pid=15799] ppid=15777 vsize=3380 CPUtime=1.64
/proc/15799/stat : 15799 (minisat) R 15777 15777 15707 0 -1 4194304 523 0 0 0 164 0 0 0 25 0 1 0 176110575 3461120 505 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/15799/statm: 845 505 53 142 0 701 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 50936

[startup+6.27165 s]
/proc/loadavg: 1.96 2.04 2.29 3/95 15799
/proc/meminfo: memFree=1120592/2055920 swapFree=4191880/4192956
[pid=15777] ppid=15775 vsize=47556 CPUtime=1.27
/proc/15777/stat : 15777 (galac.sh) S 15775 15777 15707 0 -1 4194304 800 14677 0 1 0 0 117 10 16 0 1 0 176110442 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15777/statm: 11889 363 245 79 0 218 0
[pid=15799] ppid=15777 vsize=3908 CPUtime=4.89
/proc/15799/stat : 15799 (minisat) R 15777 15777 15707 0 -1 4194304 654 0 0 0 489 0 0 0 25 0 1 0 176110575 4001792 636 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15799/statm: 977 636 53 142 0 833 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 51464

[startup+12.7528 s]
/proc/loadavg: 2.04 2.05 2.30 3/95 15799
/proc/meminfo: memFree=1117712/2055920 swapFree=4191880/4192956
[pid=15777] ppid=15775 vsize=47556 CPUtime=1.27
/proc/15777/stat : 15777 (galac.sh) S 15775 15777 15707 0 -1 4194304 800 14677 0 1 0 0 117 10 16 0 1 0 176110442 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15777/statm: 11889 363 245 79 0 218 0
[pid=15799] ppid=15777 vsize=4436 CPUtime=11.32
/proc/15799/stat : 15799 (minisat) R 15777 15777 15707 0 -1 4194304 790 0 0 0 1132 0 0 0 25 0 1 0 176110575 4542464 772 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/15799/statm: 1109 772 53 142 0 965 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 51992

[startup+25.5902 s]
/proc/loadavg: 2.04 2.05 2.29 3/95 15799
/proc/meminfo: memFree=1117264/2055920 swapFree=4191880/4192956
[pid=15777] ppid=15775 vsize=47556 CPUtime=1.27
/proc/15777/stat : 15777 (galac.sh) S 15775 15777 15707 0 -1 4194304 800 14677 0 1 0 0 117 10 16 0 1 0 176110442 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15777/statm: 11889 363 245 79 0 218 0
[pid=15799] ppid=15777 vsize=5096 CPUtime=24.03
/proc/15799/stat : 15799 (minisat) R 15777 15777 15707 0 -1 4194304 952 0 0 0 2403 0 0 0 25 0 1 0 176110575 5218304 934 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/15799/statm: 1274 934 53 142 0 1130 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 52652

[startup+51.1929 s]
/proc/loadavg: 2.02 2.04 2.28 3/95 15799
/proc/meminfo: memFree=1116240/2055920 swapFree=4191880/4192956
[pid=15777] ppid=15775 vsize=47556 CPUtime=1.27
/proc/15777/stat : 15777 (galac.sh) S 15775 15777 15707 0 -1 4194304 800 14677 0 1 0 0 117 10 16 0 1 0 176110442 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15777/statm: 11889 363 245 79 0 218 0
[pid=15799] ppid=15777 vsize=6160 CPUtime=49.39
/proc/15799/stat : 15799 (minisat) R 15777 15777 15707 0 -1 4194304 1206 0 0 0 4939 0 0 0 25 0 1 0 176110575 6307840 1188 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/15799/statm: 1540 1188 53 142 0 1396 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 53716

[startup+102.429 s]
/proc/loadavg: 2.01 2.04 2.26 3/99 15925
/proc/meminfo: memFree=1709040/2055920 swapFree=4191880/4192956
[pid=15777] ppid=15775 vsize=47556 CPUtime=1.27
/proc/15777/stat : 15777 (galac.sh) S 15775 15777 15707 0 -1 4194304 800 14677 0 1 0 0 117 10 16 0 1 0 176110442 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15777/statm: 11889 363 245 79 0 218 0
[pid=15799] ppid=15777 vsize=7364 CPUtime=100.29
/proc/15799/stat : 15799 (minisat) R 15777 15777 15707 0 -1 4194304 1501 0 0 0 10028 1 0 0 25 0 1 0 176110575 7540736 1483 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 0 0 0
/proc/15799/statm: 1841 1483 53 142 0 1697 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 54920

Child status: 0
Real time (s): 113.616
CPU time (s): 112.78
CPU user time (s): 112.648
CPU system time (s): 0.131979
CPU usage (%): 99.2643
Max. virtual memory (cumulated for all children) (KiB): 908752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.648
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17203
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1333
involuntary context switches= 4658

runsolver used 0.12698 s user time and 0.380942 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan  8 17:25:48 UTC 2007


IDJOB= 226988
IDBENCH= 6034
FILE ID= node2/226988-1168277148

PBS_JOBID= 3483105

Free space on /tmp= 66335 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-17_ext.xml
COMMAND LINE= /tmp/evaluation/226988-1168277148/galac.sh /tmp/evaluation/226988-1168277148/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-226988-1168277148 -o ROOT/results/node2/solver-226988-1168277148 -C 1800 -M 900  /tmp/evaluation/226988-1168277148/galac.sh /tmp/evaluation/226988-1168277148/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  35db91cf2a5416ba505693dda26a63fb

RANDOM SEED= 245759748

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.259
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	: 5931.00
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.259
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:       1124208 kB
Buffers:         42168 kB
Cached:         159164 kB
SwapCached:        288 kB
Active:         802924 kB
Inactive:        78640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1124208 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:         705168 kB
Slab:            33568 kB
Committed_AS:  5223604 kB
PageTables:       3664 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= 66336 MiB



End job on node2 on Mon Jan  8 17:27:43 UTC 2007