Trace number 1797748

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
IUT_BMB_SIM 1.0UNSAT 11.8352 11.8472

General information on the benchmark

Namemanol-pipe-c9.cnf
MD5SUM7f47eb2c5986b40772da3e38cf0759b1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.30189
Satisfiable
(Un)Satisfiability was proved
Number of variables15214
Number of clauses45082
Sum of the clauses size105190
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230054
Number of clauses of size 315027
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	c IUT_BMB_SIM version 1.0
0.59/0.70	This is MiniSat 2.0 beta
0.68/0.70	WARNING: for repeatability, setting FPU to use double precision
0.68/0.70	============================[ Problem Statistics ]=============================
0.68/0.70	|                                                                             |
0.68/0.70	|  Number of variables:  15214                                                |
0.68/0.70	|  Number of clauses:    45079                                                |
0.68/0.72	|  Parsing time:         0.02         s                                       |
0.68/0.73	============================[ Search Statistics ]==============================
0.68/0.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.68/0.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.68/0.73	===============================================================================
0.68/0.73	|         0 |   15213    45079   105184 |    15026        0    nan |  0.000 % |
0.68/0.74	|       100 |   15213    45079   105184 |    16528      100      6 |  0.000 % |
0.68/0.78	|       250 |   15213    45079   105184 |    18181      250      9 |  0.000 % |
0.68/0.85	|       475 |   15213    45079   105184 |    20000      475     11 |  0.000 % |
0.68/0.88	|       813 |   15213    45079   105184 |    22000      813     13 |  0.000 % |
0.97/1.03	|      1319 |   15213    45079   105184 |    24200     1319     16 |  0.000 % |
1.07/1.16	|      2079 |   15213    45079   105184 |    26620     2079     15 |  0.001 % |
1.27/1.34	|      3218 |   13004    36530    85905 |    29282     3188     21 | 14.520 % |
1.57/1.64	|      4928 |   13002    36527    85899 |    32210     4896     27 | 14.534 % |
1.97/2.04	|      7491 |   13000    36521    85887 |    35431     7454     26 | 14.573 % |
2.67/2.71	|     11335 |   12996    36510    85861 |    38974    11292     26 | 14.573 % |
3.76/3.83	|     17101 |   12996    36510    85861 |    42871    17058     31 | 14.573 % |
6.06/6.15	|     25750 |   12996    36510    85861 |    47159    25707     30 | 14.573 % |
9.87/9.99	|     38725 |   12996    36510    85861 |    51874    38682     28 | 14.575 % |
11.66/11.76	===============================================================================
11.66/11.76	restarts              : 14
11.66/11.76	conflicts             : 43897          (3979 /sec)
11.66/11.76	decisions             : 97806          (1.12 % random) (8865 /sec)
11.66/11.76	propagations          : 21142202       (1916387 /sec)
11.66/11.76	conflict literals     : 1207076        (37.57 % deleted)
11.66/11.76	Memory used           : 11.18 MB
11.66/11.76	CPU time              : 11.0323 s
11.66/11.76	
11.66/11.76	UNSATISFIABLE
11.66/11.77	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-1797748-1242090906/watcher-1797748-1242090906 -o /tmp/evaluation-result-1797748-1242090906/solver-1797748-1242090906 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797748-1242090906.cnf HOME 

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: 0.99 0.97 0.98 3/64 8142
/proc/meminfo: memFree=1295232/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=1816 CPUtime=0
/proc/8142/stat : 8142 (IUT_BMB_SIM) R 8140 8142 7981 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 237123857 1859584 174 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/8142/statm: 454 174 90 274 0 177 0

