Trace number 1797505

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 35.3596 35.3895

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11803.cnf
MD5SUM6c6fd606fd41d7205b07602118ad74a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.528919
Satisfiable
(Un)Satisfiability was proved
Number of variables276402
Number of clauses798348
Sum of the clauses size2080196
Maximum clause length3
Minimum clause length1
Number of clauses of size 131560
Number of clauses of size 2251728
Number of clauses of size 3515060
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
9.79/9.86	This is MiniSat 2.0 beta
9.79/9.86	WARNING: for repeatability, setting FPU to use double precision
9.79/9.86	============================[ Problem Statistics ]=============================
9.79/9.86	|                                                                             |
9.79/9.86	|  Number of variables:  276427                                               |
9.79/9.86	|  Number of clauses:    760583                                               |
9.85/10.31	|  Parsing time:         0.38         s                                       |
9.85/10.33	============================[ Search Statistics ]==============================
9.85/10.33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.85/10.33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.85/10.33	===============================================================================
9.85/10.33	|         0 |  276297   630241  1772038 |   210080        0    nan |  0.000 % |
9.85/10.33	|       100 |  275955   630241  1772038 |   231088       97      4 |  0.212 % |
9.85/10.45	|       250 |  275909   630241  1772038 |   254197      211      4 |  0.230 % |
9.85/10.77	|       475 |  275898   630241  1772038 |   279616      436      5 |  0.230 % |
11.38/11.47	|       812 |  275889   630241  1772038 |   307578      771      9 |  0.231 % |
12.58/12.66	|      1318 |  275656   625572  1758870 |   338336     1265      9 |  0.232 % |
14.28/14.37	|      2077 |  275653   625557  1758834 |   372170     2022     11 |  0.233 % |
15.78/15.88	|      3216 |  275653   625557  1758834 |   409387     3161     11 |  0.233 % |
21.77/21.85	|      4924 |  275643   625522  1758750 |   450325     4858     11 |  0.237 % |
25.56/25.69	|      7486 |  275643   625502  1758702 |   495358     7419     15 |  0.237 % |
29.26/29.35	|     11330 |  275640   625487  1758666 |   544894    11260     16 |  0.238 % |
34.16/34.25	|     17096 |  275640   625487  1758666 |   599383    17026     20 |  0.238 % |
34.56/34.60	===============================================================================
34.56/34.60	restarts              : 12
34.56/34.60	conflicts             : 17191          (698 /sec)
34.56/34.60	decisions             : 2334649        (1.10 % random) (94730 /sec)
34.56/34.60	propagations          : 68595464       (2783313 /sec)
34.56/34.60	conflict literals     : 337433         (12.63 % deleted)
34.56/34.60	Memory used           : 48.50 MB
34.56/34.60	CPU time              : 24.6453 s
34.56/34.60	
34.56/34.60	UNSATISFIABLE
34.56/34.61	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-1797505-1242075375/watcher-1797505-1242075375 -o /tmp/evaluation-result-1797505-1242075375/solver-1797505-1242075375 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797505-1242075375.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.98 1.00 3/64 2541
/proc/meminfo: memFree=1588368/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=10640 CPUtime=0
/proc/2541/stat : 2541 (IUT_BMB_SIM) R 2539 2541 2243 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 235570851 10895360 174 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/2541/statm: 2660 175 93 274 0 2383 0

