Trace number 1825007

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 c/2009-03-20UNSAT 8.83366 8.84336

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
grid-pebbling-unsat-grid-pbl-0300.sat05-1350.sat05-1350.reshuffled-07.cnf
MD5SUM4c3b2816cb16b0fd4134bf2c85ce45d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.87571
Satisfiable
(Un)Satisfiability was proved
Number of variables90300
Number of clauses179702
Sum of the clauses size718202
Maximum clause length4
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2300
Number of clauses of size 30
Number of clauses of size 4179400
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.39/0.47	c ==============================================================================
0.39/0.47	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.47	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.47	c ==============================================================================
0.39/0.47	c |         0 |  179700   718192 |   53909       0        0     nan |  0.000 % |
4.39/4.46	c |         0 |    2098     8390 |      --       0       --      -- |     --   | -177602/-709802
4.39/4.46	c ==============================================================================
4.39/4.46	c Result  :   #vars: 1077   #clauses: 2098   #literals: 8390
4.39/4.46	c CPU time:   3.9184 s
4.39/4.46	c ==============================================================================
4.39/4.48	This is MiniSat 2.0 beta
4.39/4.48	WARNING: for repeatability, setting FPU to use double precision
4.39/4.48	============================[ Problem Statistics ]=============================
4.39/4.48	|                                                                             |
4.39/4.48	|  Number of variables:  1077                                                 |
4.39/4.48	|  Number of clauses:    2098                                                 |
4.39/4.48	|  Parsing time:         0.00         s                                       |
8.78/8.83	restarts              : 18
8.78/8.83	conflicts             : 244335         (56139 /sec)
8.78/8.83	decisions             : 678850         (1.98 % random) (155974 /sec)
8.78/8.83	propagations          : 2197231        (504839 /sec)
8.78/8.83	conflict literals     : 4359264        (2.25 % deleted)
8.78/8.83	Memory used           : 3.41 MB
8.78/8.83	CPU time              : 4.35234 s
8.78/8.83	
8.78/8.83	UNSATISFIABLE
8.78/8.83	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-1825007-1242488853/watcher-1825007-1242488853 -o /tmp/evaluation-result-1825007-1242488853/solver-1825007-1242488853 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1825007-1242488853.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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: 1.00 1.00 0.98 2/65 7722
/proc/meminfo: memFree=886648/2055912 swapFree=4178528/4192956
[pid=7722] ppid=7720 vsize=5356 CPUtime=0
/proc/7722/stat : 7722 (lysat.sh) S 7720 7722 7633 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 276914363 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7722/statm: 1339 235 195 169 0 50 0
[pid=7723] ppid=7722 vsize=684 CPUtime=0
/proc/7723/stat : 7723 (SatElite) R 7722 7722 7633 0 -1 4194304 64 0 0 0 0 0 0 0 23 0 1 0 276914364 700416 48 1992294400 134512640 135034092 4294956112 18446744073709551615 134690685 0 0 4096 3 0 0 0 17 1 0 0
/proc/7723/statm: 171 48 39 127 0 41 0

