Trace number 1724164

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 68.3596 68.3891

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.2557
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  194762                                               |
0.00/0.00	c |  Number of clauses:    530713                                               |
2.20/2.29	c |  Parsing time:         2.19         s                                       |
2.20/2.29	c |  Timeout:              43200 s
2.20/2.29	c |  Random Seed:          849697599.000000
2.20/2.29	c |  Heuristic:            EMBP-G, threshold 0.950                              |
2.20/2.29	c |  Branching Rule:       default (solution-guided)                            |
2.20/2.29	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
2.20/2.29	c |                                                                             |
5.78/5.88	c ============================[ Search Statistics ]==============================
5.78/5.88	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.78/5.88	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.78/5.88	c ===============================================================================
5.78/5.88	c |         0 |   22224   103316   334353 |    34438        0    nan |  0.000 % |
6.59/6.66	c |       100 |   22224   103316   334353 |    37882      100      5 | 33.933 % |
7.29/7.34	c |       251 |   22224   103316   334353 |    41670      251      6 | 33.933 % |
7.99/8.05	c |       478 |   22224   103316   334353 |    45837      478      6 | 33.933 % |
8.69/8.76	c |       816 |   22224   103316   334353 |    50421      816      6 | 33.933 % |
9.39/9.47	c |      1322 |   22218   103316   334353 |    55463     1320      6 | 33.952 % |
10.19/10.30	c |      2082 |   22218   103316   334353 |    61010     2080      6 | 33.952 % |
11.09/11.14	c |      3222 |   22211   103316   334353 |    67111     3217      6 | 33.972 % |
12.19/12.21	c |      4931 |   22184   103316   334353 |    73822     4923      6 | 34.003 % |
13.29/13.34	c |      7493 |   22149   103316   334353 |    81204     7482      6 | 34.045 % |
14.68/14.75	c |     11338 |   21883   101320   327597 |    89325    11298      6 | 34.120 % |
16.78/16.82	c |     17105 |   21485    98920   319416 |    98257    16785      7 | 34.319 % |
19.69/19.77	c |     25754 |   21379    98081   316526 |   108083    25078      7 | 34.367 % |
25.08/25.14	c |     38728 |   21050    95976   309374 |   118891    37247      7 | 34.542 % |
33.28/33.32	c |     58189 |   20812    94437   303971 |   130780    56341      7 | 34.663 % |
47.87/47.95	c |     87381 |   20405    92131   296316 |   143858    84119      9 | 34.868 % |
68.26/68.36	c ===============================================================================
68.26/68.36	c surveys--CPU time (sec)   : 9.6345         (14.13 % of total)
68.26/68.36	c surveys--attempted        : 16             (2 /sec)
68.26/68.36	c surveys--converged        : 16             (100.00 % successful)
68.26/68.36	c restarts              : 16
68.26/68.36	c conflicts             : 108574         (1855 /sec)
68.26/68.36	c decisions             : 374304         (1.53 % random) (6395 /sec)
68.26/68.36	c propagations          : 32483355       (555004 /sec)
68.26/68.36	c conflict literals     : 1140158        (26.81 % deleted)
68.26/68.36	c Memory used           : 135.07 MB
68.26/68.36	c Total CPU time (sec)      : 68.1626     
68.26/68.36	c 
68.26/68.36	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-1724164-1240693054/watcher-1724164-1240693054 -o /tmp/evaluation-result-1724164-1240693054/solver-1724164-1240693054 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=849697599 HOME/instance-1724164-1240693054.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.01 1.07 3/64 20852
/proc/meminfo: memFree=1705200/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=5196 CPUtime=0
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 852 0 0 0 0 0 0 0 18 0 1 0 97332736 5320704 837 1992294400 4194304 5102648 548682068768 18446744073709551615 4200548 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 1299 843 80 221 0 1075 0

[startup+0.0528711 s]
/proc/loadavg: 1.00 1.01 1.07 3/64 20852
/proc/meminfo: memFree=1705200/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=24836 CPUtime=0.04
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 5849 0 0 0 2 2 0 0 18 0 1 0 97332736 25432064 5810 1992294400 4194304 5102648 548682068768 18446744073709551615 4245145 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 6209 5815 82 221 0 5985 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24836

[startup+0.101875 s]
/proc/loadavg: 1.00 1.01 1.07 3/64 20852
/proc/meminfo: memFree=1705200/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=39240 CPUtime=0.09
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 9046 0 0 0 6 3 0 0 18 0 1 0 97332736 40181760 9007 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 9810 9008 87 221 0 9586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39240

[startup+0.301896 s]
/proc/loadavg: 1.00 1.01 1.07 3/64 20852
/proc/meminfo: memFree=1705200/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=50588 CPUtime=0.29
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 11887 0 0 0 25 4 0 0 19 0 1 0 97332736 51802112 11848 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 12647 11849 87 221 0 12423 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50588

[startup+0.701941 s]
/proc/loadavg: 1.00 1.01 1.07 3/64 20852
/proc/meminfo: memFree=1705200/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=66992 CPUtime=0.69
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 15810 0 0 0 63 6 0 0 23 0 1 0 97332736 68599808 15771 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 16748 15771 87 221 0 16524 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66992

[startup+1.50103 s]
/proc/loadavg: 1.00 1.01 1.07 2/65 20853
/proc/meminfo: memFree=1633320/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=89520 CPUtime=1.49
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 21146 0 0 0 140 9 0 0 25 0 1 0 97332736 91668480 21107 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 22380 21107 87 221 0 22156 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89520

