Trace number 1716350

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-19Signal 89.8563 91.5562

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-15-u.cnf
MD5SUMc716daea92d5e29b94f85a19b52859ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark334.448
Satisfiable
(Un)Satisfiability was proved
Number of variables151952
Number of clauses697321
Sum of the clauses size1601192
Maximum clause length10
Minimum clause length1
Number of clauses of size 112754
Number of clauses of size 2551183
Number of clauses of size 3104744
Number of clauses of size 43180
Number of clauses of size 512720
Number of clauses of size over 512740

Solver Data

12.72/12.81	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1716350-1240614577.cnf 
12.72/12.81	c Using SATTIMEOUT of 1200
12.72/12.81	c Using SATRAM of 1800
12.72/12.81	c Size of subset node = 16
12.72/12.81	c Variables = 151952
12.72/12.81	c Clauses = 697321
12.72/12.81	c Literals = 1601192
12.72/12.81	c Reduced size:
12.72/12.81	c Variables = 151952
12.72/12.81	c Clauses = 524564
12.72/12.81	c Literals = 1226337
12.72/12.81	c a2
13.91/14.05	c a1
85.88/86.08	c Independent sub-problems = 1
85.88/86.08	c Sub-problem with 116658 variables and 524564 clauses
85.88/86.08	c using permutation method 4
85.88/86.08	c count = 1
85.88/86.08	c Ordering finished 85.660 seconds
85.88/86.08	c mapped 85.980 seconds
85.88/86.08	c permuted 85.980 seconds
85.88/86.08	c about to sort
86.09/86.24	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1716350-1240614577/watcher-1716350-1240614577 -o /tmp/evaluation-result-1716350-1240614577/solver-1716350-1240614577 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1716350-1240614577.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.98 1.10 1.06 3/64 16783
/proc/meminfo: memFree=1270784/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=932 CPUtime=0
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 133 0 0 0 0 0 0 0 18 0 1 0 89491061 954368 117 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/16783/statm: 233 117 78 176 0 55 0

[startup+0.0836229 s]
/proc/loadavg: 0.98 1.10 1.06 3/64 16783
/proc/meminfo: memFree=1270784/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=4300 CPUtime=0.07
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 969 0 0 0 7 0 0 0 18 0 1 0 89491061 4403200 953 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/16783/statm: 1075 953 78 176 0 897 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4300

[startup+0.101625 s]
/proc/loadavg: 0.98 1.10 1.06 3/64 16783
/proc/meminfo: memFree=1270784/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=5212 CPUtime=0.09
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 1159 0 0 0 9 0 0 0 18 0 1 0 89491061 5337088 1143 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/16783/statm: 1303 1143 78 176 0 1125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5212

[startup+0.301665 s]
/proc/loadavg: 0.98 1.10 1.06 3/64 16783
/proc/meminfo: memFree=1270784/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=13852 CPUtime=0.29
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 3249 0 0 0 28 1 0 0 19 0 1 0 89491061 14184448 3233 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/16783/statm: 3463 3234 78 176 0 3285 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13852

[startup+0.701743 s]
/proc/loadavg: 0.98 1.10 1.06 3/64 16783
/proc/meminfo: memFree=1270784/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=28584 CPUtime=0.69
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 7015 0 0 0 66 3 0 0 23 0 1 0 89491061 29270016 6999 1992294400 134512640 135237372 4294956192 18446744073709551615 134536395 0 0 4096 0 0 0 0 17 1 0 0
/proc/16783/statm: 7146 7000 78 176 0 6968 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28584

[startup+1.5019 s]
/proc/loadavg: 0.98 1.10 1.06 2/65 16784
/proc/meminfo: memFree=1231736/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=48392 CPUtime=1.49
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 11703 0 0 0 145 4 0 0 25 0 1 0 89491061 49553408 11687 1992294400 134512640 135237372 4294956192 18446744073709551615 134534293 0 0 4096 0 0 0 0 17 1 0 0
/proc/16783/statm: 12098 11687 78 176 0 11920 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48392

