Trace number 1717460

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
LySAT i/2009-03-20UNSAT 18.9331 18.9412

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.1445
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data

0.00/0.00	c Parsing...
0.00/0.39	c ==============================================================================
0.00/0.39	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.39	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.39	c ==============================================================================
0.00/0.39	c |         0 |  414447  1073419 |  124334       0        0     nan |  0.000 % |
6.78/6.81	c |         0 |  257542  1484866 |      --       0       --      -- |     --   | -156905/411447
6.78/6.81	c ==============================================================================
6.78/6.81	c Result  :   #vars: 7948   #clauses: 257542   #literals: 1484866
6.78/6.81	c CPU time:   6.64899 s
6.78/6.81	c ==============================================================================
7.28/7.39	c lySAT 0.1
7.28/7.39	c minisat core +  additionnal features
7.28/7.39	c ============================[ Problem Statistics ]=============================
7.28/7.39	c |                                                                             |
7.28/7.40	c |  Number of variables:  7948                                                 |
7.28/7.40	c |  Number of clauses:    257542                                               |
7.57/7.61	c |  Parsing time:         0.18         s                                       |
18.86/18.92	c restarts              : 303
18.86/18.92	c conflicts             : 39735          (3461 /sec)
18.86/18.92	c decisions             : 138096         (14.47 % random) (12030 /sec)
18.86/18.92	c euip                  : 4157        
18.86/18.92	c propagations          : 19085404       (1662600 /sec)
18.86/18.92	c conflict literals     : 745842         (30.10 % deleted)
18.86/18.92	c Memory used           : 23.44 MB
18.86/18.92	c CPU time              : 11.4793 s
18.86/18.92	c 
18.86/18.92	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-1717460-1240628399/watcher-1717460-1240628399 -o /tmp/evaluation-result-1717460-1240628399/solver-1717460-1240628399 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1717460-1240628399.cnf i 

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.95 0.98 0.99 3/64 16297
/proc/meminfo: memFree=1144024/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=0
/proc/16297/stat : 16297 (lysat.sh) R 16295 16297 15546 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 90873176 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 225612196511 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16297/statm: 1339 234 194 169 0 50 0

