Trace number 1590001

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 95.1435 95.1981

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-10-10p0.cnf
MD5SUM76f64a29755badc2dae8f70e8e96bc3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark95.1435
Satisfiable
(Un)Satisfiability was proved
Number of variables130859
Number of clauses627223
Sum of the clauses size1471348
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2498729
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

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:  130859                                               |
0.00/0.00	|  Number of clauses:    627223                                               |
0.89/0.98	|  Parsing time:         0.92         s                                       |
2.49/2.55	============================[ Search Statistics ]==============================
2.49/2.55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.49/2.55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.49/2.55	===============================================================================
2.49/2.55	|         0 |   64622   376304  1029472 |   125434        0    nan |  0.000 % |
2.79/2.82	|       100 |   64602   376304  1029472 |   137978       98    132 | 26.386 % |
2.99/3.01	|       250 |   64602   376304  1029472 |   151775      248    144 | 26.386 % |
3.29/3.36	|       475 |   64593   376304  1029472 |   166953      471    165 | 26.419 % |
3.79/3.89	|       812 |   64498   376304  1029472 |   183648      805    139 | 27.633 % |
4.29/4.38	|      1322 |   61640   355191   974933 |   202013     1309    147 | 28.201 % |
5.69/5.70	|      2081 |   61592   355191   974933 |   222215     2068    145 | 28.201 % |
7.19/7.26	|      3220 |   59126   341309   943829 |   244436     3181    133 | 29.777 % |
9.98/10.00	|      4930 |   58395   336827   932977 |   268880     4884    147 | 30.145 % |
12.18/12.21	|      7492 |   58341   336319   931655 |   295768     7433    157 | 30.163 % |
17.78/17.88	|     11340 |   57488   328546   911627 |   325345    11263    181 | 30.815 % |
25.68/25.72	|     17107 |   57287   327407   908772 |   357879    17009    192 | 31.637 % |
39.56/39.61	|     25759 |   53819   298018   833269 |   393667    25181    209 | 33.628 % |
61.15/61.24	|     38733 |   52288   285313   799724 |   433034    37956    225 | 35.094 % |
93.34/93.45	|     58199 |   46802   247627   701771 |   476337    47196    205 | 38.982 % |
95.04/95.18	===============================================================================
95.04/95.18	restarts              : 15
95.04/95.18	conflicts             : 59653          (628 /sec)
95.04/95.18	decisions             : 464322         (1.49 % random) (4890 /sec)
95.04/95.18	propagations          : 101546434      (1069421 /sec)
95.04/95.18	conflict literals     : 12813616       (18.21 % deleted)
95.04/95.18	Memory used           : 93.26 MB
95.04/95.18	CPU time              : 94.9546 s
95.04/95.18	
95.04/95.18	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-1590001-1239114481/watcher-1590001-1239114481 -o /tmp/evaluation-result-1590001-1239114481/solver-1590001-1239114481 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1590001-1239114481.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 0.99 3/80 7601
/proc/meminfo: memFree=1023736/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=3308 CPUtime=0
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 680 0 0 0 0 0 0 0 18 0 1 0 1184112037 3387392 659 1992294400 134512640 135243866 4294956256 18446744073709551615 134777998 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 827 662 65 178 0 647 0

[startup+0.095533 s]
/proc/loadavg: 1.00 1.00 0.99 3/80 7601
/proc/meminfo: memFree=1023736/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=19624 CPUtime=0.08
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 4039 0 0 0 7 1 0 0 18 0 1 0 1184112037 20094976 3997 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 4906 3998 65 178 0 4726 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19624

[startup+0.101532 s]
/proc/loadavg: 1.00 1.00 0.99 3/80 7601
/proc/meminfo: memFree=1023736/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=19888 CPUtime=0.09
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 4120 0 0 0 8 1 0 0 18 0 1 0 1184112037 20365312 4078 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 4972 4078 65 178 0 4792 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19888

[startup+0.301553 s]
/proc/loadavg: 1.00 1.00 0.99 3/80 7601
/proc/meminfo: memFree=1023736/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=28852 CPUtime=0.29
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 6240 0 0 0 27 2 0 0 19 0 1 0 1184112037 29544448 6198 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 7213 6198 65 178 0 7033 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28852

[startup+0.701595 s]
/proc/loadavg: 1.00 1.00 0.99 3/80 7601
/proc/meminfo: memFree=1023736/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=39968 CPUtime=0.69
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 9068 0 0 0 65 4 0 0 23 0 1 0 1184112037 40927232 9026 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 9992 9026 65 178 0 9812 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39968