[startup+4.42161 s]
/proc/loadavg: 1.14 1.13 1.07 2/65 16784
/proc/meminfo: memFree=1223608/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=48392 CPUtime=4.35
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 11703 0 0 0 431 4 0 0 25 0 1 0 89491061 49553408 11687 1992294400 134512640 135237372 4294956192 18446744073709551615 134534262 0 0 4096 0 0 0 0 17 1 0 0
/proc/16783/statm: 12098 11687 78 176 0 11920 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 48392

[startup+6.30295 s]
/proc/loadavg: 1.14 1.13 1.07 4/65 16784
/proc/meminfo: memFree=1223672/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=48392 CPUtime=6.23
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 11703 0 0 0 619 4 0 0 25 0 1 0 89491061 49553408 11687 1992294400 134512640 135237372 4294956192 18446744073709551615 134534093 0 0 4096 0 0 0 0 17 1 0 0
/proc/16783/statm: 12098 11687 78 176 0 11920 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 48392

[startup+12.7013 s]
/proc/loadavg: 1.13 1.13 1.07 2/65 16784
/proc/meminfo: memFree=1223928/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=48392 CPUtime=12.62
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 11703 0 0 0 1258 4 0 0 25 0 1 0 89491061 49553408 11687 1992294400 134512640 135237372 4294956192 18446744073709551615 134534291 0 0 4096 0 0 0 0 17 0 0 0
/proc/16783/statm: 12098 11687 78 176 0 11920 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 48392

[startup+25.5018 s]
/proc/loadavg: 1.10 1.12 1.07 2/65 16784
/proc/meminfo: memFree=1168568/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=104536 CPUtime=25.41
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 32897 0 0 0 2527 14 0 0 25 0 1 0 89491061 107044864 25576 1992294400 134512640 135237372 4294956192 18446744073709551615 134600972 0 0 4096 0 0 0 0 17 0 0 0
/proc/16783/statm: 26134 25576 80 176 0 25956 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 104536

[startup+51.1018 s]
/proc/loadavg: 1.07 1.11 1.07 2/65 16784
/proc/meminfo: memFree=1165624/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=107684 CPUtime=51
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 33660 0 0 0 5086 14 0 0 25 0 1 0 89491061 110268416 26339 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 0 0 0
/proc/16783/statm: 26921 26339 80 176 0 26743 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 107684

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

[startup+53.3013 s]
/proc/loadavg: 1.06 1.11 1.07 2/65 16784
/proc/meminfo: memFree=1165368/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=107948 CPUtime=53.19
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 33727 0 0 0 5305 14 0 0 25 0 1 0 89491061 110538752 26406 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/16783/statm: 26987 26406 80 176 0 26809 0
Current children cumulated CPU time (s) 53.19
Current children cumulated vsize (KiB) 107948

[startup+78.9013 s]
/proc/loadavg: 1.04 1.10 1.06 2/65 16784
/proc/meminfo: memFree=1162872/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=111076 CPUtime=78.79
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 34339 0 0 0 7864 15 0 0 25 0 1 0 89491061 113741824 27018 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 0 0 0
/proc/16783/statm: 27769 27018 80 176 0 27591 0
Current children cumulated CPU time (s) 78.79
Current children cumulated vsize (KiB) 111076

[startup+85.3016 s]
/proc/loadavg: 1.04 1.10 1.06 2/65 16784
/proc/meminfo: memFree=1162872/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=111208 CPUtime=85.19
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4194304 34343 0 0 0 8504 15 0 0 25 0 1 0 89491061 113876992 27022 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 0 0 0
/proc/16783/statm: 27802 27022 80 176 0 27624 0
Current children cumulated CPU time (s) 85.19
Current children cumulated vsize (KiB) 111208

