Trace number 1772937

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 30.2664 30.2765

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.1974
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data

30.18/30.26	c starting MXC with:
30.18/30.26	c cnf_path = HOME/instance-1772937-1241298119.cnf
30.18/30.26	c restart_strategy = auto
30.18/30.26	c sign_strategy = cached
30.18/30.26	c use_preprocessing = -1
30.18/30.26	c output_implicant = 1
30.18/30.26	c timeout_seconds = 0
30.18/30.26	c running SatELite... done
30.18/30.26	c 63952 vars eliminated
30.18/30.26	c received 28 units and 290477 clauses from SatELite
30.18/30.26	c 63979 assignments made, starting to guess now
30.18/30.26	c ===================================[MXC]=====================================
30.18/30.26	c | Conflicts |                Clause Statistics                   |   Vars   |
30.18/30.26	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
30.18/30.26	c =============================================================================
30.18/30.26	c |         0 |       0  192991    97486        0        0     nan |    87475 |
30.18/30.26	c |       100 |       0  192993    97486       98     1050    16.0 |    23496 |
30.18/30.26	c |       210 |       0  192907    97394      206     1105    12.3 |    23487 |
30.18/30.26	c |       441 |       0  192909    97394      435     1220    12.1 |    23487 |
30.18/30.26	c |       805 |       0  192793    97340      793     1402    13.7 |    23471 |
30.18/30.26	c |      1315 |       0  192803    97340     1293     1657    21.1 |    23471 |
30.18/30.26	c |      1986 |       0  192822    97340     1945     1993    19.4 |    23471 |
30.18/30.26	c |      2834 |       0  192828    97340     1773     2417    16.5 |    23471 |
30.18/30.26	c |      3876 |       0  192841    97340     2802     2938    17.9 |    23471 |
30.18/30.26	c |      5132 |       0  192847    97340     2534     3566    21.4 |    23471 |
30.18/30.26	c |      6623 |       0  192853    97340     4019     4311    20.2 |    23471 |
30.18/30.26	c |      8373 |       0  192867    97340     3453     5186    16.8 |    23471 |
30.18/30.26	c |     10408 |       0  192872    97340     5483     6204    18.2 |    23471 |
30.18/30.26	c |     12756 |       0  192633    97222     4344     7378    17.6 |    23428 |
30.18/30.26	c |     15449 |       0  192636    97222     7034     8724    17.2 |    23428 |
30.18/30.26	c |     18521 |       0  192642    97222    10100    10260    16.8 |    23428 |
30.18/30.26	c |     22010 |       0  192649    97222     8376    12005    14.1 |    23428 |
30.18/30.26	c |     25958 |       0  192650    97222    12323    13979    14.2 |    23428 |
30.18/30.26	c |     30411 |       0  192546    97136     8959    16205    11.9 |    23408 |
30.18/30.26	c |     32824 |       0  192567    97136    11343    17412    11.5 |    21217 |
30.18/30.26	c ----- stats for thread 0 -----
30.18/30.26	c restarts: 166
30.18/30.26	c decisions: 78307
30.18/30.26	c propagations: 42522789
30.18/30.26	c conflicts: 32824
30.18/30.26	c 30.252s elapsed
30.18/30.26	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-1772937-1241298119/watcher-1772937-1241298119 -o /tmp/evaluation-result-1772937-1241298119/solver-1772937-1241298119 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1772937-1241298119.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: 1.95 3.38 3.71 3/64 23929
/proc/meminfo: memFree=1201976/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=8072 CPUtime=0
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 737 0 0 0 0 0 0 0 18 0 1 0 157845683 8265728 723 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 2018 729 46 166 0 1849 0

[startup+0.064514 s]
/proc/loadavg: 1.95 3.38 3.71 3/64 23929
/proc/meminfo: memFree=1201976/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=30028 CPUtime=0.06
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 5905 0 0 0 3 3 0 0 18 0 1 0 157845683 30748672 5889 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 7507 5889 55 166 0 7338 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30028

[startup+0.101517 s]
/proc/loadavg: 1.95 3.38 3.71 3/64 23929
/proc/meminfo: memFree=1201976/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=32680 CPUtime=0.09
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 6554 0 0 0 6 3 0 0 18 0 1 0 157845683 33464320 6538 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 8170 6538 55 166 0 8001 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32680

[startup+0.301539 s]
/proc/loadavg: 1.95 3.38 3.71 3/64 23929
/proc/meminfo: memFree=1201976/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=46248 CPUtime=0.29
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 9912 0 0 0 25 4 0 0 19 0 1 0 157845683 47357952 9896 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 11562 9897 55 166 0 11393 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46248

[startup+0.701583 s]
/proc/loadavg: 1.95 3.38 3.71 3/64 23929
/proc/meminfo: memFree=1201976/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=46180 CPUtime=0.69
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 11638 0 0 0 64 5 0 0 22 0 1 0 157845683 47288320 9815 1992294400 134512640 135192793 4294956224 18446744073709551615 134567928 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 11545 9815 55 166 0 11376 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46180

