Trace number 1797792

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-core 070721UNSAT 116.484 116.542

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-13-u.cnf
MD5SUM127968d7d14f3ab7655995f561e62ed8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.9363
Satisfiable
(Un)Satisfiability was proved
Number of variables178708
Number of clauses806681
Sum of the clauses size1842626
Maximum clause length10
Minimum clause length1
Number of clauses of size 115072
Number of clauses of size 2648853
Number of clauses of size 3108896
Number of clauses of size 43760
Number of clauses of size 515040
Number of clauses of size over 515060

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:  178708                                               |
0.00/0.00	|  Number of clauses:    806681                                               |
0.39/0.49	|  Parsing time:         0.43         s                                       |
0.48/0.54	============================[ Search Statistics ]==============================
0.48/0.54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.48/0.54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.48/0.54	===============================================================================
0.48/0.54	|         0 |  131742   576590  1371586 |   192196        0    nan |  0.000 % |
0.99/1.01	|       100 |  131625   576590  1371586 |   211416       84     92 | 34.852 % |
1.38/1.48	|       250 |  131610   576590  1371586 |   232557      231     74 | 35.414 % |
2.19/2.21	|       476 |  107060   453925  1105170 |   255813      438     58 | 40.129 % |
3.19/3.21	|       814 |   95719   405867   998745 |   281395      719     58 | 49.500 % |
4.79/4.89	|      1321 |   70234   269798   680050 |   309534     1030     70 | 60.979 % |
6.89/6.90	|      2081 |   43536   150559   392120 |   340488     1498     85 | 75.722 % |
9.69/9.75	|      3225 |   42387   145812   381202 |   374536     2633     86 | 76.281 % |
13.78/13.81	|      4935 |   42387   145812   381202 |   411990     4343     79 | 76.281 % |
21.18/21.27	|      7499 |   41474   142047   372495 |   453189     6894     80 | 77.652 % |
33.57/33.68	|     11344 |   39632   134445   354819 |   498508    10729     72 | 77.823 % |
51.46/51.60	|     17110 |   37492   125189   333722 |   548359    16467     61 | 79.023 % |
75.65/75.74	|     25759 |   36250   120361   322040 |   603195    12390     59 | 79.716 % |
113.03/113.12	|     38733 |   34109   112443   302226 |   663515    25155     50 | 80.914 % |
116.43/116.53	===============================================================================
116.43/116.53	restarts              : 14
116.43/116.53	conflicts             : 39800          (342 /sec)
116.43/116.53	decisions             : 71850          (0.97 % random) (617 /sec)
116.43/116.53	propagations          : 161310568      (1385743 /sec)
116.43/116.53	conflict literals     : 1922314        (44.56 % deleted)
116.43/116.53	Memory used           : 46.97 MB
116.43/116.53	CPU time              : 116.407 s
116.43/116.53	
116.43/116.53	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-1797792-1242071575/watcher-1797792-1242071575 -o /tmp/evaluation-result-1797792-1242071575/solver-1797792-1242071575 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797792-1242071575.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.10 1.66 1.87 2/64 20965
/proc/meminfo: memFree=1117720/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=1896 CPUtime=0
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 361 0 0 0 0 0 0 0 20 0 1 0 235183849 1941504 346 1992294400 134512640 135213614 4294956256 18446744073709551615 134524560 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 474 353 58 171 0 300 0

[startup+0.064324 s]
/proc/loadavg: 1.10 1.66 1.87 2/64 20965
/proc/meminfo: memFree=1117720/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=10580 CPUtime=0.05
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 2297 0 0 0 4 1 0 0 20 0 1 0 235183849 10833920 2282 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 2678 2283 58 171 0 2504 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10580

[startup+0.10133 s]
/proc/loadavg: 1.10 1.66 1.87 2/64 20965
/proc/meminfo: memFree=1117720/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=17200 CPUtime=0.09
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 3804 0 0 0 7 2 0 0 20 0 1 0 235183849 17612800 3789 1992294400 134512640 135213614 4294956256 18446744073709551615 134741438 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 4300 3789 58 171 0 4126 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17200

[startup+0.301367 s]
/proc/loadavg: 1.10 1.66 1.87 2/64 20965
/proc/meminfo: memFree=1117720/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=34944 CPUtime=0.29
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 7699 0 0 0 25 4 0 0 22 0 1 0 235183849 35782656 7684 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 8736 7685 58 171 0 8562 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34944

[startup+0.701438 s]
/proc/loadavg: 1.10 1.66 1.87 2/64 20965
/proc/meminfo: memFree=1117720/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=47820 CPUtime=0.68
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11015 0 0 0 63 5 0 0 25 0 1 0 235183849 48967680 11000 1992294400 134512640 135213614 4294956256 18446744073709551615 134527176 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 11955 11000 74 171 0 11781 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47820

[startup+1.50158 s]
/proc/loadavg: 1.10 1.66 1.87 2/65 20966
/proc/meminfo: memFree=1073936/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=47820 CPUtime=1.48
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11019 0 0 0 143 5 0 0 25 0 1 0 235183849 48967680 11004 1992294400 134512640 135213614 4294956256 18446744073709551615 134524029 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 11955 11004 78 171 0 11781 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47820

[startup+3.10187 s]
/proc/loadavg: 1.10 1.66 1.87 2/65 20966
/proc/meminfo: memFree=1073808/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=47820 CPUtime=3.08
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11036 0 0 0 303 5 0 0 25 0 1 0 235183849 48967680 11021 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 11955 11021 78 171 0 11781 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 47820

[startup+6.30146 s]
/proc/loadavg: 1.09 1.65 1.87 2/65 20966
/proc/meminfo: memFree=1073688/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=47820 CPUtime=6.29
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11057 0 0 0 623 6 0 0 25 0 1 0 235183849 48967680 11042 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 11955 11042 78 171 0 11781 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47820

