Trace number 1796344

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 59.439 59.4628

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.439
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

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:  87475                                                |
0.00/0.00	|  Number of clauses:    414657                                               |
0.39/0.41	|  Parsing time:         0.36         s                                       |
9.49/9.52	============================[ Search Statistics ]==============================
9.49/9.52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.49/9.52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.49/9.52	===============================================================================
9.49/9.52	|         0 |   23197   289782  1175250 |    96594        0    nan |  0.000 % |
9.58/9.64	|       100 |   23197   289782  1175250 |   106253      100     17 |  0.032 % |
9.79/9.80	|       250 |   23197   289782  1175250 |   116878      250     14 |  0.032 % |
9.89/10.00	|       476 |   23197   289782  1175250 |   128566      476     14 |  0.032 % |
10.18/10.22	|       813 |   23197   289782  1175250 |   141423      813     15 |  0.032 % |
10.58/10.64	|      1324 |   23197   289782  1175250 |   155565     1324     15 |  0.032 % |
11.28/11.35	|      2083 |   23197   289782  1175250 |   171122     2083     19 |  0.032 % |
12.18/12.20	|      3222 |   23184   289646  1174779 |   188234     3221     18 |  0.047 % |
13.09/13.19	|      4930 |   23184   289646  1174779 |   207057     4929     16 |  0.047 % |
17.38/17.46	|      7498 |   23184   289646  1174779 |   227763     7497     22 |  0.047 % |
21.78/21.87	|     11342 |   23184   289646  1174779 |   250539    11341     23 |  0.047 % |
27.28/27.39	|     17109 |   23176   289530  1174355 |   275593    17107     23 |  0.056 % |
33.88/33.95	|     25758 |   23176   289530  1174355 |   303153    25756     21 |  0.056 % |
44.58/44.69	|     38733 |   23154   289121  1173105 |   333468    27133     20 |  0.081 % |
59.17/59.21	|     58195 |   21224   274859  1105459 |   366815    14092     13 |  2.288 % |
59.37/59.45	===============================================================================
59.37/59.45	restarts              : 15
59.37/59.45	conflicts             : 58789          (991 /sec)
59.37/59.45	decisions             : 90984          (1.76 % random) (1534 /sec)
59.37/59.45	propagations          : 67348563       (1135248 /sec)
59.37/59.45	conflict literals     : 1052375        (39.95 % deleted)
59.37/59.45	Memory used           : 61.42 MB
59.37/59.45	CPU time              : 59.325 s
59.37/59.45	
59.37/59.45	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-1796344-1242074375/watcher-1796344-1242074375 -o /tmp/evaluation-result-1796344-1242074375/solver-1796344-1242074375 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796344-1242074375.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.00 1.02 1.00 3/64 4851
/proc/meminfo: memFree=1316168/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=2356 CPUtime=0
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 469 0 0 0 0 0 0 0 18 0 1 0 235470557 2412544 454 1992294400 134512640 135243866 4294956256 18446744073709551615 134538283 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 589 454 65 178 0 409 0

