Trace number 1772968

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
CircUs 2009-03-23UNSAT 81.0317 81.0531

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h27-unknown.cnf
MD5SUM7634252332633927f116161c1beb6151
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.684
Satisfiable
(Un)Satisfiability was proved
Number of variables93573
Number of clauses439508
Sum of the clauses size1132510
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2347239
Number of clauses of size 388215
Number of clauses of size 41000
Number of clauses of size 5107
Number of clauses of size over 52757

Solver Data

31.48/31.50	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
31.48/31.50	c Eliminate time :      30.88 
80.97/81.05	c CNF read time  :       0.52 
80.97/81.05	c CNF solve time :      80.69 
80.97/81.05	c Memory usage :    83.0391 MB
80.97/81.05	c Restart : 68
80.97/81.05	c Decisions : random(2034), heuristic(123710), history(0/0)
80.97/81.05	c Implications : 55859092
80.97/81.05	c Forced Restart : 0
80.97/81.05	c Polarity Change : 146
80.97/81.05	c Learned clasues  : 15752 out of 81178
80.97/81.05	c Learned literals : 162721 out of 1184402
80.97/81.05	c Number of first UIP : 23061 out of 81178
80.97/81.05	c Number of simplify : 0
80.97/81.05	c Number of continuous distill : 2919
80.97/81.05	c Average depth of OTS : 15
80.97/81.05	c Average depth of additional conflict : 54
80.97/81.05	c Saved conflict clasues : 1002
80.97/81.05	c Saved conflict literals : 9334
80.97/81.05	c Additional conflict clauses : 2958
80.97/81.05	c Additional conflict literals : 37699
80.97/81.05	c Additional conflict analysis : 8331
80.97/81.05	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1772968-1241314845/watcher-1772968-1241314845 -o /tmp/evaluation-result-1772968-1241314845/solver-1772968-1241314845 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1772968-1241314845.cnf -t 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 1414
/proc/meminfo: memFree=1208280/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=4208 CPUtime=0
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 686 0 0 0 0 0 0 0 18 0 1 1000000 159518583 4308992 672 1992294400 134512640 135224549 4294956224 18446744073709551615 134593888 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 1052 679 66 173 0 877 0

