Trace number 1783675

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 95.5065 95.5664

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
MD5SUMc7db94a671d9411eb90a6ffa8f8c530f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark95.5065
Satisfiable
(Un)Satisfiability was proved
Number of variables29249
Number of clauses861366
Sum of the clauses size1745389
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2858070
Number of clauses of size 30
Number of clauses of size 46
Number of clauses of size 528
Number of clauses of size over 53262

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
1.39/1.47	c |  Number of variables:         29249                                         |
1.39/1.47	c |  Number of clauses:          861366                                         |
1.39/1.47	c |  Parse time:                   1.41 s                                       |
14.18/14.21	c |  Simplification time:         12.69 s                                       |
14.18/14.21	c |                                                                             |
14.18/14.21	c ============================[ Search Statistics ]==============================
14.18/14.21	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.18/14.21	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.18/14.21	c ===============================================================================
14.18/14.24	c |       100 |   18453   480661  1194027 |   176242       94      9 | 23.440 % |
14.18/14.28	c |       250 |   18442   480661  1194027 |   193866      237     10 | 23.478 % |
14.28/14.31	c |       475 |   18425   480661  1194027 |   213253      456     11 | 23.536 % |
14.28/14.37	c |       812 |   18411   480661  1194027 |   234578      786     12 | 23.584 % |
14.37/14.47	c |      1318 |   18378   480661  1194027 |   258036     1280     12 | 23.697 % |
14.47/14.58	c |      2077 |   18357   480661  1194027 |   283840     2030     11 | 23.768 % |
14.67/14.75	c |      3216 |   18333   480661  1194027 |   312224     3157     13 | 23.850 % |
14.97/15.09	c |      4924 |   18308   472103  1175383 |   343446     4772     13 | 23.936 % |
15.57/15.60	c |      7486 |   18066   472103  1175383 |   377791     7320     16 | 24.763 % |
16.38/16.46	c |     11330 |   18008   460784  1149534 |   415570    10981     16 | 24.962 % |
17.87/17.93	c |     17096 |   17972   460140  1148092 |   457127    16700     20 | 25.085 % |
20.57/20.62	c |     25745 |   17921   456016  1139028 |   502840    25234     22 | 25.259 % |
24.57/24.62	c |     38719 |   17828   452898  1132077 |   553124    38135     24 | 25.577 % |
32.36/32.44	c |     58180 |   17793   448420  1122107 |   608436    57380     29 | 25.697 % |
47.64/47.76	c |     87372 |   17749   446169  1117096 |   669280    86432     35 | 25.847 % |
81.94/82.05	c |    131161 |   17695   443420  1110973 |   736208   128049     42 | 26.032 % |
95.43/95.55	c ===============================================================================
95.43/95.55	c restarts              : 382
95.43/95.55	c conflicts             : 144632         (1517 /sec)
95.43/95.55	c decisions             : 525587         (5514 /sec)
95.43/95.55	c propagations          : 78621757       (824806 /sec)
95.43/95.55	c conflict literals     : 6248793        (34.64 % deleted)
95.43/95.55	c Memory used           : 80.12 MB
95.43/95.55	c CPU time              : 95.3215 s
95.43/95.55	c 
95.43/95.55	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-1783675-1241862878/watcher-1783675-1241862878 -o /tmp/evaluation-result-1783675-1241862878/solver-1783675-1241862878 -C 5000 -W 6000 -M 1800 HOME/minisat HOME/instance-1783675-1241862878.cnf 

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: 0.99 0.96 0.66 3/64 14508
/proc/meminfo: memFree=1674792/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=8188 CPUtime=0
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 546 0 0 0 0 0 0 0 18 0 1 0 214320598 8384512 530 1992294400 4194304 5092341 548682068848 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 2047 532 62 219 0 1825 0

[startup+0.0609441 s]
/proc/loadavg: 0.99 0.96 0.66 3/64 14508
/proc/meminfo: memFree=1674792/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=13060 CPUtime=0.05
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 1750 0 0 0 4 1 0 0 18 0 1 0 214320598 13373440 1733 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 3265 1733 63 219 0 3043 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13060

