Trace number 1775818

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
ttsth-5-0 2009-03-19 (4 threads)Signal 67.95 67.9883

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

7.11/7.17	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775818-1243672472.cnf 
7.11/7.17	c Using SATTIMEOUT of 10000
7.11/7.17	c Using SATRAM of 2047
7.11/7.17	c Size of subset node = 16
7.11/7.17	c Variables = 138808
7.11/7.17	c Clauses = 626501
7.11/7.17	c Literals = 1431026
7.11/7.17	c Reduced size:
7.11/7.17	c Variables = 138808
7.11/7.17	c Clauses = 474702
7.11/7.17	c Literals = 1102790
7.11/7.17	c a2
8.01/8.05	c a1
65.26/65.32	c Independent sub-problems = 1
65.26/65.32	c Sub-problem with 107779 variables and 474702 clauses
65.26/65.32	c using permutation method 4
65.26/65.32	c count = 1
65.26/65.32	c Ordering finished 65.040 seconds
65.26/65.32	c mapped 65.280 seconds
65.26/65.32	c permuted 65.280 seconds
65.26/65.32	c about to sort
65.36/65.45	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1775818-1243672472/watcher-1775818-1243672472 -o /tmp/evaluation-result-1775818-1243672472/solver-1775818-1243672472 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775818-1243672472.cnf 

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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.44 3.35 2.98 4/107 5194
/proc/meminfo: memFree=2220912/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=1008 CPUtime=0.01
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 150 0 0 0 1 0 0 0 20 0 1 0 1121348437 1032192 105 4294967295 134512640 135237372 3216971584 3216970064 134685677 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 252 105 75 177 0 74 0

[startup+0.062281 s]
/proc/loadavg: 3.44 3.35 2.98 4/107 5194
/proc/meminfo: memFree=2220912/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=4104 CPUtime=0.06
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 906 0 0 0 6 0 0 0 20 0 1 0 1121348437 4202496 861 4294967295 134512640 135237372 3216971584 3216970108 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 1026 862 75 177 0 848 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4104

[startup+0.112274 s]
/proc/loadavg: 3.44 3.35 2.98 4/107 5194
/proc/meminfo: memFree=2220912/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=7044 CPUtime=0.11
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 1604 0 0 0 10 1 0 0 21 0 1 0 1121348437 7213056 1559 4294967295 134512640 135237372 3216971584 3216971032 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 1761 1559 75 177 0 1583 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7044

[startup+0.31226 s]
/proc/loadavg: 3.44 3.35 2.98 4/107 5194
/proc/meminfo: memFree=2220912/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=17880 CPUtime=0.31
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 4333 0 0 0 28 3 0 0 21 0 1 0 1121348437 18309120 4288 4294967295 134512640 135237372 3216971584 3216970108 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 4470 4289 75 177 0 4292 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17880

[startup+0.712234 s]
/proc/loadavg: 3.44 3.35 2.98 4/107 5194
/proc/meminfo: memFree=2220912/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=37220 CPUtime=0.71
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 9119 0 0 0 66 5 0 0 22 0 1 0 1121348437 38113280 9074 4294967295 134512640 135237372 3216971584 3216970108 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 9305 9075 75 177 0 9127 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 37220

[startup+1.51218 s]
/proc/loadavg: 3.44 3.35 2.98 4/108 5195
/proc/meminfo: memFree=2179028/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=44112 CPUtime=1.51
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 10572 0 0 0 145 6 0 0 25 0 1 0 1121348437 45170688 10527 4294967295 134512640 135237372 3216971584 3216971276 134534557 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 11028 10527 75 177 0 10850 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 44112

[startup+3.11207 s]
/proc/loadavg: 3.44 3.35 2.98 4/108 5195
/proc/meminfo: memFree=2179028/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=44112 CPUtime=3.11
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 10572 0 0 0 305 6 0 0 25 0 1 0 1121348437 45170688 10527 4294967295 134512640 135237372 3216971584 3216971276 134534317 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 11028 10527 75 177 0 10850 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 44112

[startup+6.31186 s]
/proc/loadavg: 3.40 3.34 2.98 4/107 5195
/proc/meminfo: memFree=2179040/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=44112 CPUtime=6.31
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 10572 0 0 0 625 6 0 0 25 0 1 0 1121348437 45170688 10527 4294967295 134512640 135237372 3216971584 3216971276 134534282 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 11028 10527 75 177 0 10850 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 44112

[startup+12.7114 s]
/proc/loadavg: 3.37 3.33 2.98 4/106 5196
/proc/meminfo: memFree=2130156/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=93524 CPUtime=12.71
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 29002 0 0 0 1260 11 0 0 25 0 1 0 1121348437 95768576 22827 4294967295 134512640 135237372 3216971584 3216970944 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 23381 22827 77 177 0 23203 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 93524

