Trace number 1776853

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 44.08 44.0707

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.95
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.41/0.46	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776853-1243676002.cnf 
0.41/0.46	c Using SATTIMEOUT of 10000
0.41/0.46	c Using SATRAM of 2047
0.41/0.46	c Size of subset node = 16
0.41/0.46	c Variables = 96089
0.41/0.46	c Clauses = 283993
0.41/0.46	c Literals = 662649
0.41/0.46	c Reduced size:
0.41/0.46	c Variables = 96089
0.41/0.46	c Clauses = 283990
0.41/0.46	c Literals = 662643
0.41/0.46	c a2
0.81/0.88	c a1
42.03/42.02	c Independent sub-problems = 1
42.03/42.02	c Sub-problem with 96088 variables and 283990 clauses
42.03/42.02	c using permutation method 4
42.03/42.02	c count = 1
42.03/42.02	c Ordering finished 41.930 seconds
42.03/42.02	c mapped 42.030 seconds
42.03/42.02	c permuted 42.030 seconds
42.03/42.02	c about to sort
42.03/42.09	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-1776853-1243676002/watcher-1776853-1243676002 -o /tmp/evaluation-result-1776853-1243676002/solver-1776853-1243676002 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776853-1243676002.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: 7.01 6.72 6.16 5/111 1849
/proc/meminfo: memFree=3033404/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=1008 CPUtime=0.01
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 159 0 0 0 1 0 0 0 25 0 1 0 1132264282 1032192 114 4294967295 134512640 135237372 3213060992 3213059588 134883459 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 252 114 75 177 0 74 0

[startup+0.112343 s]
/proc/loadavg: 7.01 6.72 6.16 5/111 1849
/proc/meminfo: memFree=3033404/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=6124 CPUtime=0.12
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 1406 0 0 0 12 0 0 0 25 0 1 0 1132264282 6270976 1361 4294967295 134512640 135237372 3213060992 3213060548 134738805 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 1531 1361 75 177 0 1353 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 6124

[startup+0.202338 s]
/proc/loadavg: 7.01 6.72 6.16 5/111 1849
/proc/meminfo: memFree=3033404/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=10400 CPUtime=0.21
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 2461 0 0 0 21 0 0 0 25 0 1 0 1132264282 10649600 2416 4294967295 134512640 135237372 3213060992 3213060496 134735105 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 2600 2416 75 177 0 2422 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10400

[startup+0.302328 s]
/proc/loadavg: 7.01 6.72 6.16 5/111 1849
/proc/meminfo: memFree=3033404/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=15160 CPUtime=0.31
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 3631 0 0 0 30 1 0 0 25 0 1 0 1132264282 15523840 3586 4294967295 134512640 135237372 3213060992 3213059588 134886075 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 3790 3586 75 177 0 3612 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 15160

[startup+0.702295 s]
/proc/loadavg: 7.01 6.72 6.16 5/111 1849
/proc/meminfo: memFree=3033404/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=41212 CPUtime=0.71
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 9985 0 0 0 69 2 0 0 25 0 1 0 1132264282 42201088 9939 4294967295 134512640 135237372 3213060992 3213058624 134680229 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 10303 9939 76 177 0 10125 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 41212

[startup+1.50223 s]
/proc/loadavg: 7.01 6.72 6.16 5/112 1850
/proc/meminfo: memFree=2992704/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=53392 CPUtime=1.51
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 14003 0 0 0 147 4 0 0 25 0 1 0 1132264282 54673408 12931 4294967295 134512640 135237372 3213060992 3213060312 134728996 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 13348 12931 77 177 0 13170 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 53392

[startup+3.1021 s]
/proc/loadavg: 7.01 6.72 6.16 5/112 1850
/proc/meminfo: memFree=2981472/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=53740 CPUtime=3.11
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 14059 0 0 0 307 4 0 0 25 0 1 0 1132264282 55029760 12987 4294967295 134512640 135237372 3213060992 3213060352 134600960 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 13435 12987 77 177 0 13257 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 53740

[startup+6.30183 s]
/proc/loadavg: 6.85 6.69 6.15 6/113 1889
/proc/meminfo: memFree=2980416/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=54052 CPUtime=6.31
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 14140 0 0 0 627 4 0 0 25 0 1 0 1132264282 55349248 13068 4294967295 134512640 135237372 3213060992 3213060352 134600960 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 13513 13068 77 177 0 13335 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 54052

[startup+12.7013 s]
/proc/loadavg: 6.70 6.66 6.15 6/113 1942
/proc/meminfo: memFree=2979456/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=54632 CPUtime=12.71
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 14294 0 0 0 1267 4 0 0 25 0 1 0 1132264282 55943168 13222 4294967295 134512640 135237372 3213060992 3213060352 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 13658 13222 77 177 0 13480 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 54632

[startup+25.5102 s]
/proc/loadavg: 6.32 6.58 6.13 5/112 2037
/proc/meminfo: memFree=2977968/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=55936 CPUtime=25.52
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 14601 0 0 0 2548 4 0 0 25 0 1 0 1132264282 57278464 13529 4294967295 134512640 135237372 3213060992 3213060352 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 13984 13529 77 177 0 13806 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 55936

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

