Trace number 1780393

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 50.23 50.2253

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark79.29
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

13.72/13.74	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780393-1243682524.cnf 
13.72/13.74	c Using SATTIMEOUT of 10000
13.72/13.74	c Using SATRAM of 2047
13.72/13.74	c Size of subset node = 16
13.72/13.74	c Variables = 123925
13.72/13.74	c Clauses = 539763
13.72/13.74	c Literals = 1252804
13.72/13.74	c Reduced size:
13.72/13.74	c Variables = 123925
13.72/13.74	c Clauses = 384045
13.72/13.74	c Literals = 901652
13.72/13.74	c a2
14.42/14.46	c a1
48.02/48.05	c Independent sub-problems = 1
48.02/48.05	c Sub-problem with 94199 variables and 384045 clauses
48.02/48.05	c using permutation method 4
48.02/48.05	c count = 1
48.02/48.05	c Ordering finished 47.920 seconds
48.02/48.05	c mapped 48.060 seconds
48.02/48.05	c permuted 48.060 seconds
48.02/48.05	c about to sort
48.12/48.15	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-1780393-1243682524/watcher-1780393-1243682524 -o /tmp/evaluation-result-1780393-1243682524/solver-1780393-1243682524 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780393-1243682524.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: 1.00 1.10 1.98 2/115 13402
/proc/meminfo: memFree=2973240/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=1276 CPUtime=0.01
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 203 0 0 0 1 0 0 0 23 0 1 0 1132932234 1306624 158 4294967295 134512640 135237372 3219735008 3219734456 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 319 159 74 177 0 141 0

[startup+0.08155 s]
/proc/loadavg: 1.00 1.10 1.98 2/115 13402
/proc/meminfo: memFree=2973240/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=5360 CPUtime=0.09
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 1226 0 0 0 8 1 0 0 25 0 1 0 1132932234 5488640 1181 4294967295 134512640 135237372 3219735008 3219734456 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 1340 1181 75 177 0 1162 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.111547 s]
/proc/loadavg: 1.00 1.10 1.98 2/115 13402
/proc/meminfo: memFree=2973240/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=7124 CPUtime=0.12
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 1645 0 0 0 11 1 0 0 25 0 1 0 1132932234 7294976 1600 4294967295 134512640 135237372 3219735008 3219733532 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 1781 1601 75 177 0 1603 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 7124

[startup+0.311539 s]
/proc/loadavg: 1.00 1.10 1.98 2/115 13402
/proc/meminfo: memFree=2973240/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=17432 CPUtime=0.32
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 4224 0 0 0 30 2 0 0 25 0 1 0 1132932234 17850368 4179 4294967295 134512640 135237372 3219735008 3219734456 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 4358 4180 75 177 0 4180 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 17432

[startup+0.711524 s]
/proc/loadavg: 1.00 1.10 1.98 2/115 13402
/proc/meminfo: memFree=2973240/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=38748 CPUtime=0.72
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 9197 0 0 0 69 3 0 0 25 0 1 0 1132932234 39677952 9152 4294967295 134512640 135237372 3219735008 3219734700 134534132 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 9687 9152 75 177 0 9509 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 38748

[startup+1.51149 s]
/proc/loadavg: 1.00 1.10 1.97 2/116 13403
/proc/meminfo: memFree=2937000/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=38748 CPUtime=1.52
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 9197 0 0 0 149 3 0 0 25 0 1 0 1132932234 39677952 9152 4294967295 134512640 135237372 3219735008 3219734700 134534272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 9687 9152 75 177 0 9509 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 38748

[startup+3.11143 s]
/proc/loadavg: 1.00 1.10 1.97 2/116 13403
/proc/meminfo: memFree=2937000/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=38748 CPUtime=3.12
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 9197 0 0 0 309 3 0 0 25 0 1 0 1132932234 39677952 9152 4294967295 134512640 135237372 3219735008 3219734700 134534101 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 9687 9152 75 177 0 9509 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 38748

[startup+6.3113 s]
/proc/loadavg: 1.00 1.10 1.97 2/116 13404
/proc/meminfo: memFree=2937104/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=38748 CPUtime=6.32
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 9197 0 0 0 629 3 0 0 25 0 1 0 1132932234 39677952 9152 4294967295 134512640 135237372 3219735008 3219734700 134534243 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 9687 9152 75 177 0 9509 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 38748

[startup+12.711 s]
/proc/loadavg: 1.00 1.09 1.96 2/116 13404
/proc/meminfo: memFree=2937020/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=38748 CPUtime=12.72
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 9197 0 0 0 1269 3 0 0 25 0 1 0 1132932234 39677952 9152 4294967295 134512640 135237372 3219735008 3219734700 134534146 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 9687 9152 75 177 0 9509 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 38748

