Trace number 1781518

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 71.33 71.3486

General information on the benchmark

Namemanol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark134.09
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.62/0.64	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781518-1243687052.cnf 
0.62/0.64	c Using SATTIMEOUT of 10000
0.62/0.64	c Using SATRAM of 2047
0.62/0.64	c Size of subset node = 16
0.62/0.64	c Variables = 131004
0.62/0.64	c Clauses = 387841
0.62/0.64	c Literals = 904961
0.62/0.64	c Reduced size:
0.62/0.64	c Variables = 131004
0.62/0.64	c Clauses = 387838
0.62/0.64	c Literals = 904955
0.62/0.64	c a2
1.22/1.22	c a1
68.28/68.34	c Independent sub-problems = 1
68.28/68.34	c Sub-problem with 131003 variables and 387838 clauses
68.28/68.34	c using permutation method 4
68.28/68.34	c count = 1
68.28/68.34	c Ordering finished 68.180 seconds
68.28/68.34	c mapped 68.320 seconds
68.28/68.34	c permuted 68.320 seconds
68.28/68.34	c about to sort
68.38/68.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-1781518-1243687052/watcher-1781518-1243687052 -o /tmp/evaluation-result-1781518-1243687052/solver-1781518-1243687052 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781518-1243687052.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.79 3.82 3.78 3/99 6931
/proc/meminfo: memFree=2934020/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=1140 CPUtime=0.01
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 171 0 0 0 1 0 0 0 18 0 1 0 1133369702 1167360 127 4294967295 134512640 135237372 3216086624 3216086072 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/6931/statm: 285 127 75 177 0 107 0

[startup+0.023605 s]
/proc/loadavg: 3.79 3.82 3.78 3/99 6931
/proc/meminfo: memFree=2934020/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=2064 CPUtime=0.03
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 417 0 0 0 3 0 0 0 18 0 1 0 1133369702 2113536 373 4294967295 134512640 135237372 3216086624 3216085148 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/6931/statm: 516 373 75 177 0 338 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2064

[startup+0.113596 s]
/proc/loadavg: 3.79 3.82 3.78 3/99 6931
/proc/meminfo: memFree=2934020/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=6388 CPUtime=0.12
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 1479 0 0 0 12 0 0 0 18 0 1 0 1133369702 6541312 1435 4294967295 134512640 135237372 3216086624 3216086072 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/6931/statm: 1597 1435 75 177 0 1419 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 6388

[startup+0.313577 s]
/proc/loadavg: 3.79 3.82 3.78 3/99 6931
/proc/meminfo: memFree=2934020/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=15952 CPUtime=0.32
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 3828 0 0 0 30 2 0 0 18 0 1 0 1133369702 16334848 3784 4294967295 134512640 135237372 3216086624 3216085148 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/6931/statm: 3988 3784 75 177 0 3810 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 15952

[startup+0.713542 s]
/proc/loadavg: 3.79 3.82 3.78 3/99 6931
/proc/meminfo: memFree=2934020/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=43720 CPUtime=0.72
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 10499 0 0 0 69 3 0 0 19 0 1 0 1133369702 44769280 10455 4294967295 134512640 135237372 3216086624 3216085892 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/6931/statm: 10930 10457 76 177 0 10752 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 43720

[startup+1.51347 s]
/proc/loadavg: 3.79 3.82 3.78 2/100 6932
/proc/meminfo: memFree=2880816/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=56400 CPUtime=1.52
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 18062 0 0 0 146 6 0 0 20 0 1 0 1133369702 57753600 13583 4294967295 134512640 135237372 3216086624 3216085752 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/6931/statm: 14100 13584 77 177 0 13922 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 56400

[startup+3.11331 s]
/proc/loadavg: 3.79 3.82 3.78 2/100 6932
/proc/meminfo: memFree=2864092/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=72768 CPUtime=3.12
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 22152 0 0 0 305 7 0 0 25 0 1 0 1133369702 74514432 17673 4294967295 134512640 135237372 3216086624 3216085984 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/6931/statm: 18192 17673 77 177 0 18014 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 72768

[startup+6.313 s]
/proc/loadavg: 3.57 3.77 3.77 2/100 6933
/proc/meminfo: memFree=2863656/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=73200 CPUtime=6.32
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 22248 0 0 0 625 7 0 0 25 0 1 0 1133369702 74956800 17769 4294967295 134512640 135237372 3216086624 3216085952 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/6931/statm: 18300 17769 77 177 0 18122 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 73200

[startup+12.7124 s]
/proc/loadavg: 3.36 3.72 3.75 2/100 6933
/proc/meminfo: memFree=2863068/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=73756 CPUtime=12.7
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 22372 0 0 0 1263 7 0 0 25 0 1 0 1133369702 75526144 17893 4294967295 134512640 135237372 3216086624 3216085984 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/6931/statm: 18439 17893 77 177 0 18261 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 73756

[startup+25.5112 s]
/proc/loadavg: 2.84 3.59 3.71 2/100 7116
/proc/meminfo: memFree=2862688/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=74868 CPUtime=25.48
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 22619 0 0 0 2540 8 0 0 25 0 1 0 1133369702 76664832 18140 4294967295 134512640 135237372 3216086624 3216085984 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/6931/statm: 18717 18140 77 177 0 18539 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 74868

