Trace number 1553984

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 88.3386 88.3624

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate128.cnf
MD5SUMf21954c654ab1cfd9e2c1aa6fdf49c58
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables138559
Number of clauses415292
Sum of the clauses size969012
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2276860
Number of clauses of size 3138430
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.79/0.84	c Command: HOME/tts-5-0 HOME/instance-1553984-1238721579.cnf 
0.79/0.84	c Using SATTIMEOUT of 1200
0.79/0.84	c Using SATRAM of 1800
0.79/0.84	c Size of subset node = 16
0.79/0.84	c Variables = 138559
0.79/0.84	c Clauses = 415292
0.79/0.84	c Literals = 969012
0.79/0.84	c Reduced size:
0.79/0.84	c Variables = 138559
0.79/0.84	c Clauses = 415288
0.79/0.84	c Literals = 969005
0.79/0.84	c a2
1.59/1.63	c a1
85.07/85.10	c Independent sub-problems = 1
85.07/85.10	c Sub-problem with 138557 variables and 415288 clauses
85.07/85.10	c using permutation method 4
85.07/85.10	c count = 1
85.07/85.10	c Ordering finished 84.820 seconds
85.07/85.10	c mapped 85.080 seconds
85.07/85.10	c permuted 85.090 seconds
85.07/85.10	c about to sort
85.17/85.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-1553984-1238721579/watcher-1553984-1238721579 -o /tmp/evaluation-result-1553984-1238721579/solver-1553984-1238721579 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1553984-1238721579.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.99 1.00 1.02 3/68 21233
/proc/meminfo: memFree=855080/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=1008 CPUtime=0
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 1144819650 1032192 120 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 252 120 67 165 0 85 0

[startup+0.0404651 s]
/proc/loadavg: 0.99 1.00 1.02 3/68 21233
/proc/meminfo: memFree=855080/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=2328 CPUtime=0.03
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 482 0 0 0 3 0 0 0 18 0 1 0 1144819650 2383872 466 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 582 467 68 165 0 415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2328

[startup+0.10147 s]
/proc/loadavg: 0.99 1.00 1.02 3/68 21233
/proc/meminfo: memFree=855080/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=4804 CPUtime=0.09
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 1050 0 0 0 8 1 0 0 18 0 1 0 1144819650 4919296 1034 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 1201 1034 68 165 0 1034 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4804

[startup+0.301492 s]
/proc/loadavg: 0.99 1.00 1.02 3/68 21233
/proc/meminfo: memFree=855080/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=12116 CPUtime=0.29
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 2912 0 0 0 27 2 0 0 19 0 1 0 1144819650 12406784 2896 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 3029 2897 68 165 0 2862 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12116

[startup+0.701537 s]
/proc/loadavg: 0.99 1.00 1.02 3/68 21233
/proc/meminfo: memFree=855080/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=30844 CPUtime=0.69
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 6728 0 0 0 66 3 0 0 22 0 1 0 1144819650 31584256 6712 1992294400 134512640 135191068 4294956224 18446744073709551615 134522930 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 7711 6712 68 165 0 7544 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30844