[startup+0.101948 s]
/proc/loadavg: 0.99 0.96 0.66 3/64 14508
/proc/meminfo: memFree=1674792/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=13880 CPUtime=0.09
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 2123 0 0 0 8 1 0 0 18 0 1 0 214320598 14213120 2065 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 3470 2065 63 219 0 3248 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13880

[startup+0.301971 s]
/proc/loadavg: 0.99 0.96 0.66 3/64 14508
/proc/meminfo: memFree=1674792/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=18448 CPUtime=0.29
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 3948 0 0 0 27 2 0 0 19 0 1 0 214320598 18890752 3602 1992294400 4194304 5092341 548682068848 18446744073709551615 4268961 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 4612 3602 63 219 0 4390 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18448

[startup+0.702019 s]
/proc/loadavg: 0.99 0.96 0.66 3/64 14508
/proc/meminfo: memFree=1674792/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=29936 CPUtime=0.7
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 7495 0 0 0 66 4 0 0 23 0 1 0 214320598 30654464 6642 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 7484 6642 63 219 0 7262 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 29936

[startup+1.50111 s]
/proc/loadavg: 0.99 0.96 0.66 2/65 14509
/proc/meminfo: memFree=1638432/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=59028 CPUtime=1.49
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 15270 0 0 0 143 6 0 0 25 0 1 0 214320598 60444672 13277 1992294400 4194304 5092341 548682068848 18446744073709551615 4219527 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 14757 13277 86 219 0 14535 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59028

[startup+3.10131 s]
/proc/loadavg: 0.99 0.96 0.66 2/65 14509
/proc/meminfo: memFree=1621728/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=59028 CPUtime=3.08
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 15270 0 0 0 302 6 0 0 25 0 1 0 214320598 60444672 13277 1992294400 4194304 5092341 548682068848 18446744073709551615 4219527 0 0 4096 3 0 0 0 17 1 0 0
/proc/14508/statm: 14757 13277 86 219 0 14535 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 59028

[startup+6.30168 s]
/proc/loadavg: 0.99 0.96 0.66 2/65 14509
/proc/meminfo: memFree=1619360/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=73540 CPUtime=6.28
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 17909 0 0 0 620 8 0 0 25 0 1 0 214320598 75304960 15916 1992294400 4194304 5092341 548682068848 18446744073709551615 4247583 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 18385 15916 87 219 0 18163 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 73540

[startup+12.7014 s]
/proc/loadavg: 0.99 0.96 0.66 2/65 14509
/proc/meminfo: memFree=1610656/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=73892 CPUtime=12.68
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 18110 0 0 0 1260 8 0 0 25 0 1 0 214320598 75665408 16117 1992294400 4194304 5092341 548682068848 18446744073709551615 4219527 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 18473 16117 87 219 0 18251 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 73892

[startup+25.502 s]
/proc/loadavg: 0.99 0.96 0.66 2/65 14509
/proc/meminfo: memFree=1623136/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=54300 CPUtime=25.46
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 20852 0 0 0 2536 10 0 0 25 0 1 0 214320598 55603200 13029 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 13575 13029 103 219 0 13353 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 54300

