Trace number 1715634

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
tts tts-5-0Signal 91.6781 91.8692

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-11-u.cnf
MD5SUM770fa9cd880a43d98e936f33f4e86d7a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.1094
Satisfiable
(Un)Satisfiability was proved
Number of variables156980
Number of clauses696581
Sum of the clauses size1582352
Maximum clause length10
Minimum clause length1
Number of clauses of size 113310
Number of clauses of size 2570471
Number of clauses of size 382900
Number of clauses of size 43320
Number of clauses of size 513280
Number of clauses of size over 513300

Solver Data

17.17/17.22	c Command: HOME/tts-5-0 HOME/instance-1715634-1240605739.cnf 
17.17/17.22	c Using SATTIMEOUT of 1200
17.17/17.22	c Using SATRAM of 1800
17.17/17.22	c Size of subset node = 16
17.17/17.22	c Variables = 156980
17.17/17.22	c Clauses = 696581
17.17/17.22	c Literals = 1582352
17.17/17.22	c Reduced size:
17.17/17.22	c Variables = 156980
17.17/17.22	c Clauses = 493058
17.17/17.22	c Literals = 1137097
17.17/17.22	c a2
18.38/18.41	c a1
88.74/88.81	c Independent sub-problems = 1
88.74/88.81	c Sub-problem with 115437 variables and 493058 clauses
88.74/88.81	c using permutation method 4
88.74/88.81	c count = 1
88.74/88.81	c Ordering finished 88.460 seconds
88.74/88.81	c mapped 88.770 seconds
88.74/88.81	c permuted 88.770 seconds
88.74/88.81	c about to sort
88.85/88.97	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-1715634-1240605739/watcher-1715634-1240605739 -o /tmp/evaluation-result-1715634-1240605739/solver-1715634-1240605739 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1715634-1240605739.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.00 0.00 0.00 3/65 14326
/proc/meminfo: memFree=1723232/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=876 CPUtime=0
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 124 0 0 0 0 0 0 0 18 0 1 0 88606436 897024 108 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 219 108 68 165 0 52 0

