Trace number 1562408

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-0? (MO) 201.219 201.478

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_7_4_9_fbc.cnf
MD5SUM4259362ee72589b1a94d1f5c9f846a0b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.38957
Satisfiable
(Un)Satisfiability was proved
Number of variables1677
Number of clauses28863
Sum of the clauses size75955
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217356
Number of clauses of size 38650
Number of clauses of size 4832
Number of clauses of size 51875
Number of clauses of size over 5150

Solver Data

0.00/0.04	c Command: HOME/tts-5-0 HOME/instance-1562408-1238774788.cnf 
0.00/0.04	c Using SATTIMEOUT of 1200
0.00/0.04	c Using SATRAM of 1800
0.00/0.04	c Size of subset node = 16
0.00/0.04	c Variables = 1677
0.00/0.04	c Clauses = 28863
0.00/0.04	c Literals = 75955
0.00/0.04	c Reduced size:
0.00/0.04	c Variables = 1677
0.00/0.04	c Clauses = 28863
0.00/0.04	c Literals = 75955
0.00/0.04	c a2
0.09/0.14	c a1
0.29/0.36	c Independent sub-problems = 1
0.29/0.36	c Sub-problem with 1677 variables and 28863 clauses
0.29/0.36	c using permutation method 4
0.29/0.36	c count = 1
0.29/0.36	c Ordering finished 0.340 seconds
0.29/0.36	c mapped 0.360 seconds
0.29/0.36	c permuted 0.360 seconds
0.29/0.36	c about to sort
0.29/0.37	c sorted
0.49/0.52	c clauses now 28863
0.49/0.52	c init finished 0.370 seconds
0.49/0.52	c tree built 0.520 seconds
0.49/0.52	c 
0.49/0.52	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.49/0.52	c ---------------------------------|----------------------------------|------------------------------------------------------
0.49/0.52	c ................................ | ..........                       |                        0.5           0.0             
0.49/0.52	c ................................ | ..........                     1 |                        0.5           1.9             
0.49/0.52	c ................................ | ..........                     2 |                        0.5           3.8             
0.49/0.52	c ................................ | ..........                     3 |                        0.5           5.8             
0.49/0.52	c ................................ | ..........                     4 |                        0.5           7.7             
0.49/0.52	c ................................ | ..........                     5 |                        0.5           9.6             
0.49/0.52	c ................................ | ..........                  1000 | 65                     0.5        1923.1         4101
23.99/24.01	c ................................ | ..........                475000 | 74653                 24.0       19791.7     16386599
47.98/48.03	c ................................ | ..........                819000 | 136703                48.0       17055.4     32114706
71.96/72.04	c ................................ | ..........               1136000 | 193362                72.0       15773.4     46472859
95.95/96.08	c ................................ | ..........               1438000 | 247458                96.0       14971.4     60139289
119.95/120.04	c ................................ | *.........               1719000 | 299176               120.0       14323.8     73840396
143.94/144.09	c ................................ | *.........               2009000 | 351670               144.1       13946.5     87242421
167.93/168.10	c ................................ | *.........               2294000 | 402494               168.1       13650.7    100048625
191.94/192.23	c ................................ | *.........               2575000 | 453221               192.0       13410.8    112997708

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-1562408-1238774788/watcher-1562408-1238774788 -o /tmp/evaluation-result-1562408-1238774788/solver-1562408-1238774788 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1562408-1238774788.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.00 1.00 1.09 3/64 30736
/proc/meminfo: memFree=1748216/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=1008 CPUtime=0
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 134 0 0 0 0 0 0 0 20 0 1 0 1150141316 1032192 118 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 252 121 68 165 0 85 0