[startup+25.6102 s]
/proc/loadavg: 6.32 6.58 6.13 5/112 2037
/proc/meminfo: memFree=2977968/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=55936 CPUtime=25.62
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 14602 0 0 0 2558 4 0 0 25 0 1 0 1132264282 57278464 13530 4294967295 134512640 135237372 3213060992 3213060352 134600963 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 13984 13530 77 177 0 13806 0
Current children cumulated CPU time (s) 25.62
Current children cumulated vsize (KiB) 55936

[startup+32.0197 s]
/proc/loadavg: 6.14 6.54 6.12 5/112 2037
/proc/meminfo: memFree=2977816/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=56332 CPUtime=32.03
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 14726 0 0 0 3199 4 0 0 25 0 1 0 1132264282 57683968 13654 4294967295 134512640 135237372 3213060992 3213060352 134600738 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 14083 13654 77 177 0 13905 0
Current children cumulated CPU time (s) 32.03
Current children cumulated vsize (KiB) 56332

[startup+38.4192 s]
/proc/loadavg: 6.04 6.51 6.11 5/112 2039
/proc/meminfo: memFree=2977380/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=56728 CPUtime=38.43
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 14811 0 0 0 3839 4 0 0 25 0 1 0 1132264282 58089472 13739 4294967295 134512640 135237372 3213060992 3213060352 134600707 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 14182 13739 77 177 0 14004 0
Current children cumulated CPU time (s) 38.43
Current children cumulated vsize (KiB) 56728

[startup+41.6189 s]
/proc/loadavg: 5.88 6.47 6.10 5/112 2040
/proc/meminfo: memFree=2977304/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=56728 CPUtime=41.63
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 14836 0 0 0 4159 4 0 0 25 0 1 0 1132264282 58089472 13764 4294967295 134512640 135237372 3213060992 3213060352 134600707 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 14182 13764 77 177 0 14004 0
Current children cumulated CPU time (s) 41.63
Current children cumulated vsize (KiB) 56728

[startup+43.2188 s]
/proc/loadavg: 5.88 6.47 6.10 5/112 2040
/proc/meminfo: memFree=2736244/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=325320 CPUtime=43.23
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4202496 82502 0 0 0 4296 27 0 0 25 0 1 0 1132264282 333127680 81152 4294967295 134512640 135237372 3213060992 3207071184 134524893 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 81330 81152 91 177 0 81152 0
Current children cumulated CPU time (s) 43.23
Current children cumulated vsize (KiB) 325320

[startup+43.6188 s]
/proc/loadavg: 5.88 6.47 6.10 5/112 2040
/proc/meminfo: memFree=2736244/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=334384 CPUtime=43.63
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4204032 84789 0 0 0 4303 60 0 0 25 0 1 0 1132264282 342409216 83439 4294967295 134512640 135237372 3213060992 3204677544 134730102 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 83596 83439 104 177 0 83418 0
Current children cumulated CPU time (s) 43.63
Current children cumulated vsize (KiB) 334384

[startup+44.0187 s]
/proc/loadavg: 5.73 6.43 6.09 5/112 2040
/proc/meminfo: memFree=2373568/3368532 swapFree=1953788/1959888
[pid=1849] ppid=1847 vsize=334384 CPUtime=44.03
/proc/1849/stat : 1849 (ttsth-5-0) R 1847 1849 20065 0 -1 4204032 84849 0 0 0 4303 100 0 0 25 0 1 0 1132264282 342409216 83499 4294967295 134512640 135237372 3213060992 3204677544 134730102 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1849/statm: 83596 83499 164 177 0 83418 0
Current children cumulated CPU time (s) 44.03
Current children cumulated vsize (KiB) 334384

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 44.0707
CPU time (s): 44.08
CPU user time (s): 43.03
CPU system time (s): 1.05
CPU usage (%): 100.021
Max. virtual memory (cumulated for all children) (KiB): 334384

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 11:33:22
IDJOB=1776853
IDBENCH=69599
IDSOLVER=632
FILE ID=/1776853-1243676002
PBS_JOBID=
Free space on /tmp= 6472 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776853-1243676002/watcher-1776853-1243676002 -o /tmp/evaluation-result-1776853-1243676002/solver-1776853-1243676002 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776853-1243676002.cnf

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED= 1478902673

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.061
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.41
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.061
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.12
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.061
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.061
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3033404 kB
Buffers:        114056 kB
Cached:         105104 kB
SwapCached:       2256 kB
Active:         156796 kB
Inactive:        79096 kB
HighTotal:     2489216 kB
HighFree:      2366772 kB
LowTotal:       879316 kB
LowFree:        666632 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            5576 kB
Writeback:           0 kB
AnonPages:       15996 kB
Mapped:           5272 kB
Slab:            90676 kB
SReclaimable:    77088 kB
SUnreclaim:      13588 kB
PageTables:        668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112680 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6145 MiB
End job on  at 2009-05-30 11:34:06