Trace number 1775968

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-19 (4 threads)Signal 55.11 55.1524

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data

0.62/0.63	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775968-1243673176.cnf 
0.62/0.63	c Using SATTIMEOUT of 10000
0.62/0.63	c Using SATRAM of 2047
0.62/0.63	c Size of subset node = 16
0.62/0.63	c Variables = 106701
0.62/0.63	c Clauses = 374254
0.62/0.63	c Literals = 911890
0.62/0.63	c Reduced size:
0.62/0.63	c Variables = 105623
0.62/0.63	c Clauses = 373870
0.62/0.63	c Literals = 911122
0.62/0.63	c a2
1.52/1.55	c a1
52.57/52.64	c Independent sub-problems = 1
52.57/52.64	c Sub-problem with 105495 variables and 373870 clauses
52.57/52.64	c using permutation method 4
52.57/52.64	c count = 1
52.57/52.64	c Ordering finished 52.430 seconds
52.57/52.64	c mapped 52.590 seconds
52.57/52.64	c permuted 52.590 seconds
52.57/52.64	c about to sort
52.67/52.74	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1775968-1243673176/watcher-1775968-1243673176 -o /tmp/evaluation-result-1775968-1243673176/solver-1775968-1243673176 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775968-1243673176.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 6.13 5.78 4.20 4/117 17008
/proc/meminfo: memFree=3100256/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=1144 CPUtime=0.01
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4202496 173 0 0 0 1 0 0 0 20 0 1 0 1131980481 1171456 129 4294967295 134512640 135237372 3213487088 3213485956 134883193 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 286 129 75 177 0 108 0

[startup+0.034224 s]
/proc/loadavg: 6.13 5.78 4.20 4/117 17008
/proc/meminfo: memFree=3100256/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=2364 CPUtime=0.04
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4202496 484 0 0 0 3 1 0 0 20 0 1 0 1131980481 2420736 440 4294967295 134512640 135237372 3213487088 3213486536 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 591 440 75 177 0 413 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2364

[startup+0.114203 s]
/proc/loadavg: 6.13 5.78 4.20 4/117 17008
/proc/meminfo: memFree=3100256/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=6160 CPUtime=0.12
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4202496 1432 0 0 0 11 1 0 0 21 0 1 0 1131980481 6307840 1388 4294967295 134512640 135237372 3213487088 3213485612 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 1540 1390 75 177 0 1362 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 6160

[startup+0.314191 s]
/proc/loadavg: 6.13 5.78 4.20 4/117 17008
/proc/meminfo: memFree=3100256/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=15724 CPUtime=0.32
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4202496 3749 0 0 0 30 2 0 0 21 0 1 0 1131980481 16101376 3705 4294967295 134512640 135237372 3213487088 3213485612 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 3931 3706 75 177 0 3753 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 15724

[startup+0.714171 s]
/proc/loadavg: 6.13 5.78 4.20 4/117 17008
/proc/meminfo: memFree=3100256/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=44944 CPUtime=0.72
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4202496 10690 0 0 0 68 4 0 0 22 0 1 0 1131980481 46022656 10646 4294967295 134512640 135237372 3213487088 3213486480 134749343 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 11236 10646 76 177 0 11058 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 44944

[startup+1.51413 s]
/proc/loadavg: 6.13 5.78 4.20 4/118 17009
/proc/meminfo: memFree=3043572/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=60400 CPUtime=1.52
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4202496 14309 0 0 0 148 4 0 0 25 0 1 0 1131980481 61849600 14264 4294967295 134512640 135237372 3213487088 3213485984 134749343 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 15100 14264 76 177 0 14922 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 60400

[startup+3.11405 s]
/proc/loadavg: 6.13 5.78 4.20 4/120 17013
/proc/meminfo: memFree=3040656/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=68124 CPUtime=3.12
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4202496 18645 0 0 0 307 5 0 0 25 0 1 0 1131980481 69758976 16589 4294967295 134512640 135237372 3213487088 3213486416 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 17031 16589 77 177 0 16853 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 68124

[startup+6.31388 s]
/proc/loadavg: 5.88 5.73 4.19 4/118 17018
/proc/meminfo: memFree=3033672/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=68408 CPUtime=6.32
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4202496 18703 0 0 0 627 5 0 0 25 0 1 0 1131980481 70049792 16647 4294967295 134512640 135237372 3213487088 3213486416 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 17102 16647 77 177 0 16924 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 68408

