Trace number 1797838

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
minisat2-core 070721UNSAT 41.6767 41.6938

General information on the benchmark

Namevelev-engi-uns-1.0-4nd.cnf
MD5SUM700f8e86139a93fca212e22efa0f7d2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6767
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses67586
Sum of the clauses size190944
Maximum clause length58
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256649
Number of clauses of size 35901
Number of clauses of size 4437
Number of clauses of size 5591
Number of clauses of size over 54007

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  7000                                                 |
0.00/0.00	|  Number of clauses:    67586                                                |
0.00/0.04	|  Parsing time:         0.04         s                                       |
0.00/0.04	============================[ Search Statistics ]==============================
0.00/0.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.04	===============================================================================
0.00/0.04	|         0 |    6912    67033   189536 |    22344        0    nan |  0.000 % |
0.03/0.07	|       100 |    6912    67033   189536 |    24578       99     34 |  1.915 % |
0.03/0.08	|       251 |    6912    67033   189536 |    27036      250     36 |  1.916 % |
0.09/0.14	|       478 |    6912    67033   189536 |    29740      477     39 |  1.915 % |
0.19/0.23	|       816 |    6866    66349   187822 |    32714      815     38 |  1.915 % |
0.29/0.37	|      1322 |    6866    66349   187822 |    35985     1321     39 |  1.914 % |
0.49/0.54	|      2083 |    6808    65430   185485 |    39584     2050     49 |  2.743 % |
0.79/0.85	|      3223 |    6808    65430   185485 |    43542     3190     48 |  2.743 % |
1.29/1.32	|      4932 |    6808    65430   185485 |    47897     4899     48 |  2.743 % |
1.99/2.07	|      7494 |    6808    65430   185485 |    52686     7461     54 |  2.744 % |
2.99/3.07	|     11338 |    6808    65430   185485 |    57955    11305     56 |  2.743 % |
4.59/4.63	|     17104 |    6808    65430   185485 |    63750    17071     63 |  2.744 % |
7.59/7.67	|     25753 |    6808    65430   185485 |    70126    25720     67 |  2.744 % |
14.19/14.26	|     38727 |    6807    65420   185465 |    77138    38693     62 |  2.758 % |
22.88/22.97	|     58190 |    6720    64236   182457 |    84852    56328     65 |  4.000 % |
38.88/38.99	|     87383 |    6511    59970   171383 |    93337    55898     66 |  8.002 % |
41.58/41.68	===============================================================================
41.58/41.68	restarts              : 16
41.58/41.68	conflicts             : 92476          (2223 /sec)
41.58/41.68	decisions             : 142665         (0.44 % random) (3429 /sec)
41.58/41.68	propagations          : 37895895       (910769 /sec)
41.58/41.68	conflict literals     : 5869416        (39.40 % deleted)
41.58/41.68	Memory used           : 26.29 MB
41.58/41.68	CPU time              : 41.6087 s
41.58/41.68	
41.58/41.68	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-1797838-1242077946/watcher-1797838-1242077946 -o /tmp/evaluation-result-1797838-1242077946/solver-1797838-1242077946 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797838-1242077946.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 8422
/proc/meminfo: memFree=1177840/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=2028 CPUtime=0
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 401 0 0 0 0 0 0 0 18 0 1 0 235828979 2076672 386 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 507 387 58 171 0 333 0