[startup+0.040355 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 16297
/proc/meminfo: memFree=1144024/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=0
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90873176 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10136 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 16297
/proc/meminfo: memFree=1144024/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=0
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90873176 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301377 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 16297
/proc/meminfo: memFree=1144024/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=0
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90873176 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701412 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 16297
/proc/meminfo: memFree=1144024/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=0
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90873176 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50148 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 16299
/proc/meminfo: memFree=1094920/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=0
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90873176 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 235 195 169 0 50 0
[pid=16298] ppid=16297 vsize=54148 CPUtime=1.49
/proc/16298/stat : 16298 (SatElite) R 16297 16297 15546 0 -1 4194304 12154 0 0 0 140 9 0 0 25 0 1 0 90873176 55447552 11892 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/16298/statm: 13537 11892 68 127 0 13407 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59504

[startup+3.10162 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 16299
/proc/meminfo: memFree=1087880/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=0
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90873176 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 235 195 169 0 50 0
[pid=16298] ppid=16297 vsize=58104 CPUtime=3.09
/proc/16298/stat : 16298 (SatElite) R 16297 16297 15546 0 -1 4194304 13115 0 0 0 296 13 0 0 25 0 1 0 90873176 59498496 12853 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/16298/statm: 14526 12853 68 127 0 14396 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63460

[startup+6.30189 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 16299
/proc/meminfo: memFree=1071176/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=0
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90873176 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 235 195 169 0 50 0
[pid=16298] ppid=16297 vsize=67116 CPUtime=6.28
/proc/16298/stat : 16298 (SatElite) R 16297 16297 15546 0 -1 4194304 15232 0 0 0 613 15 0 0 25 0 1 0 90873176 68726784 14748 1992294400 134512640 135034092 4294956112 18446744073709551615 134569568 0 0 4096 3 0 0 0 17 1 0 0
/proc/16298/statm: 16779 14748 68 127 0 16649 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 72472

[startup+12.7014 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 16300
/proc/meminfo: memFree=1099720/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=7.38
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 310 16175 0 0 0 0 717 21 16 0 1 0 90873176 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 237 195 169 0 50 0
[pid=16300] ppid=16297 vsize=22820 CPUtime=5.29
/proc/16300/stat : 16300 (LySATi) R 16297 16297 15546 0 -1 4194304 5557 0 0 0 526 3 0 0 25 0 1 0 90873916 23367680 5542 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/16300/statm: 5705 5542 81 174 0 5528 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 28176

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

[startup+15.9017 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 16300
/proc/meminfo: memFree=1098760/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=7.38
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 310 16175 0 0 0 0 717 21 16 0 1 0 90873176 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 237 195 169 0 50 0
[pid=16300] ppid=16297 vsize=23736 CPUtime=8.49
/proc/16300/stat : 16300 (LySATi) R 16297 16297 15546 0 -1 4194304 5784 0 0 0 846 3 0 0 25 0 1 0 90873916 24305664 5769 1992294400 134512640 135226915 4294956224 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 1 0 0
/proc/16300/statm: 5934 5769 81 174 0 5757 0
Current children cumulated CPU time (s) 15.87
Current children cumulated vsize (KiB) 29092

[startup+17.5019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 16300
/proc/meminfo: memFree=1098696/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=7.38
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 310 16175 0 0 0 0 717 21 16 0 1 0 90873176 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 237 195 169 0 50 0
[pid=16300] ppid=16297 vsize=23868 CPUtime=10.09
/proc/16300/stat : 16300 (LySATi) R 16297 16297 15546 0 -1 4194304 5811 0 0 0 1006 3 0 0 25 0 1 0 90873916 24440832 5796 1992294400 134512640 135226915 4294956224 18446744073709551615 134552710 0 0 4096 3 0 0 0 17 1 0 0
/proc/16300/statm: 5967 5796 81 174 0 5790 0
Current children cumulated CPU time (s) 17.47
Current children cumulated vsize (KiB) 29224

[startup+18.3019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 16300
/proc/meminfo: memFree=1098696/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=7.38
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 310 16175 0 0 0 0 717 21 16 0 1 0 90873176 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 237 195 169 0 50 0
[pid=16300] ppid=16297 vsize=23868 CPUtime=10.88
/proc/16300/stat : 16300 (LySATi) R 16297 16297 15546 0 -1 4194304 5816 0 0 0 1085 3 0 0 25 0 1 0 90873916 24440832 5801 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 1 0 0
/proc/16300/statm: 5967 5801 81 174 0 5790 0
Current children cumulated CPU time (s) 18.26
Current children cumulated vsize (KiB) 29224

[startup+18.706 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 16300
/proc/meminfo: memFree=1098696/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=7.38
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 310 16175 0 0 0 0 717 21 16 0 1 0 90873176 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 237 195 169 0 50 0
[pid=16300] ppid=16297 vsize=24000 CPUtime=11.29
/proc/16300/stat : 16300 (LySATi) R 16297 16297 15546 0 -1 4194304 5830 0 0 0 1126 3 0 0 25 0 1 0 90873916 24576000 5815 1992294400 134512640 135226915 4294956224 18446744073709551615 134536969 0 0 4096 3 0 0 0 17 1 0 0
/proc/16300/statm: 6000 5815 81 174 0 5823 0
Current children cumulated CPU time (s) 18.67
Current children cumulated vsize (KiB) 29356

[startup+18.902 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 16300
/proc/meminfo: memFree=1098696/2055920 swapFree=4192812/4192956
[pid=16297] ppid=16295 vsize=5356 CPUtime=7.38
/proc/16297/stat : 16297 (lysat.sh) S 16295 16297 15546 0 -1 4194304 310 16175 0 0 0 0 717 21 16 0 1 0 90873176 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16297/statm: 1339 237 195 169 0 50 0
[pid=16300] ppid=16297 vsize=24000 CPUtime=11.48
/proc/16300/stat : 16300 (LySATi) R 16297 16297 15546 0 -1 4194304 5837 0 0 0 1145 3 0 0 25 0 1 0 90873916 24576000 5822 1992294400 134512640 135226915 4294956224 18446744073709551615 134536842 0 0 4096 3 0 0 0 17 1 0 0
/proc/16300/statm: 6000 5822 81 174 0 5823 0
Current children cumulated CPU time (s) 18.86
Current children cumulated vsize (KiB) 29356

Child status: 20
Real time (s): 18.9412
CPU time (s): 18.9331
CPU user time (s): 18.6602
CPU system time (s): 0.272958
CPU usage (%): 99.9572
Max. virtual memory (cumulated for all children) (KiB): 72904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6602
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22484
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= 13
involuntary context switches= 61

runsolver used 0.022996 second user time and 0.054991 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-25 05:00:00
IDJOB=1717460
IDBENCH=20415
IDSOLVER=511
FILE ID=node31/1717460-1240628399
PBS_JOBID= 9186353
Free space on /tmp= 66408 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717460-1240628399/watcher-1717460-1240628399 -o /tmp/evaluation-result-1717460-1240628399/solver-1717460-1240628399 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1717460-1240628399.cnf i

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED=2136968868

node31.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:       1144440 kB
Buffers:         44648 kB
Cached:         797940 kB
SwapCached:          0 kB
Active:         122556 kB
Inactive:       734928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1144440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9392 kB
Writeback:           0 kB
Mapped:          24652 kB
Slab:            39744 kB
Committed_AS:   300908 kB
PageTables:       1464 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= 66404 MiB
End job on node31 at 2009-04-25 05:00:19