Trace number 1563696

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 77.3622 77.5878

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-22.cnf
MD5SUM8d2a42a37522a445646cc07d2396ea2a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark100.985
Satisfiable
(Un)Satisfiability was proved
Number of variables129652
Number of clauses386749
Sum of the clauses size902413
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2257832
Number of clauses of size 3128916
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.99/2.09	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1563696-1238788934.cnf 
1.99/2.09	c Using SATTIMEOUT of 1200
1.99/2.09	c Using SATRAM of 1800
1.99/2.09	c Size of subset node = 16
1.99/2.09	c Variables = 129652
1.99/2.09	c Clauses = 386749
1.99/2.09	c Literals = 902413
1.99/2.09	c Reduced size:
1.99/2.09	c Variables = 129652
1.99/2.09	c Clauses = 386302
1.99/2.09	c Literals = 901342
1.99/2.09	c a2
2.79/2.81	c a1
74.46/74.52	c Independent sub-problems = 1
74.46/74.52	c Sub-problem with 129474 variables and 386302 clauses
74.46/74.52	c using permutation method 4
74.46/74.52	c count = 1
74.46/74.52	c Ordering finished 74.330 seconds
74.46/74.52	c mapped 74.490 seconds
74.46/74.52	c permuted 74.490 seconds
74.46/74.52	c about to sort
74.55/74.64	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-1563696-1238788934/watcher-1563696-1238788934 -o /tmp/evaluation-result-1563696-1238788934/solver-1563696-1238788934 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1563696-1238788934.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: 1.84 1.78 1.42 3/69 32433
/proc/meminfo: memFree=1779248/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=1064 CPUtime=0
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 1151558124 1089536 140 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 266 141 78 176 0 88 0

[startup+0.0875771 s]
/proc/loadavg: 1.84 1.78 1.42 3/69 32433
/proc/meminfo: memFree=1779248/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=4344 CPUtime=0.08
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 983 0 0 0 8 0 0 0 18 0 1 0 1151558124 4448256 967 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 1086 968 78 176 0 908 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4344

[startup+0.10158 s]
/proc/loadavg: 1.84 1.78 1.42 3/69 32433
/proc/meminfo: memFree=1779248/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=4992 CPUtime=0.09
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 1122 0 0 0 9 0 0 0 18 0 1 0 1151558124 5111808 1106 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 1248 1106 78 176 0 1070 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4992

[startup+0.301618 s]
/proc/loadavg: 1.84 1.78 1.42 3/69 32433
/proc/meminfo: memFree=1779248/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=12832 CPUtime=0.29
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 3110 0 0 0 28 1 0 0 20 0 1 0 1151558124 13139968 3094 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 3208 3094 78 176 0 3030 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12832

[startup+0.701697 s]
/proc/loadavg: 1.84 1.78 1.42 3/69 32433
/proc/meminfo: memFree=1779248/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=28956 CPUtime=0.69
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 6789 0 0 0 67 2 0 0 24 0 1 0 1151558124 29650944 6773 1992294400 134512640 135237372 4294956192 18446744073709551615 134534067 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 7239 6773 78 176 0 7061 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28956

[startup+1.50185 s]
/proc/loadavg: 1.84 1.78 1.42 2/70 32434
/proc/meminfo: memFree=1752424/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=28956 CPUtime=1.49
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 6789 0 0 0 147 2 0 0 25 0 1 0 1151558124 29650944 6773 1992294400 134512640 135237372 4294956192 18446744073709551615 134534374 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 7239 6773 78 176 0 7061 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28956

[startup+3.10117 s]
/proc/loadavg: 1.84 1.78 1.42 2/70 32434
/proc/meminfo: memFree=1746664/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=54232 CPUtime=3.09
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 14446 0 0 0 304 5 0 0 25 0 1 0 1151558124 55533568 13038 1992294400 134512640 135237372 4294956192 18446744073709551615 134555320 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 13558 13038 80 176 0 13380 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54232

[startup+6.3018 s]
/proc/loadavg: 1.77 1.77 1.42 2/70 32434
/proc/meminfo: memFree=1708776/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=72612 CPUtime=6.29
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 19040 0 0 0 622 7 0 0 25 0 1 0 1151558124 74354688 17632 1992294400 134512640 135237372 4294956192 18446744073709551615 134600972 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 18153 17632 80 176 0 17975 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72612

[startup+12.7021 s]
/proc/loadavg: 1.71 1.76 1.42 2/70 32434
/proc/meminfo: memFree=1708008/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=73480 CPUtime=12.68
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 19223 0 0 0 1261 7 0 0 25 0 1 0 1151558124 75243520 17815 1992294400 134512640 135237372 4294956192 18446744073709551615 134555279 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 18370 17815 80 176 0 18192 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 73480

[startup+25.5016 s]
/proc/loadavg: 1.55 1.72 1.41 2/70 32434
/proc/meminfo: memFree=1707048/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=74652 CPUtime=25.49
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 19513 0 0 0 2541 8 0 0 25 0 1 0 1151558124 76443648 18105 1992294400 134512640 135237372 4294956192 18446744073709551615 134555279 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 18663 18105 80 176 0 18485 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74652

