Trace number 332241

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
CMUSAT 2007-02-08UNSAT 46.4879 46.536

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
counting-easier-php-012-010.sat05-1172.reshuffled-07.cnf
MD5SUM9b15e90c034f4532d9c5a9491fda1777
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.415935
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses672
Sum of the clauses size1440
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  120                                                  |
0.00/0.00	c |  Number of clauses:    672                                                  |
46.45/46.53	c |  Parsing time:         0.00         sec                                       |
46.45/46.53	c #varS 120 #clauseS 660
46.45/46.53	c REMAP internally 1
46.45/46.53	c After remapping new number of variables: 108
46.45/46.53	c DBreduced=0 GV=101[0]  GL=761[ 660,101] Prune=215 decisions=114 restart=0 est=0.0086616 DB Impl=1541[0]  
46.45/46.53	c DBreduced=0 GV=151[0]  GL=811[ 660,151] Prune=321 decisions=170 restart=1 est=0.103842 DB Impl=2505[0]  
46.45/46.53	c DBreduced=0 GV=227[0]  GL=887[ 660,227] Prune=480 decisions=253 restart=2 est=0.103842 DB Impl=3885[0]  
46.45/46.53	c DBreduced=0 GV=338[0]  GL=998[ 660,338] Prune=710 decisions=372 restart=3 est=0.103842 DB Impl=5957[0]  
46.45/46.53	c DBreduced=0 GV=507[0]  GL=1167[ 660,507] Prune=1056 decisions=549 restart=4 est=0.103834 DB Impl=8772[0]  
46.45/46.53	c DBreduced=0 GV=760[0]  GL=1420[ 660,760] Prune=1571 decisions=811 restart=5 est=0.103842 DB Impl=13333[0]  
46.45/46.53	c DBreduced=2 GV=1140[0]  GL=1322[ 660,662] Prune=2342 decisions=1202 restart=6 est=0.103842 DB Impl=19427[0]  
46.45/46.53	c DBreduced=4 GV=1709[0]  GL=1274[ 660,614] Prune=3492 decisions=1783 restart=7 est=0.103842 DB Impl=28521[0]  
46.45/46.53	c DBreduced=5 GV=2563[0]  GL=1773[ 660,1113] Prune=5213 decisions=2650 restart=8 est=0.103843 DB Impl=42904[0]  
46.45/46.53	c DBreduced=8 GV=3845[0]  GL=1649[ 660,989] Prune=7807 decisions=3962 restart=9 est=0.103844 DB Impl=65709[0]  
46.45/46.53	c DBreduced=10 GV=5767[0]  GL=2525[ 660,1865] Prune=11681 decisions=5914 restart=10 est=0.103852 DB Impl=99489[0]  
46.45/46.53	c DBreduced=13 GV=8651[0]  GL=2322[ 660,1662] Prune=17517 decisions=8866 restart=11 est=0.103923 DB Impl=148745[0]  
46.45/46.53	c DBreduced=16 GV=12975[0]  GL=2683[ 660,2023] Prune=26241 decisions=13266 restart=12 est=0.103932 DB Impl=222263[0]  
46.45/46.53	c DBreduced=19 GV=19462[0]  GL=3784[ 660,3124] Prune=39351 decisions=19889 restart=13 est=0.104089 DB Impl=329911[0]  
46.45/46.53	c DBreduced=23 GV=29194[0]  GL=3920[ 660,3260] Prune=59003 decisions=29809 restart=14 est=0.112495 DB Impl=486420[0]  
46.45/46.53	c DBreduced=26 GV=43790[0]  GL=8280[ 660,7620] Prune=88545 decisions=44755 restart=15 est=0.113608 DB Impl=724578[0]  
46.45/46.53	c DBreduced=30 GV=65685[0]  GL=10980[ 660,10320] Prune=132847 decisions=67162 restart=16 est=0.164103 DB Impl=1067937[0]  
46.45/46.53	c DBreduced=34 GV=98527[0]  GL=15416[ 660,14756] Prune=199573 decisions=101046 restart=17 est=1.04693 DB Impl=1559133[0]  
46.45/46.53	c DBreduced=38 GV=147790[0]  GL=23588[ 660,22928] Prune=299555 decisions=151765 restart=18 est=4.7345 DB Impl=2227965[0]  
46.45/46.53	c #Total time (in seconds): 46.4619
46.45/46.53	c #Memory used (in MB): 13.9492
46.45/46.53	c 
46.45/46.53	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-332241-1173470522 -o ROOT/results/node6/solver-332241-1173470522 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332241-1173470522/cmusat /tmp/evaluation/332241-1173470522/instance-332241-1173470522.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: 0.91 0.95 0.90 3/83 9926
/proc/meminfo: memFree=1481872/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=2180 CPUtime=0
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 169 0 0 0 0 0 0 0 18 0 1 0 367006975 2232320 152 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134578687 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 545 152 112 243 0 299 0