[startup+1.50168 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=974320/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=54572 CPUtime=1.49
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 12879 0 0 0 142 7 0 0 25 0 1 0 1184112037 55881728 12837 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 13643 12837 80 178 0 13463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54572

[startup+3.10285 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=961712/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=58552 CPUtime=3.09
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 16180 0 0 0 301 8 0 0 25 0 1 0 1184112037 59957248 13997 1992294400 134512640 135243866 4294956256 18446744073709551615 134555901 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 14638 13997 87 178 0 14458 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58552

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=967600/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=58552 CPUtime=6.29
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 16187 0 0 0 621 8 0 0 25 0 1 0 1184112037 59957248 14004 1992294400 134512640 135243866 4294956256 18446744073709551615 134567951 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 14638 14004 87 178 0 14458 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58552

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=967504/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=58552 CPUtime=12.68
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 16187 0 0 0 1260 8 0 0 25 0 1 0 1184112037 59957248 14004 1992294400 134512640 135243866 4294956256 18446744073709551615 134565192 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 14638 14004 87 178 0 14458 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 58552

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=962576/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=63964 CPUtime=25.48
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 17515 0 0 0 2538 10 0 0 25 0 1 0 1184112037 65499136 15332 1992294400 134512640 135243866 4294956256 18446744073709551615 134565112 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 15991 15332 87 178 0 15811 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 63964

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=947408/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=79548 CPUtime=51.06
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 21404 0 0 0 5093 13 0 0 25 0 1 0 1184112037 81457152 19221 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 19887 19221 87 178 0 19707 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 79548

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

[startup+76.7015 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=935248/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=91268 CPUtime=76.65
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 24320 0 0 0 7649 16 0 0 25 0 1 0 1184112037 93458432 22137 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 22817 22137 87 178 0 22637 0
Current children cumulated CPU time (s) 76.65
Current children cumulated vsize (KiB) 91268

[startup+83.1012 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=935056/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=91400 CPUtime=83.04
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 24372 0 0 0 8288 16 0 0 25 0 1 0 1184112037 93593600 22189 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 22850 22189 87 178 0 22670 0
Current children cumulated CPU time (s) 83.04
Current children cumulated vsize (KiB) 91400

[startup+89.5019 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=931664/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=94832 CPUtime=89.44
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 25225 0 0 0 8927 17 0 0 25 0 1 0 1184112037 97107968 23042 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 23708 23042 87 178 0 23528 0
Current children cumulated CPU time (s) 89.44
Current children cumulated vsize (KiB) 94832

[startup+92.7012 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=930768/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=95492 CPUtime=92.64
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 25412 0 0 0 9247 17 0 0 25 0 1 0 1184112037 97783808 23229 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 23873 23229 87 178 0 23693 0
Current children cumulated CPU time (s) 92.64
Current children cumulated vsize (KiB) 95492

[startup+94.3014 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=930704/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=95492 CPUtime=94.24
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 25412 0 0 0 9407 17 0 0 25 0 1 0 1184112037 97783808 23229 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 23873 23229 87 178 0 23693 0
Current children cumulated CPU time (s) 94.24
Current children cumulated vsize (KiB) 95492

[startup+94.7014 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=930704/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=95492 CPUtime=94.64
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 25412 0 0 0 9447 17 0 0 25 0 1 0 1184112037 97783808 23229 1992294400 134512640 135243866 4294956256 18446744073709551615 134555776 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 23873 23229 87 178 0 23693 0
Current children cumulated CPU time (s) 94.64
Current children cumulated vsize (KiB) 95492

[startup+95.1014 s]
/proc/loadavg: 1.00 1.00 0.99 2/81 7602
/proc/meminfo: memFree=930704/2055912 swapFree=4170596/4192956
[pid=7601] ppid=7599 vsize=95492 CPUtime=95.04
/proc/7601/stat : 7601 (minisat_static) R 7599 7601 6858 0 -1 4194304 25412 0 0 0 9487 17 0 0 25 0 1 0 1184112037 97783808 23229 1992294400 134512640 135243866 4294956256 18446744073709551615 134555908 0 0 4096 3 0 0 0 17 0 0 0
/proc/7601/statm: 23873 23229 87 178 0 23693 0
Current children cumulated CPU time (s) 95.04
Current children cumulated vsize (KiB) 95492

Child status: 20
Real time (s): 95.1981
CPU time (s): 95.1435
CPU user time (s): 94.9546
CPU system time (s): 0.188971
CPU usage (%): 99.9427
Max. virtual memory (cumulated for all children) (KiB): 95492

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

runsolver used 0.098984 second user time and 0.342947 second system time

The end

Launcher Data

Begin job on node78 at 2009-04-07 16:28:01
IDJOB=1590001
IDBENCH=71042
IDSOLVER=568
FILE ID=node78/1590001-1239114481
PBS_JOBID= 9110801
Free space on /tmp= 126620 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-10-10p0.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1590001-1239114481/watcher-1590001-1239114481 -o /tmp/evaluation-result-1590001-1239114481/solver-1590001-1239114481 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1590001-1239114481.cnf

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

MD5SUM BENCH= 76f64a29755badc2dae8f70e8e96bc3e
RANDOM SEED=1168763356

node78.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.214
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.214
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:      2055912 kB
MemFree:       1024160 kB
Buffers:         54380 kB
Cached:         889488 kB
SwapCached:       7656 kB
Active:          66828 kB
Inactive:       887348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1024160 kB
SwapTotal:     4192956 kB
SwapFree:      4170596 kB
Dirty:           11920 kB
Writeback:           0 kB
Mapped:          15984 kB
Slab:            61728 kB
Committed_AS:  3226284 kB
PageTables:       2588 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126620 MiB
End job on node78 at 2009-04-07 16:29:37