Trace number 1555626

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
VARSAT-industrial 2009-03-22UNSAT 41.4507 41.4645

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxand/maxand064.cnf
MD5SUMb2d2617ddc348aef0d35df3c8f228dcb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.81857
Satisfiable
(Un)Satisfiability was proved
Number of variables14578
Number of clauses42581
Sum of the clauses size99353
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228386
Number of clauses of size 314193
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 ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  14578                                                |
0.00/0.00	c |  Number of clauses:    42581                                                |
0.03/0.05	c |  Parsing time:         0.05         s                                       |
0.03/0.05	c |  Timeout:              43200 s
0.03/0.05	c |  Random Seed:          262346571.000000
0.03/0.05	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.03/0.05	c |  Branching Rule:       default (solution-guided)                            |
0.03/0.05	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.03/0.05	c |                                                                             |
2.29/2.31	c ============================[ Search Statistics ]==============================
2.29/2.31	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.29/2.31	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.29/2.31	c ===============================================================================
2.29/2.31	c |         0 |    1452    16631   241284 |     5543        0    nan |  0.000 % |
2.79/2.80	c |       100 |    1451    16631   241284 |     6098       99     16 |  0.137 % |
3.20/3.27	c |       250 |    1450    16631   241284 |     6707      248     15 |  0.144 % |
3.69/3.73	c |       476 |    1450    16631   241284 |     7378      474     21 |  0.144 % |
4.19/4.20	c |       813 |    1450    16631   241284 |     8116      811     23 |  0.144 % |
4.59/4.68	c |      1319 |    1450    16631   241284 |     8928     1317     26 |  0.144 % |
5.09/5.19	c |      2080 |    1450    16631   241284 |     9820     2078     45 |  0.144 % |
5.69/5.71	c |      3220 |    1450    16501   241020 |    10803     3218     45 |  0.144 % |
6.19/6.27	c |      4928 |    1450    16501   241020 |    11883     4926     56 |  0.144 % |
6.99/7.04	c |      7491 |    1450    16501   241020 |    13071     7489     82 |  0.144 % |
7.89/7.98	c |     11335 |    1450    16501   241020 |    14378    11333     91 |  0.144 % |
9.29/9.39	c |     17101 |    1450    16501   241020 |    15816     9744     87 |  0.144 % |
10.89/10.91	c |     25751 |    1449    16437   240829 |    17398    10321     71 |  0.151 % |
12.99/13.02	c |     38725 |    1449    16437   240829 |    19138    14389    121 |  0.151 % |
16.78/16.84	c |     58191 |    1448    16373   240636 |    21052    13793    122 |  0.158 % |
21.08/21.15	c |     87385 |    1447    16310   240387 |    23157    10994     73 |  0.165 % |
29.38/29.48	c |    131176 |    1446    16247   240136 |    25472    19275    113 |  0.171 % |
41.38/41.45	c ===============================================================================
41.38/41.45	c surveys--CPU time (sec)   : 10.0985        (24.40 % of total)
41.38/41.45	c surveys--attempted        : 17             (2 /sec)
41.38/41.45	c surveys--converged        : 17             (100.00 % successful)
41.38/41.45	c restarts              : 17
41.38/41.45	c conflicts             : 186874         (5973 /sec)
41.38/41.45	c decisions             : 467362         (1.67 % random) (14939 /sec)
41.38/41.45	c propagations          : 11242775       (359363 /sec)
41.38/41.45	c conflict literals     : 22100840       (16.65 % deleted)
41.38/41.45	c Memory used           : 39.29 MB
41.38/41.45	c Total CPU time (sec)      : 41.3837     
41.38/41.45	c 
41.38/41.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-1555626-1238742118/watcher-1555626-1238742118 -o /tmp/evaluation-result-1555626-1238742118/solver-1555626-1238742118 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=262346571 HOME/instance-1555626-1238742118.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: 0.99 0.97 0.98 3/65 4011
/proc/meminfo: memFree=1747848/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=3248 CPUtime=0
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 570 0 0 0 0 0 0 0 18 0 1 0 357932597 3325952 555 1992294400 4194304 5102648 548682068784 18446744073709551615 4490226 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 812 556 87 221 0 588 0

