Trace number 1783593

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
MXC 2009-03-10SAT 26.7199 26.728

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2c-rand3bip-sat-190-3.sat05-2445.reshuffled-07.cnf
MD5SUMba385c05848b5f8fd49dff62bba43c15
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.78842
Satisfiable
(Un)Satisfiability was proved
Number of variables271
Number of clauses1972
Sum of the clauses size8840
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41120
Number of clauses of size 5752
Number of clauses of size over 5100

Solver Data

26.68/26.72	c starting MXC with:
26.68/26.72	c cnf_path = HOME/instance-1783593-1241861799.cnf
26.68/26.72	c restart_strategy = auto
26.68/26.72	c sign_strategy = cached
26.68/26.72	c use_preprocessing = -1
26.68/26.72	c output_implicant = 1
26.68/26.72	c timeout_seconds = 0
26.68/26.72	c running SatELite... done
26.68/26.72	c 1 vars eliminated
26.68/26.72	c received 0 units and 1343 clauses from SatELite
26.68/26.72	c 0 assignments made, starting to guess now
26.68/26.72	c ===================================[MXC]=====================================
26.68/26.72	c | Conflicts |                Clause Statistics                   |   Vars   |
26.68/26.72	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
26.68/26.72	c =============================================================================
26.68/26.72	c |         0 |       0       0     1343        0        0     nan |      271 |
26.68/26.72	c |       100 |       0       0     1343      100     1050     8.4 |      271 |
26.68/26.72	c |       210 |       0       1     1343      209     1105     7.8 |      271 |
26.68/26.72	c |       441 |       0       1     1343      440     1220     8.6 |      271 |
26.68/26.72	c |       805 |       0       2     1343      803     1402     9.1 |      271 |
26.68/26.72	c |      1315 |       0       5     1343     1310     1609    10.2 |      271 |
26.68/26.72	c |      1986 |       0       5     1343     1134     1754    11.3 |      271 |
26.68/26.72	c |      2834 |       0       5     1343     1047     1894    10.6 |      271 |
26.68/26.72	c |      3876 |       0       5     1343     1082     2031    10.5 |      271 |
26.68/26.72	c |      5132 |       0       6     1343     1267     2163    10.2 |      271 |
26.68/26.72	c |      6623 |       0       6     1343     1635     2292    10.9 |      271 |
26.68/26.72	c |      8373 |       0       6     1343     2212     2419    12.4 |      271 |
26.68/26.72	c |     10408 |       0       6     1343     1777     2543    12.2 |      271 |
26.68/26.72	c |     12756 |       0       6     1343     1506     2665    12.2 |      271 |
26.68/26.72	c |     15449 |       0       6     1343     1450     2786    11.6 |      271 |
26.68/26.72	c |     18521 |       0       6     1343     1655     2906    12.0 |      271 |
26.68/26.72	c |     22010 |       0       8     1343     2166     3025    13.3 |      271 |
26.68/26.72	c |     25958 |       0       8     1343     3044     3144    14.6 |      271 |
26.68/26.72	c |     30411 |       0       8     1343     2710     3262    14.1 |      271 |
26.68/26.72	c |     35419 |       0       8     1343     2748     3381    13.3 |      271 |
26.68/26.72	c |     41038 |       0       8     1343     3224     3499    12.1 |      271 |
26.68/26.72	c |     47329 |       0       8     1343     2405     3618    12.7 |      271 |
26.68/26.72	c |     54360 |       0       8     1343     2069     3737    11.0 |      271 |
26.68/26.72	c |     62205 |       0       8     1343     2305     3857    11.4 |      271 |
26.68/26.72	c |     70945 |       0       8     1343     3217     3978    12.7 |      271 |
26.68/26.72	c |     80669 |       0       8     1343     2845     4099    13.1 |      270 |
26.68/26.72	c |     91476 |       0      12     1328     3257     4222    13.2 |      270 |
26.68/26.72	c |    103474 |       0      12     1328     2394     4346    14.1 |      270 |
26.68/26.72	c |    116782 |       0      12     1328     2457     4471    12.2 |      270 |
26.68/26.72	c |    131532 |       0      12     1328     3605     4597    13.4 |      270 |
26.68/26.72	c |    147868 |       0      12     1328     3643     4726    12.0 |      270 |
26.68/26.72	c |    165948 |       0      12     1328     2556     4855    11.3 |      270 |
26.68/26.72	c |    185947 |       0      12     1328     2851     4987    12.8 |      270 |
26.68/26.72	c |    208057 |       0      12     1328     4760     5120    13.9 |      270 |
26.68/26.72	c |    232489 |       0      12     1328     3271     5255    12.7 |      270 |
26.68/26.72	c |    259475 |       0      12     1328     3650     5393    12.7 |      270 |
26.68/26.72	c |    289271 |       0      12     1328     3427     5532    11.7 |      270 |
26.68/26.72	c |    322158 |       0      12     1328     5540     5674    13.3 |      270 |
26.68/26.72	c |    358445 |       0      12     1328     4517     5818    14.4 |      270 |
26.68/26.72	c |    398472 |       0      12     1328     3317     5965    13.0 |      270 |
26.68/26.72	c |    442613 |       0      12     1328     5197     6114    14.2 |      270 |
26.68/26.72	c |    475486 |       0      12     1328     4179     6217    13.9 |      270 |
26.68/26.72	c ----- stats for thread 0 -----
26.68/26.72	c restarts: 19
26.68/26.72	c decisions: 550000
26.68/26.72	c propagations: 22993580
26.68/26.72	c conflicts: 475486
26.68/26.72	c 26.726s elapsed
26.68/26.72	s SATISFIABLE
26.68/26.72	v 1 -2 -3 4 5 -6 7 8 9 -10 -11 -12 -13 -14 15 16 -17 18 -19 -20 -21 -22 -23 24 -25 26 27 28 -29 30 31 -32 33 -34 -35 36 37 38 39 -40 -41 42 -43 44 45 46 47 -48 -49 50 -51 -52 53 54 55 56 -57 -58 -59 60 -61 -62 -63 64 -65 -66 -67 68 69 -70 71 -72 73 -74 75 76 -77 78 79 -80 -81 -82 -83 -84 85 -86 87 88 89 -90 91 92 -93 -94 -95 -96 97 -98 99 -100 101 -102 -103 104 -105 -106 107 -108 109 110 -111 -112 113 114 115 -116 117 118 -119 -120 -121 122 -123 -124 -125 -126 -127 -128 -129 130 -131 132 -133 -134 135 -136 -137 -138 -139 140 -141 -142 -143 -144 145 -146 147 -148 149 -150 -151 -152 153 -154 -155 156 -157 -158 159 160 -161 -162 163 164 165 -166 -167 168 -169 170 -171 172 -173 -174 175 176 -177 -178 179 -180 181 182 183 184 -185 -186 187 -188 -189 -190 -191 -192 193 194 -195 196 -197 198 199 -200 -201 202 -203 204 -205 206 207 208 -209 210 211 212 213 214 -215 216 217 218 -219 -220 -221 -222 223 -224 -225 226 227 -228 229 -230 231 -232 -233 -234 -235 236 -237 -238 -239 -240 241 -242 -243 -244 -245 246 247 -248 249 250 251 -252 -253 254 255 -256 -257 258 259 -260 -261 -262 -263 -264 -265 266 -267 -268 -269 270 -271 0

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783593-1241861799/watcher-1783593-1241861799 -o /tmp/evaluation-result-1783593-1241861799/solver-1783593-1241861799 -C 5000 -W 6000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1783593-1241861799.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.00 0.00 0.00 3/64 24762
/proc/meminfo: memFree=1691760/2055920 swapFree=4114788/4192956
[pid=24762] ppid=24760 vsize=1108 CPUtime=0
/proc/24762/stat : 24762 (mxc-sat09) R 24760 24762 24698 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214212712 1134592 129 1992294400 134512640 135192793 4294956224 18446744073709551615 134567928 0 0 4096 0 0 0 0 17 1 0 0
/proc/24762/statm: 277 129 56 166 0 108 0

