Trace number 328586

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
ornithorynque 0.1 alpha? (MO) 26.8539 26.8808

General information on the benchmark

Nameindustrial/narain/
clauses-10.cnf
MD5SUM98c58d3136fcf1971f77037eb3533718
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.347
Satisfiable
(Un)Satisfiability was proved
Number of variables2270929
Number of clauses8901946
Sum of the clauses size22176046
Maximum clause length865
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26786479
Number of clauses of size 31496293
Number of clauses of size 414719
Number of clauses of size 5555520
Number of clauses of size over 548934

Solver Data (download as text)

0.00/0.01	c This is Ornithorynque version 0.1 alpha
0.00/0.01	c (c) roussel@cril.univ-artois.fr
0.00/0.01	c using unsigned int
0.00/0.01	c parsing...
22.19/22.23	c ...done
22.19/22.23	c nbVar=2270930 nbClause=8901946
25.38/25.48	c nbVar=2270930 nbClause=8901946

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node14/watcher-328586-1173112637 -o ROOT/results/node14/solver-328586-1173112637 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328586-1173112637/ornithorynque /tmp/evaluation/328586-1173112637/instance-328586-1173112637.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.86 1.92 1.90 3/77 26095
/proc/meminfo: memFree=1076800/2055920 swapFree=4172616/4192956
[pid=26095] ppid=26093 vsize=23220 CPUtime=0
/proc/26095/stat : 26095 (ornithorynque) R 26093 26095 25097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 331219173 23777280 257 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212231817941 0 0 4096 0 0 0 0 17 1 0 0
/proc/26095/statm: 5805 260 217 42 0 45 0

[startup+0.0885089 s]
/proc/loadavg: 1.86 1.92 1.90 3/77 26095
/proc/meminfo: memFree=1076800/2055920 swapFree=4172616/4192956
[pid=26095] ppid=26093 vsize=26980 CPUtime=0.07
/proc/26095/stat : 26095 (ornithorynque) R 26093 26095 25097 0 -1 4194304 1454 0 0 0 7 0 0 0 18 0 1 0 331219173 27627520 1317 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212234310369 0 0 4096 1088 0 0 0 17 1 0 0
/proc/26095/statm: 6745 1317 379 42 0 997 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26980

[startup+0.10251 s]
/proc/loadavg: 1.86 1.92 1.90 3/77 26095
/proc/meminfo: memFree=1076800/2055920 swapFree=4172616/4192956
[pid=26095] ppid=26093 vsize=27508 CPUtime=0.09
/proc/26095/stat : 26095 (ornithorynque) R 26093 26095 25097 0 -1 4194304 1605 0 0 0 9 0 0 0 18 0 1 0 331219173 28168192 1468 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212234310369 0 0 4096 1088 0 0 0 17 1 0 0
/proc/26095/statm: 6877 1468 379 42 0 1129 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27508

[startup+0.30153 s]
/proc/loadavg: 1.86 1.92 1.90 3/77 26095
/proc/meminfo: memFree=1076800/2055920 swapFree=4172616/4192956
[pid=26095] ppid=26093 vsize=36608 CPUtime=0.29
/proc/26095/stat : 26095 (ornithorynque) R 26093 26095 25097 0 -1 4194304 4115 0 0 0 28 1 0 0 19 0 1 0 331219173 37486592 3448 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212234310369 0 0 4096 1088 0 0 0 17 1 0 0
/proc/26095/statm: 9152 3448 379 42 0 3404 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36608

[startup+0.702566 s]
/proc/loadavg: 1.86 1.92 1.90 3/77 26095
/proc/meminfo: memFree=1076800/2055920 swapFree=4172616/4192956
[pid=26095] ppid=26093 vsize=53412 CPUtime=0.69
/proc/26095/stat : 26095 (ornithorynque) R 26093 26095 25097 0 -1 4194304 8766 0 0 0 65 4 0 0 22 0 1 0 331219173 54693888 7395 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212234310369 0 0 4096 1088 0 0 0 17 1 0 0
/proc/26095/statm: 13353 7396 379 42 0 7605 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53412

[startup+1.50164 s]
/proc/loadavg: 1.86 1.92 1.90 2/78 26096
/proc/meminfo: memFree=1039224/2055920 swapFree=4172616/4192956
[pid=26095] ppid=26093 vsize=86488 CPUtime=1.49
/proc/26095/stat : 26095 (ornithorynque) R 26093 26095 25097 0 -1 4194304 17953 0 0 0 139 10 0 0 25 0 1 0 331219173 88563712 15175 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4254183 0 0 4096 1088 0 0 0 17 1 0 0
/proc/26095/statm: 21622 15175 379 42 0 15874 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86488

