Trace number 1589913

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
minisat2-simp 070721UNSAT 74.5637 74.5914

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.5637
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  286329                                               |
0.00/0.00	|  Number of clauses:    839692                                               |
0.89/0.95	|  Parsing time:         0.85         s                                       |
4.68/4.70	============================[ Search Statistics ]==============================
4.68/4.70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.68/4.70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.68/4.70	===============================================================================
4.68/4.70	|         0 |   38751   155211   456198 |    51737        0    nan |  0.000 % |
4.88/4.93	|       100 |   38751   155211   456198 |    56910      100     10 |  8.259 % |
4.88/4.97	|       250 |   38751   155211   456198 |    62601      250     10 |  8.259 % |
4.98/5.03	|       476 |   38751   155211   456198 |    68861      476     11 |  8.259 % |
5.08/5.10	|       814 |   38751   155211   456198 |    75748      814     13 |  8.259 % |
5.88/5.95	|      1320 |   38751   155211   456198 |    83322     1320     13 |  8.259 % |
7.88/7.90	|      2079 |   38751   155211   456198 |    91655     2079     13 |  8.259 % |
10.48/10.54	|      3219 |   38751   155211   456198 |   100820     3219     13 |  8.259 % |
15.98/16.07	|      4927 |   38751   155211   456198 |   110902     4927     13 |  8.259 % |
23.38/23.48	|      7490 |   38751   155211   456198 |   121993     7490     13 |  8.259 % |
34.78/34.85	|     11335 |   38733   155089   455817 |   134192     4832     14 |  8.265 % |
50.77/50.88	|     17101 |   38714   154960   455416 |   147611     6390     12 |  8.272 % |
74.46/74.56	===============================================================================
74.46/74.56	restarts              : 12
74.46/74.56	conflicts             : 25394          (342 /sec)
74.46/74.56	decisions             : 29490          (2.01 % random) (397 /sec)
74.46/74.56	propagations          : 73224855       (984805 /sec)
74.46/74.56	conflict literals     : 322102         (69.93 % deleted)
74.46/74.56	Memory used           : 122.59 MB
74.46/74.56	CPU time              : 74.3547 s
74.46/74.56	
74.46/74.56	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1589913-1239113750/watcher-1589913-1239113750 -o /tmp/evaluation-result-1589913-1239113750/solver-1589913-1239113750 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589913-1239113750.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.00 3/68 8217
/proc/meminfo: memFree=956176/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=1916 CPUtime=0
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 196 0 0 0 0 0 0 0 20 0 1 0 1184036226 1961984 181 1992294400 134512640 135243866 4294956256 18446744073709551615 134770158 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 479 189 50 178 0 299 0