[startup+51.1016 s]
/proc/loadavg: 1.36 1.66 1.40 2/70 32434
/proc/meminfo: memFree=1704488/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=77404 CPUtime=51.07
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 20141 0 0 0 5099 8 0 0 25 0 1 0 1151558124 79261696 18733 1992294400 134512640 135237372 4294956192 18446744073709551615 134600972 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 19351 18733 80 176 0 19173 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 77404

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

[startup+63.9012 s]
/proc/loadavg: 1.28 1.63 1.39 2/70 32434
/proc/meminfo: memFree=1703336/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=78196 CPUtime=63.86
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 20426 0 0 0 6378 8 0 0 25 0 1 0 1151558124 80072704 19018 1992294400 134512640 135237372 4294956192 18446744073709551615 134600721 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 19549 19018 80 176 0 19371 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 78196

[startup+70.3014 s]
/proc/loadavg: 1.26 1.62 1.39 2/70 32434
/proc/meminfo: memFree=1703016/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=78460 CPUtime=70.26
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 20497 0 0 0 7018 8 0 0 25 0 1 0 1151558124 80343040 19089 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 19615 19089 80 176 0 19437 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 78460

[startup+73.5011 s]
/proc/loadavg: 1.26 1.62 1.39 2/70 32434
/proc/meminfo: memFree=1702952/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=78592 CPUtime=73.46
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 20531 0 0 0 7338 8 0 0 25 0 1 0 1151558124 80478208 19123 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 19648 19123 80 176 0 19470 0
Current children cumulated CPU time (s) 73.46
Current children cumulated vsize (KiB) 78592

[startup+75.1014 s]
/proc/loadavg: 1.24 1.60 1.39 2/70 32434
/proc/meminfo: memFree=1696424/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=220768 CPUtime=75.06
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4194304 56165 0 0 0 7483 23 0 0 25 0 1 0 1151558124 226066432 54379 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 55192 54382 91 176 0 55014 0
Current children cumulated CPU time (s) 75.06
Current children cumulated vsize (KiB) 220768

[startup+76.7017 s]
/proc/loadavg: 1.24 1.60 1.39 2/70 32434
/proc/meminfo: memFree=1508136/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=303604 CPUtime=76.64
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4195840 77345 0 0 0 7584 80 0 0 24 0 1 0 1151558124 310890496 75417 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/32433/statm: 75901 75417 94 176 0 75723 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 303604

[startup+77.1018 s]
/proc/loadavg: 1.24 1.60 1.39 2/70 32434
/proc/meminfo: memFree=1286632/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=303604 CPUtime=77.03
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4195840 77345 0 0 0 7584 119 0 0 25 0 1 0 1151558124 310890496 75417 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 75901 75417 94 176 0 75723 0
Current children cumulated CPU time (s) 77.03
Current children cumulated vsize (KiB) 303604

[startup+77.5019 s]
/proc/loadavg: 1.24 1.60 1.39 2/70 32434
/proc/meminfo: memFree=1286632/2055920 swapFree=4177724/4192956
[pid=32433] ppid=32431 vsize=303604 CPUtime=77.26
/proc/32433/stat : 32433 (ttsth-5-0) R 32431 32433 32237 0 -1 4195840 77733 0 0 0 7584 142 0 0 25 0 1 0 1151558124 310890496 75417 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/32433/statm: 75901 75417 94 176 0 75723 0
Current children cumulated CPU time (s) 77.26
Current children cumulated vsize (KiB) 303604

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 77.5878
CPU time (s): 77.3622
CPU user time (s): 75.8495
CPU system time (s): 1.51277
CPU usage (%): 99.7093
Max. virtual memory (cumulated for all children) (KiB): 303604

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

runsolver used 0.06299 second user time and 0.229965 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-03 22:02:14
IDJOB=1563696
IDBENCH=70958
IDSOLVER=549
FILE ID=node73/1563696-1238788934
PBS_JOBID= 9085623
Free space on /tmp= 66500 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-22.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563696-1238788934/watcher-1563696-1238788934 -o /tmp/evaluation-result-1563696-1238788934/solver-1563696-1238788934 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1563696-1238788934.cnf

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

MD5SUM BENCH= 8d2a42a37522a445646cc07d2396ea2a
RANDOM SEED=350608582

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.277
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.277
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:       1779728 kB
Buffers:         29948 kB
Cached:         169916 kB
SwapCached:       7808 kB
Active:         118416 kB
Inactive:        90680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779728 kB
SwapTotal:     4192956 kB
SwapFree:      4177724 kB
Dirty:            7476 kB
Writeback:           0 kB
Mapped:          15012 kB
Slab:            52680 kB
Committed_AS:  2884404 kB
PageTables:       1656 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= 66204 MiB
End job on node73 at 2009-04-03 22:03:32