Trace number 1796728

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
ReVivAl 0.23 2009-03-18UNSAT 7.61884 7.62297

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl016.cnf
MD5SUM505fee3283f518ccb9d234f549b3c214
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.56515
Satisfiable
(Un)Satisfiability was proved
Number of variables4567
Number of clauses13652
Sum of the clauses size31852
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29100
Number of clauses of size 34550
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 revival is preprocessing the formula...#ITERATIONS 7
1.59/1.65	#LEARNT CLAUSES 6
1.59/1.65	done !
1.59/1.65	c Calling MINISAT
1.59/1.66	This is MiniSat 2.0 beta
1.59/1.66	WARNING: for repeatability, setting FPU to use double precision
1.59/1.66	============================[ Problem Statistics ]=============================
1.59/1.66	|                                                                             |
1.59/1.66	|  Number of variables:  4567                                                 |
1.59/1.66	|  Number of clauses:    10998                                                |
1.59/1.66	|  Parsing time:         0.01         s                                       |
1.59/1.66	============================[ Search Statistics ]==============================
1.59/1.66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.66	===============================================================================
1.59/1.66	|         0 |    3489     9920    22616 |     3306        0    nan |  0.000 % |
1.59/1.68	|       101 |    3489     9920    22616 |     3637      101     20 | 23.604 % |
1.65/1.70	|       254 |    3489     9920    22616 |     4001      254     23 | 23.604 % |
1.65/1.73	|       479 |    3489     9920    22616 |     4401      479     21 | 23.604 % |
1.65/1.78	|       816 |    3489     9920    22616 |     4841      816     21 | 23.604 % |
1.65/1.88	|      1323 |    3489     9920    22616 |     5325     1323     40 | 23.604 % |
2.09/2.11	|      2082 |    3489     9920    22616 |     5857     2082     38 | 23.604 % |
2.38/2.40	|      3221 |    3489     9920    22616 |     6443     3221     38 | 23.604 % |
2.88/2.99	|      4929 |    3489     9920    22616 |     7088     4929     39 | 23.604 % |
3.68/3.77	|      7491 |    3489     9920    22616 |     7796     7491     36 | 23.604 % |
5.18/5.20	|     11335 |    3489     9920    22616 |     8576     6518     31 | 23.604 % |
7.18/7.25	|     17101 |    3489     9920    22616 |     9434     7172     25 | 23.604 % |
7.58/7.62	===============================================================================
7.58/7.62	restarts              : 12
7.58/7.62	conflicts             : 18346          (3082 /sec)
7.58/7.62	decisions             : 25300          (1.35 % random) (4250 /sec)
7.58/7.62	propagations          : 13653036       (2293435 /sec)
7.58/7.62	conflict literals     : 605806         (71.50 % deleted)
7.58/7.62	Memory used           : 4.25 MB
7.58/7.62	CPU time              : 5.95309 s
7.58/7.62	
7.58/7.62	UNSATISFIABLE
7.58/7.62	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-1796728-1242079480/watcher-1796728-1242079480 -o /tmp/evaluation-result-1796728-1242079480/solver-1796728-1242079480 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796728-1242079480.cnf HOME 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1351
/proc/meminfo: memFree=1964280/2055920 swapFree=4180452/4192956
[pid=1351] ppid=1349 vsize=5360 CPUtime=0
/proc/1351/stat : 1351 (run.sh) R 1349 1351 940 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 235974816 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1351/statm: 1340 236 195 169 0 51 0
[pid=1352] ppid=1351 vsize=1800 CPUtime=0
/proc/1352/stat : 1352 (revival) R 1351 1351 940 0 -1 4194304 212 0 0 0 0 0 0 0 18 0 1 0 235974816 1843200 179 1992294400 134512640 134537284 4294956368 18446744073709551615 134527056 0 0 4096 0 0 0 0 17 0 0 0
/proc/1352/statm: 450 179 82 6 0 88 0