[startup+0.012883 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 24762
/proc/meminfo: memFree=1691760/2055920 swapFree=4114788/4192956
[pid=24762] ppid=24760 vsize=1240 CPUtime=0.01
/proc/24762/stat : 24762 (mxc-sat09) R 24760 24762 24698 0 -1 4194304 194 0 0 0 1 0 0 0 18 0 1 0 214212712 1269760 180 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/24762/statm: 310 180 72 166 0 141 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1240

[startup+0.101895 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 24762
/proc/meminfo: memFree=1691760/2055920 swapFree=4114788/4192956
[pid=24762] ppid=24760 vsize=1504 CPUtime=0.09
/proc/24762/stat : 24762 (mxc-sat09) R 24760 24762 24698 0 -1 4194304 277 0 0 0 9 0 0 0 18 0 1 0 214212712 1540096 263 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/24762/statm: 376 263 73 166 0 207 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1504

[startup+0.301923 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 24762
/proc/meminfo: memFree=1691760/2055920 swapFree=4114788/4192956
[pid=24762] ppid=24760 vsize=1636 CPUtime=0.29
/proc/24762/stat : 24762 (mxc-sat09) R 24760 24762 24698 0 -1 4194304 314 0 0 0 29 0 0 0 19 0 1 0 214212712 1675264 300 1992294400 134512640 135192793 4294956224 18446744073709551615 134548179 0 0 4096 0 0 0 0 17 1 0 0
/proc/24762/statm: 409 300 73 166 0 240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1636

[startup+0.70198 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 24762
/proc/meminfo: memFree=1691760/2055920 swapFree=4114788/4192956
[pid=24762] ppid=24760 vsize=1768 CPUtime=0.69
/proc/24762/stat : 24762 (mxc-sat09) R 24760 24762 24698 0 -1 4194304 356 0 0 0 69 0 0 0 22 0 1 0 214212712 1810432 342 1992294400 134512640 135192793 4294956224 18446744073709551615 134534155 0 0 4096 0 0 0 0 17 1 0 0
/proc/24762/statm: 442 342 73 166 0 273 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1768

[startup+1.5011 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 24763
/proc/meminfo: memFree=1690600/2055920 swapFree=4114788/4192956
[pid=24762] ppid=24760 vsize=2168 CPUtime=1.49
/proc/24762/stat : 24762 (mxc-sat09) R 24760 24762 24698 0 -1 4194304 431 0 0 0 149 0 0 0 25 0 1 0 214212712 2220032 417 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/24762/statm: 542 417 73 166 0 373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2168

[startup+3.10133 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 24763
/proc/meminfo: memFree=1690152/2055920 swapFree=4114788/4192956
[pid=24762] ppid=24760 vsize=2440 CPUtime=3.09
/proc/24762/stat : 24762 (mxc-sat09) R 24760 24762 24698 0 -1 4194304 487 0 0 0 309 0 0 0 25 0 1 0 214212712 2498560 473 1992294400 134512640 135192793 4294956224 18446744073709551615 134550885 0 0 4096 0 0 0 0 17 1 0 0
/proc/24762/statm: 610 473 73 166 0 441 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2440

[startup+6.30179 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 24763
/proc/meminfo: memFree=1689704/2055920 swapFree=4114788/4192956
[pid=24762] ppid=24760 vsize=2844 CPUtime=6.29
/proc/24762/stat : 24762 (mxc-sat09) R 24760 24762 24698 0 -1 4194304 584 0 0 0 629 0 0 0 25 0 1 0 214212712 2912256 570 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/24762/statm: 711 570 73 166 0 542 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2844

[startup+12.7017 s]
/proc/loadavg: 0.22 0.05 0.02 2/65 24763
/proc/meminfo: memFree=1689000/2055920 swapFree=4114788/4192956
[pid=24762] ppid=24760 vsize=3404 CPUtime=12.69
/proc/24762/stat : 24762 (mxc-sat09) R 24760 24762 24698 0 -1 4194304 717 0 0 0 1269 0 0 0 25 0 1 0 214212712 3485696 703 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/24762/statm: 851 703 73 166 0 682 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3404

[startup+25.5015 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 24763
/proc/meminfo: memFree=1688168/2055920 swapFree=4114788/4192956
[pid=24762] ppid=24760 vsize=4380 CPUtime=25.48
/proc/24762/stat : 24762 (mxc-sat09) R 24760 24762 24698 0 -1 4194304 930 0 0 0 2548 0 0 0 25 0 1 0 214212712 4485120 916 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/24762/statm: 1095 916 73 166 0 926 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4380

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

[startup+26.3017 s]
/proc/loadavg: 0.39 0.09 0.03 2/65 24763
/proc/meminfo: memFree=1688104/2055920 swapFree=4114788/4192956
[pid=24762] ppid=24760 vsize=4380 CPUtime=26.29
/proc/24762/stat : 24762 (mxc-sat09) R 24760 24762 24698 0 -1 4194304 932 0 0 0 2629 0 0 0 25 0 1 0 214212712 4485120 918 1992294400 134512640 135192793 4294956224 18446744073709551615 134549686 0 0 4096 0 0 0 0 17 1 0 0
/proc/24762/statm: 1095 918 73 166 0 926 0
Current children cumulated CPU time (s) 26.29
Current children cumulated vsize (KiB) 4380

[startup+26.7017 s]
/proc/loadavg: 0.39 0.09 0.03 2/65 24763
/proc/meminfo: memFree=1688104/2055920 swapFree=4114788/4192956
[pid=24762] ppid=24760 vsize=4380 CPUtime=26.68
/proc/24762/stat : 24762 (mxc-sat09) R 24760 24762 24698 0 -1 4194304 932 0 0 0 2668 0 0 0 25 0 1 0 214212712 4485120 918 1992294400 134512640 135192793 4294956224 18446744073709551615 134534170 0 0 4096 0 0 0 0 17 1 0 0
/proc/24762/statm: 1095 918 73 166 0 926 0
Current children cumulated CPU time (s) 26.68
Current children cumulated vsize (KiB) 4380

Child status: 10
Real time (s): 26.728
CPU time (s): 26.7199
CPU user time (s): 26.7119
CPU system time (s): 0.007998
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 4380

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

runsolver used 0.021996 second user time and 0.06499 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-09 11:36:39
IDJOB=1783593
IDBENCH=24607
IDSOLVER=613
FILE ID=node30/1783593-1241861799
PBS_JOBID= 9264582
Free space on /tmp= 66260 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT07/crafted/Medium/contest05/jarvisalo/mod2c-rand3bip-sat-190-3.sat05-2445.reshuffled-07.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783593-1241861799/watcher-1783593-1241861799 -o /tmp/evaluation-result-1783593-1241861799/solver-1783593-1241861799 -C 5000 -W 6000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1783593-1241861799.cnf

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

MD5SUM BENCH= ba385c05848b5f8fd49dff62bba43c15
RANDOM SEED=336175132

node30.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:       1692176 kB
Buffers:         30004 kB
Cached:         198420 kB
SwapCached:      72544 kB
Active:         101868 kB
Inactive:       201056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692176 kB
SwapTotal:     4192956 kB
SwapFree:      4114788 kB
Dirty:             972 kB
Writeback:           0 kB
Mapped:          13960 kB
Slab:            46856 kB
Committed_AS:   804304 kB
PageTables:       1356 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= 66260 MiB
End job on node30 at 2009-05-09 11:37:06