[startup+25.5105 s]
/proc/loadavg: 1.00 1.09 1.95 2/116 13405
/proc/meminfo: memFree=2895080/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=80964 CPUtime=25.52
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 21208 0 0 0 2549 3 0 0 25 0 1 0 1132932234 82907136 19709 4294967295 134512640 135237372 3219735008 3219734336 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 20241 19709 77 177 0 20063 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 80964

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

[startup+38.31 s]
/proc/loadavg: 1.00 1.08 1.94 2/116 13588
/proc/meminfo: memFree=2893136/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=83320 CPUtime=38.32
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 21738 0 0 0 3828 4 0 0 25 0 1 0 1132932234 85319680 20239 4294967295 134512640 135237372 3219735008 3219734368 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 20830 20239 77 177 0 20652 0
Current children cumulated CPU time (s) 38.32
Current children cumulated vsize (KiB) 83320

[startup+44.7098 s]
/proc/loadavg: 1.00 1.08 1.93 2/116 13589
/proc/meminfo: memFree=2891812/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=84376 CPUtime=44.72
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 22067 0 0 0 4468 4 0 0 25 0 1 0 1132932234 86401024 20568 4294967295 134512640 135237372 3219735008 3219734368 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 21094 20568 77 177 0 20916 0
Current children cumulated CPU time (s) 44.72
Current children cumulated vsize (KiB) 84376

[startup+47.9096 s]
/proc/loadavg: 1.00 1.08 1.93 2/116 13591
/proc/meminfo: memFree=2891364/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=84640 CPUtime=47.92
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4202496 22247 0 0 0 4788 4 0 0 25 0 1 0 1132932234 86671360 20748 4294967295 134512640 135237372 3219735008 3219734160 134723201 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 21160 20748 77 177 0 20982 0
Current children cumulated CPU time (s) 47.92
Current children cumulated vsize (KiB) 84640

[startup+49.5196 s]
/proc/loadavg: 1.00 1.08 1.93 2/116 13591
/proc/meminfo: memFree=2612876/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=363452 CPUtime=49.53
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4204032 92280 0 0 0 4917 36 0 0 25 0 1 0 1132932234 372174848 90276 4294967295 134512640 135237372 3219735008 3211358168 134730243 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 90863 90276 104 177 0 90685 0
Current children cumulated CPU time (s) 49.53
Current children cumulated vsize (KiB) 363452

[startup+49.9096 s]
/proc/loadavg: 1.00 1.08 1.93 2/116 13591
/proc/meminfo: memFree=2612876/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=363452 CPUtime=49.92
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4204032 92280 0 0 0 4917 75 0 0 25 0 1 0 1132932234 372174848 90276 4294967295 134512640 135237372 3219735008 3211358168 134730243 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 90863 90276 104 177 0 90685 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 363452

[startup+50.1096 s]
/proc/loadavg: 1.00 1.08 1.93 2/116 13591
/proc/meminfo: memFree=2612876/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=363452 CPUtime=50.12
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4204032 92280 0 0 0 4917 95 0 0 25 0 1 0 1132932234 372174848 90276 4294967295 134512640 135237372 3219735008 3211358168 134730243 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 90863 90276 104 177 0 90685 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 363452

[startup+50.2096 s]
/proc/loadavg: 1.00 1.08 1.93 2/116 13591
/proc/meminfo: memFree=2612876/3368532 swapFree=1941392/1959888
[pid=13402] ppid=13400 vsize=0 CPUtime=50.22
/proc/13402/stat : 13402 (ttsth-5-0) R 13400 13402 11443 0 -1 4204036 92781 0 0 0 4917 105 0 0 25 0 1 0 1132932234 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13402/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 50.2253
CPU time (s): 50.23
CPU user time (s): 49.17
CPU system time (s): 1.06
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 363452

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 13:22:04
IDJOB=1780393
IDBENCH=70997
IDSOLVER=632
FILE ID=/1780393-1243682524
PBS_JOBID=
Free space on /tmp= 15721 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780393-1243682524/watcher-1780393-1243682524 -o /tmp/evaluation-result-1780393-1243682524/solver-1780393-1243682524 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780393-1243682524.cnf

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED= 789533416

Linux (none) 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.143
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.143
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.11
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.143
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.17
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.143
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.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2973240 kB
Buffers:         87720 kB
Cached:         204072 kB
SwapCached:       4320 kB
Active:         188656 kB
Inactive:       113680 kB
HighTotal:     2489216 kB
HighFree:      2272196 kB
LowTotal:       879316 kB
LowFree:        701044 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:           10152 kB
Writeback:           0 kB
AnonPages:        9360 kB
Mapped:           4296 kB
Slab:            81916 kB
SReclaimable:    72200 kB
SUnreclaim:       9716 kB
PageTables:        748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127084 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15367 MiB
End job on  at 2009-05-30 13:22:55