Trace number 1774657

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-10UNSAT 50.7923 50.8334

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.5348
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

50.75/50.82	c starting MXC with:
50.75/50.82	c cnf_path = HOME/instance-1774657-1241307427.cnf
50.75/50.82	c restart_strategy = auto
50.75/50.82	c sign_strategy = cached
50.75/50.82	c use_preprocessing = -1
50.75/50.82	c output_implicant = 1
50.75/50.82	c timeout_seconds = 0
50.75/50.82	c running SatELite... done
50.75/50.82	c 25481 vars eliminated
50.75/50.82	c received 29726 units and 289639 clauses from SatELite
50.75/50.82	c 55206 assignments made, starting to guess now
50.75/50.82	c ===================================[MXC]=====================================
50.75/50.82	c | Conflicts |                Clause Statistics                   |   Vars   |
50.75/50.82	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
50.75/50.82	c =============================================================================
50.75/50.82	c |         0 |       0  175084   114555        0        0     nan |   104481 |
50.75/50.82	c |       100 |       0  173389   113618       97     1050   104.6 |    48858 |
50.75/50.82	c |       210 |       0  170571   112189      198     1105   104.2 |    48202 |
50.75/50.82	c |       441 |       0  159653   106590      420     1220   125.6 |    45622 |
50.75/50.82	c |       805 |       0  159578   106527      776     1402   136.3 |    45605 |
50.75/50.82	c |      1315 |       0  158314   105833     1280     1657   138.6 |    45307 |
50.75/50.82	c |      1986 |       0  151728   101979     1929     1993   135.7 |    43672 |
50.75/50.82	c |      2834 |       0  143133    97186     1700     2417   114.6 |    41611 |
50.75/50.82	c |      3876 |       0  143154    97186     2715     2938   130.3 |    41610 |
50.75/50.82	c |      5132 |       0  139064    94782     2350     3566   129.0 |    40620 |
50.75/50.82	c |      6623 |       0  137885    94437     3794     4311   139.7 |    40357 |
50.75/50.82	c |      8373 |       0  134895    92565     3029     5186   169.9 |    39593 |
50.75/50.82	c |     10408 |       0  135054    88869     5009     6204   163.9 |    39234 |
50.75/50.82	c |     12756 |       0  135071    88869     7340     7378   177.9 |    39234 |
50.75/50.82	c |     15449 |       0  134188    88592     6269     8724   162.3 |    39044 |
50.75/50.82	c |     18521 |       0  134151    88553     9306    10260   147.6 |    39029 |
50.75/50.82	c |     22010 |       0  128312    85776     7109    12005    84.5 |    37724 |
50.75/50.82	c |     22497 |       0  128313    85776     7593    12248    83.1 |    37724 |
50.75/50.82	c ----- stats for thread 0 -----
50.75/50.82	c restarts: 124
50.75/50.82	c decisions: 159703
50.75/50.82	c propagations: 77162539
50.75/50.82	c conflicts: 22497
50.75/50.82	c 50.809s elapsed
50.75/50.82	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-1774657-1241307427/watcher-1774657-1241307427 -o /tmp/evaluation-result-1774657-1241307427/solver-1774657-1241307427 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1774657-1241307427.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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: 2.08 1.39 1.19 3/64 16226
/proc/meminfo: memFree=1065476/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=9328 CPUtime=0
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 759 0 0 0 0 0 0 0 20 0 1 0 158772108 9551872 745 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 2332 751 46 166 0 2163 0

[startup+0.102783 s]
/proc/loadavg: 2.08 1.39 1.19 3/64 16226
/proc/meminfo: memFree=1065476/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=37276 CPUtime=0.09
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 7567 0 0 0 6 3 0 0 20 0 1 0 158772108 38170624 7551 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 9319 7551 54 166 0 9150 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37276

[startup+0.201791 s]
/proc/loadavg: 2.08 1.39 1.19 3/64 16226
/proc/meminfo: memFree=1065476/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=42100 CPUtime=0.19
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 8765 0 0 0 16 3 0 0 21 0 1 0 158772108 43110400 8749 1992294400 134512640 135192793 4294956224 18446744073709551615 134572783 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 10525 8749 54 166 0 10356 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 42100

[startup+0.301801 s]
/proc/loadavg: 2.08 1.39 1.19 3/64 16226
/proc/meminfo: memFree=1065476/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=45012 CPUtime=0.29
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 9458 0 0 0 26 3 0 0 23 0 1 0 158772108 46092288 9442 1992294400 134512640 135192793 4294956224 18446744073709551615 134560579 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 11253 9442 54 166 0 11084 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45012

[startup+0.701843 s]
/proc/loadavg: 2.08 1.39 1.19 3/64 16226
/proc/meminfo: memFree=1065476/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=59096 CPUtime=0.69
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 12922 0 0 0 63 6 0 0 25 0 1 0 158772108 60514304 12906 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 14774 12908 55 166 0 14605 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59096

[startup+1.50192 s]
/proc/loadavg: 2.08 1.39 1.19 2/65 16227
/proc/meminfo: memFree=1017980/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=64184 CPUtime=1.49
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 16282 0 0 0 141 8 0 0 25 0 1 0 158772108 65724416 14145 1992294400 134512640 135192793 4294956224 18446744073709551615 134756726 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 16046 14145 56 166 0 15877 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64184

[startup+3.10109 s]
/proc/loadavg: 2.15 1.41 1.20 2/65 16227
/proc/meminfo: memFree=1005756/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=68064 CPUtime=3.09
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 19421 0 0 0 299 10 0 0 25 0 1 0 158772108 69697536 15458 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 17016 15458 72 166 0 16847 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68064