[startup+1.50167 s]
/proc/loadavg: 1.95 3.38 3.71 2/65 23930
/proc/meminfo: memFree=1162608/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=53976 CPUtime=1.49
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 13710 0 0 0 142 7 0 0 25 0 1 0 157845683 55271424 11887 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 13494 11887 56 166 0 13325 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53976

[startup+3.10185 s]
/proc/loadavg: 1.95 3.38 3.71 2/65 23930
/proc/meminfo: memFree=1138480/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=77276 CPUtime=3.09
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 19395 0 0 0 299 10 0 0 25 0 1 0 157845683 79130624 17572 1992294400 134512640 135192793 4294956224 18446744073709551615 134573789 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 19319 17572 56 166 0 19150 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77276

[startup+6.30121 s]
/proc/loadavg: 1.87 3.34 3.70 2/65 23930
/proc/meminfo: memFree=1130032/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=80228 CPUtime=6.29
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 20196 0 0 0 618 11 0 0 25 0 1 0 157845683 82153472 18373 1992294400 134512640 135192793 4294956224 18446744073709551615 134745376 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 20057 18373 56 166 0 19888 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80228

[startup+12.7019 s]
/proc/loadavg: 1.80 3.30 3.68 2/65 23930
/proc/meminfo: memFree=1129336/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=78812 CPUtime=12.69
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 22020 0 0 0 1257 12 0 0 25 0 1 0 157845683 80703488 18144 1992294400 134512640 135192793 4294956224 18446744073709551615 134534170 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 19703 18144 73 166 0 19534 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78812

[startup+25.5014 s]
/proc/loadavg: 1.63 3.19 3.64 2/65 23930
/proc/meminfo: memFree=1127352/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=80812 CPUtime=25.48
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 22516 0 0 0 2536 12 0 0 25 0 1 0 157845683 82751488 18640 1992294400 134512640 135192793 4294956224 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 20203 18640 73 166 0 20034 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 80812

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

[startup+28.7017 s]
/proc/loadavg: 1.63 3.19 3.64 2/65 23930
/proc/meminfo: memFree=1126712/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=81628 CPUtime=28.68
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 22730 0 0 0 2856 12 0 0 25 0 1 0 157845683 83587072 18854 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 20407 18854 73 166 0 20238 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 81628

[startup+29.5018 s]
/proc/loadavg: 1.63 3.19 3.64 2/65 23930
/proc/meminfo: memFree=1126712/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=81768 CPUtime=29.48
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 22749 0 0 0 2936 12 0 0 25 0 1 0 157845683 83730432 18873 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 20442 18873 73 166 0 20273 0
Current children cumulated CPU time (s) 29.48
Current children cumulated vsize (KiB) 81768

[startup+29.9018 s]
/proc/loadavg: 1.58 3.15 3.63 2/65 23930
/proc/meminfo: memFree=1126520/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=81768 CPUtime=29.88
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 22752 0 0 0 2976 12 0 0 25 0 1 0 157845683 83730432 18876 1992294400 134512640 135192793 4294956224 18446744073709551615 134534209 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 20442 18876 73 166 0 20273 0
Current children cumulated CPU time (s) 29.88
Current children cumulated vsize (KiB) 81768

[startup+30.1019 s]
/proc/loadavg: 1.58 3.15 3.63 2/65 23930
/proc/meminfo: memFree=1126520/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=81768 CPUtime=30.08
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 22752 0 0 0 2996 12 0 0 25 0 1 0 157845683 83730432 18876 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 20442 18876 73 166 0 20273 0
Current children cumulated CPU time (s) 30.08
Current children cumulated vsize (KiB) 81768

[startup+30.2019 s]
/proc/loadavg: 1.58 3.15 3.63 2/65 23930
/proc/meminfo: memFree=1126520/2055920 swapFree=4192812/4192956
[pid=23929] ppid=23927 vsize=81768 CPUtime=30.18
/proc/23929/stat : 23929 (mxc-sat09) R 23927 23929 23865 0 -1 4194304 22758 0 0 0 3006 12 0 0 25 0 1 0 157845683 83730432 18882 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/23929/statm: 20442 18882 73 166 0 20273 0
Current children cumulated CPU time (s) 30.18
Current children cumulated vsize (KiB) 81768

Child status: 20
Real time (s): 30.2765
CPU time (s): 30.2664
CPU user time (s): 30.1254
CPU system time (s): 0.140978
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 82472

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

runsolver used 0.036994 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-02 23:01:59
IDJOB=1772937
IDBENCH=20415
IDSOLVER=613
FILE ID=node9/1772937-1241298119
PBS_JOBID= 9225176
Free space on /tmp= 66552 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772937-1241298119/watcher-1772937-1241298119 -o /tmp/evaluation-result-1772937-1241298119/solver-1772937-1241298119 -C 10000 -W 12000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1772937-1241298119.cnf

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED=254250470

node9.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.240
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.240
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:       1202456 kB
Buffers:         88360 kB
Cached:         651140 kB
SwapCached:          0 kB
Active:         107512 kB
Inactive:       645876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1202456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7912 kB
Writeback:           0 kB
Mapped:          23716 kB
Slab:            86132 kB
Committed_AS:   669796 kB
PageTables:       1400 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= 66552 MiB
End job on node9 at 2009-05-02 23:02:30