[startup+51.102 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 14509
/proc/meminfo: memFree=1613664/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=68900 CPUtime=51.05
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 23248 0 0 0 5092 13 0 0 25 0 1 0 214320598 70553600 15425 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 17225 15425 103 219 0 17003 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 68900

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

[startup+76.702 s]
/proc/loadavg: 0.99 0.96 0.68 2/65 14509
/proc/meminfo: memFree=1606112/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=82036 CPUtime=76.63
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 25164 0 0 0 7648 15 0 0 25 0 1 0 214320598 84004864 17341 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 20509 17341 103 219 0 20287 0
Current children cumulated CPU time (s) 76.63
Current children cumulated vsize (KiB) 82036

[startup+83.1018 s]
/proc/loadavg: 0.99 0.96 0.68 2/65 14509
/proc/meminfo: memFree=1604512/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=82036 CPUtime=83.04
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 25540 0 0 0 8288 16 0 0 25 0 1 0 214320598 84004864 17717 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 20509 17717 103 219 0 20287 0
Current children cumulated CPU time (s) 83.04
Current children cumulated vsize (KiB) 82036

[startup+89.5015 s]
/proc/loadavg: 0.99 0.97 0.68 2/65 14509
/proc/meminfo: memFree=1602976/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=82036 CPUtime=89.43
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 25873 0 0 0 8927 16 0 0 25 0 1 0 214320598 84004864 18050 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 20509 18050 103 219 0 20287 0
Current children cumulated CPU time (s) 89.43
Current children cumulated vsize (KiB) 82036

[startup+92.7019 s]
/proc/loadavg: 0.99 0.97 0.68 2/65 14509
/proc/meminfo: memFree=1602336/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=82036 CPUtime=92.63
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 26048 0 0 0 9247 16 0 0 25 0 1 0 214320598 84004864 18225 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 20509 18225 103 219 0 20287 0
Current children cumulated CPU time (s) 92.63
Current children cumulated vsize (KiB) 82036

[startup+94.3011 s]
/proc/loadavg: 0.99 0.97 0.68 2/65 14509
/proc/meminfo: memFree=1602080/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=82036 CPUtime=94.24
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 26125 0 0 0 9407 17 0 0 25 0 1 0 214320598 84004864 18302 1992294400 4194304 5092341 548682068848 18446744073709551615 4241376 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 20509 18302 103 219 0 20287 0
Current children cumulated CPU time (s) 94.24
Current children cumulated vsize (KiB) 82036

[startup+95.1012 s]
/proc/loadavg: 0.99 0.97 0.68 2/65 14509
/proc/meminfo: memFree=1601888/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=82036 CPUtime=95.03
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 26148 0 0 0 9486 17 0 0 25 0 1 0 214320598 84004864 18325 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 20509 18325 103 219 0 20287 0
Current children cumulated CPU time (s) 95.03
Current children cumulated vsize (KiB) 82036

[startup+95.5012 s]
/proc/loadavg: 0.99 0.97 0.68 2/65 14509
/proc/meminfo: memFree=1601888/2055920 swapFree=4175488/4192956
[pid=14508] ppid=14506 vsize=82036 CPUtime=95.43
/proc/14508/stat : 14508 (minisat) R 14506 14508 14388 0 -1 4194304 26163 0 0 0 9526 17 0 0 25 0 1 0 214320598 84004864 18340 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/14508/statm: 20509 18340 103 219 0 20287 0
Current children cumulated CPU time (s) 95.43
Current children cumulated vsize (KiB) 82036

Child status: 20
Real time (s): 95.5664
CPU time (s): 95.5065
CPU user time (s): 95.3215
CPU system time (s): 0.184971
CPU usage (%): 99.9373
Max. virtual memory (cumulated for all children) (KiB): 82036

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

runsolver used 0.090986 second user time and 0.268959 second system time

The end

Launcher Data

Begin job on node33 at 2009-05-09 11:54:40
IDJOB=1783675
IDBENCH=24634
IDSOLVER=608
FILE ID=node33/1783675-1241862878
PBS_JOBID= 9264579
Free space on /tmp= 66212 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783675-1241862878/watcher-1783675-1241862878 -o /tmp/evaluation-result-1783675-1241862878/solver-1783675-1241862878 -C 5000 -W 6000 -M 1800  HOME/minisat HOME/instance-1783675-1241862878.cnf

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

MD5SUM BENCH= c7db94a671d9411eb90a6ffa8f8c530f
RANDOM SEED=319829736

node33.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.212
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.212
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:       1675208 kB
Buffers:         23716 kB
Cached:         302476 kB
SwapCached:      11768 kB
Active:         174284 kB
Inactive:       165400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675208 kB
SwapTotal:     4192956 kB
SwapFree:      4175488 kB
Dirty:           13024 kB
Writeback:           0 kB
Mapped:          13988 kB
Slab:            27000 kB
Committed_AS:   689820 kB
PageTables:       1388 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= 66208 MiB
End job on node33 at 2009-05-09 11:56:15