Trace number 1578218

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
VARSAT-industrial 2009-03-22UNSAT 70.5623 70.5805

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

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  104481                                               |
0.00/0.00	c |  Number of clauses:    500875                                               |
1.00/1.07	c |  Parsing time:         0.97         s                                       |
1.00/1.07	c |  Timeout:              43200 s
1.00/1.07	c |  Random Seed:          38385411.000000
1.00/1.07	c |  Heuristic:            EMBP-G, threshold 0.950                              |
1.00/1.07	c |  Branching Rule:       default (solution-guided)                            |
1.00/1.07	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
1.00/1.07	c |                                                                             |
2.69/2.73	c ============================[ Search Statistics ]==============================
2.69/2.73	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.69/2.73	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.69/2.73	c ===============================================================================
2.69/2.73	c |         0 |   49268   289617   789194 |    96539        0    nan |  0.000 % |
3.39/3.44	c |       101 |   49256   289617   789194 |   106192      100    102 | 28.955 % |
4.09/4.14	c |       251 |   49256   289617   789194 |   116812      250     70 | 28.955 % |
4.99/5.01	c |       476 |   48985   289617   789194 |   128493      471     74 | 30.251 % |
5.89/5.98	c |       814 |   48947   289617   789194 |   141342      807     95 | 31.222 % |
7.69/7.74	c |      1320 |   46268   270648   740233 |   155477     1309    124 | 31.322 % |
9.39/9.48	c |      2079 |   45239   263707   722711 |   171024     2067    141 | 32.307 % |
11.69/11.74	c |      3220 |   45220   263558   722329 |   188127     3206    167 | 32.325 % |
14.39/14.49	c |      4928 |   41860   243705   670827 |   206939     4859    146 | 35.982 % |
19.69/19.79	c |      7490 |   39963   229492   634225 |   227633     7396    158 | 37.357 % |
28.08/28.17	c |     11335 |   39246   224624   621917 |   250397    11211    155 | 38.043 % |
42.38/42.48	c |     17103 |   38814   220040   609892 |   275437    16788    182 | 38.477 % |
68.18/68.22	c |     25752 |   37228   208336   579879 |   302980    24990    177 | 40.007 % |
70.47/70.56	c ===============================================================================
70.47/70.56	c surveys--CPU time (sec)   : 6.3270         (8.99 % of total)
70.47/70.56	c surveys--attempted        : 13             (2 /sec)
70.47/70.56	c surveys--converged        : 13             (100.00 % successful)
70.47/70.56	c restarts              : 13
70.47/70.56	c conflicts             : 26225          (409 /sec)
70.47/70.56	c decisions             : 193179         (1.47 % random) (3015 /sec)
70.47/70.56	c propagations          : 66027753       (1030649 /sec)
70.47/70.56	c conflict literals     : 4502393        (26.48 % deleted)
70.47/70.56	c Memory used           : 101.09 MB
70.47/70.56	c Total CPU time (sec)      : 70.3913     
70.47/70.56	c 
70.47/70.56	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-1578218-1238896023/watcher-1578218-1238896023 -o /tmp/evaluation-result-1578218-1238896023/solver-1578218-1238896023 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=38385411 HOME/instance-1578218-1238896023.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: 0.99 1.00 0.99 3/69 7752
/proc/meminfo: memFree=1729040/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=4608 CPUtime=0
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 847 0 0 0 0 0 0 0 18 0 1 0 1162265486 4718592 832 1992294400 4194304 5102648 548682068768 18446744073709551615 4200628 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 1152 838 80 221 0 928 0

[startup+0.0250151 s]
/proc/loadavg: 0.99 1.00 0.99 3/69 7752
/proc/meminfo: memFree=1729040/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=13008 CPUtime=0.01
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 2913 0 0 0 0 1 0 0 18 0 1 0 1162265486 13320192 2874 1992294400 4194304 5102648 548682068768 18446744073709551615 4269469 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 3252 2876 87 221 0 3028 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13008

[startup+0.102024 s]
/proc/loadavg: 0.99 1.00 0.99 3/69 7752
/proc/meminfo: memFree=1729040/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=26060 CPUtime=0.09
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 6197 0 0 0 7 2 0 0 18 0 1 0 1162265486 26685440 6158 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 6515 6159 87 221 0 6291 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26060

[startup+0.301043 s]
/proc/loadavg: 0.99 1.00 0.99 3/69 7752
/proc/meminfo: memFree=1729040/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=40748 CPUtime=0.29
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 9698 0 0 0 25 4 0 0 19 0 1 0 1162265486 41725952 9659 1992294400 4194304 5102648 548682068768 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 10187 9659 87 221 0 9963 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40748

[startup+0.702084 s]
/proc/loadavg: 0.99 1.00 0.99 3/69 7752
/proc/meminfo: memFree=1729040/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=56356 CPUtime=0.69
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 13743 0 0 0 62 7 0 0 22 0 1 0 1162265486 57708544 13704 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 14089 13704 87 221 0 13865 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56356

[startup+1.50117 s]
/proc/loadavg: 0.99 1.00 0.99 2/70 7753
/proc/meminfo: memFree=1656072/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=89656 CPUtime=1.49
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 20414 0 0 0 139 10 0 0 25 0 1 0 1162265486 91807744 20375 1992294400 4194304 5102648 548682068768 18446744073709551615 4222068 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 22414 20375 99 221 0 22190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89656

[startup+3.10133 s]
/proc/loadavg: 0.99 1.00 0.99 2/70 7753
/proc/meminfo: memFree=1632776/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=94780 CPUtime=3.09
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 25263 0 0 0 296 13 0 0 25 0 1 0 1162265486 97054720 22432 1992294400 4194304 5102648 548682068768 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 23695 22432 102 221 0 23471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94780

