Trace number 1796359

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-simp 070721UNSAT 84.5591 84.5947

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h27-unknown.cnf
MD5SUM7634252332633927f116161c1beb6151
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.5591
Satisfiable
(Un)Satisfiability was proved
Number of variables93573
Number of clauses439508
Sum of the clauses size1132510
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2347239
Number of clauses of size 388215
Number of clauses of size 41000
Number of clauses of size 5107
Number of clauses of size over 52757

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:  95421                                                |
0.00/0.00	|  Number of clauses:    439508                                               |
0.39/0.44	|  Parsing time:         0.39         s                                       |
9.59/9.61	============================[ Search Statistics ]==============================
9.59/9.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.59/9.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.59/9.61	===============================================================================
9.59/9.61	|         0 |   25580   303995  1249045 |   101331        0    nan |  0.000 % |
9.68/9.72	|       102 |   25580   303995  1249045 |   111464      102     14 |  0.029 % |
9.79/9.83	|       252 |   25580   303995  1249045 |   122611      252     18 |  0.029 % |
10.08/10.10	|       477 |   25580   303995  1249045 |   134872      477     17 |  0.029 % |
10.28/10.39	|       814 |   25580   303995  1249045 |   148359      814     18 |  0.029 % |
10.58/10.64	|      1320 |   25580   303995  1249045 |   163195     1320     17 |  0.029 % |
11.99/12.10	|      2079 |   25580   303995  1249045 |   179515     2079     16 |  0.029 % |
12.78/12.84	|      3218 |   25580   303995  1249045 |   197466     3218     16 |  0.029 % |
15.58/15.63	|      4930 |   25580   303995  1249045 |   217213     4930     16 |  0.029 % |
17.79/17.82	|      7492 |   25580   303995  1249045 |   238934     7492     18 |  0.029 % |
22.19/22.24	|     11337 |   25563   303829  1248342 |   262828    11335     18 |  0.047 % |
29.18/29.21	|     17103 |   25563   303829  1248342 |   289111    17101     19 |  0.047 % |
38.18/38.22	|     25752 |   25481   303076  1245526 |   318022    25697     19 |  0.133 % |
50.17/50.22	|     38726 |   25478   302977  1245072 |   349824    38670     17 |  0.136 % |
71.36/71.46	|     58188 |   25478   302977  1245072 |   384806    58132     16 |  0.136 % |
84.46/84.58	===============================================================================
84.46/84.58	restarts              : 15
84.46/84.58	conflicts             : 71205          (843 /sec)
84.46/84.58	decisions             : 105184         (1.78 % random) (1246 /sec)
84.46/84.58	propagations          : 90446815       (1070996 /sec)
84.46/84.58	conflict literals     : 1143437        (42.22 % deleted)
84.46/84.58	Memory used           : 67.88 MB
84.46/84.58	CPU time              : 84.4512 s
84.46/84.58	
84.46/84.58	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-1796359-1242074883/watcher-1796359-1242074883 -o /tmp/evaluation-result-1796359-1242074883/solver-1796359-1242074883 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796359-1242074883.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: 1.00 1.00 1.00 2/64 9797
/proc/meminfo: memFree=1301688/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=2356 CPUtime=0
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 469 0 0 0 0 0 0 0 18 0 1 0 235522350 2412544 454 1992294400 134512640 135243866 4294956256 18446744073709551615 134573139 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 589 454 65 178 0 409 0