[startup+25.5106 s]
/proc/loadavg: 3.29 3.32 2.98 4/105 5196
/proc/meminfo: memFree=2128296/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=95356 CPUtime=25.51
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 29486 0 0 0 2540 11 0 0 25 0 1 0 1121348437 97644544 23311 4294967295 134512640 135237372 3216971584 3216970712 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 23839 23311 77 177 0 23661 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 95356

[startup+51.1088 s]
/proc/loadavg: 3.19 3.29 2.98 4/105 5382
/proc/meminfo: memFree=2124324/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=99916 CPUtime=51.06
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 30334 0 0 0 5092 14 0 0 25 0 1 0 1121348437 102313984 24159 4294967295 134512640 135237372 3216971584 3216970944 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 24979 24159 77 177 0 24801 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 99916

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

[startup+57.5084 s]
/proc/loadavg: 3.17 3.28 2.98 4/105 5382
/proc/meminfo: memFree=2123436/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=100576 CPUtime=57.46
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 30530 0 0 0 5731 15 0 0 25 0 1 0 1121348437 102989824 24355 4294967295 134512640 135237372 3216971584 3216970944 134600760 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 25144 24355 77 177 0 24966 0
Current children cumulated CPU time (s) 57.46
Current children cumulated vsize (KiB) 100576

[startup+63.908 s]
/proc/loadavg: 3.16 3.28 2.98 4/105 5383
/proc/meminfo: memFree=2123500/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=100708 CPUtime=63.86
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 30556 0 0 0 6371 15 0 0 25 0 1 0 1121348437 103124992 24381 4294967295 134512640 135237372 3216971584 3216970944 134600707 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 25177 24381 77 177 0 24999 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 100708

[startup+65.5079 s]
/proc/loadavg: 3.15 3.27 2.98 5/105 5383
/proc/meminfo: memFree=2123500/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=106064 CPUtime=65.46
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4202496 32819 0 0 0 6530 16 0 0 25 0 1 0 1121348437 108609536 25252 4294967295 134512640 135237372 3216971584 3216971168 134574349 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 26516 25253 88 177 0 26338 0
Current children cumulated CPU time (s) 65.46
Current children cumulated vsize (KiB) 106064

[startup+67.1077 s]
/proc/loadavg: 3.15 3.27 2.98 4/105 5383
/proc/meminfo: memFree=1794808/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=411852 CPUtime=67.06
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4204032 109971 0 0 0 6652 54 0 0 25 0 1 0 1121348437 421736448 102275 4294967295 134512640 135237372 3216971584 3208585112 134730102 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 102963 102275 104 177 0 102785 0
Current children cumulated CPU time (s) 67.06
Current children cumulated vsize (KiB) 411852

[startup+67.5077 s]
/proc/loadavg: 3.15 3.27 2.98 4/105 5383
/proc/meminfo: memFree=1794808/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=411852 CPUtime=67.46
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4204032 109971 0 0 0 6652 94 0 0 25 0 1 0 1121348437 421736448 102275 4294967295 134512640 135237372 3216971584 3208585112 134730102 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 102963 102275 104 177 0 102785 0
Current children cumulated CPU time (s) 67.46
Current children cumulated vsize (KiB) 411852

[startup+67.9077 s]
/proc/loadavg: 3.15 3.27 2.98 4/105 5383
/proc/meminfo: memFree=1794808/3368532 swapFree=1954076/1959888
[pid=5194] ppid=5192 vsize=411852 CPUtime=67.86
/proc/5194/stat : 5194 (ttsth-5-0) R 5192 5194 2540 0 -1 4204032 110097 0 0 0 6652 134 0 0 25 0 1 0 1121348437 421736448 102401 4294967295 134512640 135237372 3216971584 3208585112 134730102 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5194/statm: 102963 102401 230 177 0 102785 0
Current children cumulated CPU time (s) 67.86
Current children cumulated vsize (KiB) 411852

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 67.9883
CPU time (s): 67.95
CPU user time (s): 66.52
CPU system time (s): 1.43
CPU usage (%): 99.9437
Max. virtual memory (cumulated for all children) (KiB): 411852

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 10:34:32
IDJOB=1775818
IDBENCH=20387
IDSOLVER=632
FILE ID=tipi44/1775818-1243672472
PBS_JOBID=
Free space on /tmp= 15883 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775818-1243672472/watcher-1775818-1243672472 -o /tmp/evaluation-result-1775818-1243672472/solver-1775818-1243672472 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775818-1243672472.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED= 68643908

Linux tipi44 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.10
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2221060 kB
Buffers:        159300 kB
Cached:         671984 kB
SwapCached:       2180 kB
Active:         865736 kB
Inactive:       176184 kB
HighTotal:     2489216 kB
HighFree:      1608928 kB
LowTotal:       879316 kB
LowFree:        612132 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:           22520 kB
Writeback:           0 kB
AnonPages:      210116 kB
Mapped:           5668 kB
Slab:            94316 kB
SReclaimable:    83480 kB
SUnreclaim:      10836 kB
PageTables:        748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   292692 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15483 MiB
End job on tipi44 at 2009-05-30 10:35:41