[startup+0.0978059 s]
/proc/loadavg: 0.91 0.95 0.90 3/83 9926
/proc/meminfo: memFree=1481872/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=2580 CPUtime=0.09
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 260 0 0 0 9 0 0 0 18 0 1 0 367006975 2641920 243 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 645 243 118 243 0 399 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2580

[startup+0.102807 s]
/proc/loadavg: 0.91 0.95 0.90 3/83 9926
/proc/meminfo: memFree=1481872/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=2580 CPUtime=0.09
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 260 0 0 0 9 0 0 0 18 0 1 0 367006975 2641920 243 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 645 243 118 243 0 399 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2580

[startup+0.302847 s]
/proc/loadavg: 0.91 0.95 0.90 3/83 9926
/proc/meminfo: memFree=1481872/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=2844 CPUtime=0.29
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 329 0 0 0 29 0 0 0 19 0 1 0 367006975 2912256 312 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 711 312 118 243 0 465 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2844

[startup+0.701926 s]
/proc/loadavg: 0.91 0.95 0.90 3/83 9926
/proc/meminfo: memFree=1481872/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=3412 CPUtime=0.69
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 454 0 0 0 69 0 0 0 22 0 1 0 367006975 3493888 437 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589705 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 853 437 118 243 0 607 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3412

[startup+1.50108 s]
/proc/loadavg: 0.91 0.95 0.90 2/84 9927
/proc/meminfo: memFree=1480520/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=3676 CPUtime=1.49
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 536 0 0 0 149 0 0 0 25 0 1 0 367006975 3764224 519 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 919 519 118 243 0 673 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3676

[startup+3.1014 s]
/proc/loadavg: 0.91 0.95 0.90 2/84 9929
/proc/meminfo: memFree=1478984/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=4848 CPUtime=3.09
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 808 0 0 0 309 0 0 0 25 0 1 0 367006975 4964352 791 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589676 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 1212 791 118 243 0 966 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4848

[startup+6.30203 s]
/proc/loadavg: 0.92 0.95 0.90 2/84 9931
/proc/meminfo: memFree=1478216/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=5616 CPUtime=6.28
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 1032 0 0 0 628 0 0 0 25 0 1 0 367006975 5750784 1015 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589667 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 1404 1015 118 243 0 1158 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 5616

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.90 2/84 9935
/proc/meminfo: memFree=1475912/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=7852 CPUtime=12.67
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 1554 0 0 0 1267 0 0 0 25 0 1 0 367006975 8040448 1537 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134590173 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 1963 1537 118 243 0 1717 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7852

[startup+25.5018 s]
/proc/loadavg: 0.94 0.96 0.91 3/78 9961
/proc/meminfo: memFree=1472568/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=13048 CPUtime=25.45
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 2913 0 0 0 2544 1 0 0 25 0 1 0 367006975 13361152 2636 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 3262 2636 118 243 0 3016 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 13048

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

