Trace number 1781578

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.27 44.321

General information on the benchmark

Namemanol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark66.47
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.42/0.48	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781578-1243687594.cnf 
0.42/0.48	c Using SATTIMEOUT of 10000
0.42/0.48	c Using SATRAM of 2047
0.42/0.48	c Size of subset node = 16
0.42/0.48	c Variables = 95863
0.42/0.48	c Clauses = 283363
0.42/0.48	c Literals = 661179
0.42/0.48	c Reduced size:
0.42/0.48	c Variables = 95863
0.42/0.48	c Clauses = 283360
0.42/0.48	c Literals = 661173
0.42/0.48	c a2
0.82/0.90	c a1
42.08/42.18	c Independent sub-problems = 1
42.08/42.18	c Sub-problem with 95862 variables and 283360 clauses
42.08/42.18	c using permutation method 4
42.08/42.18	c count = 1
42.08/42.18	c Ordering finished 42.040 seconds
42.08/42.18	c mapped 42.140 seconds
42.08/42.18	c permuted 42.140 seconds
42.08/42.18	c about to sort
42.18/42.26	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-1781578-1243687594/watcher-1781578-1243687594 -o /tmp/evaluation-result-1781578-1243687594/solver-1781578-1243687594 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781578-1243687594.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.52 3.46 3.96 5/105 20838
/proc/meminfo: memFree=2127480/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=1276 CPUtime=0.01
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 204 0 0 0 0 1 0 0 19 0 1 0 1122860560 1306624 160 4294967295 134512640 135237372 3216178816 3216178264 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 319 160 75 177 0 141 0

[startup+0.08697 s]
/proc/loadavg: 3.52 3.46 3.96 5/105 20838
/proc/meminfo: memFree=2127480/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=4940 CPUtime=0.09
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 1101 0 0 0 8 1 0 0 19 0 1 0 1122860560 5058560 1057 4294967295 134512640 135237372 3216178816 3216178264 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 1235 1058 75 177 0 1057 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4940

[startup+0.116961 s]
/proc/loadavg: 3.52 3.46 3.96 5/105 20838
/proc/meminfo: memFree=2127480/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=6260 CPUtime=0.12
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 1454 0 0 0 11 1 0 0 20 0 1 0 1122860560 6410240 1410 4294967295 134512640 135237372 3216178816 3216177340 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 1565 1411 75 177 0 1387 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 6260

[startup+0.316947 s]
/proc/loadavg: 3.52 3.46 3.96 5/105 20838
/proc/meminfo: memFree=2127480/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=15824 CPUtime=0.32
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 3801 0 0 0 31 1 0 0 20 0 1 0 1122860560 16203776 3757 4294967295 134512640 135237372 3216178816 3216177340 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 3956 3757 75 177 0 3778 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 15824

[startup+0.716922 s]
/proc/loadavg: 3.52 3.46 3.96 5/105 20838
/proc/meminfo: memFree=2127480/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=41080 CPUtime=0.72
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 9963 0 0 0 71 1 0 0 21 0 1 0 1122860560 42065920 9918 4294967295 134512640 135237372 3216178816 3216177712 134749353 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 10270 9918 76 177 0 10092 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 41080

[startup+1.51686 s]
/proc/loadavg: 3.52 3.46 3.96 4/106 20839
/proc/meminfo: memFree=2085704/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=53316 CPUtime=1.52
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 13970 0 0 0 149 3 0 0 23 0 1 0 1122860560 54595584 12901 4294967295 134512640 135237372 3216178816 3216178176 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 13329 12901 77 177 0 13151 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 53316

[startup+3.11675 s]
/proc/loadavg: 3.48 3.45 3.95 4/106 20840
/proc/meminfo: memFree=2076084/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=53448 CPUtime=3.12
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 14014 0 0 0 309 3 0 0 25 0 1 0 1122860560 54730752 12945 4294967295 134512640 135237372 3216178816 3216178144 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 13362 12945 77 177 0 13184 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 53448

[startup+6.31653 s]
/proc/loadavg: 3.48 3.45 3.95 5/105 21023
/proc/meminfo: memFree=2074000/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=53952 CPUtime=6.28
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 14098 0 0 0 625 3 0 0 25 0 1 0 1122860560 55246848 13029 4294967295 134512640 135237372 3216178816 3216178176 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 13488 13029 77 177 0 13310 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 53952

[startup+12.7161 s]
/proc/loadavg: 3.41 3.43 3.94 4/105 21023
/proc/meminfo: memFree=2074104/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=54536 CPUtime=12.68
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 14236 0 0 0 1265 3 0 0 25 0 1 0 1122860560 55844864 13167 4294967295 134512640 135237372 3216178816 3216178176 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 13634 13167 77 177 0 13456 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54536