[startup+3.10179 s]
/proc/loadavg: 1.86 1.92 1.90 2/78 26096
/proc/meminfo: memFree=996792/2055920 swapFree=4172616/4192956
[pid=26095] ppid=26093 vsize=150528 CPUtime=3.09
/proc/26095/stat : 26095 (ornithorynque) R 26093 26095 25097 0 -1 4194304 35637 0 0 0 289 20 0 0 25 0 1 0 331219173 154140672 30047 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212234310369 0 0 4096 1088 0 0 0 17 1 0 0
/proc/26095/statm: 37632 30047 379 42 0 31884 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 150528

[startup+6.3011 s]
/proc/loadavg: 1.87 1.92 1.90 2/78 26096
/proc/meminfo: memFree=875064/2055920 swapFree=4172616/4192956
[pid=26095] ppid=26093 vsize=272644 CPUtime=6.29
/proc/26095/stat : 26095 (ornithorynque) R 26093 26095 25097 0 -1 4194304 69446 0 0 0 594 35 0 0 25 0 1 0 331219173 279187456 59759 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212234310369 0 0 4096 1088 0 0 0 17 1 0 0
/proc/26095/statm: 68161 59760 379 42 0 62413 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 272644

[startup+12.7017 s]
/proc/loadavg: 1.80 1.90 1.89 2/78 26096
/proc/meminfo: memFree=632760/2055920 swapFree=4172616/4192956
[pid=26095] ppid=26093 vsize=520592 CPUtime=12.69
/proc/26095/stat : 26095 (ornithorynque) R 26093 26095 25097 0 -1 4194304 137649 0 0 0 1205 64 0 0 25 0 1 0 331219173 533086208 118245 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212234310369 0 0 4096 1088 0 0 0 17 1 0 0
/proc/26095/statm: 130148 118245 379 42 0 124400 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 520592

[startup+25.5019 s]
/proc/loadavg: 1.62 1.86 1.88 2/78 26096
/proc/meminfo: memFree=14968/2055920 swapFree=4172616/4192956
[pid=26095] ppid=26093 vsize=1401892 CPUtime=25.48
/proc/26095/stat : 26095 (ornithorynque) R 26093 26095 25097 0 -1 4194304 367906 0 0 0 2383 165 0 0 25 0 1 0 331219173 1435537408 325430 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4321957 0 0 4096 1088 0 0 0 17 1 0 0
/proc/26095/statm: 350473 325437 384 42 0 344725 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1401892



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+26.603 s]
/proc/loadavg: 1.62 1.86 1.88 3/78 26096
/proc/meminfo: memFree=13816/2055920 swapFree=4172616/4192956
[pid=26095] ppid=26093 vsize=1844488 CPUtime=26.58
/proc/26095/stat : 26095 (ornithorynque) R 26093 26095 25097 0 -1 4194304 494356 0 0 0 2432 226 0 0 25 0 1 0 331219173 1888755712 421156 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4252412 0 0 4096 1088 0 0 0 17 1 0 0
/proc/26095/statm: 461122 421164 386 42 0 455374 0
Current children cumulated CPU time (s) 26.58
Current children cumulated vsize (KiB) 1844488

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

Solver just ended. Dumping a history of the last processes samples

[startup+26.801 s]
/proc/loadavg: 1.62 1.86 1.88 3/78 26096
/proc/meminfo: memFree=13816/2055920 swapFree=4172616/4192956
[pid=26095] ppid=26093 vsize=0 CPUtime=26.77
/proc/26095/stat : 26095 (ornithorynque) R 26093 26095 25097 0 -1 4195332 494394 0 0 0 2432 245 0 0 25 0 1 0 331219173 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 1088 0 0 0 17 1 0 0
/proc/26095/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.77
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 26.8808
CPU time (s): 26.8539
CPU user time (s): 24.3203
CPU system time (s): 2.53361
CPU usage (%): 99.8998
Max. virtual memory (cumulated for all children) (KiB): 1844488

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

runsolver used 0.035994 second user time and 0.074988 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Mar  5 16:37:27 UTC 2007

IDJOB= 328586
IDBENCH= 20508
IDSOLVER= 139
FILE ID= node14/328586-1173112637

PBS_JOBID= 4013939

Free space on /tmp= 66361 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/industrial/narain/clauses-10.cnf
COMMAND LINE= /tmp/evaluation/328586-1173112637/ornithorynque /tmp/evaluation/328586-1173112637/instance-328586-1173112637.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-328586-1173112637 -o ROOT/results/node14/solver-328586-1173112637 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328586-1173112637/ornithorynque /tmp/evaluation/328586-1173112637/instance-328586-1173112637.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  98c58d3136fcf1971f77037eb3533718

RANDOM SEED= 404316876

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.216
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.216
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:       1077272 kB
Buffers:         38664 kB
Cached:         843296 kB
SwapCached:       2448 kB
Active:         285372 kB
Inactive:       633192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1077272 kB
SwapTotal:     4192956 kB
SwapFree:      4172616 kB
Dirty:          183664 kB
Writeback:           0 kB
Mapped:          44640 kB
Slab:            45712 kB
Committed_AS:  1179584 kB
PageTables:       1736 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= 66361 MiB

End job on node14 on Mon Mar  5 16:37:56 UTC 2007