[startup+1.50163 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=804320/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=55180 CPUtime=1.49
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 13358 0 0 0 144 5 0 0 25 0 1 0 1144819650 56504320 13341 1992294400 134512640 135191068 4294956224 18446744073709551615 134710791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 13795 13341 69 165 0 13628 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55180

[startup+3.1018 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=796832/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=77060 CPUtime=3.09
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 24011 0 0 0 299 10 0 0 25 0 1 0 1144819650 78909440 18743 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 19265 18743 71 165 0 19098 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77060

[startup+6.30116 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=779696/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=77404 CPUtime=6.29
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 24090 0 0 0 618 11 0 0 25 0 1 0 1144819650 79261696 18822 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 19351 18822 71 165 0 19184 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77404

[startup+12.7019 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=778992/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=78124 CPUtime=12.69
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 24255 0 0 0 1258 11 0 0 25 0 1 0 1144819650 79998976 18987 1992294400 134512640 135191068 4294956224 18446744073709551615 134600629 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 19531 18987 71 165 0 19364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78124

[startup+25.5013 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=778032/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=79368 CPUtime=25.48
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 24528 0 0 0 2537 11 0 0 25 0 1 0 1144819650 81272832 19260 1992294400 134512640 135191068 4294956224 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 19842 19260 71 165 0 19675 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 79368

[startup+51.1011 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=776048/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=81724 CPUtime=51.08
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 25051 0 0 0 5096 12 0 0 25 0 1 0 1144819650 83685376 19783 1992294400 134512640 135191068 4294956224 18446744073709551615 134600626 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 20431 19783 71 165 0 20264 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 81724

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

[startup+63.9015 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=774896/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=82516 CPUtime=63.87
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 25310 0 0 0 6375 12 0 0 25 0 1 0 1144819650 84496384 20042 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 20629 20042 71 165 0 20462 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 82516

[startup+76.702 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=773936/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=83440 CPUtime=76.67
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 25566 0 0 0 7655 12 0 0 25 0 1 0 1144819650 85442560 20298 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 20860 20298 71 165 0 20693 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 83440

[startup+83.1017 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=773168/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=85248 CPUtime=83.07
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 25757 0 0 0 8295 12 0 0 25 0 1 0 1144819650 87293952 20489 1992294400 134512640 135191068 4294956224 18446744073709551615 134553913 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 21312 20489 71 165 0 21145 0
Current children cumulated CPU time (s) 83.07
Current children cumulated vsize (KiB) 85248

[startup+86.302 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=691696/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=169788 CPUtime=86.27
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 48275 0 0 0 8606 21 0 0 25 0 1 0 1144819650 173862912 41789 1992294400 134512640 135191068 4294956224 18446744073709551615 134551496 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 42447 41789 85 165 0 42280 0
Current children cumulated CPU time (s) 86.27
Current children cumulated vsize (KiB) 169788

[startup+87.1011 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=677040/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=202040 CPUtime=87.06
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4194304 56428 0 0 0 8682 24 0 0 25 0 1 0 1144819650 206888960 49844 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 50510 49844 85 165 0 50343 0
Current children cumulated CPU time (s) 87.06
Current children cumulated vsize (KiB) 202040

[startup+87.9012 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=509872/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=227832 CPUtime=87.87
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4195840 62930 0 0 0 8714 73 0 0 25 0 1 0 1144819650 233299968 56206 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 56958 56206 85 165 0 56791 0
Current children cumulated CPU time (s) 87.87
Current children cumulated vsize (KiB) 227832

[startup+88.3016 s]
/proc/loadavg: 0.99 1.00 1.02 2/69 21234
/proc/meminfo: memFree=509872/2055920 swapFree=4176216/4192956
[pid=21233] ppid=21231 vsize=227832 CPUtime=88.27
/proc/21233/stat : 21233 (tts-5-0) R 21231 21233 20836 0 -1 4195840 63590 0 0 0 8714 113 0 0 25 0 1 0 1144819650 233299968 56206 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 1 0 0
/proc/21233/statm: 56958 56206 85 165 0 56791 0
Current children cumulated CPU time (s) 88.27
Current children cumulated vsize (KiB) 227832

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 88.3624
CPU time (s): 88.3386
CPU user time (s): 87.1448
CPU system time (s): 1.19382
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 227832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.1448
system time used= 1.19382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63590
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= 2
involuntary context switches= 108

runsolver used 0.078987 second user time and 0.250961 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-03 03:19:40
IDJOB=1553984
IDBENCH=70772
IDSOLVER=505
FILE ID=node59/1553984-1238721579
PBS_JOBID= 9085283
Free space on /tmp= 66240 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate128.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553984-1238721579/watcher-1553984-1238721579 -o /tmp/evaluation-result-1553984-1238721579/solver-1553984-1238721579 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1553984-1238721579.cnf

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

MD5SUM BENCH= f21954c654ab1cfd9e2c1aa6fdf49c58
RANDOM SEED=2006331492

node59.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.209
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.209
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:        855560 kB
Buffers:        117280 kB
Cached:         969284 kB
SwapCached:      10412 kB
Active:         286168 kB
Inactive:       812268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        855560 kB
SwapTotal:     4192956 kB
SwapFree:      4176216 kB
Dirty:            7848 kB
Writeback:           0 kB
Mapped:          16908 kB
Slab:            87528 kB
Committed_AS:  3248612 kB
PageTables:       1720 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= 66020 MiB
End job on node59 at 2009-04-03 03:21:08