[startup+0.00957988 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 1414
/proc/meminfo: memFree=1208280/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=10656 CPUtime=0
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 1393 0 0 0 0 0 0 0 18 0 1 1000000 159518583 10911744 1378 1992294400 134512640 135224549 4294956224 18446744073709551615 134552048 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 2664 1385 66 173 0 2489 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10656

[startup+0.101541 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 1414
/proc/meminfo: memFree=1208280/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=15792 CPUtime=0.09
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 2842 0 0 0 8 1 0 0 18 0 1 1000000 159518583 16171008 2729 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 3948 2729 70 173 0 3773 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15792

[startup+0.301557 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 1414
/proc/meminfo: memFree=1208280/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=26072 CPUtime=0.29
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 5763 0 0 0 26 3 0 0 19 0 1 1000000 159518583 26697728 5521 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 6518 5521 70 173 0 6343 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26072

[startup+0.70159 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 1414
/proc/meminfo: memFree=1208280/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=40028 CPUtime=0.69
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 9720 0 0 0 64 5 0 0 23 0 1 1000000 159518583 40988672 9220 1992294400 134512640 135224549 4294956224 18446744073709551615 134570889 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 10007 9220 74 173 0 9832 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40028

[startup+1.50166 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1171600/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=40028 CPUtime=1.49
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 9720 0 0 0 144 5 0 0 25 0 1 1000000 159518583 40988672 9220 1992294400 134512640 135224549 4294956224 18446744073709551615 134570877 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 10007 9220 74 173 0 9832 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40028

[startup+3.10179 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1166416/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=66036 CPUtime=3.09
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 16641 0 0 0 302 7 0 0 25 0 1 1000000 159518583 67620864 15628 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 16509 15628 77 173 0 16334 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66036

[startup+6.30105 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1142928/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=68124 CPUtime=6.29
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 17308 0 0 0 622 7 0 0 25 0 1 1000000 159518583 69758976 16295 1992294400 134512640 135224549 4294956224 18446744073709551615 134571491 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 17031 16295 77 173 0 16856 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68124

[startup+12.7026 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1143056/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=68124 CPUtime=12.69
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 17308 0 0 0 1262 7 0 0 25 0 1 1000000 159518583 69758976 16295 1992294400 134512640 135224549 4294956224 18446744073709551615 134570930 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 17031 16295 77 173 0 16856 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68124

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1134416/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=76312 CPUtime=25.48
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 19465 0 0 0 2540 8 0 0 25 0 1 1000000 159518583 78143488 18452 1992294400 134512640 135224549 4294956224 18446744073709551615 134570922 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 19078 18452 77 173 0 18903 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 76312

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1126544/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=84224 CPUtime=51.08
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 21960 0 0 0 5098 10 0 0 25 0 1 1000000 159518583 86245376 20467 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 21056 20467 93 173 0 20881 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84224

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

[startup+63.9028 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1126480/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=84224 CPUtime=63.88
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 21977 0 0 0 6378 10 0 0 25 0 1 1000000 159518583 86245376 20484 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 21056 20484 93 173 0 20881 0
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (KiB) 84224

[startup+70.3013 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1126224/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=84488 CPUtime=70.28
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 22041 0 0 0 7018 10 0 0 25 0 1 1000000 159518583 86515712 20548 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 21122 20548 93 173 0 20947 0
Current children cumulated CPU time (s) 70.28
Current children cumulated vsize (KiB) 84488

[startup+76.7018 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1125904/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=84888 CPUtime=76.67
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 22130 0 0 0 7657 10 0 0 25 0 1 1000000 159518583 86925312 20637 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 21222 20637 93 173 0 21047 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 84888

[startup+78.3019 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1125776/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=84888 CPUtime=78.27
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 22148 0 0 0 7817 10 0 0 25 0 1 1000000 159518583 86925312 20655 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 21222 20655 93 173 0 21047 0
Current children cumulated CPU time (s) 78.27
Current children cumulated vsize (KiB) 84888

[startup+79.9011 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1125712/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=85028 CPUtime=79.87
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 22168 0 0 0 7977 10 0 0 25 0 1 1000000 159518583 87068672 20675 1992294400 134512640 135224549 4294956224 18446744073709551615 134585004 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 21257 20675 93 173 0 21082 0
Current children cumulated CPU time (s) 79.87
Current children cumulated vsize (KiB) 85028

[startup+80.7011 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1125712/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=85028 CPUtime=80.67
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 22171 0 0 0 8057 10 0 0 25 0 1 1000000 159518583 87068672 20678 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 21257 20678 93 173 0 21082 0
Current children cumulated CPU time (s) 80.67
Current children cumulated vsize (KiB) 85028

[startup+80.9021 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1125712/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=77376 CPUtime=80.87
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 22174 0 0 0 8077 10 0 0 25 0 1 1000000 159518583 79233024 19080 1992294400 134512640 135224549 4294956224 18446744073709551615 134717220 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 19344 19080 95 173 0 19169 0
Current children cumulated CPU time (s) 80.87
Current children cumulated vsize (KiB) 77376

[startup+81.0022 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1415
/proc/meminfo: memFree=1125712/2055920 swapFree=4191900/4192956
[pid=1414] ppid=1412 vsize=76248 CPUtime=80.97
/proc/1414/stat : 1414 (CirCUs) R 1412 1414 1348 0 -1 4194304 22174 0 0 0 8087 10 0 0 25 0 1 1000000 159518583 78077952 18798 1992294400 134512640 135224549 4294956224 18446744073709551615 134722794 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1414/statm: 19062 18798 95 173 0 18887 0
Current children cumulated CPU time (s) 80.97
Current children cumulated vsize (KiB) 76248

Child status: 0
Real time (s): 81.0531
CPU time (s): 81.0317
CPU user time (s): 80.9107
CPU system time (s): 0.120981
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 85028

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

runsolver used 0.06499 second user time and 0.173973 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-03 03:40:46
IDJOB=1772968
IDBENCH=20420
IDSOLVER=614
FILE ID=node3/1772968-1241314845
PBS_JOBID= 9225293
Free space on /tmp= 66344 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h27-unknown.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772968-1241314845/watcher-1772968-1241314845 -o /tmp/evaluation-result-1772968-1241314845/solver-1772968-1241314845 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1772968-1241314845.cnf -t 10000

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7634252332633927f116161c1beb6151
RANDOM SEED=1159965063

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

/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.212
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.212
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:       1208760 kB
Buffers:         86708 kB
Cached:         643332 kB
SwapCached:        416 kB
Active:          80584 kB
Inactive:       663468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1208760 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            8696 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            89228 kB
Committed_AS:   757128 kB
PageTables:       1384 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 node3 at 2009-05-03 03:42:07