Trace number 1775998

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 59.89 59.8817

General information on the benchmark

Nameindustrial/palacios/hard/
safe-30-h29-unsat.cnf
MD5SUM7cb48ce6f0320bc88623afd3c5af4aae
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 variables129128
Number of clauses437794
Sum of the clauses size1056806
Maximum clause length61
Minimum clause length1
Number of clauses of size 130
Number of clauses of size 2310376
Number of clauses of size 3124560
Number of clauses of size 4189
Number of clauses of size 583
Number of clauses of size over 52556

Solver Data

0.71/0.74	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775998-1243672814.cnf 
0.71/0.74	c Using SATTIMEOUT of 10000
0.71/0.74	c Using SATRAM of 2047
0.71/0.74	c Size of subset node = 16
0.71/0.74	c Variables = 130928
0.71/0.74	c Clauses = 437794
0.71/0.74	c Literals = 1056806
0.71/0.74	c Reduced size:
0.71/0.74	c Variables = 129128
0.71/0.74	c Clauses = 437704
0.71/0.74	c Literals = 1056626
0.71/0.74	c a2
1.81/1.82	c a1
57.12/57.11	c Independent sub-problems = 1
57.12/57.11	c Sub-problem with 129098 variables and 437704 clauses
57.12/57.11	c using permutation method 4
57.12/57.11	c count = 1
57.12/57.11	c Ordering finished 56.880 seconds
57.12/57.11	c mapped 57.120 seconds
57.12/57.11	c permuted 57.120 seconds
57.12/57.11	c about to sort
57.21/57.23	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-1775998-1243672814/watcher-1775998-1243672814 -o /tmp/evaluation-result-1775998-1243672814/solver-1775998-1243672814 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775998-1243672814.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: 0.91 0.95 0.75 3/99 25680
/proc/meminfo: memFree=3143932/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=1140 CPUtime=0
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 172 0 0 0 0 0 0 0 18 0 1 0 1131945857 1167360 128 4294967295 134512640 135237372 3217057616 3217056412 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 285 128 75 177 0 107 0

[startup+0.074949 s]
/proc/loadavg: 0.91 0.95 0.75 3/99 25680
/proc/meminfo: memFree=3143932/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=4488 CPUtime=0.07
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 1009 0 0 0 7 0 0 0 18 0 1 0 1131945857 4595712 965 4294967295 134512640 135237372 3217057616 3217057064 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 1122 965 75 177 0 944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4488

[startup+0.114945 s]
/proc/loadavg: 0.91 0.95 0.75 3/99 25680
/proc/meminfo: memFree=3143932/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=6324 CPUtime=0.11
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 1475 0 0 0 11 0 0 0 18 0 1 0 1131945857 6475776 1431 4294967295 134512640 135237372 3217057616 3217056140 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 1581 1432 75 177 0 1403 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6324

[startup+0.314955 s]
/proc/loadavg: 0.91 0.95 0.75 3/99 25680
/proc/meminfo: memFree=3143932/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=15888 CPUtime=0.31
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 3813 0 0 0 31 0 0 0 18 0 1 0 1131945857 16269312 3769 4294967295 134512640 135237372 3217057616 3217057064 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 3972 3769 75 177 0 3794 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 15888

[startup+0.714889 s]
/proc/loadavg: 0.91 0.95 0.75 3/99 25680
/proc/meminfo: memFree=3143932/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=32308 CPUtime=0.71
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 7681 0 0 0 69 2 0 0 18 0 1 0 1131945857 33083392 7637 4294967295 134512640 135237372 3217057616 3217057308 134534256 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 8077 7637 75 177 0 7899 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 32308

[startup+1.51481 s]
/proc/loadavg: 0.91 0.95 0.75 2/100 25681
/proc/meminfo: memFree=3076620/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=71384 CPUtime=1.51
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 17013 0 0 0 147 4 0 0 20 0 1 0 1131945857 73097216 16968 4294967295 134512640 135237372 3217057616 3217056432 134680499 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 17846 16968 76 177 0 17668 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 71384

[startup+3.11466 s]
/proc/loadavg: 0.91 0.95 0.75 2/100 25681
/proc/meminfo: memFree=3090828/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=79892 CPUtime=3.11
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 27866 0 0 0 304 7 0 0 25 0 1 0 1131945857 81809408 19460 4294967295 134512640 135237372 3217057616 3217056976 134600960 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 19973 19460 77 177 0 19795 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 79892

[startup+6.31436 s]
/proc/loadavg: 0.92 0.95 0.75 2/100 25681
/proc/meminfo: memFree=3066356/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=80256 CPUtime=6.31
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 27929 0 0 0 624 7 0 0 25 0 1 0 1131945857 82182144 19523 4294967295 134512640 135237372 3217057616 3217056744 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 20064 19523 77 177 0 19886 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 80256

[startup+12.7137 s]
/proc/loadavg: 0.93 0.95 0.75 2/100 25865
/proc/meminfo: memFree=3066056/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=80700 CPUtime=12.71
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 28039 0 0 0 1264 7 0 0 25 0 1 0 1131945857 82636800 19633 4294967295 134512640 135237372 3217057616 3217056976 134600960 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 20175 19633 77 177 0 19997 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 80700

