Trace number 1732126

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 31.5392 31.5507

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-73-100.cnf
MD5SUM21a63ce6f14424dbad7bd9e8fb6cd037
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.9497
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of clauses156
Sum of the clauses size468
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3156
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	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  73                                                   |
0.00/0.00	c |  Number of clauses:    156                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          2033964952.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |      73      156      468 |       52        0    nan |  0.000 % |
0.00/0.00	c |       101 |      73      156      468 |       57       63     13 |  0.019 % |
0.00/0.00	c |       251 |      73      156      468 |       62       67     10 |  0.019 % |
0.00/0.00	c |       478 |      73      156      468 |       69       80     10 |  0.019 % |
0.00/0.00	c |       815 |      73      156      468 |       76       62      9 |  0.019 % |
0.00/0.01	c |      1321 |      73      156      468 |       83       87     10 |  0.019 % |
0.00/0.02	c |      2082 |      73      156      468 |       92       99     11 |  0.019 % |
0.00/0.03	c |      3222 |      73      156      468 |      101       76      9 |  0.019 % |
0.00/0.05	c |      4930 |      73      156      468 |      111      122     11 |  0.019 % |
0.00/0.07	c |      7493 |      73      156      468 |      122       84      9 |  0.019 % |
0.10/0.11	c |     11337 |      73      156      468 |      134      117     10 |  0.019 % |
0.10/0.17	c |     17103 |      73      156      468 |      148      150     11 |  0.019 % |
0.20/0.26	c |     25752 |      73      156      468 |      163      111      9 |  0.019 % |
0.30/0.39	c |     38728 |      73      156      468 |      179      190     12 |  0.019 % |
0.60/0.61	c |     58189 |      73      156      468 |      197      204     11 |  0.019 % |
0.90/0.95	c |     87383 |      73      156      468 |      217      213     10 |  0.019 % |
1.40/1.44	c |    131173 |      73      156      468 |      238      165      9 |  0.019 % |
2.10/2.16	c |    196857 |      73      156      468 |      262      156      8 |  0.019 % |
3.20/3.27	c |    295383 |      73      156      468 |      289      287     10 |  0.019 % |
4.90/4.97	c |    443172 |      73      156      468 |      318      180      9 |  0.019 % |
7.49/7.59	c |    664855 |      73      156      468 |      349      331     10 |  0.019 % |
11.59/11.62	c |    997381 |      73      156      468 |      384      240      9 |  0.020 % |
17.70/17.75	c |   1496170 |      73      156      468 |      423      341     10 |  0.038 % |
27.29/27.36	c |   2244352 |      71      150      450 |      465      434      9 |  2.778 % |
31.48/31.55	c ===============================================================================
31.48/31.55	c surveys--CPU time (sec)   : 0.0020         (0.01 % of total)
31.48/31.55	c surveys--attempted        : 24             (12000 /sec)
31.48/31.55	c surveys--converged        : 24             (100.00 % successful)
31.48/31.55	c restarts              : 24
31.48/31.55	c conflicts             : 2568999        (81462 /sec)
31.48/31.55	c decisions             : 3080082        (1.57 % random) (97668 /sec)
31.48/31.55	c propagations          : 57743553       (1831024 /sec)
31.48/31.55	c conflict literals     : 32046328       (14.87 % deleted)
31.48/31.55	c Memory used           : 2.36 MB
31.48/31.55	c Total CPU time (sec)      : 31.5382     
31.48/31.55	c 
31.48/31.55	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-1732126-1240777889/watcher-1732126-1240777889 -o /tmp/evaluation-result-1732126-1240777889/solver-1732126-1240777889 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=2033964952 HOME/instance-1732126-1240777889.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: 1.26 1.68 1.43 3/64 29043
/proc/meminfo: memFree=1777912/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2144 CPUtime=0
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 153 0 0 0 0 0 0 0 18 0 1 0 105822471 2195456 138 1992294400 4194304 5102648 548682068768 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 536 138 110 221 0 312 0

[startup+0.107129 s]
/proc/loadavg: 1.26 1.68 1.43 3/64 29043
/proc/meminfo: memFree=1777912/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2144 CPUtime=0.1
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 158 0 0 0 10 0 0 0 18 0 1 0 105822471 2195456 143 1992294400 4194304 5102648 548682068768 18446744073709551615 4227501 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 536 143 110 221 0 312 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2144

[startup+0.201135 s]
/proc/loadavg: 1.26 1.68 1.43 3/64 29043
/proc/meminfo: memFree=1777912/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2144 CPUtime=0.2
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 161 0 0 0 20 0 0 0 18 0 1 0 105822471 2195456 146 1992294400 4194304 5102648 548682068768 18446744073709551615 4249779 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 536 146 110 221 0 312 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 2144

[startup+0.301141 s]
/proc/loadavg: 1.26 1.68 1.43 3/64 29043
/proc/meminfo: memFree=1777912/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2144 CPUtime=0.3
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 162 0 0 0 30 0 0 0 19 0 1 0 105822471 2195456 147 1992294400 4194304 5102648 548682068768 18446744073709551615 4244345 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 536 147 110 221 0 312 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2144

[startup+0.701167 s]
/proc/loadavg: 1.26 1.68 1.43 3/64 29043
/proc/meminfo: memFree=1777912/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2144 CPUtime=0.7
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 168 0 0 0 70 0 0 0 23 0 1 0 105822471 2195456 153 1992294400 4194304 5102648 548682068768 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 536 153 110 221 0 312 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2144

[startup+1.50222 s]
/proc/loadavg: 1.26 1.68 1.43 2/65 29044
/proc/meminfo: memFree=1777648/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2276 CPUtime=1.5
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 173 0 0 0 150 0 0 0 25 0 1 0 105822471 2330624 158 1992294400 4194304 5102648 548682068768 18446744073709551615 4255116 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 569 158 110 221 0 345 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2276

