Trace number 1555466

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
hybridGM3 3Signal 77.1103 77.1461

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner064.cnf
MD5SUM1a0b22841159d2c84fdcb857229ffa08
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark155.387
Satisfiable
(Un)Satisfiability was proved
Number of variables24448
Number of clauses73151
Sum of the clauses size170683
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 248766
Number of clauses of size 324383
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.49/0.52	c Heuristic: AdaptG2WSAT 
0.49/0.52	c Hybrid barrier : 1 
0.49/0.52	c Problem instance: numAtoms = 24448, numClauses = 73151, numLiterals = 170683
0.49/0.52	c General parameters: seed=2061046704, cutoff=1000000000, targetCost = 0, print solution: yes
0.49/0.52	c gNovelty+ parameters: noise = 0, walkprob = 1, smoothprob = 33
0.49/0.52	c tries = 1
0.49/0.52	c 
76.87/76.96	*** glibc detected *** HOME/hybridGM3: double free or corruption (!prev): 0x080f26f8 ***
76.87/76.96	======= Backtrace: =========
76.87/76.96	[0x8074c4e]
76.87/76.96	[0x8076aa6]
76.87/76.96	[0x804c808]
76.87/76.96	[0x80585b1]
76.87/76.96	[0x80562fe]
76.87/76.96	[0x804e93b]
76.87/76.96	[0x8051252]
76.87/76.96	[0x80663ba]
76.87/76.96	[0x8048171]
76.87/76.96	======= Memory map: ========
76.87/76.96	08048000-080f1000 r-xp 00000000 08:05 7880707                            HOME/hybridGM3
76.87/76.96	080f1000-080f2000 rwxp 000a9000 08:05 7880707                            HOME/hybridGM3
76.87/76.96	080f2000-182ad000 rwxp 080f2000 00:00 0 
76.87/76.96	f7700000-f7722000 rwxp f7700000 00:00 0 
76.87/76.96	f7722000-f7800000 ---p f7722000 00:00 0 
76.87/76.96	f785b000-f7ffe000 rwxp f785b000 00:00 0 
76.87/76.96	ff95f000-ffffe000 rw-p ff95f000 00:00 0 
76.87/76.96	ffffe000-fffff000 ---p 00000000 00:00 0 

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-1555466-1238741372/watcher-1555466-1238741372 -o /tmp/evaluation-result-1555466-1238741372/solver-1555466-1238741372 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hybridGM3 HOME/instance-1555466-1238741372.cnf 2061046704 

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.00 2/64 23932
/proc/meminfo: memFree=1778056/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=268416 CPUtime=0
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 1074 0 0 0 0 0 0 0 18 0 1 0 1146799296 274857984 1058 1992294400 134512640 135204385 4294956224 18446744073709551615 134542911 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 67104 1059 56 168 0 66934 0

