Trace number 1578187

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 49.5585 49.861

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.3138
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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 8680
/proc/meminfo: memFree=1742552/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=9328 CPUtime=0
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 332 0 0 0 0 0 0 0 19 0 1 0 1162253368 9551872 318 1992294400 134512640 135192793 4294956208 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 0 0 0
/proc/8680/statm: 2332 318 46 166 0 2163 0

[startup+0.047403 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 8680
/proc/meminfo: memFree=1742552/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=26856 CPUtime=0.03
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 5640 0 0 0 1 2 0 0 19 0 1 0 1162253368 27500544 5624 1992294400 134512640 135192793 4294956208 18446744073709551615 134766703 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 6714 5624 53 166 0 6545 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26856

[startup+0.101404 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 8680
/proc/meminfo: memFree=1742552/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=37012 CPUtime=0.09
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 7480 0 0 0 6 3 0 0 19 0 1 0 1162253368 37900288 7464 1992294400 134512640 135192793 4294956208 18446744073709551615 134572816 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 9253 7464 54 166 0 9084 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37012

[startup+0.301427 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 8680
/proc/meminfo: memFree=1742552/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=44880 CPUtime=0.29
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 9432 0 0 0 25 4 0 0 21 0 1 0 1162253368 45957120 9416 1992294400 134512640 135192793 4294956208 18446744073709551615 134752929 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 11220 9416 54 166 0 11051 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44880

[startup+0.701471 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 8680
/proc/meminfo: memFree=1742552/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=58700 CPUtime=0.68
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 12808 0 0 0 63 5 0 0 25 0 1 0 1162253368 60108800 12792 1992294400 134512640 135192793 4294956208 18446744073709551615 134572487 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 14675 12792 55 166 0 14506 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 58700

[startup+1.50156 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 8681
/proc/meminfo: memFree=1695440/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=64052 CPUtime=1.48
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 16276 0 0 0 142 6 0 0 25 0 1 0 1162253368 65589248 14139 1992294400 134512640 135192793 4294956208 18446744073709551615 134573204 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 16013 14139 56 166 0 15844 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 64052

[startup+3.10178 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 8681
/proc/meminfo: memFree=1690576/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=68064 CPUtime=3.07
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 19420 0 0 0 299 8 0 0 25 0 1 0 1162253368 69697536 15457 1992294400 134512640 135192793 4294956208 18446744073709551615 134533158 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 17016 15457 72 166 0 16847 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 68064

[startup+6.3011 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 8681
/proc/meminfo: memFree=1679888/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=68856 CPUtime=6.25
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 19638 0 0 0 616 9 0 0 25 0 1 0 1162253368 70508544 15675 1992294400 134512640 135192793 4294956208 18446744073709551615 134533297 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 17214 15675 73 166 0 17045 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 68856

[startup+12.7018 s]
/proc/loadavg: 2.15 2.03 2.01 3/95 8681
/proc/meminfo: memFree=1678864/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=69516 CPUtime=12.61
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 19810 0 0 0 1252 9 0 0 25 0 1 0 1162253368 71184384 15847 1992294400 134512640 135192793 4294956208 18446744073709551615 134552475 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 17379 15847 73 166 0 17210 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 69516

[startup+25.5012 s]
/proc/loadavg: 2.12 2.03 2.01 3/95 8681
/proc/meminfo: memFree=1675728/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=72828 CPUtime=25.33
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 20625 0 0 0 2523 10 0 0 25 0 1 0 1162253368 74575872 16662 1992294400 134512640 135192793 4294956208 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 18207 16662 73 166 0 18038 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 72828

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

[startup+38.3017 s]
/proc/loadavg: 2.10 2.03 2.01 3/95 8681
/proc/meminfo: memFree=1674512/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=74016 CPUtime=38.06
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 20912 0 0 0 3795 11 0 0 25 0 1 0 1162253368 75792384 16949 1992294400 134512640 135192793 4294956208 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 18504 16949 73 166 0 18335 0
Current children cumulated CPU time (s) 38.06
Current children cumulated vsize (KiB) 74016

[startup+44.7024 s]
/proc/loadavg: 2.09 2.03 2.01 3/95 8681
/proc/meminfo: memFree=1673680/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=74812 CPUtime=44.42
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 21120 0 0 0 4431 11 0 0 25 0 1 0 1162253368 76607488 17157 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 18703 17157 73 166 0 18534 0
Current children cumulated CPU time (s) 44.42
Current children cumulated vsize (KiB) 74812

[startup+47.9017 s]
/proc/loadavg: 2.08 2.03 2.01 3/95 8681
/proc/meminfo: memFree=1673488/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=74944 CPUtime=47.6
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 21139 0 0 0 4749 11 0 0 25 0 1 0 1162253368 76742656 17176 1992294400 134512640 135192793 4294956208 18446744073709551615 134533297 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 18736 17176 73 166 0 18567 0
Current children cumulated CPU time (s) 47.6
Current children cumulated vsize (KiB) 74944

[startup+48.7018 s]
/proc/loadavg: 2.08 2.03 2.01 3/95 8681
/proc/meminfo: memFree=1673488/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=74944 CPUtime=48.4
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 21139 0 0 0 4829 11 0 0 25 0 1 0 1162253368 76742656 17176 1992294400 134512640 135192793 4294956208 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 18736 17176 73 166 0 18567 0
Current children cumulated CPU time (s) 48.4
Current children cumulated vsize (KiB) 74944

[startup+49.5079 s]
/proc/loadavg: 2.08 2.03 2.01 3/95 8681
/proc/meminfo: memFree=1673488/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=74944 CPUtime=49.2
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 21139 0 0 0 4909 11 0 0 25 0 1 0 1162253368 76742656 17176 1992294400 134512640 135192793 4294956208 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 18736 17176 73 166 0 18567 0
Current children cumulated CPU time (s) 49.2
Current children cumulated vsize (KiB) 74944

[startup+49.7019 s]
/proc/loadavg: 2.08 2.03 2.01 3/95 8681
/proc/meminfo: memFree=1673488/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=74944 CPUtime=49.39
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 21139 0 0 0 4928 11 0 0 25 0 1 0 1162253368 76742656 17176 1992294400 134512640 135192793 4294956208 18446744073709551615 134533297 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 18736 17176 73 166 0 18567 0
Current children cumulated CPU time (s) 49.39
Current children cumulated vsize (KiB) 74944

[startup+49.8019 s]
/proc/loadavg: 2.08 2.03 2.01 3/95 8681
/proc/meminfo: memFree=1673488/2055920 swapFree=4165792/4192956
[pid=8680] ppid=8678 vsize=74944 CPUtime=49.49
/proc/8680/stat : 8680 (mxc-sat09) R 8678 8680 8033 0 -1 4194304 21139 0 0 0 4938 11 0 0 25 0 1 0 1162253368 76742656 17176 1992294400 134512640 135192793 4294956208 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/8680/statm: 18736 17176 73 166 0 18567 0
Current children cumulated CPU time (s) 49.49
Current children cumulated vsize (KiB) 74944

Child status: 20
Real time (s): 49.861
CPU time (s): 49.5585
CPU user time (s): 49.4325
CPU system time (s): 0.12598
CPU usage (%): 99.3933
Max. virtual memory (cumulated for all children) (KiB): 74944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.4325
system time used= 0.12598
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= 620

runsolver used 0.06299 second user time and 0.219966 second system time

The end

Launcher Data

Begin job on node91 at 2009-04-05 03:44:57
IDJOB=1578187
IDBENCH=70974
IDSOLVER=504
FILE ID=node91/1578187-1238895896
PBS_JOBID= 9086025
Free space on /tmp= 66520 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-1578187-1238895896/watcher-1578187-1238895896 -o /tmp/evaluation-result-1578187-1238895896/solver-1578187-1238895896 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/mxc-sat09 -i HOME/instance-1578187-1238895896.cnf

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=932704649

node91.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.252
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.252
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:       1742968 kB
Buffers:         44008 kB
Cached:         195328 kB
SwapCached:       8796 kB
Active:          98992 kB
Inactive:       150632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742968 kB
SwapTotal:     4192956 kB
SwapFree:      4165792 kB
Dirty:            9172 kB
Writeback:           0 kB
Mapped:          15984 kB
Slab:            46408 kB
Committed_AS:  2607468 kB
PageTables:       3272 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node91 at 2009-04-05 03:45:47