[startup+3.10132 s]
/proc/loadavg: 1.26 1.68 1.43 2/65 29044
/proc/meminfo: memFree=1777520/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2276 CPUtime=3.1
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 178 0 0 0 310 0 0 0 25 0 1 0 105822471 2330624 163 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 569 163 110 221 0 345 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2276

[startup+6.30153 s]
/proc/loadavg: 1.24 1.67 1.42 2/65 29044
/proc/meminfo: memFree=1777456/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2276 CPUtime=6.3
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 186 0 0 0 630 0 0 0 25 0 1 0 105822471 2330624 171 1992294400 4194304 5102648 548682068768 18446744073709551615 4249956 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 569 171 110 221 0 345 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 2276

[startup+12.7019 s]
/proc/loadavg: 1.22 1.66 1.42 2/65 29044
/proc/meminfo: memFree=1777328/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2276 CPUtime=12.69
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 194 0 0 0 1269 0 0 0 25 0 1 0 105822471 2330624 179 1992294400 4194304 5102648 548682068768 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 569 179 110 221 0 345 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2276

[startup+25.5018 s]
/proc/loadavg: 1.17 1.63 1.41 2/65 29044
/proc/meminfo: memFree=1777264/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2408 CPUtime=25.49
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 206 0 0 0 2549 0 0 0 25 0 1 0 105822471 2465792 191 1992294400 4194304 5102648 548682068768 18446744073709551615 4255944 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 602 191 110 221 0 378 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2408

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

[startup+25.6018 s]
/proc/loadavg: 1.17 1.63 1.41 2/65 29044
/proc/meminfo: memFree=1777264/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2408 CPUtime=25.59
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 206 0 0 0 2559 0 0 0 25 0 1 0 105822471 2465792 191 1992294400 4194304 5102648 548682068768 18446744073709551615 4255108 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 602 191 110 221 0 378 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 2408

[startup+28.802 s]
/proc/loadavg: 1.17 1.63 1.41 2/65 29044
/proc/meminfo: memFree=1777264/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2408 CPUtime=28.79
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 209 0 0 0 2879 0 0 0 25 0 1 0 105822471 2465792 194 1992294400 4194304 5102648 548682068768 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 602 194 110 221 0 378 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 2408

[startup+30.4011 s]
/proc/loadavg: 1.17 1.63 1.41 2/65 29044
/proc/meminfo: memFree=1777264/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2408 CPUtime=30.38
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 209 0 0 0 3038 0 0 0 25 0 1 0 105822471 2465792 194 1992294400 4194304 5102648 548682068768 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 602 194 110 221 0 378 0
Current children cumulated CPU time (s) 30.38
Current children cumulated vsize (KiB) 2408

[startup+31.2011 s]
/proc/loadavg: 1.15 1.62 1.41 2/65 29044
/proc/meminfo: memFree=1777264/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2408 CPUtime=31.18
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 209 0 0 0 3118 0 0 0 25 0 1 0 105822471 2465792 194 1992294400 4194304 5102648 548682068768 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 602 194 110 221 0 378 0
Current children cumulated CPU time (s) 31.18
Current children cumulated vsize (KiB) 2408

[startup+31.4012 s]
/proc/loadavg: 1.15 1.62 1.41 2/65 29044
/proc/meminfo: memFree=1777264/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2408 CPUtime=31.38
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 209 0 0 0 3138 0 0 0 25 0 1 0 105822471 2465792 194 1992294400 4194304 5102648 548682068768 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 602 194 110 221 0 378 0
Current children cumulated CPU time (s) 31.38
Current children cumulated vsize (KiB) 2408

[startup+31.5012 s]
/proc/loadavg: 1.15 1.62 1.41 2/65 29044
/proc/meminfo: memFree=1777264/2055920 swapFree=4181212/4192956
[pid=29043] ppid=29041 vsize=2408 CPUtime=31.48
/proc/29043/stat : 29043 (varsat-industri) R 29041 29043 28626 0 -1 4194304 209 0 0 0 3148 0 0 0 25 0 1 0 105822471 2465792 194 1992294400 4194304 5102648 548682068768 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 0 0 0
/proc/29043/statm: 602 194 110 221 0 378 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 2408

Child status: 20
Real time (s): 31.5507
CPU time (s): 31.5392
CPU user time (s): 31.5382
CPU system time (s): 0.000999
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 2408

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

runsolver used 0.036994 second user time and 0.083987 second system time

The end

Launcher Data

Begin job on node22 at 2009-04-26 22:31:29
IDJOB=1732126
IDBENCH=71110
IDSOLVER=538
FILE ID=node22/1732126-1240777889
PBS_JOBID= 9187210
Free space on /tmp= 66148 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-73-100.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732126-1240777889/watcher-1732126-1240777889 -o /tmp/evaluation-result-1732126-1240777889/solver-1732126-1240777889 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=2033964952 HOME/instance-1732126-1240777889.cnf

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

MD5SUM BENCH= 21a63ce6f14424dbad7bd9e8fb6cd037
RANDOM SEED=2033964952

node22.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.232
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.232
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:       1778392 kB
Buffers:         30828 kB
Cached:         171120 kB
SwapCached:       5588 kB
Active:          61740 kB
Inactive:       148060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778392 kB
SwapTotal:     4192956 kB
SwapFree:      4181212 kB
Dirty:            1020 kB
Writeback:           0 kB
Mapped:          13624 kB
Slab:            53820 kB
Committed_AS:   494212 kB
PageTables:       1368 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= 66148 MiB
End job on node22 at 2009-04-26 22:32:01