[startup+0.0358259 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 8217
/proc/meminfo: memFree=956176/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=5580 CPUtime=0.02
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 1182 0 0 0 2 0 0 0 20 0 1 0 1184036226 5713920 1167 1992294400 134512640 135243866 4294956256 18446744073709551615 134528103 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 1395 1167 65 178 0 1215 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5580

[startup+0.101835 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 8217
/proc/meminfo: memFree=956176/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=11616 CPUtime=0.08
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 2565 0 0 0 8 0 0 0 20 0 1 0 1184036226 11894784 2550 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 2904 2551 65 178 0 2724 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11616

[startup+0.301867 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 8217
/proc/meminfo: memFree=956176/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=30208 CPUtime=0.29
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 6796 0 0 0 26 3 0 0 22 0 1 0 1184036226 30932992 6781 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 7552 6781 65 178 0 7372 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30208

[startup+0.701931 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 8217
/proc/meminfo: memFree=956176/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=65452 CPUtime=0.69
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 14604 0 0 0 62 7 0 0 25 0 1 0 1184036226 67022848 14589 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 16363 14590 65 178 0 16183 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65452

[startup+1.50106 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 8218
/proc/meminfo: memFree=880840/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=90724 CPUtime=1.48
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 21427 0 0 0 138 10 0 0 25 0 1 0 1184036226 92901376 21412 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 22681 21412 80 178 0 22501 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 90724

[startup+3.10132 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 8218
/proc/meminfo: memFree=855304/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=126632 CPUtime=3.08
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 30069 0 0 0 294 14 0 0 25 0 1 0 1184036226 129671168 30054 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 31658 30054 80 178 0 31478 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 126632

[startup+6.30183 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 8218
/proc/meminfo: memFree=834184/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=125524 CPUtime=6.28
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 34197 0 0 0 611 17 0 0 25 0 1 0 1184036226 128536576 30410 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 31381 30410 86 178 0 31201 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 125524

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 8218
/proc/meminfo: memFree=834312/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=125524 CPUtime=12.68
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 34197 0 0 0 1251 17 0 0 25 0 1 0 1184036226 128536576 30410 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 31381 30410 86 178 0 31201 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 125524

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 8218
/proc/meminfo: memFree=834376/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=125524 CPUtime=25.48
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 34197 0 0 0 2530 18 0 0 25 0 1 0 1184036226 128536576 30410 1992294400 134512640 135243866 4294956256 18446744073709551615 134565166 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 31381 30410 86 178 0 31201 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 125524

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 8218
/proc/meminfo: memFree=834440/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=125524 CPUtime=51.07
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 34197 0 0 0 5089 18 0 0 25 0 1 0 1184036226 128536576 30410 1992294400 134512640 135243866 4294956256 18446744073709551615 134565702 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 31381 30410 86 178 0 31201 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 125524

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

[startup+63.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 8218
/proc/meminfo: memFree=834440/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=125524 CPUtime=63.86
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 34197 0 0 0 6368 18 0 0 25 0 1 0 1184036226 128536576 30410 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 31381 30410 86 178 0 31201 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 125524

[startup+70.3011 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 8218
/proc/meminfo: memFree=834440/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=125524 CPUtime=70.27
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 34197 0 0 0 7009 18 0 0 25 0 1 0 1184036226 128536576 30410 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 31381 30410 86 178 0 31201 0
Current children cumulated CPU time (s) 70.27
Current children cumulated vsize (KiB) 125524

[startup+71.9013 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 8218
/proc/meminfo: memFree=834504/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=125524 CPUtime=71.86
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 34197 0 0 0 7168 18 0 0 25 0 1 0 1184036226 128536576 30410 1992294400 134512640 135243866 4294956256 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 31381 30410 86 178 0 31201 0
Current children cumulated CPU time (s) 71.86
Current children cumulated vsize (KiB) 125524

[startup+73.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 8218
/proc/meminfo: memFree=834504/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=125524 CPUtime=73.46
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 34197 0 0 0 7328 18 0 0 25 0 1 0 1184036226 128536576 30410 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 31381 30410 86 178 0 31201 0
Current children cumulated CPU time (s) 73.46
Current children cumulated vsize (KiB) 125524

[startup+74.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 8218
/proc/meminfo: memFree=834504/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=125524 CPUtime=74.26
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 34197 0 0 0 7408 18 0 0 25 0 1 0 1184036226 128536576 30410 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 31381 30410 86 178 0 31201 0
Current children cumulated CPU time (s) 74.26
Current children cumulated vsize (KiB) 125524

[startup+74.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 8218
/proc/meminfo: memFree=834504/2055920 swapFree=4176072/4192956
[pid=8217] ppid=8215 vsize=125524 CPUtime=74.46
/proc/8217/stat : 8217 (minisat_static) R 8215 8217 8180 0 -1 4194304 34197 0 0 0 7428 18 0 0 25 0 1 0 1184036226 128536576 30410 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/8217/statm: 31381 30410 86 178 0 31201 0
Current children cumulated CPU time (s) 74.46
Current children cumulated vsize (KiB) 125524

Child status: 20
Real time (s): 74.5914
CPU time (s): 74.5637
CPU user time (s): 74.3547
CPU system time (s): 0.208968
CPU usage (%): 99.9628
Max. virtual memory (cumulated for all children) (KiB): 143712

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

runsolver used 0.055991 second user time and 0.222966 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-07 16:15:51
IDJOB=1589913
IDBENCH=70954
IDSOLVER=568
FILE ID=node69/1589913-1239113750
PBS_JOBID= 9110832
Free space on /tmp= 66476 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-col400-16.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589913-1239113750/watcher-1589913-1239113750 -o /tmp/evaluation-result-1589913-1239113750/solver-1589913-1239113750 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1589913-1239113750.cnf

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=634735605

node69.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.261
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	: 5931.00
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.261
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:        956720 kB
Buffers:         42032 kB
Cached:         990580 kB
SwapCached:      10032 kB
Active:          51148 kB
Inactive:       993272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        956720 kB
SwapTotal:     4192956 kB
SwapFree:      4176072 kB
Dirty:           16000 kB
Writeback:           0 kB
Mapped:          17328 kB
Slab:            40368 kB
Committed_AS:  3552252 kB
PageTables:       1728 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= 66476 MiB
End job on node69 at 2009-04-07 16:17:06