[startup+0.0921301 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23932
/proc/meminfo: memFree=1778056/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=268416 CPUtime=0.08
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 1313 0 0 0 8 0 0 0 18 0 1 0 1146799296 274857984 1297 1992294400 134512640 135204385 4294956224 18446744073709551615 134542911 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 67104 1297 56 168 0 66934 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 268416

[startup+0.10113 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23932
/proc/meminfo: memFree=1778056/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=268416 CPUtime=0.09
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 1337 0 0 0 9 0 0 0 18 0 1 0 1146799296 274857984 1321 1992294400 134512640 135204385 4294956224 18446744073709551615 134542853 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 67104 1322 56 168 0 66934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 268416

[startup+0.301148 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23932
/proc/meminfo: memFree=1778056/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=268412 CPUtime=0.29
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 2664 0 0 0 29 0 0 0 19 0 1 0 1146799296 274853888 2647 1992294400 134512640 135204385 4294956224 18446744073709551615 134543968 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 67103 2647 56 168 0 66933 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 268412

[startup+0.701184 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23932
/proc/meminfo: memFree=1778056/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=268416 CPUtime=0.69
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 5756 0 0 0 67 2 0 0 22 0 1 0 1146799296 274857984 5739 1992294400 134512640 135204385 4294956224 18446744073709551615 134546153 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 67104 5739 63 168 0 66934 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 268416

[startup+1.50125 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1757632/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=281652 CPUtime=1.48
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 10036 0 0 0 145 3 0 0 25 0 1 0 1146799296 288411648 8943 1992294400 134512640 135204385 4294956224 18446744073709551615 134577746 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 70413 8943 70 168 0 70243 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 281652

[startup+3.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1744376/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=277472 CPUtime=3.09
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 21533 0 0 0 300 9 0 0 25 0 1 0 1146799296 284131328 8604 1992294400 134512640 135204385 4294956224 18446744073709551615 134547747 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 69368 8604 84 168 0 69198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 277472

[startup+6.30169 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1744056/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=290412 CPUtime=6.29
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 36055 0 0 0 612 17 0 0 25 0 1 0 1146799296 297381888 10911 1992294400 134512640 135204385 4294956224 18446744073709551615 134610109 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 72603 10911 84 168 0 72433 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 290412

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1736512/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=291168 CPUtime=12.69
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 36198 0 0 0 1252 17 0 0 25 0 1 0 1146799296 298156032 11054 1992294400 134512640 135204385 4294956224 18446744073709551615 134582838 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 72792 11054 84 168 0 72622 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 291168

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1735872/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=291704 CPUtime=25.48
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 36328 0 0 0 2531 17 0 0 25 0 1 0 1146799296 298704896 11184 1992294400 134512640 135204385 4294956224 18446744073709551615 134553234 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 72926 11184 84 168 0 72756 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 291704

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1744192/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=277196 CPUtime=51.08
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 50990 0 0 0 5085 23 0 0 25 0 1 0 1146799296 283848704 8535 1992294400 134512640 135204385 4294956224 18446744073709551615 134580360 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 69299 8535 84 168 0 69129 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 277196

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

[startup+63.9029 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1739200/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=277780 CPUtime=63.88
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 102821 0 0 0 6342 46 0 0 25 0 1 0 1146799296 284446720 8681 1992294400 134512640 135204385 4294956224 18446744073709551615 134536986 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 69445 8681 84 168 0 69275 0
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (KiB) 277780

[startup+70.3014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1737024/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=290272 CPUtime=70.28
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 117600 0 0 0 6976 52 0 0 25 0 1 0 1146799296 297238528 10910 1992294400 134512640 135204385 4294956224 18446744073709551615 134563080 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 72568 10910 84 168 0 72398 0
Current children cumulated CPU time (s) 70.28
Current children cumulated vsize (KiB) 290272

[startup+73.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1736832/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=290556 CPUtime=73.47
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 117654 0 0 0 7295 52 0 0 25 0 1 0 1146799296 297529344 10964 1992294400 134512640 135204385 4294956224 18446744073709551615 134524044 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 72639 10964 84 168 0 72469 0
Current children cumulated CPU time (s) 73.47
Current children cumulated vsize (KiB) 290556

[startup+75.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1736832/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=290556 CPUtime=75.07
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 117664 0 0 0 7455 52 0 0 25 0 1 0 1146799296 297529344 10974 1992294400 134512640 135204385 4294956224 18446744073709551615 134586194 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 72639 10974 84 168 0 72469 0
Current children cumulated CPU time (s) 75.07
Current children cumulated vsize (KiB) 290556

[startup+75.9059 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1736768/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=278592 CPUtime=75.87
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 117763 0 0 0 7535 52 0 0 25 0 1 0 1146799296 285278208 8884 1992294400 134512640 135204385 4294956224 18446744073709551615 134536663 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 69648 8884 84 168 0 69478 0
Current children cumulated CPU time (s) 75.87
Current children cumulated vsize (KiB) 278592

[startup+76.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1736768/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=281964 CPUtime=76.67
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4194304 118609 0 0 0 7615 52 0 0 25 0 1 0 1146799296 288731136 9235 1992294400 134512640 135204385 4294956224 18446744073709551615 134533172 0 0 4096 0 0 0 0 17 1 0 0
/proc/23932/statm: 70491 9235 84 168 0 70321 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 281964

[startup+77.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23933
/proc/meminfo: memFree=1738624/2055920 swapFree=4176732/4192956
[pid=23932] ppid=23930 vsize=280220 CPUtime=77.05
/proc/23932/stat : 23932 (hybridGM3) R 23930 23932 23865 0 -1 4195840 132352 0 0 0 7640 65 0 0 24 0 1 0 1146799296 286945280 9051 1992294400 134512640 135204385 4294956224 18446744073709551615 134787984 0 0 4096 0 0 0 0 17 0 0 0
/proc/23932/statm: 70055 9051 97 168 0 69885 0
Current children cumulated CPU time (s) 77.05
Current children cumulated vsize (KiB) 280220

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 77.1461
CPU time (s): 77.1103
CPU user time (s): 76.4054
CPU system time (s): 0.704892
CPU usage (%): 99.9536
Max. virtual memory (cumulated for all children) (KiB): 292244

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

runsolver used 0.050992 second user time and 0.178972 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-03 08:49:32
IDJOB=1555466
IDBENCH=70800
IDSOLVER=534
FILE ID=node51/1555466-1238741372
PBS_JOBID= 9085414
Free space on /tmp= 66540 MiB

SOLVER NAME= hybridGM3 3
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner064.cnf
COMMAND LINE= HOME/hybridGM3 BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555466-1238741372/watcher-1555466-1238741372 -o /tmp/evaluation-result-1555466-1238741372/solver-1555466-1238741372 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hybridGM3 HOME/instance-1555466-1238741372.cnf 2061046704 

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

MD5SUM BENCH= 1a0b22841159d2c84fdcb857229ffa08
RANDOM SEED=2061046704

node51.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.234
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.234
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:       1781224 kB
Buffers:         28364 kB
Cached:         153568 kB
SwapCached:      10236 kB
Active:          51408 kB
Inactive:       142208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781224 kB
SwapTotal:     4192956 kB
SwapFree:      4176732 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:          17312 kB
Slab:            67084 kB
Committed_AS:  3288876 kB
PageTables:       1400 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= 66504 MiB
End job on node51 at 2009-04-03 08:50:50