[startup+0.04799 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8142
/proc/meminfo: memFree=1295232/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=4324 CPUtime=0.04
/proc/8142/stat : 8142 (IUT_BMB_SIM) R 8140 8142 7981 0 -1 4194304 884 0 0 0 4 0 0 0 18 0 1 0 237123857 4427776 867 1992294400 134512640 135635349 4294956224 18446744073709551615 135070353 0 0 4096 0 0 0 0 17 0 0 0
/proc/8142/statm: 1081 867 97 274 0 804 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4324

[startup+0.102994 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8142
/proc/meminfo: memFree=1295232/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=4984 CPUtime=0.09
/proc/8142/stat : 8142 (IUT_BMB_SIM) R 8140 8142 7981 0 -1 4194304 1067 0 0 0 9 0 0 0 18 0 1 0 237123857 5103616 1050 1992294400 134512640 135635349 4294956224 18446744073709551615 134547220 0 0 4096 0 0 0 0 17 0 0 0
/proc/8142/statm: 1246 1050 97 274 0 969 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4984

[startup+0.303016 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8142
/proc/meminfo: memFree=1295232/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=8020 CPUtime=0.29
/proc/8142/stat : 8142 (IUT_BMB_SIM) R 8140 8142 7981 0 -1 4194304 1816 0 0 0 29 0 0 0 20 0 1 0 237123857 8212480 1799 1992294400 134512640 135635349 4294956224 18446744073709551615 134550056 0 0 4096 0 0 0 0 17 0 0 0
/proc/8142/statm: 2005 1800 97 274 0 1728 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8020

[startup+0.701092 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8142
/proc/meminfo: memFree=1295232/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=10692 CPUtime=0.68
/proc/8142/stat : 8142 (IUT_BMB_SIM) S 8140 8142 7981 0 -1 4194304 2550 0 0 0 52 16 0 0 23 0 1 0 237123857 10948608 2499 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8142/statm: 2673 2499 105 274 0 2396 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10692

[startup+1.50114 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8144
/proc/meminfo: memFree=1281264/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=10692 CPUtime=0.68
/proc/8142/stat : 8142 (IUT_BMB_SIM) S 8140 8142 7981 0 -1 4194304 2550 0 0 0 52 16 0 0 23 0 1 0 237123857 10948608 2499 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8142/statm: 2673 2499 105 274 0 2396 0
[pid=8144] ppid=8142 vsize=5320 CPUtime=0.79
/proc/8144/stat : 8144 (minisat) R 8142 8142 7981 0 -1 4194304 1309 0 0 0 79 0 0 0 23 0 1 0 237123927 5447680 1059 1992294400 134512640 135212939 4294956320 18446744073709551615 134527089 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 1330 1059 76 170 0 1158 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16012

[startup+3.10132 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8144
/proc/meminfo: memFree=1280240/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=10692 CPUtime=0.68
/proc/8142/stat : 8142 (IUT_BMB_SIM) S 8140 8142 7981 0 -1 4194304 2550 0 0 0 52 16 0 0 23 0 1 0 237123857 10948608 2499 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8142/statm: 2673 2499 105 274 0 2396 0
[pid=8144] ppid=8142 vsize=6788 CPUtime=2.38
/proc/8144/stat : 8144 (minisat) R 8142 8142 7981 0 -1 4194304 1686 0 0 0 238 0 0 0 25 0 1 0 237123927 6950912 1436 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 1697 1436 76 170 0 1525 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 17480

[startup+6.30166 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8144
/proc/meminfo: memFree=1277488/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=10692 CPUtime=0.68
/proc/8142/stat : 8142 (IUT_BMB_SIM) S 8140 8142 7981 0 -1 4194304 2550 0 0 0 52 16 0 0 23 0 1 0 237123857 10948608 2499 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8142/statm: 2673 2499 105 274 0 2396 0
[pid=8144] ppid=8142 vsize=8916 CPUtime=5.58
/proc/8144/stat : 8144 (minisat) R 8142 8142 7981 0 -1 4194304 2234 0 0 0 557 1 0 0 25 0 1 0 237123927 9129984 1984 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 2229 1984 76 170 0 2057 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 19608

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

[startup+9.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8144
/proc/meminfo: memFree=1275888/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=10692 CPUtime=0.68
/proc/8142/stat : 8142 (IUT_BMB_SIM) S 8140 8142 7981 0 -1 4194304 2550 0 0 0 52 16 0 0 23 0 1 0 237123857 10948608 2499 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8142/statm: 2673 2499 105 274 0 2396 0
[pid=8144] ppid=8142 vsize=10416 CPUtime=8.79
/proc/8144/stat : 8144 (minisat) R 8142 8142 7981 0 -1 4194304 2597 0 0 0 877 2 0 0 25 0 1 0 237123927 10665984 2347 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 2604 2347 76 170 0 2432 0
Current children cumulated CPU time (s) 9.47
Current children cumulated vsize (KiB) 21108

[startup+11.1012 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8144
/proc/meminfo: memFree=1274736/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=10692 CPUtime=0.68
/proc/8142/stat : 8142 (IUT_BMB_SIM) S 8140 8142 7981 0 -1 4194304 2550 0 0 0 52 16 0 0 23 0 1 0 237123857 10948608 2499 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8142/statm: 2673 2499 105 274 0 2396 0
[pid=8144] ppid=8142 vsize=11316 CPUtime=10.38
/proc/8144/stat : 8144 (minisat) R 8142 8142 7981 0 -1 4194304 2790 0 0 0 1036 2 0 0 25 0 1 0 237123927 11587584 2540 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 2829 2540 76 170 0 2657 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 22008

[startup+11.5012 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8144
/proc/meminfo: memFree=1274736/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=10692 CPUtime=0.68
/proc/8142/stat : 8142 (IUT_BMB_SIM) S 8140 8142 7981 0 -1 4194304 2550 0 0 0 52 16 0 0 23 0 1 0 237123857 10948608 2499 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8142/statm: 2673 2499 105 274 0 2396 0
[pid=8144] ppid=8142 vsize=11448 CPUtime=10.78
/proc/8144/stat : 8144 (minisat) R 8142 8142 7981 0 -1 4194304 2823 0 0 0 1076 2 0 0 25 0 1 0 237123927 11722752 2573 1992294400 134512640 135212939 4294956320 18446744073709551615 134536058 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 2862 2573 76 170 0 2690 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (KiB) 22140

[startup+11.7012 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8144
/proc/meminfo: memFree=1274736/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=10692 CPUtime=0.68
/proc/8142/stat : 8142 (IUT_BMB_SIM) S 8140 8142 7981 0 -1 4194304 2550 0 0 0 52 16 0 0 23 0 1 0 237123857 10948608 2499 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8142/statm: 2673 2499 105 274 0 2396 0
[pid=8144] ppid=8142 vsize=11448 CPUtime=10.98
/proc/8144/stat : 8144 (minisat) R 8142 8142 7981 0 -1 4194304 2825 0 0 0 1096 2 0 0 25 0 1 0 237123927 11722752 2575 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 2862 2575 76 170 0 2690 0
Current children cumulated CPU time (s) 11.66
Current children cumulated vsize (KiB) 22140

[startup+11.8013 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 8144
/proc/meminfo: memFree=1274736/2055920 swapFree=4180940/4192956
[pid=8142] ppid=8140 vsize=9972 CPUtime=11.76
/proc/8142/stat : 8142 (IUT_BMB_SIM) R 8140 8142 7981 0 -1 4194304 4252 2836 0 0 55 16 1103 2 19 0 1 0 237123857 10211328 2320 1992294400 134512640 135635349 4294956224 18446744073709551615 135069130 0 0 4096 0 0 0 0 17 0 0 0
/proc/8142/statm: 2493 2320 106 274 0 2216 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 9972

Child status: 0
Real time (s): 11.8472
CPU time (s): 11.8352
CPU user time (s): 11.6362
CPU system time (s): 0.198969
CPU usage (%): 99.8987
Max. virtual memory (cumulated for all children) (KiB): 22140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6362
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7093
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= 5
involuntary context switches= 63

runsolver used 0.015997 second user time and 0.033994 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-12 03:15:06
IDJOB=1797748
IDBENCH=71771
IDSOLVER=650
FILE ID=node19/1797748-1242090906
PBS_JOBID= 9277713
Free space on /tmp= 66204 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT_RACE06/manol-pipe-c9.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797748-1242090906/watcher-1797748-1242090906 -o /tmp/evaluation-result-1797748-1242090906/solver-1797748-1242090906 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797748-1242090906.cnf HOME

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

MD5SUM BENCH= 7f47eb2c5986b40772da3e38cf0759b1
RANDOM SEED=874096498

node19.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.236
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.236
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:       1295776 kB
Buffers:         75320 kB
Cached:         589808 kB
SwapCached:       5760 kB
Active:         167588 kB
Inactive:       505368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1295776 kB
SwapTotal:     4192956 kB
SwapFree:      4180940 kB
Dirty:            2904 kB
Writeback:           0 kB
Mapped:          13520 kB
Slab:            73224 kB
Committed_AS:   838868 kB
PageTables:       1452 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= 66200 MiB
End job on node19 at 2009-05-12 03:15:18