[startup+25.5152 s]
/proc/loadavg: 3.34 3.42 3.93 4/105 21029
/proc/meminfo: memFree=2073288/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=55840 CPUtime=25.48
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 14560 0 0 0 2545 3 0 0 25 0 1 0 1122860560 57180160 13491 4294967295 134512640 135237372 3216178816 3216178176 134600960 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 13960 13491 77 177 0 13782 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55840

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

[startup+31.9148 s]
/proc/loadavg: 3.29 3.40 3.92 4/105 21029
/proc/meminfo: memFree=2072800/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=56368 CPUtime=31.88
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 14703 0 0 0 3184 4 0 0 25 0 1 0 1122860560 57720832 13634 4294967295 134512640 135237372 3216178816 3216178176 134600718 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 14092 13634 77 177 0 13914 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 56368

[startup+38.3143 s]
/proc/loadavg: 3.27 3.40 3.91 4/105 21029
/proc/meminfo: memFree=2072584/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=56500 CPUtime=38.28
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 14763 0 0 0 3824 4 0 0 25 0 1 0 1122860560 57856000 13694 4294967295 134512640 135237372 3216178816 3216178176 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 14125 13694 77 177 0 13947 0
Current children cumulated CPU time (s) 38.28
Current children cumulated vsize (KiB) 56500

[startup+41.5141 s]
/proc/loadavg: 3.27 3.40 3.91 4/105 21029
/proc/meminfo: memFree=2072608/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=56632 CPUtime=41.48
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 14779 0 0 0 4144 4 0 0 25 0 1 0 1122860560 57991168 13710 4294967295 134512640 135237372 3216178816 3216178176 134600744 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 14158 13710 77 177 0 13980 0
Current children cumulated CPU time (s) 41.48
Current children cumulated vsize (KiB) 56632

[startup+43.114 s]
/proc/loadavg: 3.25 3.39 3.91 4/105 21030
/proc/meminfo: memFree=1846832/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=296856 CPUtime=43.08
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4202496 75367 0 0 0 4287 21 0 0 25 0 1 0 1122860560 303980544 74021 4294967295 134512640 135237372 3216178816 3215247904 134735855 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 74214 74021 91 177 0 74036 0
Current children cumulated CPU time (s) 43.08
Current children cumulated vsize (KiB) 296856

[startup+43.914 s]
/proc/loadavg: 3.25 3.39 3.91 4/105 21030
/proc/meminfo: memFree=1618736/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=333508 CPUtime=43.87
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4204032 84555 0 0 0 4322 65 0 0 25 0 1 0 1122860560 341512192 83209 4294967295 134512640 135237372 3216178816 3207802760 134730102 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 83377 83209 104 177 0 83199 0
Current children cumulated CPU time (s) 43.87
Current children cumulated vsize (KiB) 333508

[startup+44.3139 s]
/proc/loadavg: 3.25 3.39 3.91 4/105 21030
/proc/meminfo: memFree=1618736/3368532 swapFree=1954076/1959888
[pid=20838] ppid=20836 vsize=0 CPUtime=44.27
/proc/20838/stat : 20838 (ttsth-5-0) R 20836 20838 2540 0 -1 4204036 84637 0 0 0 4322 105 0 0 25 0 1 0 1122860560 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20838/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 44.27
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20838 and gives
#  childrusage.ru_utime.tv_sec=43
#  childrusage.ru_utime.tv_usec=220000
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=50000
# CPU time returned by wait4() is 44.27
# while last known CPU time is 44.27
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 44.321
CPU time (s): 44.27
CPU user time (s): 43.22
CPU system time (s): 1.05
CPU usage (%): 99.8849
Max. virtual memory (cumulated for all children) (KiB): 333508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.22
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= 84637
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= 147

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 14:46:34
IDJOB=1781578
IDBENCH=71780
IDSOLVER=632
FILE ID=tipi44/1781578-1243687594
PBS_JOBID=
Free space on /tmp= 15889 MiB

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

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

MD5SUM BENCH= 15c4413e436aecbd4fcb1d7037e18abf
RANDOM SEED= 433905430

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:       2127480 kB
Buffers:        138288 kB
Cached:         752992 kB
SwapCached:       2068 kB
Active:         487948 kB
Inactive:       644596 kB
HighTotal:     2489216 kB
HighFree:      1514208 kB
LowTotal:       879316 kB
LowFree:        613272 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:           14764 kB
Writeback:           0 kB
AnonPages:      240628 kB
Mapped:           5448 kB
Slab:            97984 kB
SReclaimable:    87276 kB
SUnreclaim:      10708 kB
PageTables:        784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   323396 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15563 MiB
End job on tipi44 at 2009-05-30 14:47:19