Trace number 1578217

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-crafted 2009-03-22UNSAT 64.6812 64.7067

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.3138
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  104481                                               |
0.00/0.00	c |  Number of clauses:    500875                                               |
0.99/1.08	c |  Parsing time:         0.96         s                                       |
0.99/1.08	c |  Timeout:              43200 s
0.99/1.08	c |  Random Seed:          614868723.000000
0.99/1.08	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.99/1.08	c |  Branching Rule:       default (solution-guided)                            |
0.99/1.08	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.99/1.08	c |                                                                             |
2.69/2.73	c ============================[ Search Statistics ]==============================
2.69/2.73	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.69/2.73	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.69/2.73	c ===============================================================================
2.69/2.73	c |         0 |   49268   289617   789194 |    96539        0    nan |  0.000 % |
3.39/3.43	c |       101 |   49256   289617   789194 |   106192      100    102 | 28.955 % |
4.19/4.26	c |       251 |   49250   289617   789194 |   116812      250     73 | 28.955 % |
5.09/5.12	c |       476 |   49228   289617   789194 |   128493      474     82 | 29.392 % |
6.09/6.15	c |       813 |   49177   289617   789194 |   141342      810    104 | 30.278 % |
7.60/7.67	c |      1321 |   47096   275754   752992 |   155477     1316    118 | 30.530 % |
9.90/9.95	c |      2080 |   45892   268946   735280 |   171024     2071    204 | 32.254 % |
12.10/12.14	c |      3221 |   44306   258233   707609 |   188127     3201    186 | 33.200 % |
16.19/16.27	c |      4931 |   43614   253758   696112 |   206939     4904    208 | 34.308 % |
22.29/22.36	c |      7495 |   41372   239036   658438 |   227633     7448    215 | 36.008 % |
30.28/30.31	c |     11339 |   40320   231750   639711 |   250397    11239    220 | 37.572 % |
43.17/43.24	c |     17106 |   38789   222299   614354 |   275437    16947    212 | 39.434 % |
64.07/64.12	c |     25757 |   35816   197272   550904 |   302980    20302    182 | 41.859 % |
64.57/64.69	c ===============================================================================
64.57/64.69	c surveys--CPU time (sec)   : 6.1111         (9.47 % of total)
64.57/64.69	c surveys--attempted        : 13             (2 /sec)
64.57/64.69	c surveys--converged        : 13             (100.00 % successful)
64.57/64.69	c restarts              : 13
64.57/64.69	c conflicts             : 25794          (442 /sec)
64.57/64.69	c decisions             : 227712         (1.38 % random) (3899 /sec)
64.57/64.69	c propagations          : 56294635       (963931 /sec)
64.57/64.69	c conflict literals     : 4809555        (24.11 % deleted)
64.57/64.69	c Memory used           : 99.59 MB
64.57/64.69	c Total CPU time (sec)      : 64.5122     
64.57/64.69	c 
64.57/64.69	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-1578217-1238896020/watcher-1578217-1238896020 -o /tmp/evaluation-result-1578217-1238896020/solver-1578217-1238896020 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=614868723 HOME/instance-1578217-1238896020.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.84 0.97 0.99 3/64 1547
/proc/meminfo: memFree=1763792/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=4608 CPUtime=0
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 789 0 0 0 0 0 0 0 18 0 1 0 1162263897 4718592 774 1992294400 4194304 5102648 548682068800 18446744073709551615 4200628 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 1152 780 78 221 0 928 0

[startup+0.041417 s]
/proc/loadavg: 0.84 0.97 0.99 3/64 1547
/proc/meminfo: memFree=1763792/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=18636 CPUtime=0.03
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 4006 0 0 0 2 1 0 0 18 0 1 0 1162263897 19083264 3967 1992294400 4194304 5102648 548682068800 18446744073709551615 4245161 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 4659 3972 87 221 0 4435 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18636

[startup+0.101421 s]
/proc/loadavg: 0.84 0.97 0.99 3/64 1547
/proc/meminfo: memFree=1763792/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=26060 CPUtime=0.09
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 6168 0 0 0 6 3 0 0 18 0 1 0 1162263897 26685440 6129 1992294400 4194304 5102648 548682068800 18446744073709551615 4492101 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 6515 6129 87 221 0 6291 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26060

[startup+0.301438 s]
/proc/loadavg: 0.84 0.97 0.99 3/64 1547
/proc/meminfo: memFree=1763792/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=40748 CPUtime=0.29
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 9698 0 0 0 24 5 0 0 19 0 1 0 1162263897 41725952 9659 1992294400 4194304 5102648 548682068800 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 10187 9659 87 221 0 9963 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40748

[startup+0.701474 s]
/proc/loadavg: 0.84 0.97 0.99 3/64 1547
/proc/meminfo: memFree=1763792/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=56356 CPUtime=0.69
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 13727 0 0 0 62 7 0 0 22 0 1 0 1162263897 57708544 13688 1992294400 4194304 5102648 548682068800 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 14089 13688 87 221 0 13865 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56356