[startup+0.046528 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 8422
/proc/meminfo: memFree=1177840/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=5196 CPUtime=0.03
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 1144 0 0 0 3 0 0 0 18 0 1 0 235828979 5320704 1129 1992294400 134512640 135213614 4294956256 18446744073709551615 134718624 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1299 1129 74 171 0 1125 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5196

[startup+0.10154 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 8422
/proc/meminfo: memFree=1177840/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=5328 CPUtime=0.09
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 1187 0 0 0 9 0 0 0 18 0 1 0 235828979 5455872 1172 1992294400 134512640 135213614 4294956256 18446744073709551615 134526647 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1332 1172 77 171 0 1158 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5328

[startup+0.301578 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 8422
/proc/meminfo: memFree=1177840/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=5460 CPUtime=0.29
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 1224 0 0 0 29 0 0 0 19 0 1 0 235828979 5591040 1209 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1365 1209 77 171 0 1191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5460

[startup+0.701656 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 8422
/proc/meminfo: memFree=1177840/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=5856 CPUtime=0.69
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 1321 0 0 0 69 0 0 0 22 0 1 0 235828979 5996544 1306 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1464 1306 77 171 0 1290 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5856

[startup+1.50181 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 8423
/proc/meminfo: memFree=1172648/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=6648 CPUtime=1.49
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 1508 0 0 0 149 0 0 0 25 0 1 0 235828979 6807552 1493 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1662 1493 77 171 0 1488 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6648

[startup+3.10213 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 8423
/proc/meminfo: memFree=1171432/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=8232 CPUtime=3.09
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 1910 0 0 0 308 1 0 0 25 0 1 0 235828979 8429568 1895 1992294400 134512640 135213614 4294956256 18446744073709551615 134527247 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2058 1895 77 171 0 1884 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8232

[startup+6.30175 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 8423
/proc/meminfo: memFree=1167720/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=11564 CPUtime=6.29
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 2747 0 0 0 628 1 0 0 25 0 1 0 235828979 11841536 2732 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2891 2732 77 171 0 2717 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11564

[startup+12.702 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 8423
/proc/meminfo: memFree=1163304/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=15568 CPUtime=12.69
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 3745 0 0 0 1267 2 0 0 25 0 1 0 235828979 15941632 3730 1992294400 134512640 135213614 4294956256 18446744073709551615 134537578 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 3892 3730 77 171 0 3718 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15568

[startup+25.5015 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 8423
/proc/meminfo: memFree=1155560/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=22936 CPUtime=25.49
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 5596 0 0 0 2544 5 0 0 25 0 1 0 235828979 23486464 5581 1992294400 134512640 135213614 4294956256 18446744073709551615 134526964 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 5734 5581 77 171 0 5560 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22936

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

[startup+31.9058 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 8423
/proc/meminfo: memFree=1152488/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=26100 CPUtime=31.89
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 6368 0 0 0 3183 6 0 0 25 0 1 0 235828979 26726400 6353 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 6525 6353 77 171 0 6351 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 26100

[startup+38.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 8423
/proc/meminfo: memFree=1151848/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=26780 CPUtime=38.28
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 6516 0 0 0 3822 6 0 0 25 0 1 0 235828979 27422720 6501 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 6695 6501 77 171 0 6521 0
Current children cumulated CPU time (s) 38.28
Current children cumulated vsize (KiB) 26780

[startup+39.9013 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 8423
/proc/meminfo: memFree=1151784/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=26780 CPUtime=39.88
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 6527 0 0 0 3982 6 0 0 25 0 1 0 235828979 27422720 6512 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 6695 6512 77 171 0 6521 0
Current children cumulated CPU time (s) 39.88
Current children cumulated vsize (KiB) 26780

[startup+40.7055 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 8423
/proc/meminfo: memFree=1151784/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=26780 CPUtime=40.68
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 6527 0 0 0 4062 6 0 0 25 0 1 0 235828979 27422720 6512 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 6695 6512 77 171 0 6521 0
Current children cumulated CPU time (s) 40.68
Current children cumulated vsize (KiB) 26780

[startup+41.1016 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 8423
/proc/meminfo: memFree=1151784/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=26780 CPUtime=41.08
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 6527 0 0 0 4102 6 0 0 25 0 1 0 235828979 27422720 6512 1992294400 134512640 135213614 4294956256 18446744073709551615 134538963 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 6695 6512 77 171 0 6521 0
Current children cumulated CPU time (s) 41.08
Current children cumulated vsize (KiB) 26780

[startup+41.5017 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 8423
/proc/meminfo: memFree=1151784/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=26780 CPUtime=41.48
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 6527 0 0 0 4142 6 0 0 25 0 1 0 235828979 27422720 6512 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 6695 6512 77 171 0 6521 0
Current children cumulated CPU time (s) 41.48
Current children cumulated vsize (KiB) 26780

[startup+41.6017 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 8423
/proc/meminfo: memFree=1151784/2055924 swapFree=4180088/4192956
[pid=8422] ppid=8420 vsize=26920 CPUtime=41.58
/proc/8422/stat : 8422 (minisat_static) R 8420 8422 8195 0 -1 4194304 6536 0 0 0 4152 6 0 0 25 0 1 0 235828979 27566080 6521 1992294400 134512640 135213614 4294956256 18446744073709551615 134526761 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 6730 6521 77 171 0 6556 0
Current children cumulated CPU time (s) 41.58
Current children cumulated vsize (KiB) 26920

Child status: 20
Real time (s): 41.6938
CPU time (s): 41.6767
CPU user time (s): 41.6097
CPU system time (s): 0.066989
CPU usage (%): 99.9589
Max. virtual memory (cumulated for all children) (KiB): 26920

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

runsolver used 0.031995 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-11 23:39:06
IDJOB=1797838
IDBENCH=69594
IDSOLVER=651
FILE ID=node6/1797838-1242077946
PBS_JOBID= 9277641
Free space on /tmp= 66236 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT_RACE08/cnf/velev-engi-uns-1.0-4nd.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797838-1242077946/watcher-1797838-1242077946 -o /tmp/evaluation-result-1797838-1242077946/solver-1797838-1242077946 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797838-1242077946.cnf

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

MD5SUM BENCH= 700f8e86139a93fca212e22efa0f7d2b
RANDOM SEED=420491394

node6.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.281
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.281
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:      2055924 kB
MemFree:       1178320 kB
Buffers:         69544 kB
Cached:         709272 kB
SwapCached:       6652 kB
Active:          18472 kB
Inactive:       768664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1178320 kB
SwapTotal:     4192956 kB
SwapFree:      4180088 kB
Dirty:            1872 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            76516 kB
Committed_AS:   877488 kB
PageTables:       1452 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= 66236 MiB
End job on node6 at 2009-05-11 23:39:48