[startup+0.102167 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 30736
/proc/meminfo: memFree=1748216/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=4644 CPUtime=0.09
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 1036 0 0 0 9 0 0 0 20 0 1 0 1150141316 4755456 1019 1992294400 134512640 135191068 4294956224 18446744073709551615 134710791 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 1161 1019 69 165 0 994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4644

[startup+0.201187 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 30736
/proc/meminfo: memFree=1748216/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=5452 CPUtime=0.19
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 1286 0 0 0 18 1 0 0 21 0 1 0 1150141316 5582848 1240 1992294400 134512640 135191068 4294956224 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 1363 1240 71 165 0 1196 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5452

[startup+0.301206 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 30736
/proc/meminfo: memFree=1748216/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=5592 CPUtime=0.29
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 1330 0 0 0 28 1 0 0 22 0 1 0 1150141316 5726208 1284 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 1398 1284 71 165 0 1231 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5592

[startup+0.701285 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 30736
/proc/meminfo: memFree=1748216/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=12920 CPUtime=0.69
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 3115 0 0 0 67 2 0 0 25 0 1 0 1150141316 13230080 3069 1992294400 134512640 135191068 4294956224 18446744073709551615 134551503 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 3230 3069 89 165 0 3063 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12920

[startup+1.50144 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 30737
/proc/meminfo: memFree=1731760/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=22432 CPUtime=1.49
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 5482 0 0 0 146 3 0 0 25 0 1 0 1150141316 22970368 5436 1992294400 134512640 135191068 4294956224 18446744073709551615 134561558 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 5608 5436 89 165 0 5441 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22432

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 30737
/proc/meminfo: memFree=1718320/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=41008 CPUtime=3.09
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 10129 0 0 0 304 5 0 0 25 0 1 0 1150141316 41992192 10083 1992294400 134512640 135191068 4294956224 18446744073709551615 134546218 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 10252 10083 89 165 0 10085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41008

[startup+6.30139 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 30737
/proc/meminfo: memFree=1681584/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=75712 CPUtime=6.29
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 18823 0 0 0 620 9 0 0 25 0 1 0 1150141316 77529088 18777 1992294400 134512640 135191068 4294956224 18446744073709551615 134519760 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 18928 18777 89 165 0 18761 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75712

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 30737
/proc/meminfo: memFree=1612592/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=143916 CPUtime=12.69
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 35860 0 0 0 1253 16 0 0 25 0 1 0 1150141316 147369984 35814 1992294400 134512640 135191068 4294956224 18446744073709551615 134546224 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 35979 35814 89 165 0 35812 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 143916

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 30737
/proc/meminfo: memFree=1466992/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=283488 CPUtime=25.48
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 70766 0 0 0 2519 29 0 0 25 0 1 0 1150141316 290291712 70720 1992294400 134512640 135191068 4294956224 18446744073709551615 134546218 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 70872 70720 89 165 0 70705 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 283488

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 30737
/proc/meminfo: memFree=1212848/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=539780 CPUtime=51.07
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 134843 0 0 0 5053 54 0 0 25 0 1 0 1150141316 552734720 134797 1992294400 134512640 135191068 4294956224 18446744073709551615 134591269 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 134945 134797 89 165 0 134778 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 539780

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 30737
/proc/meminfo: memFree=741488/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=1005496 CPUtime=102.26
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 251244 0 0 0 10124 102 0 0 25 0 1 0 1150141316 1029627904 251198 1992294400 134512640 135191068 4294956224 18446744073709551615 134710791 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 251374 251198 89 165 0 251207 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1005496

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 30737
/proc/meminfo: memFree=214832/2055920 swapFree=4176304/4192956
[pid=30736] ppid=30734 vsize=1536152 CPUtime=162.23
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 383923 0 0 0 16071 152 0 0 25 0 1 0 1150141316 1573019648 383877 1992294400 134512640 135191068 4294956224 18446744073709551615 134591273 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 384038 383877 89 165 0 383871 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1536152



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+201.202 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 30737
/proc/meminfo: memFree=17520/2055920 swapFree=4176224/4192956
[pid=30736] ppid=30734 vsize=1843436 CPUtime=200.93
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4194304 460738 0 0 0 19907 186 0 0 25 0 1 0 1150141316 1887678464 460692 1992294400 134512640 135191068 4294956224 18446744073709551615 134546224 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 460859 460692 89 165 0 460692 0
Current children cumulated CPU time (s) 200.93
Current children cumulated vsize (KiB) 1843436

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+201.307 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 30738
/proc/meminfo: memFree=685992/2055920 swapFree=4176224/4192956
[pid=30736] ppid=30734 vsize=0 CPUtime=201.04
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4195332 460739 0 0 0 19907 197 0 0 25 0 1 0 1150141316 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 201.04
Current children cumulated vsize (KiB) 0

[startup+201.406 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 30738
/proc/meminfo: memFree=685992/2055920 swapFree=4176224/4192956
[pid=30736] ppid=30734 vsize=0 CPUtime=201.13
/proc/30736/stat : 30736 (tts-5-0) R 30734 30736 30325 0 -1 4195332 460739 0 0 0 19907 206 0 0 25 0 1 0 1150141316 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/30736/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 201.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 201.478
CPU time (s): 201.219
CPU user time (s): 199.079
CPU system time (s): 2.14067
CPU usage (%): 99.8717
Max. virtual memory (cumulated for all children) (KiB): 1843436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 199.079
system time used= 2.14067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460739
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= 5
involuntary context switches= 309

runsolver used 0.165974 second user time and 0.448931 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-03 18:06:28
IDJOB=1562408
IDBENCH=70934
IDSOLVER=505
FILE ID=node53/1562408-1238774788
PBS_JOBID= 9085517
Free space on /tmp= 66444 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT09/APPLICATIONS/edgematching/fbcolors/em_7_4_9_fbc.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562408-1238774788/watcher-1562408-1238774788 -o /tmp/evaluation-result-1562408-1238774788/solver-1562408-1238774788 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1562408-1238774788.cnf

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

MD5SUM BENCH= 4259362ee72589b1a94d1f5c9f846a0b
RANDOM SEED=1691475258

node53.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.264
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.264
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1748632 kB
Buffers:         39492 kB
Cached:         179748 kB
SwapCached:      10600 kB
Active:          67580 kB
Inactive:       163784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748632 kB
SwapTotal:     4192956 kB
SwapFree:      4176304 kB
Dirty:            1352 kB
Writeback:           0 kB
Mapped:          17884 kB
Slab:            61976 kB
Committed_AS:  2839372 kB
PageTables:       1384 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= 66444 MiB
End job on node53 at 2009-04-03 18:09:51