[startup+6.30166 s]
/proc/loadavg: 0.99 1.00 0.99 2/70 7753
/proc/meminfo: memFree=1638856/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=94980 CPUtime=6.29
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 25317 0 0 0 616 13 0 0 25 0 1 0 1162265486 97259520 22486 1992294400 4194304 5102648 548682068768 18446744073709551615 4214176 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 23745 22486 115 221 0 23521 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94980

[startup+12.7013 s]
/proc/loadavg: 0.99 1.00 0.99 2/70 7753
/proc/meminfo: memFree=1638856/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=94980 CPUtime=12.69
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 25318 0 0 0 1256 13 0 0 25 0 1 0 1162265486 97259520 22487 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 23745 22487 115 221 0 23521 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94980

[startup+25.5016 s]
/proc/loadavg: 0.99 1.00 0.99 2/70 7753
/proc/meminfo: memFree=1638856/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=94980 CPUtime=25.48
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 25318 0 0 0 2535 13 0 0 25 0 1 0 1162265486 97259520 22487 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 23745 22487 115 221 0 23521 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 94980

[startup+51.1012 s]
/proc/loadavg: 0.99 1.00 0.99 2/70 7753
/proc/meminfo: memFree=1634056/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=100200 CPUtime=51.07
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 26608 0 0 0 5093 14 0 0 25 0 1 0 1162265486 102604800 23777 1992294400 4194304 5102648 548682068768 18446744073709551615 4249100 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 25050 23777 115 221 0 24826 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 100200

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

[startup+63.9016 s]
/proc/loadavg: 0.99 1.00 0.99 2/70 7753
/proc/meminfo: memFree=1631496/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=102716 CPUtime=63.88
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 27221 0 0 0 6373 15 0 0 25 0 1 0 1162265486 105181184 24390 1992294400 4194304 5102648 548682068768 18446744073709551615 4250021 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 25679 24390 115 221 0 25455 0
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (KiB) 102716

[startup+67.1059 s]
/proc/loadavg: 0.99 1.00 0.99 2/70 7753
/proc/meminfo: memFree=1630856/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=103244 CPUtime=67.08
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 27379 0 0 0 6693 15 0 0 25 0 1 0 1162265486 105721856 24548 1992294400 4194304 5102648 548682068768 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 25811 24548 115 221 0 25587 0
Current children cumulated CPU time (s) 67.08
Current children cumulated vsize (KiB) 103244

[startup+68.7011 s]
/proc/loadavg: 0.99 1.00 0.99 2/70 7753
/proc/meminfo: memFree=1630664/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=103508 CPUtime=68.67
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 27424 0 0 0 6852 15 0 0 25 0 1 0 1162265486 105992192 24593 1992294400 4194304 5102648 548682068768 18446744073709551615 4215948 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 25877 24593 115 221 0 25653 0
Current children cumulated CPU time (s) 68.67
Current children cumulated vsize (KiB) 103508

[startup+69.5021 s]
/proc/loadavg: 0.99 1.00 0.99 2/70 7753
/proc/meminfo: memFree=1630664/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=103508 CPUtime=69.47
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 27428 0 0 0 6932 15 0 0 25 0 1 0 1162265486 105992192 24597 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 25877 24597 115 221 0 25653 0
Current children cumulated CPU time (s) 69.47
Current children cumulated vsize (KiB) 103508

[startup+70.3012 s]
/proc/loadavg: 0.99 1.00 0.99 2/70 7753
/proc/meminfo: memFree=1630600/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=103508 CPUtime=70.28
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 27439 0 0 0 7013 15 0 0 25 0 1 0 1162265486 105992192 24608 1992294400 4194304 5102648 548682068768 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 25877 24608 115 221 0 25653 0
Current children cumulated CPU time (s) 70.28
Current children cumulated vsize (KiB) 103508

[startup+70.5012 s]
/proc/loadavg: 0.99 1.00 0.99 2/70 7753
/proc/meminfo: memFree=1630600/2055920 swapFree=4171316/4192956
[pid=7752] ppid=7750 vsize=103508 CPUtime=70.47
/proc/7752/stat : 7752 (varsat-industri) R 7750 7752 7383 0 -1 4194304 27442 0 0 0 7032 15 0 0 25 0 1 0 1162265486 105992192 24611 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7752/statm: 25877 24611 115 221 0 25653 0
Current children cumulated CPU time (s) 70.47
Current children cumulated vsize (KiB) 103508

Child status: 20
Real time (s): 70.5805
CPU time (s): 70.5623
CPU user time (s): 70.3913
CPU system time (s): 0.170974
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 107272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.3913
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= 27446
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= 88

runsolver used 0.06499 second user time and 0.201969 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-05 03:47:03
IDJOB=1578218
IDBENCH=70974
IDSOLVER=538
FILE ID=node44/1578218-1238896023
PBS_JOBID= 9086050
Free space on /tmp= 66536 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1578218-1238896023/watcher-1578218-1238896023 -o /tmp/evaluation-result-1578218-1238896023/solver-1578218-1238896023 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=38385411 HOME/instance-1578218-1238896023.cnf

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=38385411

node44.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.241
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.241
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:       1729456 kB
Buffers:         45844 kB
Cached:         212204 kB
SwapCached:      11028 kB
Active:         107144 kB
Inactive:       163328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729456 kB
SwapTotal:     4192956 kB
SwapFree:      4171316 kB
Dirty:            9496 kB
Writeback:           0 kB
Mapped:          18136 kB
Slab:            41340 kB
Committed_AS:  3111192 kB
PageTables:       1796 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= 66536 MiB
End job on node44 at 2009-04-05 03:48:14