[startup+1.50254 s]
/proc/loadavg: 0.84 0.97 0.99 2/65 1548
/proc/meminfo: memFree=1691080/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=89656 CPUtime=1.49
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 20411 0 0 0 138 11 0 0 25 0 1 0 1162263897 91807744 20372 1992294400 4194304 5102648 548682068800 18446744073709551615 4222084 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 22414 20372 99 221 0 22190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89656

[startup+3.10168 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 1548
/proc/meminfo: memFree=1667464/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=94780 CPUtime=3.09
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 25263 0 0 0 296 13 0 0 25 0 1 0 1162263897 97054720 22432 1992294400 4194304 5102648 548682068800 18446744073709551615 4213889 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 23695 22432 102 221 0 23471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94780

[startup+6.30196 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 1548
/proc/meminfo: memFree=1673552/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=94980 CPUtime=6.29
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 25318 0 0 0 615 14 0 0 25 0 1 0 1162263897 97259520 22487 1992294400 4194304 5102648 548682068800 18446744073709551615 4213932 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 23745 22487 115 221 0 23521 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94980

[startup+12.7015 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 1548
/proc/meminfo: memFree=1673680/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=94980 CPUtime=12.69
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 25318 0 0 0 1255 14 0 0 25 0 1 0 1162263897 97259520 22487 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 23745 22487 115 221 0 23521 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94980

[startup+25.5016 s]
/proc/loadavg: 0.89 0.97 0.99 2/65 1548
/proc/meminfo: memFree=1673680/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=94980 CPUtime=25.49
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 25318 0 0 0 2535 14 0 0 25 0 1 0 1162263897 97259520 22487 1992294400 4194304 5102648 548682068800 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 23745 22487 115 221 0 23521 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94980

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 1548
/proc/meminfo: memFree=1668432/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=100656 CPUtime=51.07
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 26707 0 0 0 5092 15 0 0 25 0 1 0 1162263897 103071744 23876 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 25164 23876 115 221 0 24940 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 100656

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

[startup+57.5014 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 1548
/proc/meminfo: memFree=1667024/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=101976 CPUtime=57.47
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 27052 0 0 0 5732 15 0 0 25 0 1 0 1162263897 104423424 24221 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 25494 24221 115 221 0 25270 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 101976

[startup+60.7017 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 1548
/proc/meminfo: memFree=1667024/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=101976 CPUtime=60.67
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 27052 0 0 0 6052 15 0 0 25 0 1 0 1162263897 104423424 24221 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 25494 24221 115 221 0 25270 0
Current children cumulated CPU time (s) 60.67
Current children cumulated vsize (KiB) 101976

[startup+62.3019 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 1548
/proc/meminfo: memFree=1667024/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=101976 CPUtime=62.27
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 27052 0 0 0 6212 15 0 0 25 0 1 0 1162263897 104423424 24221 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 25494 24221 115 221 0 25270 0
Current children cumulated CPU time (s) 62.27
Current children cumulated vsize (KiB) 101976

[startup+63.902 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 1548
/proc/meminfo: memFree=1667024/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=101976 CPUtime=63.87
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 27053 0 0 0 6372 15 0 0 25 0 1 0 1162263897 104423424 24222 1992294400 4194304 5102648 548682068800 18446744073709551615 4249096 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 25494 24222 115 221 0 25270 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 101976

[startup+64.301 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 1548
/proc/meminfo: memFree=1667024/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=101976 CPUtime=64.27
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194304 27053 0 0 0 6412 15 0 0 25 0 1 0 1162263897 104423424 24222 1992294400 4194304 5102648 548682068800 18446744073709551615 4214299 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 25494 24222 115 221 0 25270 0
Current children cumulated CPU time (s) 64.27
Current children cumulated vsize (KiB) 101976

[startup+64.7011 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 1548
/proc/meminfo: memFree=1667024/2055920 swapFree=4178784/4192956
[pid=1547] ppid=1545 vsize=0 CPUtime=64.67
/proc/1547/stat : 1547 (varsat-crafted_) R 1545 1547 1510 0 -1 4194308 27057 0 0 0 6451 16 0 0 25 0 1 0 1162263897 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/1547/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 64.67
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 64.7067
CPU time (s): 64.6812
CPU user time (s): 64.5122
CPU system time (s): 0.168974
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 107272

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

runsolver used 0.067989 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-05 03:47:01
IDJOB=1578217
IDBENCH=70974
IDSOLVER=537
FILE ID=node57/1578217-1238896020
PBS_JOBID= 9086082
Free space on /tmp= 66536 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1578217-1238896020/watcher-1578217-1238896020 -o /tmp/evaluation-result-1578217-1238896020/solver-1578217-1238896020 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=614868723 HOME/instance-1578217-1238896020.cnf

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=614868723

node57.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.213
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.213
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:       1764208 kB
Buffers:         40040 kB
Cached:         180880 kB
SwapCached:       8172 kB
Active:          83476 kB
Inactive:       146952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764208 kB
SwapTotal:     4192956 kB
SwapFree:      4178784 kB
Dirty:            9616 kB
Writeback:           0 kB
Mapped:          14972 kB
Slab:            47360 kB
Committed_AS:  3058004 kB
PageTables:       1392 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= 66536 MiB
End job on node57 at 2009-04-05 03:48:06