Trace number 1717702

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 151.23 151.455

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5746
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data

1.49/1.59	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1717702-1240629741.cnf 
1.49/1.59	c Using SATTIMEOUT of 1200
1.49/1.59	c Using SATRAM of 1800
1.49/1.59	c Size of subset node = 16
1.49/1.59	c Variables = 115898
1.49/1.59	c Clauses = 649270
1.49/1.59	c Literals = 1721996
1.49/1.59	c Reduced size:
1.49/1.59	c Variables = 113583
1.49/1.59	c Clauses = 648970
1.49/1.59	c Literals = 1721660
1.49/1.59	c a2
38.07/38.12	c a1
143.23/143.32	c Independent sub-problems = 1
143.23/143.32	c Sub-problem with 113549 variables and 648970 clauses
143.23/143.32	c using permutation method 4
143.23/143.32	c count = 1
143.23/143.32	c Ordering finished 142.890 seconds
143.23/143.32	c mapped 143.280 seconds
143.23/143.32	c permuted 143.280 seconds
143.23/143.32	c about to sort
143.43/143.57	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-1717702-1240629741/watcher-1717702-1240629741 -o /tmp/evaluation-result-1717702-1240629741/solver-1717702-1240629741 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1717702-1240629741.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.98 0.98 0.99 3/64 29126
/proc/meminfo: memFree=1201120/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=1064 CPUtime=0
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 91000159 1089536 126 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 266 129 77 176 0 88 0