[startup+88.5022 s]
/proc/loadavg: 1.03 1.10 1.06 2/65 16784
/proc/meminfo: memFree=970168/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=321260 CPUtime=88.34
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4195840 88761 0 0 0 8776 58 0 0 25 0 1 0 89491061 328970240 79759 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/16783/statm: 80315 79759 94 176 0 80137 0
Current children cumulated CPU time (s) 88.34
Current children cumulated vsize (KiB) 321260

[startup+90.1013 s]
/proc/loadavg: 1.03 1.10 1.06 1/65 16784
/proc/meminfo: memFree=670968/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=321260 CPUtime=89.18
/proc/16783/stat : 16783 (ttsth-5-0) D 16781 16783 16438 0 -1 4195840 88761 0 0 0 8776 142 0 0 25 0 1 0 89491061 328970240 79759 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/16783/statm: 80315 79759 94 176 0 80137 0
Current children cumulated CPU time (s) 89.18
Current children cumulated vsize (KiB) 321260

[startup+90.9015 s]
/proc/loadavg: 1.03 1.10 1.06 1/65 16784
/proc/meminfo: memFree=670968/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=321260 CPUtime=89.43
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4195840 88761 0 0 0 8776 167 0 0 25 0 1 0 89491061 328970240 79759 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/16783/statm: 80315 79759 94 176 0 80137 0
Current children cumulated CPU time (s) 89.43
Current children cumulated vsize (KiB) 321260

[startup+91.3056 s]
/proc/loadavg: 1.03 1.10 1.06 2/65 16784
/proc/meminfo: memFree=670712/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=321260 CPUtime=89.62
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4195840 88761 0 0 0 8776 186 0 0 25 0 1 0 89491061 328970240 79759 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/16783/statm: 80315 79759 94 176 0 80137 0
Current children cumulated CPU time (s) 89.62
Current children cumulated vsize (KiB) 321260

[startup+91.5026 s]
/proc/loadavg: 1.03 1.10 1.06 2/65 16784
/proc/meminfo: memFree=670712/2055920 swapFree=4179948/4192956
[pid=16783] ppid=16781 vsize=321260 CPUtime=89.79
/proc/16783/stat : 16783 (ttsth-5-0) R 16781 16783 16438 0 -1 4195840 89218 0 0 0 8776 203 0 0 25 0 1 0 89491061 328970240 79759 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/16783/statm: 80315 79759 94 176 0 80137 0
Current children cumulated CPU time (s) 89.79
Current children cumulated vsize (KiB) 321260

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 91.5562
CPU time (s): 89.8563
CPU user time (s): 87.7687
CPU system time (s): 2.08768
CPU usage (%): 98.1434
Max. virtual memory (cumulated for all children) (KiB): 321260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.7687
system time used= 2.08768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89218
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= 4
involuntary context switches= 181

runsolver used 0.228965 second user time and 0.58791 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-25 01:09:38
IDJOB=1716350
IDBENCH=20374
IDSOLVER=549
FILE ID=node28/1716350-1240614577
PBS_JOBID= 9186286
Free space on /tmp= 66232 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-15-u.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716350-1240614577/watcher-1716350-1240614577 -o /tmp/evaluation-result-1716350-1240614577/solver-1716350-1240614577 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1716350-1240614577.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= c716daea92d5e29b94f85a19b52859ac
RANDOM SEED=1962422196

node28.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1271264 kB
Buffers:         60624 kB
Cached:         668600 kB
SwapCached:       6740 kB
Active:         148828 kB
Inactive:       589732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271264 kB
SwapTotal:     4192956 kB
SwapFree:      4179948 kB
Dirty:           12960 kB
Writeback:           0 kB
Mapped:          13712 kB
Slab:            31900 kB
Committed_AS:   329784 kB
PageTables:       1436 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65920 MiB
End job on node28 at 2009-04-25 01:11:38