[startup+0.0450851 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 4011
/proc/meminfo: memFree=1747848/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=9576 CPUtime=0.03
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 2014 0 0 0 3 0 0 0 18 0 1 0 357932597 9805824 1999 1992294400 4194304 5102648 548682068784 18446744073709551615 4269388 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 2394 1999 87 221 0 2170 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9576

[startup+0.101091 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 4011
/proc/meminfo: memFree=1747848/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=12516 CPUtime=0.09
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 2719 0 0 0 9 0 0 0 18 0 1 0 357932597 12816384 2704 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 3129 2704 100 221 0 2905 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12516

[startup+0.301115 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 4011
/proc/meminfo: memFree=1747848/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=19040 CPUtime=0.29
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 4289 0 0 0 27 2 0 0 19 0 1 0 357932597 19496960 4274 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 4760 4274 100 221 0 4536 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19040

[startup+0.701167 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 4011
/proc/meminfo: memFree=1747848/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=26952 CPUtime=0.69
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 6191 0 0 0 67 2 0 0 22 0 1 0 357932597 27598848 6176 1992294400 4194304 5102648 548682068784 18446744073709551615 4275933 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 6738 6176 100 221 0 6514 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26952

[startup+1.50127 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4012
/proc/meminfo: memFree=1721472/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=29556 CPUtime=1.48
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 6803 0 0 0 146 2 0 0 25 0 1 0 357932597 30265344 6788 1992294400 4194304 5102648 548682068784 18446744073709551615 4283593 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 7389 6788 100 221 0 7165 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29556

[startup+3.10147 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4012
/proc/meminfo: memFree=1720192/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=28548 CPUtime=3.09
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 7016 0 0 0 306 3 0 0 25 0 1 0 357932597 29233152 6655 1992294400 4194304 5102648 548682068784 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 7137 6655 115 221 0 6913 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28548

[startup+6.30187 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4012
/proc/meminfo: memFree=1721152/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=28548 CPUtime=6.29
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 7016 0 0 0 626 3 0 0 25 0 1 0 357932597 29233152 6655 1992294400 4194304 5102648 548682068784 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 7137 6655 115 221 0 6913 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28548

[startup+12.7027 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4012
/proc/meminfo: memFree=1720384/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=30140 CPUtime=12.69
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 7497 0 0 0 1265 4 0 0 25 0 1 0 357932597 30863360 7136 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 7535 7136 115 221 0 7311 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30140

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4012
/proc/meminfo: memFree=1712000/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=38244 CPUtime=25.48
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 9505 0 0 0 2543 5 0 0 25 0 1 0 357932597 39161856 9144 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 9561 9144 115 221 0 9337 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38244

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

[startup+31.9051 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4012
/proc/meminfo: memFree=1710336/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=39168 CPUtime=31.88
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 9747 0 0 0 3183 5 0 0 25 0 1 0 357932597 40108032 9386 1992294400 4194304 5102648 548682068784 18446744073709551615 4214169 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 9792 9386 115 221 0 9568 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 39168

[startup+38.3029 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4012
/proc/meminfo: memFree=1710336/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=39168 CPUtime=38.28
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 9751 0 0 0 3823 5 0 0 25 0 1 0 357932597 40108032 9390 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 9792 9390 115 221 0 9568 0
Current children cumulated CPU time (s) 38.28
Current children cumulated vsize (KiB) 39168

[startup+39.9011 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4012
/proc/meminfo: memFree=1709632/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=40224 CPUtime=39.88
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 10001 0 0 0 3982 6 0 0 25 0 1 0 357932597 41189376 9640 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 10056 9640 115 221 0 9832 0
Current children cumulated CPU time (s) 39.88
Current children cumulated vsize (KiB) 40224

[startup+40.7052 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4012
/proc/meminfo: memFree=1709312/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=40224 CPUtime=40.69
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 10001 0 0 0 4063 6 0 0 25 0 1 0 357932597 41189376 9640 1992294400 4194304 5102648 548682068784 18446744073709551615 4254525 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 10056 9640 115 221 0 9832 0
Current children cumulated CPU time (s) 40.69
Current children cumulated vsize (KiB) 40224

[startup+41.1013 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4012
/proc/meminfo: memFree=1709312/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=40224 CPUtime=41.08
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 10001 0 0 0 4102 6 0 0 25 0 1 0 357932597 41189376 9640 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 10056 9640 115 221 0 9832 0
Current children cumulated CPU time (s) 41.08
Current children cumulated vsize (KiB) 40224

[startup+41.3013 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4012
/proc/meminfo: memFree=1709312/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=40224 CPUtime=41.28
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 10001 0 0 0 4122 6 0 0 25 0 1 0 357932597 41189376 9640 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 10056 9640 115 221 0 9832 0
Current children cumulated CPU time (s) 41.28
Current children cumulated vsize (KiB) 40224

[startup+41.4013 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4012
/proc/meminfo: memFree=1709312/2055920 swapFree=4191900/4192956
[pid=4011] ppid=4009 vsize=40224 CPUtime=41.38
/proc/4011/stat : 4011 (varsat-industri) R 4009 4011 3938 0 -1 4194304 10001 0 0 0 4132 6 0 0 25 0 1 0 357932597 41189376 9640 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/4011/statm: 10056 9640 115 221 0 9832 0
Current children cumulated CPU time (s) 41.38
Current children cumulated vsize (KiB) 40224

Child status: 20
Real time (s): 41.4645
CPU time (s): 41.4507
CPU user time (s): 41.3837
CPU system time (s): 0.066989
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 40224

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

runsolver used 0.038994 second user time and 0.122981 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-03 09:01:59
IDJOB=1555626
IDBENCH=70803
IDSOLVER=538
FILE ID=node54/1555626-1238742118
PBS_JOBID= 9085427
Free space on /tmp= 66560 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxand/maxand064.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555626-1238742118/watcher-1555626-1238742118 -o /tmp/evaluation-result-1555626-1238742118/solver-1555626-1238742118 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=262346571 HOME/instance-1555626-1238742118.cnf

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

MD5SUM BENCH= b2d2617ddc348aef0d35df3c8f228dcb
RANDOM SEED=262346571

node54.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.232
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.232
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:       1748328 kB
Buffers:         42692 kB
Cached:         173016 kB
SwapCached:        260 kB
Active:          95844 kB
Inactive:       134984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748328 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          23720 kB
Slab:            62752 kB
Committed_AS:  1280964 kB
PageTables:       1372 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= 66560 MiB
End job on node54 at 2009-04-03 09:02:40