[startup+12.7016 s]
/proc/loadavg: 1.08 1.64 1.86 2/65 20966
/proc/meminfo: memFree=1073832/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=47820 CPUtime=12.69
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11057 0 0 0 1263 6 0 0 25 0 1 0 235183849 48967680 11042 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 11955 11042 78 171 0 11781 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47820

[startup+25.5019 s]
/proc/loadavg: 1.06 1.61 1.85 2/65 20966
/proc/meminfo: memFree=1073832/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=47820 CPUtime=25.48
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11066 0 0 0 2542 6 0 0 25 0 1 0 235183849 48967680 11051 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 11955 11051 78 171 0 11781 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47820

[startup+51.1016 s]
/proc/loadavg: 1.04 1.56 1.83 2/65 20966
/proc/meminfo: memFree=1073832/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=47964 CPUtime=51.06
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11075 0 0 0 5100 6 0 0 25 0 1 0 235183849 49115136 11060 1992294400 134512640 135213614 4294956256 18446744073709551615 134527003 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 11991 11060 78 171 0 11817 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 47964

[startup+102.306 s]
/proc/loadavg: 1.02 1.47 1.78 2/65 20966
/proc/meminfo: memFree=1073704/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=47964 CPUtime=102.24
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11090 0 0 0 10218 6 0 0 25 0 1 0 235183849 49115136 11075 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 11991 11075 78 171 0 11817 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 47964

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

[startup+108.701 s]
/proc/loadavg: 1.01 1.46 1.78 2/65 20966
/proc/meminfo: memFree=1073704/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=47964 CPUtime=108.63
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11092 0 0 0 10857 6 0 0 25 0 1 0 235183849 49115136 11077 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 11991 11077 78 171 0 11817 0
Current children cumulated CPU time (s) 108.63
Current children cumulated vsize (KiB) 47964

[startup+111.902 s]
/proc/loadavg: 1.01 1.45 1.77 2/65 20966
/proc/meminfo: memFree=1073704/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=48096 CPUtime=111.83
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11103 0 0 0 11177 6 0 0 25 0 1 0 235183849 49250304 11088 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 12024 11088 78 171 0 11850 0
Current children cumulated CPU time (s) 111.83
Current children cumulated vsize (KiB) 48096

[startup+115.101 s]
/proc/loadavg: 1.01 1.45 1.77 2/65 20966
/proc/meminfo: memFree=1073704/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=48096 CPUtime=115.03
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11104 0 0 0 11497 6 0 0 25 0 1 0 235183849 49250304 11089 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 12024 11089 78 171 0 11850 0
Current children cumulated CPU time (s) 115.03
Current children cumulated vsize (KiB) 48096

[startup+115.901 s]
/proc/loadavg: 1.01 1.45 1.77 2/65 20966
/proc/meminfo: memFree=1073704/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=48096 CPUtime=115.83
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11104 0 0 0 11577 6 0 0 25 0 1 0 235183849 49250304 11089 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 12024 11089 78 171 0 11850 0
Current children cumulated CPU time (s) 115.83
Current children cumulated vsize (KiB) 48096

[startup+116.302 s]
/proc/loadavg: 1.01 1.45 1.77 2/65 20966
/proc/meminfo: memFree=1073704/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=48096 CPUtime=116.23
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11104 0 0 0 11617 6 0 0 25 0 1 0 235183849 49250304 11089 1992294400 134512640 135213614 4294956256 18446744073709551615 134524114 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 12024 11089 78 171 0 11850 0
Current children cumulated CPU time (s) 116.23
Current children cumulated vsize (KiB) 48096

[startup+116.502 s]
/proc/loadavg: 1.01 1.45 1.77 2/65 20966
/proc/meminfo: memFree=1073704/2055920 swapFree=4179592/4192956
[pid=20965] ppid=20963 vsize=48096 CPUtime=116.43
/proc/20965/stat : 20965 (minisat_static) R 20963 20965 20928 0 -1 4194304 11104 0 0 0 11637 6 0 0 25 0 1 0 235183849 49250304 11089 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/20965/statm: 12024 11089 78 171 0 11850 0
Current children cumulated CPU time (s) 116.43
Current children cumulated vsize (KiB) 48096

Child status: 20
Real time (s): 116.542
CPU time (s): 116.484
CPU user time (s): 116.407
CPU system time (s): 0.076988
CPU usage (%): 99.9509
Max. virtual memory (cumulated for all children) (KiB): 48096

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

runsolver used 0.131979 second user time and 0.25796 second system time

The end

Launcher Data

Begin job on node67 at 2009-05-11 21:52:56
IDJOB=1797792
IDBENCH=20347
IDSOLVER=651
FILE ID=node67/1797792-1242071575
PBS_JOBID= 9277604
Free space on /tmp= 66304 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-13-u.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797792-1242071575/watcher-1797792-1242071575 -o /tmp/evaluation-result-1797792-1242071575/solver-1797792-1242071575 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797792-1242071575.cnf

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

MD5SUM BENCH= 127968d7d14f3ab7655995f561e62ed8
RANDOM SEED=573091146

node67.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.277
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.277
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:       1118200 kB
Buffers:         65820 kB
Cached:         799992 kB
SwapCached:       8260 kB
Active:         268072 kB
Inactive:       607324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1118200 kB
SwapTotal:     4192956 kB
SwapFree:      4179592 kB
Dirty:           15016 kB
Writeback:           0 kB
Mapped:          14028 kB
Slab:            48276 kB
Committed_AS:   772452 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= 66304 MiB
End job on node67 at 2009-05-11 21:54:53