[startup+0.083885 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 14326
/proc/meminfo: memFree=1723232/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=4248 CPUtime=0.08
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 941 0 0 0 8 0 0 0 18 0 1 0 88606436 4349952 925 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 1062 925 68 165 0 895 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4248

[startup+0.101886 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 14326
/proc/meminfo: memFree=1723232/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=5028 CPUtime=0.09
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 1127 0 0 0 9 0 0 0 18 0 1 0 88606436 5148672 1111 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 1257 1111 68 165 0 1090 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5028

[startup+0.301908 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 14326
/proc/meminfo: memFree=1723232/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=13000 CPUtime=0.29
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 3145 0 0 0 28 1 0 0 19 0 1 0 88606436 13312000 3129 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 3250 3129 68 165 0 3083 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13000

[startup+0.701957 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 14326
/proc/meminfo: memFree=1723232/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=27608 CPUtime=0.69
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 6760 0 0 0 65 4 0 0 24 0 1 0 88606436 28270592 6744 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 6902 6744 68 165 0 6735 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27608

[startup+1.50105 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 14327
/proc/meminfo: memFree=1684760/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=48540 CPUtime=1.49
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 11730 0 0 0 143 6 0 0 25 0 1 0 88606436 49704960 11714 1992294400 134512640 135191068 4294956240 18446744073709551615 134533891 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 12135 11714 68 165 0 11968 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48540

[startup+3.10125 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 14327
/proc/meminfo: memFree=1676376/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=48540 CPUtime=3.08
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 11730 0 0 0 302 6 0 0 25 0 1 0 88606436 49704960 11714 1992294400 134512640 135191068 4294956240 18446744073709551615 134534098 0 0 4096 0 0 0 0 17 0 0 0
/proc/14326/statm: 12135 11714 68 165 0 11968 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 48540

[startup+6.30261 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 14327
/proc/meminfo: memFree=1675992/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=48540 CPUtime=6.28
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 11730 0 0 0 622 6 0 0 25 0 1 0 88606436 49704960 11714 1992294400 134512640 135191068 4294956240 18446744073709551615 134534077 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 12135 11714 68 165 0 11968 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 48540

[startup+12.7014 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 14327
/proc/meminfo: memFree=1676056/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=48540 CPUtime=12.67
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 11730 0 0 0 1261 6 0 0 25 0 1 0 88606436 49704960 11714 1992294400 134512640 135191068 4294956240 18446744073709551615 134534086 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 12135 11714 68 165 0 11968 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 48540

[startup+25.5019 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 14327
/proc/meminfo: memFree=1625048/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=100376 CPUtime=25.48
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 31735 0 0 0 2534 14 0 0 25 0 1 0 88606436 102785024 24534 1992294400 134512640 135191068 4294956240 18446744073709551615 134555315 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 25094 24534 71 165 0 24927 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100376

[startup+51.1019 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 14327
/proc/meminfo: memFree=1621720/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=104036 CPUtime=51.05
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 32576 0 0 0 5091 14 0 0 25 0 1 0 88606436 106532864 25375 1992294400 134512640 135191068 4294956240 18446744073709551615 134600626 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 26009 25375 71 165 0 25842 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 104036

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

[startup+76.7019 s]
/proc/loadavg: 0.71 0.22 0.07 2/66 14327
/proc/meminfo: memFree=1618776/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=107692 CPUtime=76.65
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 33324 0 0 0 7650 15 0 0 25 0 1 0 88606436 110276608 26123 1992294400 134512640 135191068 4294956240 18446744073709551615 134600355 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 26923 26123 71 165 0 26756 0
Current children cumulated CPU time (s) 76.65
Current children cumulated vsize (KiB) 107692

[startup+83.1026 s]
/proc/loadavg: 0.76 0.24 0.08 2/66 14327
/proc/meminfo: memFree=1618520/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=107824 CPUtime=83.05
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 33365 0 0 0 8290 15 0 0 25 0 1 0 88606436 110411776 26164 1992294400 134512640 135191068 4294956240 18446744073709551615 134600366 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 26956 26164 71 165 0 26789 0
Current children cumulated CPU time (s) 83.05
Current children cumulated vsize (KiB) 107824

[startup+86.302 s]
/proc/loadavg: 0.76 0.24 0.08 2/66 14327
/proc/meminfo: memFree=1618520/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=107824 CPUtime=86.25
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 33370 0 0 0 8610 15 0 0 25 0 1 0 88606436 110411776 26169 1992294400 134512640 135191068 4294956240 18446744073709551615 134600381 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 26956 26169 71 165 0 26789 0
Current children cumulated CPU time (s) 86.25
Current children cumulated vsize (KiB) 107824

[startup+89.5014 s]
/proc/loadavg: 0.77 0.26 0.09 2/66 14327
/proc/meminfo: memFree=1618776/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=170756 CPUtime=89.44
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4194304 50794 0 0 0 8923 21 0 0 25 0 1 0 88606436 174854144 42147 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 42689 42147 85 165 0 42522 0
Current children cumulated CPU time (s) 89.44
Current children cumulated vsize (KiB) 170756

[startup+91.1016 s]
/proc/loadavg: 0.77 0.26 0.09 2/66 14327
/proc/meminfo: memFree=1525592/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=234616 CPUtime=91.04
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4195840 66832 0 0 0 9046 58 0 0 25 0 1 0 88606436 240246784 58045 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 58654 58045 85 165 0 58487 0
Current children cumulated CPU time (s) 91.04
Current children cumulated vsize (KiB) 234616

[startup+91.5026 s]
/proc/loadavg: 0.79 0.27 0.09 2/66 14327
/proc/meminfo: memFree=1378712/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=234616 CPUtime=91.44
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4195840 66832 0 0 0 9046 98 0 0 25 0 1 0 88606436 240246784 58045 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/14326/statm: 58654 58045 85 165 0 58487 0
Current children cumulated CPU time (s) 91.44
Current children cumulated vsize (KiB) 234616

[startup+91.7026 s]
/proc/loadavg: 0.79 0.27 0.09 2/66 14327
/proc/meminfo: memFree=1378712/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=234616 CPUtime=91.55
/proc/14326/stat : 14326 (tts-5-0) D 14324 14326 14289 0 -1 4195840 67308 0 0 0 9046 109 0 0 25 0 1 0 88606436 240246784 58045 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/14326/statm: 58654 58045 85 165 0 58487 0
Current children cumulated CPU time (s) 91.55
Current children cumulated vsize (KiB) 234616

[startup+91.8017 s]
/proc/loadavg: 0.79 0.27 0.09 2/66 14327
/proc/meminfo: memFree=1378712/2055920 swapFree=4180420/4192956
[pid=14326] ppid=14324 vsize=234616 CPUtime=91.6
/proc/14326/stat : 14326 (tts-5-0) R 14324 14326 14289 0 -1 4195840 67349 0 0 0 9046 114 0 0 25 0 1 0 88606436 240246784 58045 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 0 0 0
/proc/14326/statm: 58654 58045 85 165 0 58487 0
Current children cumulated CPU time (s) 91.6
Current children cumulated vsize (KiB) 234616

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 91.8692
CPU time (s): 91.6781
CPU user time (s): 90.4663
CPU system time (s): 1.21181
CPU usage (%): 99.7919
Max. virtual memory (cumulated for all children) (KiB): 234616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.4662
system time used= 1.21182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67349
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= 3
involuntary context switches= 95

runsolver used 0.102984 second user time and 0.240963 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-24 22:42:20
IDJOB=1715634
IDBENCH=20343
IDSOLVER=505
FILE ID=node73/1715634-1240605739
PBS_JOBID= 9186250
Free space on /tmp= 66352 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-11-u.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715634-1240605739/watcher-1715634-1240605739 -o /tmp/evaluation-result-1715634-1240605739/solver-1715634-1240605739 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1715634-1240605739.cnf

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

MD5SUM BENCH= 770fa9cd880a43d98e936f33f4e86d7a
RANDOM SEED=2116827477

node73.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.214
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.214
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:       1723656 kB
Buffers:         61240 kB
Cached:         218504 kB
SwapCached:       7216 kB
Active:         118396 kB
Inactive:       171364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723656 kB
SwapTotal:     4192956 kB
SwapFree:      4180420 kB
Dirty:           12956 kB
Writeback:           0 kB
Mapped:          13840 kB
Slab:            28480 kB
Committed_AS:   293236 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66128 MiB
End job on node73 at 2009-04-24 22:43:53