[startup+25.5125 s]
/proc/loadavg: 0.94 0.96 0.76 2/100 25868
/proc/meminfo: memFree=3065200/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=82180 CPUtime=25.51
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 28357 0 0 0 2544 7 0 0 25 0 1 0 1131945857 84152320 19951 4294967295 134512640 135237372 3217057616 3217056976 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 20545 19951 77 177 0 20367 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 82180

[startup+51.1101 s]
/proc/loadavg: 0.96 0.96 0.76 2/100 25868
/proc/meminfo: memFree=3063444/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=84008 CPUtime=51.11
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 28711 0 0 0 5104 7 0 0 25 0 1 0 1131945857 86024192 20305 4294967295 134512640 135237372 3217057616 3217056800 134735855 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 21002 20305 77 177 0 20824 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 84008

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

[startup+54.3098 s]
/proc/loadavg: 0.96 0.96 0.76 2/100 25868
/proc/meminfo: memFree=3063320/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=84140 CPUtime=54.31
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 28757 0 0 0 5424 7 0 0 25 0 1 0 1131945857 86159360 20351 4294967295 134512640 135237372 3217057616 3217056976 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 21035 20351 77 177 0 20857 0
Current children cumulated CPU time (s) 54.31
Current children cumulated vsize (KiB) 84140

[startup+57.5095 s]
/proc/loadavg: 0.96 0.96 0.76 2/100 25869
/proc/meminfo: memFree=3061888/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=179544 CPUtime=57.51
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4202496 53727 0 0 0 5736 15 0 0 25 0 1 0 1131945857 183853056 44037 4294967295 134512640 135237372 3217057616 3217056968 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 44886 44043 88 177 0 44708 0
Current children cumulated CPU time (s) 57.51
Current children cumulated vsize (KiB) 179544

[startup+59.1093 s]
/proc/loadavg: 0.96 0.96 0.76 2/100 25869
/proc/meminfo: memFree=2745464/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=456976 CPUtime=59.11
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4204032 123517 0 0 0 5852 59 0 0 25 0 1 0 1131945857 467943424 113698 4294967295 134512640 135237372 3217057616 3208671144 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 114244 113698 104 177 0 114066 0
Current children cumulated CPU time (s) 59.11
Current children cumulated vsize (KiB) 456976

[startup+59.5093 s]
/proc/loadavg: 0.97 0.96 0.76 2/100 25869
/proc/meminfo: memFree=2483092/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=456976 CPUtime=59.51
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4204032 123517 0 0 0 5852 99 0 0 25 0 1 0 1131945857 467943424 113698 4294967295 134512640 135237372 3217057616 3208671144 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 114244 113698 104 177 0 114066 0
Current children cumulated CPU time (s) 59.51
Current children cumulated vsize (KiB) 456976

[startup+59.7093 s]
/proc/loadavg: 0.97 0.96 0.76 2/100 25869
/proc/meminfo: memFree=2483092/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=456976 CPUtime=59.71
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4204032 123517 0 0 0 5852 119 0 0 25 0 1 0 1131945857 467943424 113698 4294967295 134512640 135237372 3217057616 3208671144 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 114244 113698 104 177 0 114066 0
Current children cumulated CPU time (s) 59.71
Current children cumulated vsize (KiB) 456976

[startup+59.8093 s]
/proc/loadavg: 0.97 0.96 0.76 2/100 25869
/proc/meminfo: memFree=2483092/3368532 swapFree=1953580/1959888
[pid=25680] ppid=25678 vsize=456976 CPUtime=59.81
/proc/25680/stat : 25680 (ttsth-5-0) R 25678 25680 20984 0 -1 4204032 123623 0 0 0 5852 129 0 0 25 0 1 0 1131945857 467943424 113804 4294967295 134512640 135237372 3217057616 3208671144 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/25680/statm: 114244 113804 210 177 0 114066 0
Current children cumulated CPU time (s) 59.81
Current children cumulated vsize (KiB) 456976

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 59.8817
CPU time (s): 59.89
CPU user time (s): 58.52
CPU system time (s): 1.37
CPU usage (%): 100.014
Max. virtual memory (cumulated for all children) (KiB): 456976

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 10:40:14
IDJOB=1775998
IDBENCH=20409
IDSOLVER=632
FILE ID=/1775998-1243672814
PBS_JOBID=
Free space on /tmp= 15878 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/palacios/hard/safe-30-h29-unsat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775998-1243672814/watcher-1775998-1243672814 -o /tmp/evaluation-result-1775998-1243672814/solver-1775998-1243672814 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775998-1243672814.cnf

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

MD5SUM BENCH= 7cb48ce6f0320bc88623afd3c5af4aae
RANDOM SEED= 1311272947

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.105
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.105
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.105
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.16
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.105
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:       3143932 kB
Buffers:         55944 kB
Cached:          77216 kB
SwapCached:       2424 kB
Active:         117992 kB
Inactive:        25720 kB
HighTotal:     2489216 kB
HighFree:      2398704 kB
LowTotal:       879316 kB
LowFree:        745228 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            8388 kB
Writeback:           0 kB
AnonPages:        9416 kB
Mapped:           4984 kB
Slab:            71016 kB
SReclaimable:    62220 kB
SUnreclaim:       8796 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93568 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15433 MiB
End job on  at 2009-05-30 10:41:14