[startup+12.7135 s]
/proc/loadavg: 5.65 5.69 4.19 4/118 17026
/proc/meminfo: memFree=3033332/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=68788 CPUtime=12.72
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4202496 18802 0 0 0 1267 5 0 0 25 0 1 0 1131980481 70438912 16746 4294967295 134512640 135237372 3213487088 3213486448 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 17197 16746 77 177 0 17019 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 68788

[startup+25.5129 s]
/proc/loadavg: 5.06 5.55 4.17 4/118 17230
/proc/meminfo: memFree=3030996/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=69500 CPUtime=25.47
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4202496 18976 0 0 0 2542 5 0 0 25 0 1 0 1131980481 71168000 16920 4294967295 134512640 135237372 3213487088 3213486416 134555312 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 17375 16920 77 177 0 17197 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 69500

[startup+51.1115 s]
/proc/loadavg: 4.36 5.35 4.14 4/118 17268
/proc/meminfo: memFree=3030356/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=71068 CPUtime=51.07
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4202496 19326 0 0 0 5102 5 0 0 25 0 1 0 1131980481 72773632 17270 4294967295 134512640 135237372 3213487088 3213486448 134600707 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 17767 17270 77 177 0 17589 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 71068

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

[startup+52.7115 s]
/proc/loadavg: 4.36 5.35 4.14 4/118 17272
/proc/meminfo: memFree=3029188/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=71068 CPUtime=52.67
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4202496 20023 0 0 0 5261 6 0 0 25 0 1 0 1131980481 72773632 17601 4294967295 134512640 135237372 3213487088 3213486472 134728876 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 17767 17601 86 177 0 17589 0
Current children cumulated CPU time (s) 52.67
Current children cumulated vsize (KiB) 71068

[startup+54.3114 s]
/proc/loadavg: 4.36 5.35 4.14 4/118 17272
/proc/meminfo: memFree=2754964/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=383552 CPUtime=54.27
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4204032 97912 0 0 0 5396 31 0 0 25 0 1 0 1131980481 392757248 95361 4294967295 134512640 135237372 3213487088 3205111704 134730102 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 95888 95361 104 177 0 95710 0
Current children cumulated CPU time (s) 54.27
Current children cumulated vsize (KiB) 383552

[startup+54.7114 s]
/proc/loadavg: 4.36 5.35 4.14 4/118 17272
/proc/meminfo: memFree=2754964/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=383552 CPUtime=54.67
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4204032 97912 0 0 0 5396 71 0 0 25 0 1 0 1131980481 392757248 95361 4294967295 134512640 135237372 3213487088 3205111704 134730102 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 95888 95361 104 177 0 95710 0
Current children cumulated CPU time (s) 54.67
Current children cumulated vsize (KiB) 383552

[startup+55.1113 s]
/proc/loadavg: 4.25 5.31 4.13 4/118 17276
/proc/meminfo: memFree=2431028/3368532 swapFree=1959840/1959888
[pid=17008] ppid=17006 vsize=383552 CPUtime=55.07
/proc/17008/stat : 17008 (ttsth-5-0) R 17006 17008 10612 0 -1 4204032 98325 0 0 0 5396 111 0 0 25 0 1 0 1131980481 392757248 95774 4294967295 134512640 135237372 3213487088 3205111704 134730102 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17008/statm: 95888 95774 517 177 0 95710 0
Current children cumulated CPU time (s) 55.07
Current children cumulated vsize (KiB) 383552

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 55.1524
CPU time (s): 55.11
CPU user time (s): 53.96
CPU system time (s): 1.15
CPU usage (%): 99.9232
Max. virtual memory (cumulated for all children) (KiB): 383552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.96
system time used= 1.15
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98353
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= 1
involuntary context switches= 350

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 10:46:16
IDJOB=1775968
IDBENCH=20406
IDSOLVER=632
FILE ID=/1775968-1243673176
PBS_JOBID=
Free space on /tmp= 7977 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775968-1243673176/watcher-1775968-1243673176 -o /tmp/evaluation-result-1775968-1243673176/solver-1775968-1243673176 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775968-1243673176.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED= 639361057

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3100404 kB
Buffers:         82556 kB
Cached:          70844 kB
SwapCached:          0 kB
Active:         119956 kB
Inactive:        55384 kB
HighTotal:     2489216 kB
HighFree:      2396868 kB
LowTotal:       879316 kB
LowFree:        703536 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            7268 kB
Writeback:           0 kB
AnonPages:       22232 kB
Mapped:           8156 kB
Slab:            82860 kB
SReclaimable:    70704 kB
SUnreclaim:      12156 kB
PageTables:        792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   123548 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7603 MiB
End job on  at 2009-05-30 10:47:12