[startup+0.0479519 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 7722
/proc/meminfo: memFree=886648/2055912 swapFree=4178528/4192956
[pid=7722] ppid=7720 vsize=5356 CPUtime=0
/proc/7722/stat : 7722 (lysat.sh) S 7720 7722 7633 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 276914363 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7722/statm: 1339 235 195 169 0 50 0
[pid=7723] ppid=7722 vsize=13992 CPUtime=0.03
/proc/7723/stat : 7723 (SatElite) R 7722 7722 7633 0 -1 4194304 2664 0 0 0 2 1 0 0 23 0 1 0 276914364 14327808 2501 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/7723/statm: 3498 2502 50 127 0 3368 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19348

[startup+0.101957 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 7722
/proc/meminfo: memFree=886648/2055912 swapFree=4178528/4192956
[pid=7722] ppid=7720 vsize=5356 CPUtime=0
/proc/7722/stat : 7722 (lysat.sh) S 7720 7722 7633 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 276914363 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7722/statm: 1339 235 195 169 0 50 0
[pid=7723] ppid=7722 vsize=18652 CPUtime=0.08
/proc/7723/stat : 7723 (SatElite) R 7722 7722 7633 0 -1 4194304 3823 0 0 0 7 1 0 0 23 0 1 0 276914364 19099648 3660 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/7723/statm: 4663 3660 51 127 0 4533 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24008

[startup+0.301977 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 7722
/proc/meminfo: memFree=886648/2055912 swapFree=4178528/4192956
[pid=7722] ppid=7720 vsize=5356 CPUtime=0
/proc/7722/stat : 7722 (lysat.sh) S 7720 7722 7633 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 276914363 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7722/statm: 1339 235 195 169 0 50 0
[pid=7723] ppid=7722 vsize=28132 CPUtime=0.29
/proc/7723/stat : 7723 (SatElite) R 7722 7722 7633 0 -1 4194304 6096 0 0 0 26 3 0 0 24 0 1 0 276914364 28807168 5933 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/7723/statm: 7033 5933 51 127 0 6903 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33488

[startup+0.702018 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 7722
/proc/meminfo: memFree=886648/2055912 swapFree=4178528/4192956
[pid=7722] ppid=7720 vsize=5356 CPUtime=0
/proc/7722/stat : 7722 (lysat.sh) S 7720 7722 7633 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 276914363 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7722/statm: 1339 235 195 169 0 50 0
[pid=7723] ppid=7722 vsize=35668 CPUtime=0.68
/proc/7723/stat : 7723 (SatElite) R 7722 7722 7633 0 -1 4194304 8049 0 0 0 64 4 0 0 25 0 1 0 276914364 36524032 7664 1992294400 134512640 135034092 4294956112 18446744073709551615 134671380 0 0 4096 3 0 0 0 17 1 0 0
/proc/7723/statm: 8917 7664 68 127 0 8787 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 41024

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 7724
/proc/meminfo: memFree=854312/2055912 swapFree=4178528/4192956
[pid=7722] ppid=7720 vsize=5356 CPUtime=0
/proc/7722/stat : 7722 (lysat.sh) S 7720 7722 7633 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 276914363 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7722/statm: 1339 235 195 169 0 50 0
[pid=7723] ppid=7722 vsize=37948 CPUtime=1.48
/proc/7723/stat : 7723 (SatElite) R 7722 7722 7633 0 -1 4194304 18651 0 0 0 139 9 0 0 25 0 1 0 276914364 38858752 8118 1992294400 134512640 135034092 4294956112 18446744073709551615 134694833 0 0 4096 3 0 0 0 17 1 0 0
/proc/7723/statm: 9487 8118 127 127 0 9357 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43304

[startup+3.10127 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 7724
/proc/meminfo: memFree=851688/2055912 swapFree=4178528/4192956
[pid=7722] ppid=7720 vsize=5356 CPUtime=0
/proc/7722/stat : 7722 (lysat.sh) S 7720 7722 7633 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 276914363 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7722/statm: 1339 235 195 169 0 50 0
[pid=7723] ppid=7722 vsize=38356 CPUtime=3.08
/proc/7723/stat : 7723 (SatElite) R 7722 7722 7633 0 -1 4194304 56663 0 0 0 280 28 0 0 25 0 1 0 276914364 39276544 8148 1992294400 134512640 135034092 4294956112 18446744073709551615 134694833 0 0 4096 3 0 0 0 17 1 0 0
/proc/7723/statm: 9589 8148 215 127 0 9459 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43712

[startup+6.3016 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 7725
/proc/meminfo: memFree=881000/2055912 swapFree=4178528/4192956
[pid=7722] ppid=7720 vsize=5356 CPUtime=4.46
/proc/7722/stat : 7722 (lysat.sh) S 7720 7722 7633 0 -1 4194304 310 114870 0 0 0 0 392 54 16 0 1 0 276914363 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7722/statm: 1339 237 195 169 0 50 0
[pid=7725] ppid=7722 vsize=2952 CPUtime=1.81
/proc/7725/stat : 7725 (LySATc) R 7722 7722 7633 0 -1 4194304 408 0 0 0 181 0 0 0 25 0 1 0 276914811 3022848 393 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/7725/statm: 738 393 78 171 0 565 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 8308

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

[startup+7.90177 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 7725
/proc/meminfo: memFree=880552/2055912 swapFree=4178528/4192956
[pid=7722] ppid=7720 vsize=5356 CPUtime=4.46
/proc/7722/stat : 7722 (lysat.sh) S 7720 7722 7633 0 -1 4194304 310 114870 0 0 0 0 392 54 16 0 1 0 276914363 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7722/statm: 1339 237 195 169 0 50 0
[pid=7725] ppid=7722 vsize=3348 CPUtime=3.41
/proc/7725/stat : 7725 (LySATc) R 7722 7722 7633 0 -1 4194304 479 0 0 0 341 0 0 0 25 0 1 0 276914811 3428352 464 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/7725/statm: 837 464 78 171 0 664 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 8704

[startup+8.30181 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 7725
/proc/meminfo: memFree=880552/2055912 swapFree=4178528/4192956
[pid=7722] ppid=7720 vsize=5356 CPUtime=4.46
/proc/7722/stat : 7722 (lysat.sh) S 7720 7722 7633 0 -1 4194304 310 114870 0 0 0 0 392 54 16 0 1 0 276914363 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7722/statm: 1339 237 195 169 0 50 0
[pid=7725] ppid=7722 vsize=3348 CPUtime=3.81
/proc/7725/stat : 7725 (LySATc) R 7722 7722 7633 0 -1 4194304 501 0 0 0 381 0 0 0 25 0 1 0 276914811 3428352 486 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/7725/statm: 837 486 78 171 0 664 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 8704

[startup+8.70185 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 7725
/proc/meminfo: memFree=880376/2055912 swapFree=4178528/4192956
[pid=7722] ppid=7720 vsize=5356 CPUtime=4.46
/proc/7722/stat : 7722 (lysat.sh) S 7720 7722 7633 0 -1 4194304 310 114870 0 0 0 0 392 54 16 0 1 0 276914363 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7722/statm: 1339 237 195 169 0 50 0
[pid=7725] ppid=7722 vsize=3348 CPUtime=4.22
/proc/7725/stat : 7725 (LySATc) R 7722 7722 7633 0 -1 4194304 511 0 0 0 422 0 0 0 25 0 1 0 276914811 3428352 496 1992294400 134512640 135214827 4294956224 18446744073709551615 134529515 0 0 4096 3 0 0 0 17 1 0 0
/proc/7725/statm: 837 496 78 171 0 664 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 8704

[startup+8.80586 s]
/proc/loadavg: 1.00 1.00 0.98 2/67 7725
/proc/meminfo: memFree=880376/2055912 swapFree=4178528/4192956
[pid=7722] ppid=7720 vsize=5356 CPUtime=4.46
/proc/7722/stat : 7722 (lysat.sh) S 7720 7722 7633 0 -1 4194304 310 114870 0 0 0 0 392 54 16 0 1 0 276914363 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7722/statm: 1339 237 195 169 0 50 0
[pid=7725] ppid=7722 vsize=3484 CPUtime=4.32
/proc/7725/stat : 7725 (LySATc) R 7722 7722 7633 0 -1 4194304 515 0 0 0 432 0 0 0 25 0 1 0 276914811 3567616 500 1992294400 134512640 135214827 4294956224 18446744073709551615 134537026 0 0 4096 3 0 0 0 17 1 0 0
/proc/7725/statm: 871 500 78 171 0 698 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 8840

Child status: 20
Real time (s): 8.84336
CPU time (s): 8.83366
CPU user time (s): 8.27874
CPU system time (s): 0.554915
CPU usage (%): 99.8903
Max. virtual memory (cumulated for all children) (KiB): 45668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.27874
system time used= 0.554915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115860
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= 12
involuntary context switches= 52

runsolver used 0.013997 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node78 at 2009-05-16 17:47:33
IDJOB=1825007
IDBENCH=24728
IDSOLVER=667
FILE ID=node78/1825007-1242488853
PBS_JOBID= 9306840
Free space on /tmp= 126568 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/grid-pebbling-unsat-grid-pbl-0300.sat05-1350.sat05-1350.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825007-1242488853/watcher-1825007-1242488853 -o /tmp/evaluation-result-1825007-1242488853/solver-1825007-1242488853 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1825007-1242488853.cnf c

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

MD5SUM BENCH= 4c3b2816cb16b0fd4134bf2c85ce45d0
RANDOM SEED=181387878

node78.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.243
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.243
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:      2055912 kB
MemFree:        887064 kB
Buffers:         86488 kB
Cached:         999128 kB
SwapCached:       7552 kB
Active:         138112 kB
Inactive:       956440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        887064 kB
SwapTotal:     4192956 kB
SwapFree:      4178528 kB
Dirty:            6988 kB
Writeback:           0 kB
Mapped:          14284 kB
Slab:            60012 kB
Committed_AS:   794496 kB
PageTables:       1428 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= 126564 MiB
End job on node78 at 2009-05-16 17:47:42