[startup+0.0933771 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 4851
/proc/meminfo: memFree=1316168/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=9940 CPUtime=0.08
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 2183 0 0 0 7 1 0 0 18 0 1 0 235470557 10178560 2168 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 2485 2168 65 178 0 2305 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9940

[startup+0.101376 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 4851
/proc/meminfo: memFree=1316168/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=10336 CPUtime=0.09
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 2325 0 0 0 8 1 0 0 18 0 1 0 235470557 10584064 2310 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 2584 2311 65 178 0 2404 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10336

[startup+0.301408 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 4851
/proc/meminfo: memFree=1316168/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=25848 CPUtime=0.29
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 6151 0 0 0 25 4 0 0 19 0 1 0 235470557 26468352 6136 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 6462 6136 65 178 0 6282 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25848

[startup+0.701471 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 4851
/proc/meminfo: memFree=1316168/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=35348 CPUtime=0.69
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 8443 0 0 0 64 5 0 0 22 0 1 0 235470557 36196352 8428 1992294400 134512640 135243866 4294956256 18446744073709551615 134535595 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 8837 8428 79 178 0 8657 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35348

[startup+1.5016 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 4852
/proc/meminfo: memFree=1282624/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=46288 CPUtime=1.49
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 10847 0 0 0 143 6 0 0 25 0 1 0 235470557 47398912 10832 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 11572 10833 80 178 0 11392 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46288

[startup+3.10285 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 4852
/proc/meminfo: memFree=1257920/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=66012 CPUtime=3.09
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 16067 0 0 0 300 9 0 0 25 0 1 0 235470557 67596288 16052 1992294400 134512640 135243866 4294956256 18446744073709551615 134541638 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 16503 16052 80 178 0 16323 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66012

[startup+6.30136 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 4852
/proc/meminfo: memFree=1250368/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=69096 CPUtime=6.29
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 16894 0 0 0 620 9 0 0 25 0 1 0 235470557 70754304 16879 1992294400 134512640 135243866 4294956256 18446744073709551615 134541924 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 17274 16879 80 178 0 17094 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69096

[startup+12.7014 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 4852
/proc/meminfo: memFree=1254144/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=62892 CPUtime=12.68
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 17519 0 0 0 1259 9 0 0 25 0 1 0 235470557 64401408 15430 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 15723 15430 87 178 0 15543 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 62892

[startup+25.5014 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 4852
/proc/meminfo: memFree=1254208/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=62892 CPUtime=25.48
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 17519 0 0 0 2539 9 0 0 25 0 1 0 235470557 64401408 15430 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 15723 15430 87 178 0 15543 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 62892

[startup+51.1015 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 4854
/proc/meminfo: memFree=1254272/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=62892 CPUtime=51.07
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 17519 0 0 0 5097 10 0 0 25 0 1 0 235470557 64401408 15430 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 15723 15430 87 178 0 15543 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 62892

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

[startup+54.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 4854
/proc/meminfo: memFree=1254272/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=62892 CPUtime=54.27
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 17519 0 0 0 5417 10 0 0 25 0 1 0 235470557 64401408 15430 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 15723 15430 87 178 0 15543 0
Current children cumulated CPU time (s) 54.27
Current children cumulated vsize (KiB) 62892

[startup+57.5015 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 4854
/proc/meminfo: memFree=1254272/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=62892 CPUtime=57.47
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 17519 0 0 0 5737 10 0 0 25 0 1 0 235470557 64401408 15430 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 15723 15430 87 178 0 15543 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 62892

[startup+58.3057 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 4854
/proc/meminfo: memFree=1254272/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=62892 CPUtime=58.27
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 17519 0 0 0 5817 10 0 0 25 0 1 0 235470557 64401408 15430 1992294400 134512640 135243866 4294956256 18446744073709551615 134555652 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 15723 15430 87 178 0 15543 0
Current children cumulated CPU time (s) 58.27
Current children cumulated vsize (KiB) 62892

[startup+59.1028 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 4854
/proc/meminfo: memFree=1254272/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=62892 CPUtime=59.07
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 17519 0 0 0 5897 10 0 0 25 0 1 0 235470557 64401408 15430 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 15723 15430 87 178 0 15543 0
Current children cumulated CPU time (s) 59.07
Current children cumulated vsize (KiB) 62892

[startup+59.3018 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 4854
/proc/meminfo: memFree=1254272/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=62892 CPUtime=59.27
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 17519 0 0 0 5917 10 0 0 25 0 1 0 235470557 64401408 15430 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 15723 15430 87 178 0 15543 0
Current children cumulated CPU time (s) 59.27
Current children cumulated vsize (KiB) 62892

[startup+59.4048 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 4854
/proc/meminfo: memFree=1254272/2055920 swapFree=4181456/4192956
[pid=4851] ppid=4849 vsize=62892 CPUtime=59.37
/proc/4851/stat : 4851 (minisat_static) R 4849 4851 4750 0 -1 4194304 17519 0 0 0 5927 10 0 0 25 0 1 0 235470557 64401408 15430 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/4851/statm: 15723 15430 87 178 0 15543 0
Current children cumulated CPU time (s) 59.37
Current children cumulated vsize (KiB) 62892

Child status: 20
Real time (s): 59.4628
CPU time (s): 59.439
CPU user time (s): 59.326
CPU system time (s): 0.112982
CPU usage (%): 99.9599
Max. virtual memory (cumulated for all children) (KiB): 71668

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

runsolver used 0.042993 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-11 22:39:36
IDJOB=1796344
IDBENCH=20415
IDSOLVER=568
FILE ID=node26/1796344-1242074375
PBS_JOBID= 9277663
Free space on /tmp= 66124 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796344-1242074375/watcher-1796344-1242074375 -o /tmp/evaluation-result-1796344-1242074375/solver-1796344-1242074375 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796344-1242074375.cnf

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED=686343603

node26.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	: 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.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:       1316584 kB
Buffers:         74728 kB
Cached:         567076 kB
SwapCached:       5352 kB
Active:         178404 kB
Inactive:       471280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1316584 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            8044 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            75648 kB
Committed_AS:   772872 kB
PageTables:       1368 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= 66120 MiB
End job on node26 at 2009-05-11 22:40:35