[startup+0.038095 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 9797
/proc/meminfo: memFree=1301688/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=5044 CPUtime=0.03
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 1102 0 0 0 3 0 0 0 18 0 1 0 235522350 5165056 1087 1992294400 134512640 135243866 4294956256 18446744073709551615 134748151 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 1261 1088 65 178 0 1081 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5044

[startup+0.101105 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 9797
/proc/meminfo: memFree=1301688/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=10296 CPUtime=0.09
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 2313 0 0 0 8 1 0 0 18 0 1 0 235522350 10543104 2298 1992294400 134512640 135243866 4294956256 18446744073709551615 134528001 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 2574 2299 65 178 0 2394 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10296

[startup+0.301139 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 9797
/proc/meminfo: memFree=1301688/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=25652 CPUtime=0.29
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 6112 0 0 0 26 3 0 0 19 0 1 0 235522350 26267648 6097 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 6413 6097 65 178 0 6233 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25652

[startup+0.701209 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 9797
/proc/meminfo: memFree=1301688/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=39544 CPUtime=0.69
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 9013 0 0 0 64 5 0 0 23 0 1 0 235522350 40493056 8998 1992294400 134512640 135243866 4294956256 18446744073709551615 134536656 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 9886 8998 79 178 0 9706 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39544

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1265904/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=50344 CPUtime=1.49
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 11354 0 0 0 143 6 0 0 25 0 1 0 235522350 51552256 11339 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 12586 11339 80 178 0 12406 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50344

[startup+3.10163 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1240816/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=72880 CPUtime=3.08
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 17354 0 0 0 301 7 0 0 25 0 1 0 235522350 74629120 17339 1992294400 134512640 135243866 4294956256 18446744073709551615 134541638 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 18220 17339 80 178 0 18040 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 72880

[startup+6.30119 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1230704/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=78144 CPUtime=6.29
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 18211 0 0 0 621 8 0 0 25 0 1 0 235522350 80019456 18196 1992294400 134512640 135243866 4294956256 18446744073709551615 134541817 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 19536 18196 80 178 0 19356 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78144

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1234864/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=69136 CPUtime=12.68
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 18826 0 0 0 1260 8 0 0 25 0 1 0 235522350 70795264 16636 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 17284 16636 87 178 0 17104 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 69136

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1234928/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=69136 CPUtime=25.49
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 18826 0 0 0 2540 9 0 0 25 0 1 0 235522350 70795264 16636 1992294400 134512640 135243866 4294956256 18446744073709551615 134568302 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 17284 16636 87 178 0 17104 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69136

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1235120/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=69136 CPUtime=51.07
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 18827 0 0 0 5098 9 0 0 25 0 1 0 235522350 70795264 16637 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 17284 16637 87 178 0 17104 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 69136

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

[startup+63.9013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1234992/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=69380 CPUtime=63.86
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 18876 0 0 0 6377 9 0 0 25 0 1 0 235522350 71045120 16686 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 17345 16686 87 178 0 17165 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 69380

[startup+76.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1234928/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=69500 CPUtime=76.66
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 18889 0 0 0 7657 9 0 0 25 0 1 0 235522350 71168000 16699 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 17375 16699 87 178 0 17195 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 69500

[startup+79.9011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1234928/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=69500 CPUtime=79.86
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 18893 0 0 0 7977 9 0 0 25 0 1 0 235522350 71168000 16703 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 17375 16703 87 178 0 17195 0
Current children cumulated CPU time (s) 79.86
Current children cumulated vsize (KiB) 69500

[startup+83.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1234928/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=69500 CPUtime=83.06
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 18894 0 0 0 8297 9 0 0 25 0 1 0 235522350 71168000 16704 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 17375 16704 87 178 0 17195 0
Current children cumulated CPU time (s) 83.06
Current children cumulated vsize (KiB) 69500

[startup+83.9018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1234928/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=69500 CPUtime=83.86
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 18894 0 0 0 8377 9 0 0 25 0 1 0 235522350 71168000 16704 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 17375 16704 87 178 0 17195 0
Current children cumulated CPU time (s) 83.86
Current children cumulated vsize (KiB) 69500

[startup+84.3019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1234928/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=69500 CPUtime=84.26
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 18894 0 0 0 8417 9 0 0 25 0 1 0 235522350 71168000 16704 1992294400 134512640 135243866 4294956256 18446744073709551615 134553140 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 17375 16704 87 178 0 17195 0
Current children cumulated CPU time (s) 84.26
Current children cumulated vsize (KiB) 69500

[startup+84.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9798
/proc/meminfo: memFree=1234928/2055920 swapFree=4180812/4192956
[pid=9797] ppid=9795 vsize=69500 CPUtime=84.46
/proc/9797/stat : 9797 (minisat_static) R 9795 9797 9663 0 -1 4194304 18894 0 0 0 8437 9 0 0 25 0 1 0 235522350 71168000 16704 1992294400 134512640 135243866 4294956256 18446744073709551615 134744538 0 0 4096 3 0 0 0 17 1 0 0
/proc/9797/statm: 17375 16704 87 178 0 17195 0
Current children cumulated CPU time (s) 84.46
Current children cumulated vsize (KiB) 69500

Child status: 20
Real time (s): 84.5947
CPU time (s): 84.5591
CPU user time (s): 84.4512
CPU system time (s): 0.107983
CPU usage (%): 99.9579
Max. virtual memory (cumulated for all children) (KiB): 78812

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

runsolver used 0.067989 second user time and 0.200969 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-11 22:48:04
IDJOB=1796359
IDBENCH=20420
IDSOLVER=568
FILE ID=node4/1796359-1242074883
PBS_JOBID= 9277594
Free space on /tmp= 66252 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h27-unknown.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796359-1242074883/watcher-1796359-1242074883 -o /tmp/evaluation-result-1796359-1242074883/solver-1796359-1242074883 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796359-1242074883.cnf

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

MD5SUM BENCH= 7634252332633927f116161c1beb6151
RANDOM SEED=1667106679

node4.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.265
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.265
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:       1302104 kB
Buffers:         58936 kB
Cached:         622048 kB
SwapCached:       5952 kB
Active:         162104 kB
Inactive:       526820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1302104 kB
SwapTotal:     4192956 kB
SwapFree:      4180812 kB
Dirty:            8464 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            50824 kB
Committed_AS:   955968 kB
PageTables:       1468 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= 66252 MiB
End job on node4 at 2009-05-11 22:49:28