[startup+0.063116 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 2541
/proc/meminfo: memFree=1588368/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=10640 CPUtime=0.05
/proc/2541/stat : 2541 (IUT_BMB_SIM) R 2539 2541 2243 0 -1 4194304 1153 0 0 0 5 0 0 0 18 0 1 0 235570851 10895360 1136 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/2541/statm: 2660 1137 94 274 0 2383 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10640

[startup+0.101121 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 2541
/proc/meminfo: memFree=1588368/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=10640 CPUtime=0.09
/proc/2541/stat : 2541 (IUT_BMB_SIM) R 2539 2541 2243 0 -1 4194304 1778 0 0 0 9 0 0 0 18 0 1 0 235570851 10895360 1761 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/2541/statm: 2660 1762 93 274 0 2383 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10640

[startup+0.301156 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 2541
/proc/meminfo: memFree=1588368/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=35360 CPUtime=0.29
/proc/2541/stat : 2541 (IUT_BMB_SIM) R 2539 2541 2243 0 -1 4194304 8612 0 0 0 26 3 0 0 19 0 1 0 235570851 36208640 8595 1992294400 134512640 135635349 4294956224 18446744073709551615 134535655 0 0 4096 0 0 0 0 17 0 0 0
/proc/2541/statm: 8840 8598 93 274 0 8563 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35360

[startup+0.701226 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 2541
/proc/meminfo: memFree=1588368/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=53468 CPUtime=0.69
/proc/2541/stat : 2541 (IUT_BMB_SIM) R 2539 2541 2243 0 -1 4194304 13204 0 0 0 64 5 0 0 23 0 1 0 235570851 54751232 13187 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/2541/statm: 13367 13187 99 274 0 13090 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53468

[startup+1.50137 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 2542
/proc/meminfo: memFree=1532104/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=63636 CPUtime=1.49
/proc/2541/stat : 2541 (IUT_BMB_SIM) R 2539 2541 2243 0 -1 4194304 15724 0 0 0 143 6 0 0 25 0 1 0 235570851 65163264 15707 1992294400 134512640 135635349 4294956224 18446744073709551615 135069151 0 0 4096 0 0 0 0 17 0 0 0
/proc/2541/statm: 15909 15707 99 274 0 15632 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63636

[startup+3.10265 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 2542
/proc/meminfo: memFree=1518472/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=83056 CPUtime=3.09
/proc/2541/stat : 2541 (IUT_BMB_SIM) R 2539 2541 2243 0 -1 4194304 20579 0 0 0 300 9 0 0 25 0 1 0 235570851 85049344 20562 1992294400 134512640 135635349 4294956224 18446744073709551615 134695071 0 0 4096 0 0 0 0 17 0 0 0
/proc/2541/statm: 20764 20563 99 274 0 20487 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83056

[startup+6.30121 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 2542
/proc/meminfo: memFree=1464336/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=124284 CPUtime=6.29
/proc/2541/stat : 2541 (IUT_BMB_SIM) R 2539 2541 2243 0 -1 4194304 31680 0 0 0 593 36 0 0 25 0 1 0 235570851 127266816 30867 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/2541/statm: 31071 30867 101 274 0 30794 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124284

[startup+12.7023 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 2543
/proc/meminfo: memFree=1406744/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=124284 CPUtime=9.85
/proc/2541/stat : 2541 (IUT_BMB_SIM) S 2539 2541 2243 0 -1 4194304 31686 0 0 0 704 281 0 0 25 0 1 0 235570851 127266816 30872 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 31071 30872 106 274 0 30794 0
[pid=2543] ppid=2541 vsize=46568 CPUtime=2.83
/proc/2543/stat : 2543 (minisat) R 2541 2541 2243 0 -1 4194304 11008 0 0 0 276 7 0 0 25 0 1 0 235571836 47685632 10758 1992294400 134512640 135212939 4294956320 18446744073709551615 134536612 0 0 4096 3 0 0 0 17 0 0 0
/proc/2543/statm: 11642 10758 77 170 0 11470 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 170852

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 2543
/proc/meminfo: memFree=1405656/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=124284 CPUtime=9.85
/proc/2541/stat : 2541 (IUT_BMB_SIM) S 2539 2541 2243 0 -1 4194304 31686 0 0 0 704 281 0 0 25 0 1 0 235570851 127266816 30872 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 31071 30872 106 274 0 30794 0
[pid=2543] ppid=2541 vsize=48240 CPUtime=15.61
/proc/2543/stat : 2543 (minisat) R 2541 2541 2243 0 -1 4194304 11338 0 0 0 1554 7 0 0 25 0 1 0 235571836 49397760 11088 1992294400 134512640 135212939 4294956320 18446744073709551615 134526617 0 0 4096 3 0 0 0 17 0 0 0
/proc/2543/statm: 12060 11088 77 170 0 11888 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 172524

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

[startup+31.9057 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 2543
/proc/meminfo: memFree=1404632/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=124284 CPUtime=9.85
/proc/2541/stat : 2541 (IUT_BMB_SIM) S 2539 2541 2243 0 -1 4194304 31686 0 0 0 704 281 0 0 25 0 1 0 235570851 127266816 30872 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 31071 30872 106 274 0 30794 0
[pid=2543] ppid=2541 vsize=49120 CPUtime=22.01
/proc/2543/stat : 2543 (minisat) R 2541 2541 2243 0 -1 4194304 11595 0 0 0 2194 7 0 0 25 0 1 0 235571836 50298880 11345 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/2543/statm: 12280 11345 77 170 0 12108 0
Current children cumulated CPU time (s) 31.86
Current children cumulated vsize (KiB) 173404

[startup+33.503 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 2543
/proc/meminfo: memFree=1404440/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=124284 CPUtime=9.85
/proc/2541/stat : 2541 (IUT_BMB_SIM) S 2539 2541 2243 0 -1 4194304 31686 0 0 0 704 281 0 0 25 0 1 0 235570851 127266816 30872 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 31071 30872 106 274 0 30794 0
[pid=2543] ppid=2541 vsize=49384 CPUtime=23.61
/proc/2543/stat : 2543 (minisat) R 2541 2541 2243 0 -1 4194304 11664 0 0 0 2354 7 0 0 25 0 1 0 235571836 50569216 11414 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2543/statm: 12346 11414 77 170 0 12174 0
Current children cumulated CPU time (s) 33.46
Current children cumulated vsize (KiB) 173668

[startup+34.3011 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 2543
/proc/meminfo: memFree=1404248/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=124284 CPUtime=9.85
/proc/2541/stat : 2541 (IUT_BMB_SIM) S 2539 2541 2243 0 -1 4194304 31686 0 0 0 704 281 0 0 25 0 1 0 235570851 127266816 30872 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 31071 30872 106 274 0 30794 0
[pid=2543] ppid=2541 vsize=49656 CPUtime=24.41
/proc/2543/stat : 2543 (minisat) R 2541 2541 2243 0 -1 4194304 11716 0 0 0 2434 7 0 0 25 0 1 0 235571836 50847744 11466 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/2543/statm: 12414 11466 77 170 0 12242 0
Current children cumulated CPU time (s) 34.26
Current children cumulated vsize (KiB) 173940

[startup+35.1013 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 2543
/proc/meminfo: memFree=1478816/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=95124 CPUtime=35.05
/proc/2541/stat : 2541 (IUT_BMB_SIM) R 2539 2541 2243 0 -1 4194304 50447 11727 0 0 749 284 2464 8 22 0 1 0 235570851 97406976 23583 1992294400 134512640 135635349 4294956224 18446744073709551615 135063353 0 0 4096 0 0 0 0 17 0 0 0
/proc/2541/statm: 23781 23583 107 274 0 23504 0
Current children cumulated CPU time (s) 35.05
Current children cumulated vsize (KiB) 95124

[startup+35.3013 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 2543
/proc/meminfo: memFree=1478816/2055920 swapFree=4155092/4192956
[pid=2541] ppid=2539 vsize=64256 CPUtime=35.25
/proc/2541/stat : 2541 (IUT_BMB_SIM) R 2539 2541 2243 0 -1 4194304 50483 11727 0 0 769 284 2464 8 24 0 1 0 235570851 65798144 15866 1992294400 134512640 135635349 4294956224 18446744073709551615 135069172 0 0 4096 0 0 0 0 17 0 0 0
/proc/2541/statm: 16064 15866 107 274 0 15787 0
Current children cumulated CPU time (s) 35.25
Current children cumulated vsize (KiB) 64256

Child status: 0
Real time (s): 35.3895
CPU time (s): 35.3596
CPU user time (s): 32.4151
CPU system time (s): 2.94455
CPU usage (%): 99.9156
Max. virtual memory (cumulated for all children) (KiB): 173940

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

runsolver used 0.032994 second user time and 0.105983 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-11 22:56:16
IDJOB=1797505
IDBENCH=20463
IDSOLVER=650
FILE ID=node18/1797505-1242075375
PBS_JOBID= 9277617
Free space on /tmp= 66432 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc11803.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797505-1242075375/watcher-1797505-1242075375 -o /tmp/evaluation-result-1797505-1242075375/solver-1797505-1242075375 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797505-1242075375.cnf HOME

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

MD5SUM BENCH= 6c6fd606fd41d7205b07602118ad74a0
RANDOM SEED=1753772910

node18.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.280
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.280
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:       1588912 kB
Buffers:         67540 kB
Cached:         315456 kB
SwapCached:      32076 kB
Active:         174468 kB
Inactive:       242772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588912 kB
SwapTotal:     4192956 kB
SwapFree:      4155092 kB
Dirty:           18248 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            35880 kB
Committed_AS:   840076 kB
PageTables:       1372 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= 66416 MiB
End job on node18 at 2009-05-11 22:56:51