Trace number 1797870

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-core 070721UNSAT 105.633 105.664

General information on the benchmark

Namemanol-pipe-g10id.cnf
MD5SUM79b8866c5f4be7f699958174c5be63e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark105.633
Satisfiable
(Un)Satisfiability was proved
Number of variables159638
Number of clauses473596
Sum of the clauses size1105056
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2315730
Number of clauses of size 3157865
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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:  159638                                               |
0.00/0.00	|  Number of clauses:    473596                                               |
0.29/0.30	|  Parsing time:         0.26         s                                       |
0.29/0.31	============================[ Search Statistics ]==============================
0.29/0.31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.31	===============================================================================
0.29/0.31	|         0 |  159637   473593  1105051 |   157864        0    nan |  0.000 % |
0.39/0.43	|       100 |  159630   473593  1105051 |   173650       93     13 |  0.014 % |
0.59/0.61	|       251 |  159626   473593  1105051 |   191015      240     16 |  0.016 % |
1.19/1.23	|       476 |  159093   471091  1099525 |   210117      462     15 |  0.376 % |
1.39/1.50	|       813 |  159083   471091  1099525 |   231129      799     19 |  0.376 % |
2.29/2.37	|      1319 |  158820   469808  1096683 |   254242     1297     23 |  0.512 % |
2.89/2.98	|      2078 |  158817   469808  1096683 |   279666     2054     22 |  0.548 % |
4.40/4.41	|      3218 |  158743   469542  1096096 |   307632     3192     24 |  0.567 % |
5.99/6.09	|      4926 |  158733   469391  1095766 |   338396     4898     30 |  0.567 % |
7.28/7.37	|      7491 |  158504   469388  1095760 |   372235     7402     41 |  0.909 % |
9.39/9.43	|     11345 |  156676   460899  1076733 |   409459    11248     53 |  1.855 % |
12.49/12.59	|     17112 |  156611   460737  1076376 |   450405    17004     54 |  1.896 % |
16.19/16.24	|     25761 |  156594   460684  1076260 |   495445    25650     58 |  1.907 % |
21.58/21.61	|     38739 |  156372   460646  1076180 |   544990    38621     57 |  2.382 % |
32.38/32.44	|     58200 |  155808   457307  1068728 |   599489    57614     50 |  2.399 % |
46.97/47.09	|     87397 |  155683   457304  1068722 |   659438    86808     59 |  2.580 % |
77.66/77.76	|    131192 |  155303   455333  1064349 |   725382   124905     64 |  2.740 % |
105.56/105.65	===============================================================================
105.56/105.65	restarts              : 17
105.56/105.65	conflicts             : 161714         (1533 /sec)
105.56/105.65	decisions             : 721450         (1.47 % random) (6841 /sec)
105.56/105.65	propagations          : 175126619      (1660567 /sec)
105.56/105.65	conflict literals     : 10201924       (30.18 % deleted)
105.56/105.65	Memory used           : 78.61 MB
105.56/105.65	CPU time              : 105.462 s
105.56/105.65	
105.56/105.65	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-1797870-1242089592/watcher-1797870-1242089592 -o /tmp/evaluation-result-1797870-1242089592/solver-1797870-1242089592 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797870-1242089592.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: 0.93 1.00 0.99 3/64 17828
/proc/meminfo: memFree=1873104/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=2164 CPUtime=0
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 410 0 0 0 0 0 0 0 18 0 1 0 236986774 2215936 395 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 541 403 58 171 0 367 0

[startup+0.065531 s]
/proc/loadavg: 0.93 1.00 0.99 3/64 17828
/proc/meminfo: memFree=1873104/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=8448 CPUtime=0.05
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 1841 0 0 0 5 0 0 0 18 0 1 0 236986774 8650752 1826 1992294400 134512640 135213614 4294956256 18446744073709551615 134544745 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 2112 1827 58 171 0 1938 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8448

[startup+0.101533 s]
/proc/loadavg: 0.93 1.00 0.99 3/64 17828
/proc/meminfo: memFree=1873104/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=11900 CPUtime=0.09
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 2661 0 0 0 8 1 0 0 18 0 1 0 236986774 12185600 2646 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 2975 2647 58 171 0 2801 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11900

[startup+0.30155 s]
/proc/loadavg: 0.93 1.00 0.99 3/64 17828
/proc/meminfo: memFree=1873104/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=33336 CPUtime=0.29
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 7234 0 0 0 25 4 0 0 19 0 1 0 236986774 34136064 7219 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 8334 7220 58 171 0 8160 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33336

[startup+0.701586 s]
/proc/loadavg: 0.93 1.00 0.99 3/64 17828
/proc/meminfo: memFree=1873104/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=33800 CPUtime=0.69
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 7382 0 0 0 65 4 0 0 22 0 1 0 236986774 34611200 7359 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 8450 7359 78 171 0 8276 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33800

[startup+1.50166 s]
/proc/loadavg: 0.93 1.00 0.99 2/65 17829
/proc/meminfo: memFree=1843784/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=33980 CPUtime=1.49
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 7416 0 0 0 145 4 0 0 25 0 1 0 236986774 34795520 7393 1992294400 134512640 135213614 4294956256 18446744073709551615 134741534 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 8495 7393 78 171 0 8321 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33980