[startup+51.1087 s]
/proc/loadavg: 2.21 3.38 3.64 2/100 7120
/proc/meminfo: memFree=2861040/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=77092 CPUtime=51.08
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 23077 0 0 0 5099 9 0 0 25 0 1 0 1133369702 78942208 18598 4294967295 134512640 135237372 3216086624 3216085984 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/6931/statm: 19273 18598 77 177 0 19095 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 77092

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

[startup+63.9075 s]
/proc/loadavg: 1.94 3.26 3.59 2/100 7120
/proc/meminfo: memFree=2860404/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=77488 CPUtime=63.88
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 23216 0 0 0 6379 9 0 0 25 0 1 0 1133369702 79347712 18737 4294967295 134512640 135237372 3216086624 3216085984 134600744 0 0 0 0 0 0 0 17 2 0 0 0
/proc/6931/statm: 19372 18737 77 177 0 19194 0
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (KiB) 77488

[startup+67.1072 s]
/proc/loadavg: 1.94 3.26 3.59 2/100 7120
/proc/meminfo: memFree=2860296/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=77488 CPUtime=67.08
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 23231 0 0 0 6699 9 0 0 25 0 1 0 1133369702 79347712 18752 4294967295 134512640 135237372 3216086624 3216085984 134600744 0 0 0 0 0 0 0 17 2 0 0 0
/proc/6931/statm: 19372 18752 77 177 0 19194 0
Current children cumulated CPU time (s) 67.08
Current children cumulated vsize (KiB) 77488

[startup+68.7071 s]
/proc/loadavg: 1.94 3.26 3.59 2/100 7120
/proc/meminfo: memFree=2859852/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=154836 CPUtime=68.68
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 42768 0 0 0 6854 14 0 0 25 0 1 0 1133369702 158552064 37532 4294967295 134512640 135237372 3216086624 3216085976 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/6931/statm: 38709 37534 88 177 0 38531 0
Current children cumulated CPU time (s) 68.68
Current children cumulated vsize (KiB) 154836

[startup+70.3069 s]
/proc/loadavg: 1.87 3.23 3.58 2/100 7121
/proc/meminfo: memFree=2492676/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=445464 CPUtime=70.29
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4202496 116206 0 0 0 6990 39 0 0 25 0 1 0 1133369702 456155136 110734 4294967295 134512640 135237372 3216086624 3208256680 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/6931/statm: 111366 110734 91 177 0 111188 0
Current children cumulated CPU time (s) 70.29
Current children cumulated vsize (KiB) 445464

[startup+71.1068 s]
/proc/loadavg: 1.87 3.23 3.58 2/100 7121
/proc/meminfo: memFree=2492676/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=447720 CPUtime=71.08
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4204032 116780 0 0 0 6992 116 0 0 25 0 1 0 1133369702 458465280 111308 4294967295 134512640 135237372 3216086624 3207700376 134730102 0 0 0 0 0 0 0 17 2 0 0 0
/proc/6931/statm: 111930 111308 104 177 0 111752 0
Current children cumulated CPU time (s) 71.08
Current children cumulated vsize (KiB) 447720

[startup+71.3068 s]
/proc/loadavg: 1.87 3.23 3.58 2/100 7121
/proc/meminfo: memFree=2492676/3368532 swapFree=1953580/1959888
[pid=6931] ppid=6929 vsize=447720 CPUtime=71.28
/proc/6931/stat : 6931 (ttsth-5-0) R 6929 6931 20984 0 -1 4204032 117316 0 0 0 6992 136 0 0 25 0 1 0 1133369702 458465280 111844 4294967295 134512640 135237372 3216086624 3207700376 134730102 0 0 0 0 0 0 0 17 2 0 0 0
/proc/6931/statm: 111930 111844 640 177 0 111752 0
Current children cumulated CPU time (s) 71.28
Current children cumulated vsize (KiB) 447720

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 71.3486
CPU time (s): 71.33
CPU user time (s): 69.92
CPU system time (s): 1.41
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 447720

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 14:37:32
IDJOB=1781518
IDBENCH=71766
IDSOLVER=632
FILE ID=/1781518-1243687052
PBS_JOBID=
Free space on /tmp= 15879 MiB

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

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

MD5SUM BENCH= 3eac71f4fca7132b74d6d27cfa83813f
RANDOM SEED= 5078897

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:       2934020 kB
Buffers:        139572 kB
Cached:         180976 kB
SwapCached:       2424 kB
Active:         200660 kB
Inactive:       130228 kB
HighTotal:     2489216 kB
HighFree:      2294880 kB
LowTotal:       879316 kB
LowFree:        639140 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            7472 kB
Writeback:           0 kB
AnonPages:        9636 kB
Mapped:           4764 kB
Slab:            93168 kB
SReclaimable:    84060 kB
SUnreclaim:       9108 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= 15443 MiB
End job on  at 2009-05-30 14:38:44