[startup+38.3013 s]
/proc/loadavg: 0.95 0.96 0.91 2/78 9961
/proc/meminfo: memFree=1471864/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=13492 CPUtime=38.24
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 3240 0 0 0 3823 1 0 0 25 0 1 0 367006975 13815808 2814 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 3373 2814 118 243 0 3127 0
Current children cumulated CPU time (s) 38.24
Current children cumulated vsize (KiB) 13492

[startup+41.502 s]
/proc/loadavg: 0.95 0.96 0.91 2/78 9961
/proc/meminfo: memFree=1471736/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=13876 CPUtime=41.45
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 3321 0 0 0 4143 2 0 0 25 0 1 0 367006975 14209024 2895 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 3469 2895 118 243 0 3223 0
Current children cumulated CPU time (s) 41.45
Current children cumulated vsize (KiB) 13876

[startup+44.7016 s]
/proc/loadavg: 0.95 0.96 0.91 2/78 9961
/proc/meminfo: memFree=1471416/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=14092 CPUtime=44.65
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 3439 0 0 0 4463 2 0 0 25 0 1 0 367006975 14430208 2953 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589753 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 3523 2953 118 243 0 3277 0
Current children cumulated CPU time (s) 44.65
Current children cumulated vsize (KiB) 14092

[startup+45.5017 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 9961
/proc/meminfo: memFree=1471352/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=14092 CPUtime=45.45
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 3449 0 0 0 4543 2 0 0 25 0 1 0 367006975 14430208 2963 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 3523 2963 118 243 0 3277 0
Current children cumulated CPU time (s) 45.45
Current children cumulated vsize (KiB) 14092

[startup+46.3019 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 9961
/proc/meminfo: memFree=1471288/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=14284 CPUtime=46.25
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 3458 0 0 0 4623 2 0 0 25 0 1 0 367006975 14626816 2972 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 3571 2972 118 243 0 3325 0
Current children cumulated CPU time (s) 46.25
Current children cumulated vsize (KiB) 14284

[startup+46.5019 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 9961
/proc/meminfo: memFree=1471288/2055924 swapFree=4156956/4192956
[pid=9926] ppid=9924 vsize=14284 CPUtime=46.45
/proc/9926/stat : 9926 (cmusat) R 9924 9926 8716 0 -1 4194304 3458 0 0 0 4643 2 0 0 25 0 1 0 367006975 14626816 2972 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589705 0 0 4096 35 0 0 0 17 1 0 0
/proc/9926/statm: 3571 2972 118 243 0 3325 0
Current children cumulated CPU time (s) 46.45
Current children cumulated vsize (KiB) 14284

Child status: 20
Real time (s): 46.536
CPU time (s): 46.4879
CPU user time (s): 46.4619
CPU system time (s): 0.025996
CPU usage (%): 99.8967
Max. virtual memory (cumulated for all children) (KiB): 14284

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

runsolver used 0.06199 second user time and 0.115982 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Fri Mar  9 20:02:03 UTC 2007

IDJOB= 332241
IDBENCH= 24575
IDSOLVER= 121
FILE ID= node6/332241-1173470522

PBS_JOBID= 4101070

Free space on /tmp= 66344 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/counting-easier-php-012-010.sat05-1172.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332241-1173470522/cmusat /tmp/evaluation/332241-1173470522/instance-332241-1173470522.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-332241-1173470522 -o ROOT/results/node6/solver-332241-1173470522 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332241-1173470522/cmusat /tmp/evaluation/332241-1173470522/instance-332241-1173470522.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  9b15e90c034f4532d9c5a9491fda1777

RANDOM SEED= 489750971

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1482280 kB
Buffers:         49048 kB
Cached:         434660 kB
SwapCached:       2152 kB
Active:         227336 kB
Inactive:       279924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1482280 kB
SwapTotal:     4192956 kB
SwapFree:      4156956 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:          32124 kB
Slab:            51580 kB
Committed_AS:  1280940 kB
PageTables:       1988 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= 66344 MiB

End job on node6 on Fri Mar  9 20:02:49 UTC 2007