[startup+0.0936691 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1351
/proc/meminfo: memFree=1964280/2055920 swapFree=4180452/4192956
[pid=1351] ppid=1349 vsize=5360 CPUtime=0
/proc/1351/stat : 1351 (run.sh) S 1349 1351 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235974816 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1351/statm: 1340 237 196 169 0 51 0
[pid=1352] ppid=1351 vsize=2524 CPUtime=0.08
/proc/1352/stat : 1352 (revival) R 1351 1351 940 0 -1 4194304 402 0 0 0 8 0 0 0 19 0 1 50000 235974816 2584576 320 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1352/statm: 631 320 85 6 0 269 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7884

[startup+0.10167 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1351
/proc/meminfo: memFree=1964280/2055920 swapFree=4180452/4192956
[pid=1351] ppid=1349 vsize=5360 CPUtime=0
/proc/1351/stat : 1351 (run.sh) S 1349 1351 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235974816 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1351/statm: 1340 237 196 169 0 51 0
[pid=1352] ppid=1351 vsize=2524 CPUtime=0.09
/proc/1352/stat : 1352 (revival) R 1351 1351 940 0 -1 4194304 402 0 0 0 9 0 0 0 19 0 1 50000 235974816 2584576 320 1992294400 134512640 134537284 4294956368 18446744073709551615 134523720 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1352/statm: 631 320 85 6 0 269 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7884

[startup+0.301705 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1351
/proc/meminfo: memFree=1964280/2055920 swapFree=4180452/4192956
[pid=1351] ppid=1349 vsize=5360 CPUtime=0
/proc/1351/stat : 1351 (run.sh) S 1349 1351 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235974816 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1351/statm: 1340 237 196 169 0 51 0
[pid=1352] ppid=1351 vsize=2524 CPUtime=0.29
/proc/1352/stat : 1352 (revival) R 1351 1351 940 0 -1 4194304 402 0 0 0 29 0 0 0 21 0 1 50000 235974816 2584576 320 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1352/statm: 631 320 85 6 0 269 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7884

[startup+0.701776 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1351
/proc/meminfo: memFree=1964280/2055920 swapFree=4180452/4192956
[pid=1351] ppid=1349 vsize=5360 CPUtime=0
/proc/1351/stat : 1351 (run.sh) S 1349 1351 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235974816 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1351/statm: 1340 237 196 169 0 51 0
[pid=1352] ppid=1351 vsize=2524 CPUtime=0.69
/proc/1352/stat : 1352 (revival) R 1351 1351 940 0 -1 4194304 402 0 0 0 69 0 0 0 25 0 1 50000 235974816 2584576 320 1992294400 134512640 134537284 4294956368 18446744073709551615 134524107 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1352/statm: 631 320 85 6 0 269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7884

[startup+1.50192 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1353
/proc/meminfo: memFree=1962856/2055920 swapFree=4180452/4192956
[pid=1351] ppid=1349 vsize=5360 CPUtime=0
/proc/1351/stat : 1351 (run.sh) S 1349 1351 940 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235974816 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1351/statm: 1340 237 196 169 0 51 0
[pid=1352] ppid=1351 vsize=2524 CPUtime=1.49
/proc/1352/stat : 1352 (revival) R 1351 1351 940 0 -1 4194304 402 0 0 0 149 0 0 0 25 0 1 50000 235974816 2584576 320 1992294400 134512640 134537284 4294956368 18446744073709551615 134531217 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1352/statm: 631 320 85 6 0 269 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7884

[startup+3.10121 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1354
/proc/meminfo: memFree=1962408/2055920 swapFree=4180452/4192956
[pid=1351] ppid=1349 vsize=5360 CPUtime=1.65
/proc/1351/stat : 1351 (run.sh) S 1349 1351 940 0 -1 4194304 312 417 0 0 0 0 165 0 16 0 1 0 235974816 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1351/statm: 1340 238 197 169 0 51 0
[pid=1354] ppid=1351 vsize=3660 CPUtime=1.43
/proc/1354/stat : 1354 (minisat) R 1351 1351 940 0 -1 4194304 580 0 0 0 143 0 0 0 25 0 1 0 235974982 3747840 566 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/1354/statm: 915 566 76 170 0 743 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9020

[startup+6.30178 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1354
/proc/meminfo: memFree=1961000/2055920 swapFree=4180452/4192956
[pid=1351] ppid=1349 vsize=5360 CPUtime=1.65
/proc/1351/stat : 1351 (run.sh) S 1349 1351 940 0 -1 4194304 312 417 0 0 0 0 165 0 16 0 1 0 235974816 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1351/statm: 1340 238 197 169 0 51 0
[pid=1354] ppid=1351 vsize=4348 CPUtime=4.63
/proc/1354/stat : 1354 (minisat) R 1351 1351 940 0 -1 4194304 768 0 0 0 463 0 0 0 25 0 1 0 235974982 4452352 754 1992294400 134512640 135212939 4294956240 18446744073709551615 134527063 0 0 4096 3 0 0 0 17 0 0 0
/proc/1354/statm: 1087 754 76 170 0 915 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9708

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

[startup+7.10192 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1354
/proc/meminfo: memFree=1961000/2055920 swapFree=4180452/4192956
[pid=1351] ppid=1349 vsize=5360 CPUtime=1.65
/proc/1351/stat : 1351 (run.sh) S 1349 1351 940 0 -1 4194304 312 417 0 0 0 0 165 0 16 0 1 0 235974816 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1351/statm: 1340 238 197 169 0 51 0
[pid=1354] ppid=1351 vsize=4348 CPUtime=5.43
/proc/1354/stat : 1354 (minisat) R 1351 1351 940 0 -1 4194304 772 0 0 0 543 0 0 0 25 0 1 0 235974982 4452352 758 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/1354/statm: 1087 758 76 170 0 915 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9708

[startup+7.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1354
/proc/meminfo: memFree=1961000/2055920 swapFree=4180452/4192956
[pid=1351] ppid=1349 vsize=5360 CPUtime=1.65
/proc/1351/stat : 1351 (run.sh) S 1349 1351 940 0 -1 4194304 312 417 0 0 0 0 165 0 16 0 1 0 235974816 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1351/statm: 1340 238 197 169 0 51 0
[pid=1354] ppid=1351 vsize=4348 CPUtime=5.83
/proc/1354/stat : 1354 (minisat) R 1351 1351 940 0 -1 4194304 772 0 0 0 583 0 0 0 25 0 1 0 235974982 4452352 758 1992294400 134512640 135212939 4294956240 18446744073709551615 134536617 0 0 4096 3 0 0 0 17 0 0 0
/proc/1354/statm: 1087 758 76 170 0 915 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9708

[startup+7.60202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1354
/proc/meminfo: memFree=1961000/2055920 swapFree=4180452/4192956
[pid=1351] ppid=1349 vsize=5360 CPUtime=1.65
/proc/1351/stat : 1351 (run.sh) S 1349 1351 940 0 -1 4194304 312 417 0 0 0 0 165 0 16 0 1 0 235974816 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1351/statm: 1340 238 197 169 0 51 0
[pid=1354] ppid=1351 vsize=4348 CPUtime=5.93
/proc/1354/stat : 1354 (minisat) R 1351 1351 940 0 -1 4194304 772 0 0 0 593 0 0 0 25 0 1 0 235974982 4452352 758 1992294400 134512640 135212939 4294956240 18446744073709551615 134527136 0 0 4096 3 0 0 0 17 0 0 0
/proc/1354/statm: 1087 758 76 170 0 915 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 9708

Child status: 20
Real time (s): 7.62297
CPU time (s): 7.61884
CPU user time (s): 7.60584
CPU system time (s): 0.012998
CPU usage (%): 99.9458
Max. virtual memory (cumulated for all children) (KiB): 9708

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

runsolver used 0.015997 second user time and 0.019996 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-12 00:04:40
IDJOB=1796728
IDBENCH=70783
IDSOLVER=649
FILE ID=node60/1796728-1242079480
PBS_JOBID= 9277666
Free space on /tmp= 66036 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl016.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796728-1242079480/watcher-1796728-1242079480 -o /tmp/evaluation-result-1796728-1242079480/solver-1796728-1242079480 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796728-1242079480.cnf HOME

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

MD5SUM BENCH= 505fee3283f518ccb9d234f549b3c214
RANDOM SEED=116771947

node60.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.256
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.256
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:       1964824 kB
Buffers:          2492 kB
Cached:          28192 kB
SwapCached:       6308 kB
Active:          19832 kB
Inactive:        19692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1964824 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            1784 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            37592 kB
Committed_AS:   829276 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= 66036 MiB
End job on node60 at 2009-05-12 00:04:48