[startup+6.30142 s]
/proc/loadavg: 2.15 1.41 1.20 2/65 16227
/proc/meminfo: memFree=1002940/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=68724 CPUtime=6.28
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 19608 0 0 0 618 10 0 0 25 0 1 0 158772108 70373376 15645 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 17181 15645 72 166 0 17012 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 68724

[startup+12.7011 s]
/proc/loadavg: 2.13 1.43 1.20 2/65 16227
/proc/meminfo: memFree=1001852/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=69516 CPUtime=12.67
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 19801 0 0 0 1257 10 0 0 25 0 1 0 158772108 71184384 15838 1992294400 134512640 135192793 4294956224 18446744073709551615 134533783 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 17379 15838 73 166 0 17210 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 69516

[startup+25.5014 s]
/proc/loadavg: 2.11 1.45 1.21 2/65 16227
/proc/meminfo: memFree=999100/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=72432 CPUtime=25.48
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 20508 0 0 0 2537 11 0 0 25 0 1 0 158772108 74170368 16545 1992294400 134512640 135192793 4294956224 18446744073709551615 134534107 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 18108 16545 73 166 0 17939 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 72432

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

[startup+25.8014 s]
/proc/loadavg: 2.11 1.45 1.21 2/65 16227
/proc/meminfo: memFree=999100/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=72564 CPUtime=25.78
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 20551 0 0 0 2567 11 0 0 25 0 1 0 158772108 74305536 16588 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 18141 16588 73 166 0 17972 0
Current children cumulated CPU time (s) 25.78
Current children cumulated vsize (KiB) 72564

[startup+38.6017 s]
/proc/loadavg: 2.00 1.46 1.22 2/65 16227
/proc/meminfo: memFree=997948/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=73884 CPUtime=38.55
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 20888 0 0 0 3844 11 0 0 25 0 1 0 158772108 75657216 16925 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 18471 16925 73 166 0 18302 0
Current children cumulated CPU time (s) 38.55
Current children cumulated vsize (KiB) 73884

[startup+45.0014 s]
/proc/loadavg: 1.92 1.45 1.22 2/65 16227
/proc/meminfo: memFree=997116/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=74812 CPUtime=44.95
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 21102 0 0 0 4484 11 0 0 25 0 1 0 158772108 76607488 17139 1992294400 134512640 135192793 4294956224 18446744073709551615 134533197 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 18703 17139 73 166 0 18534 0
Current children cumulated CPU time (s) 44.95
Current children cumulated vsize (KiB) 74812

[startup+48.2017 s]
/proc/loadavg: 1.84 1.44 1.22 2/65 16227
/proc/meminfo: memFree=996860/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=74944 CPUtime=48.15
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 21139 0 0 0 4804 11 0 0 25 0 1 0 158772108 76742656 17176 1992294400 134512640 135192793 4294956224 18446744073709551615 134550819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 18736 17176 73 166 0 18567 0
Current children cumulated CPU time (s) 48.15
Current children cumulated vsize (KiB) 74944

[startup+49.8059 s]
/proc/loadavg: 1.84 1.44 1.22 2/65 16227
/proc/meminfo: memFree=996860/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=74944 CPUtime=49.75
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 21139 0 0 0 4964 11 0 0 25 0 1 0 158772108 76742656 17176 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 18736 17176 73 166 0 18567 0
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (KiB) 74944

[startup+50.602 s]
/proc/loadavg: 1.84 1.44 1.22 2/65 16227
/proc/meminfo: memFree=996860/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=74944 CPUtime=50.55
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 21139 0 0 0 5044 11 0 0 25 0 1 0 158772108 76742656 17176 1992294400 134512640 135192793 4294956224 18446744073709551615 134534170 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 18736 17176 73 166 0 18567 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 74944

[startup+50.802 s]
/proc/loadavg: 1.84 1.44 1.22 2/65 16227
/proc/meminfo: memFree=996860/2055920 swapFree=4181692/4192956
[pid=16226] ppid=16224 vsize=74944 CPUtime=50.75
/proc/16226/stat : 16226 (mxc-sat09) R 16224 16226 16162 0 -1 4194304 21139 0 0 0 5064 11 0 0 25 0 1 0 158772108 76742656 17176 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/16226/statm: 18736 17176 73 166 0 18567 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 74944

Child status: 20
Real time (s): 50.8334
CPU time (s): 50.7923
CPU user time (s): 50.6643
CPU system time (s): 0.12798
CPU usage (%): 99.9191
Max. virtual memory (cumulated for all children) (KiB): 74944

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

runsolver used 0.149977 second user time and 0.321951 second system time

The end

Launcher Data

Begin job on node90 at 2009-05-03 01:37:10
IDJOB=1774657
IDBENCH=70974
IDSOLVER=613
FILE ID=node90/1774657-1241307427
PBS_JOBID= 9225240
Free space on /tmp= 66456 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774657-1241307427/watcher-1774657-1241307427 -o /tmp/evaluation-result-1774657-1241307427/solver-1774657-1241307427 -C 10000 -W 12000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1774657-1241307427.cnf

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=41745342

node90.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1065892 kB
Buffers:         68592 kB
Cached:         811560 kB
SwapCached:       5480 kB
Active:          80936 kB
Inactive:       808280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1065892 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:            9252 kB
Writeback:           0 kB
Mapped:          15088 kB
Slab:            86728 kB
Committed_AS:   583388 kB
PageTables:       1440 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= 66456 MiB
End job on node90 at 2009-05-03 01:38:01