[startup+3.10121 s]
/proc/loadavg: 1.00 1.01 1.07 2/65 20853
/proc/meminfo: memFree=1607848/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=107140 CPUtime=3.09
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 25547 0 0 0 298 11 0 0 25 0 1 0 97332736 109711360 25508 1992294400 4194304 5102648 548682068768 18446744073709551615 4225451 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 26785 25508 99 221 0 26561 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107140

[startup+6.30156 s]
/proc/loadavg: 1.00 1.01 1.07 2/65 20853
/proc/meminfo: memFree=1560680/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=136508 CPUtime=6.29
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 36486 0 0 0 612 17 0 0 25 0 1 0 97332736 139784192 32896 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 34127 32896 102 221 0 33903 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136508

[startup+12.7013 s]
/proc/loadavg: 1.00 1.01 1.07 2/65 20853
/proc/meminfo: memFree=1573224/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=136508 CPUtime=12.69
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 36510 0 0 0 1252 17 0 0 25 0 1 0 97332736 139784192 32920 1992294400 4194304 5102648 548682068768 18446744073709551615 4214290 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 34127 32920 115 221 0 33903 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 136508

[startup+25.5017 s]
/proc/loadavg: 1.00 1.01 1.07 2/65 20853
/proc/meminfo: memFree=1573224/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=136748 CPUtime=25.48
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 36560 0 0 0 2531 17 0 0 25 0 1 0 97332736 140029952 32970 1992294400 4194304 5102648 548682068768 18446744073709551615 4214097 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 34187 32970 115 221 0 33963 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 136748

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 20853
/proc/meminfo: memFree=1572904/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=137308 CPUtime=51.07
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 36662 0 0 0 5090 17 0 0 25 0 1 0 97332736 140603392 33072 1992294400 4194304 5102648 548682068768 18446744073709551615 4249100 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 34327 33072 115 221 0 34103 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 137308

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

[startup+57.5012 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 20853
/proc/meminfo: memFree=1572904/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=138308 CPUtime=57.46
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 36676 0 0 0 5729 17 0 0 25 0 1 0 97332736 141627392 33086 1992294400 4194304 5102648 548682068768 18446744073709551615 4250370 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 34577 33086 115 221 0 34353 0
Current children cumulated CPU time (s) 57.46
Current children cumulated vsize (KiB) 138308

[startup+63.9019 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 20853
/proc/meminfo: memFree=1572904/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=138308 CPUtime=63.86
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 36685 0 0 0 6369 17 0 0 25 0 1 0 97332736 141627392 33095 1992294400 4194304 5102648 548682068768 18446744073709551615 4249664 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 34577 33095 115 221 0 34353 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 138308

[startup+65.5011 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 20853
/proc/meminfo: memFree=1572840/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=138308 CPUtime=65.46
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 36687 0 0 0 6529 17 0 0 25 0 1 0 97332736 141627392 33097 1992294400 4194304 5102648 548682068768 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 34577 33097 115 221 0 34353 0
Current children cumulated CPU time (s) 65.46
Current children cumulated vsize (KiB) 138308

[startup+67.1063 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 20853
/proc/meminfo: memFree=1572776/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=138308 CPUtime=67.07
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 36689 0 0 0 6690 17 0 0 25 0 1 0 97332736 141627392 33099 1992294400 4194304 5102648 548682068768 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 34577 33099 115 221 0 34353 0
Current children cumulated CPU time (s) 67.07
Current children cumulated vsize (KiB) 138308

[startup+67.9024 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 20853
/proc/meminfo: memFree=1572776/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=138308 CPUtime=67.86
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 36689 0 0 0 6769 17 0 0 25 0 1 0 97332736 141627392 33099 1992294400 4194304 5102648 548682068768 18446744073709551615 4255130 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 34577 33099 115 221 0 34353 0
Current children cumulated CPU time (s) 67.86
Current children cumulated vsize (KiB) 138308

[startup+68.3014 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 20853
/proc/meminfo: memFree=1572776/2055920 swapFree=4192812/4192956
[pid=20852] ppid=20850 vsize=138308 CPUtime=68.26
/proc/20852/stat : 20852 (varsat-industri) R 20850 20852 20644 0 -1 4194304 36689 0 0 0 6809 17 0 0 25 0 1 0 97332736 141627392 33099 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 0 0 0
/proc/20852/statm: 34577 33099 115 221 0 34353 0
Current children cumulated CPU time (s) 68.26
Current children cumulated vsize (KiB) 138308

Child status: 20
Real time (s): 68.3891
CPU time (s): 68.3596
CPU user time (s): 68.1626
CPU system time (s): 0.19697
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 151404

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

runsolver used 0.06399 second user time and 0.19497 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-25 22:57:36
IDJOB=1724164
IDBENCH=71758
IDSOLVER=538
FILE ID=node59/1724164-1240693054
PBS_JOBID= 9186733
Free space on /tmp= 66352 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724164-1240693054/watcher-1724164-1240693054 -o /tmp/evaluation-result-1724164-1240693054/solver-1724164-1240693054 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=849697599 HOME/instance-1724164-1240693054.cnf

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED=849697599

node59.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.240
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.240
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:       1705680 kB
Buffers:         36492 kB
Cached:         241628 kB
SwapCached:          0 kB
Active:         157912 kB
Inactive:       134112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10236 kB
Writeback:           0 kB
Mapped:          23660 kB
Slab:            44228 kB
Committed_AS:   409084 kB
PageTables:       1456 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= 66352 MiB
End job on node59 at 2009-04-25 22:58:44