[startup+0.071394 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 29126
/proc/meminfo: memFree=1201120/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=3432 CPUtime=0.06
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 750 0 0 0 6 0 0 0 18 0 1 0 91000159 3514368 734 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 858 734 78 176 0 680 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3432

[startup+0.101397 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 29126
/proc/meminfo: memFree=1201120/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=4568 CPUtime=0.09
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 1025 0 0 0 9 0 0 0 18 0 1 0 91000159 4677632 1009 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 1142 1009 78 176 0 964 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4568

[startup+0.301423 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 29126
/proc/meminfo: memFree=1201120/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=11868 CPUtime=0.29
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 2833 0 0 0 29 0 0 0 19 0 1 0 91000159 12152832 2817 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 2967 2817 78 176 0 2789 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11868

[startup+0.701478 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 29126
/proc/meminfo: memFree=1201120/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=26476 CPUtime=0.69
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 6436 0 0 0 67 2 0 0 23 0 1 0 91000159 27111424 6420 1992294400 134512640 135237372 4294956192 18446744073709551615 134536395 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 6619 6421 78 176 0 6441 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26476

[startup+1.5016 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 29127
/proc/meminfo: memFree=1164696/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=46204 CPUtime=1.49
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 11151 0 0 0 144 5 0 0 25 0 1 0 91000159 47312896 11135 1992294400 134512640 135237372 4294956192 18446744073709551615 134534262 0 0 4096 0 0 0 0 17 0 0 0
/proc/29126/statm: 11551 11135 78 176 0 11373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46204

[startup+3.1018 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 29127
/proc/meminfo: memFree=1084248/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=321132 CPUtime=3.08
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 60482 0 0 0 282 26 0 0 25 0 1 0 91000159 328839168 60466 1992294400 134512640 135237372 4294956192 18446744073709551615 134762750 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 80283 60466 79 176 0 80105 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 321132

[startup+6.30124 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 29127
/proc/meminfo: memFree=687128/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=723792 CPUtime=6.28
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 129878 0 0 0 567 61 0 0 25 0 1 0 91000159 741163008 129287 1992294400 134512640 135237372 4294956192 18446744073709551615 134519994 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 180948 129287 79 176 0 180770 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 723792

[startup+12.7011 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 29127
/proc/meminfo: memFree=682392/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=724508 CPUtime=12.68
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 144270 0 0 0 1203 65 0 0 25 0 1 0 91000159 741896192 129379 1992294400 134512640 135237372 4294956192 18446744073709551615 134749339 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 181127 129379 79 176 0 180949 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 724508

[startup+25.5018 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 29127
/proc/meminfo: memFree=682264/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=724800 CPUtime=25.48
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 186630 0 0 0 2468 80 0 0 25 0 1 0 91000159 742195200 129353 1992294400 134512640 135237372 4294956192 18446744073709551615 134680376 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 181200 129353 79 176 0 181022 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 724800

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29127
/proc/meminfo: memFree=1103384/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=98732 CPUtime=51.06
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 222620 0 0 0 5005 101 0 0 25 0 1 0 91000159 101101568 24150 1992294400 134512640 135237372 4294956192 18446744073709551615 134555279 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 24683 24150 80 176 0 24505 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 98732

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29127
/proc/meminfo: memFree=1087256/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=114760 CPUtime=102.25
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 226646 0 0 0 10122 103 0 0 25 0 1 0 91000159 117514240 28176 1992294400 134512640 135237372 4294956192 18446744073709551615 134600963 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 28690 28176 80 176 0 28512 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 114760

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

[startup+127.903 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29127
/proc/meminfo: memFree=1085784/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=116196 CPUtime=127.83
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 227036 0 0 0 12680 103 0 0 25 0 1 0 91000159 118984704 28566 1992294400 134512640 135237372 4294956192 18446744073709551615 134600978 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 29049 28566 80 176 0 28871 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 116196

[startup+140.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29127
/proc/meminfo: memFree=1085208/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=116724 CPUtime=140.63
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 227170 0 0 0 13960 103 0 0 25 0 1 0 91000159 119525376 28700 1992294400 134512640 135237372 4294956192 18446744073709551615 134600972 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 29181 28700 80 176 0 29003 0
Current children cumulated CPU time (s) 140.63
Current children cumulated vsize (KiB) 116724

[startup+147.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29127
/proc/meminfo: memFree=912984/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=291552 CPUtime=147.02
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 272538 0 0 0 14580 122 0 0 25 0 1 0 91000159 298549248 72671 1992294400 134512640 135237372 4294956192 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 72888 72671 94 176 0 72710 0
Current children cumulated CPU time (s) 147.02
Current children cumulated vsize (KiB) 291552

[startup+148.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29127
/proc/meminfo: memFree=902232/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=300140 CPUtime=148.62
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4194304 274721 0 0 0 14739 123 0 0 25 0 1 0 91000159 307343360 74854 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 75035 74854 94 176 0 74857 0
Current children cumulated CPU time (s) 148.62
Current children cumulated vsize (KiB) 300140

[startup+150.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29127
/proc/meminfo: memFree=875288/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=356356 CPUtime=150.21
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4195840 288860 0 0 0 14850 171 0 0 24 0 1 0 91000159 364908544 88723 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 89089 88723 94 176 0 88911 0
Current children cumulated CPU time (s) 150.21
Current children cumulated vsize (KiB) 356356

[startup+151.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29127
/proc/meminfo: memFree=649496/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=356356 CPUtime=151
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4195840 288860 0 0 0 14850 250 0 0 25 0 1 0 91000159 364908544 88723 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/29126/statm: 89089 88723 94 176 0 88911 0
Current children cumulated CPU time (s) 151
Current children cumulated vsize (KiB) 356356

[startup+151.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29127
/proc/meminfo: memFree=649496/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=356356 CPUtime=151.1
/proc/29126/stat : 29126 (ttsth-5-0) D 29124 29126 28114 0 -1 4195840 289120 0 0 0 14850 260 0 0 25 0 1 0 91000159 364908544 88723 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/29126/statm: 89089 88723 94 176 0 88911 0
Current children cumulated CPU time (s) 151.1
Current children cumulated vsize (KiB) 356356

[startup+151.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29127
/proc/meminfo: memFree=649496/2055920 swapFree=4192956/4192956
[pid=29126] ppid=29124 vsize=0 CPUtime=151.17
/proc/29126/stat : 29126 (ttsth-5-0) R 29124 29126 28114 0 -1 4195844 289130 0 0 0 14850 267 0 0 24 0 1 0 91000159 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/29126/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 151.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 151.455
CPU time (s): 151.23
CPU user time (s): 148.506
CPU system time (s): 2.72358
CPU usage (%): 99.8517
Max. virtual memory (cumulated for all children) (KiB): 730220

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

runsolver used 0.132979 second user time and 0.305953 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-25 05:22:22
IDJOB=1717702
IDBENCH=20421
IDSOLVER=549
FILE ID=node71/1717702-1240629741
PBS_JOBID= 9186366
Free space on /tmp= 66464 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717702-1240629741/watcher-1717702-1240629741 -o /tmp/evaluation-result-1717702-1240629741/solver-1717702-1240629741 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1717702-1240629741.cnf

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
RANDOM SEED=3230083

node71.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.236
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.236
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:       1201600 kB
Buffers:         87556 kB
Cached:         670100 kB
SwapCached:          0 kB
Active:         348036 kB
Inactive:       423572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1201600 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           12460 kB
Writeback:           0 kB
Mapped:          23676 kB
Slab:            68724 kB
Committed_AS:   187744 kB
PageTables:       1436 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= 66116 MiB
End job on node71 at 2009-04-25 05:24:53