[startup+3.1018 s]
/proc/loadavg: 0.93 1.00 0.99 2/65 17829
/proc/meminfo: memFree=1843592/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=34380 CPUtime=3.09
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 7465 0 0 0 304 5 0 0 25 0 1 0 236986774 35205120 7442 1992294400 134512640 135213614 4294956256 18446744073709551615 134527022 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 8595 7442 78 171 0 8421 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34380

[startup+6.30109 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 17829
/proc/meminfo: memFree=1842952/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=34908 CPUtime=6.29
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 7610 0 0 0 624 5 0 0 25 0 1 0 236986774 35745792 7587 1992294400 134512640 135213614 4294956256 18446744073709551615 134527153 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 8727 7587 78 171 0 8553 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34908

[startup+12.7017 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 17829
/proc/meminfo: memFree=1839688/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=38384 CPUtime=12.69
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 8490 0 0 0 1263 6 0 0 25 0 1 0 236986774 39305216 8467 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 9596 8467 78 171 0 9422 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38384

[startup+25.5018 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 17829
/proc/meminfo: memFree=1832008/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=45856 CPUtime=25.49
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 10338 0 0 0 2541 8 0 0 25 0 1 0 236986774 46956544 10315 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 11464 10315 78 171 0 11290 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45856

[startup+51.1011 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 17829
/proc/meminfo: memFree=1818376/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=59388 CPUtime=51.08
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 13704 0 0 0 5097 11 0 0 25 0 1 0 236986774 60813312 13681 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 14847 13681 78 171 0 14673 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 59388

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17829
/proc/meminfo: memFree=1797768/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=80224 CPUtime=102.26
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 18845 0 0 0 10211 15 0 0 25 0 1 0 236986774 82149376 18822 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 20056 18822 78 171 0 19882 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 80224

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

[startup+103.902 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17829
/proc/meminfo: memFree=1797640/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=80356 CPUtime=103.86
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 18872 0 0 0 10371 15 0 0 25 0 1 0 236986774 82284544 18849 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 20089 18849 78 171 0 19915 0
Current children cumulated CPU time (s) 103.86
Current children cumulated vsize (KiB) 80356

[startup+104.702 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17829
/proc/meminfo: memFree=1797576/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=80356 CPUtime=104.66
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 18893 0 0 0 10451 15 0 0 25 0 1 0 236986774 82284544 18870 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 20089 18870 78 171 0 19915 0
Current children cumulated CPU time (s) 104.66
Current children cumulated vsize (KiB) 80356

[startup+105.102 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17829
/proc/meminfo: memFree=1797576/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=80488 CPUtime=105.06
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 18902 0 0 0 10491 15 0 0 25 0 1 0 236986774 82419712 18879 1992294400 134512640 135213614 4294956256 18446744073709551615 134526718 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 20122 18879 78 171 0 19948 0
Current children cumulated CPU time (s) 105.06
Current children cumulated vsize (KiB) 80488

[startup+105.502 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17829
/proc/meminfo: memFree=1797448/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=80488 CPUtime=105.46
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 18915 0 0 0 10531 15 0 0 25 0 1 0 236986774 82419712 18892 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 20122 18892 78 171 0 19948 0
Current children cumulated CPU time (s) 105.46
Current children cumulated vsize (KiB) 80488

[startup+105.606 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17829
/proc/meminfo: memFree=1797448/2055920 swapFree=4150108/4192956
[pid=17828] ppid=17826 vsize=80488 CPUtime=105.56
/proc/17828/stat : 17828 (minisat_static) R 17826 17828 17731 0 -1 4194304 18916 0 0 0 10541 15 0 0 25 0 1 0 236986774 82419712 18893 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/17828/statm: 20122 18893 78 171 0 19948 0
Current children cumulated CPU time (s) 105.56
Current children cumulated vsize (KiB) 80488

Child status: 20
Real time (s): 105.664
CPU time (s): 105.633
CPU user time (s): 105.462
CPU system time (s): 0.170974
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 80488

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

runsolver used 0.074988 second user time and 0.241963 second system time

The end

Launcher Data

Begin job on node51 at 2009-05-12 02:53:13
IDJOB=1797870
IDBENCH=71717
IDSOLVER=651
FILE ID=node51/1797870-1242089592
PBS_JOBID= 9277702
Free space on /tmp= 66264 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT_RACE06/manol-pipe-g10id.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797870-1242089592/watcher-1797870-1242089592 -o /tmp/evaluation-result-1797870-1242089592/solver-1797870-1242089592 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797870-1242089592.cnf

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

MD5SUM BENCH= 79b8866c5f4be7f699958174c5be63e9
RANDOM SEED=1758461190

node51.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.214
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.214
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:       1873520 kB
Buffers:         10156 kB
Cached:          68376 kB
SwapCached:      36660 kB
Active:          25168 kB
Inactive:        92016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1873520 kB
SwapTotal:     4192956 kB
SwapFree:      4150108 kB
Dirty:            8964 kB
Writeback:           0 kB
Mapped:          14024 kB
Slab:            51252 kB
Committed_AS:   658224 kB
PageTables:       1392 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= 66264 MiB
End job on node51 at 2009-05-12 02:54:58